30 lines
1.2 KiB
JavaScript
30 lines
1.2 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fas';
|
|
var iconName = 'traffic-light';
|
|
var width = 384;
|
|
var height = 512;
|
|
var aliases = [''];
|
|
var unicode = 'f637';
|
|
var svgPathData = 'M383.1 191.1L320 192V154.1c37.25-13.25 63.99-48.39 63.99-90.14L320 64V32c0-17.62-14.38-31.1-32-31.1H96c-17.62 0-32 14.38-32 31.1v31.1L.002 64c0 41.75 26.75 76.87 63.1 90.12v37.87L.0059 192c0 41.75 26.74 76.87 63.99 90.12v37.87l-63.99 .0072c0 42.88 28.24 78.74 66.99 90.99c12.38 57.75 63.63 101 125 101s112.6-43.25 124.1-101c38.75-12.25 66.99-48.13 66.99-91L320 320v-37.87C357.2 268.9 383.1 233.7 383.1 191.1zM192 416c-26.5 0-48-21.5-48-48s21.5-48 48-48s48 21.5 48 48S218.5 416 192 416zM192 288c-26.5 0-48-21.5-48-48s21.5-48 48-48s48 21.5 48 48S218.5 288 192 288zM192 160c-26.5 0-48-21.5-48-48s21.5-48 48-48s48 21.5 48 48S218.5 160 192 160z';
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
aliases,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faTrafficLight = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = aliases;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData;
|
|
exports.aliases = aliases; |