29 lines
993 B
JavaScript
29 lines
993 B
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'route-interstate';
|
|
var width = 512;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f61b';
|
|
var svgPathData = ['M491.24 224c-16.7 107.59-80.3 224.14-235.24 288C101.05 448.14 37.46 331.59 20.76 224z', 'M17.1 192c-3.81-51.73 2.64-99.8 14.08-136.87 3.61-11.69 15-19.1 26.18-16a214.73 214.73 0 0 0 58.1 8c49.12 0 93.61-16.07 126.17-42.11a23 23 0 0 1 28.75 0c32.56 26 77.05 42.11 126.17 42.11a214.73 214.73 0 0 0 58.1-8c11.26-3.15 22.58 4.29 26.18 16C492.26 92.2 498.71 140.27 494.9 192z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faRouteInterstate = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |