Files
Font-Awesome-Pro/advanced-options/use-with-node-js/pro-regular-svg-icons/faBroom.js
2018-07-17 15:02:18 -05:00

29 lines
1.1 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'far';
var iconName = 'broom';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f51a';
var svgPathData = 'M507.3 27.3L484.7 4.7c-6.2-6.2-16.4-6.2-22.6 0L350.5 116.3l-24.1-24.1c-10.6-10.6-26.1-14.5-40.4-10.5-14.4 4.1-25.4 15.7-28.7 30.3l-10.6 46-218.5 72.8c-13.7 4.6-23.8 15.6-27.1 29.6-3.3 14 .8 28.4 11 38.5l201.1 201c7.8 7.8 18.2 12.1 29 12.1 3.2 0 6.4-.4 9.6-1.1 14-3.3 25.1-13.4 29.6-27.1l72.8-218.3 46-10.6c14.6-3.3 26.2-14.4 30.3-28.7 4.1-14.4.1-29.9-10.5-40.4l-24.2-24.2L507.3 49.9c6.3-6.2 6.3-16.4 0-22.6zM239.2 458.1l-91.5-91.4 36.8-73.5L111 330l-57.1-57.1 207.4-69.1 47.2 47.1-69.3 207.2zm86.4-235.3l-36.4-36.4 11.9-51.6 76.1 76.1-51.6 11.9z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faBroom = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;