Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faTrafficCone.js
2019-07-29 11:21:43 -05:00

29 lines
923 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'traffic-cone';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f636';
var svgPathData = ['M337 128H175l-25.4 64h212.77zm63.42 160H111.5l-25.29 64h339.58z', 'M289.73 10.08A16 16 0 0 0 274.86 0h-37.72a16 16 0 0 0-14.87 10.08L175.35 128h161.3zM362.12 192H149.88l-38.21 96h288.65zM496 448h-32l-38.21-96H86.21L48 448H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h480a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faTrafficCone = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;