change from fontawesome-free to fontawesomefree
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'fas';
|
||||
var iconName = 'bullhorn';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f0a1';
|
||||
var svgPathData = 'M480 184.9V32c0-8.75-6.969-32-32-32c-7.125 0-14.19 2.375-19.97 7.031L343 75.06C300.3 109.2 246.7 128 192 128H64C28.66 128 0 156.7 0 192v96c0 35.34 28.66 64 64 64h2.53c-10.76 77.8 34.54 143.3 36.81 146.5C109.4 507 118.5 512 128 512h64c12.94 0 24.62-9.078 29.56-23.04c4.969-13.96 2.219-30-6.938-40.69C214.2 447.8 174.3 398.6 185.1 352H192c54.66 0 108.3 18.81 150.1 52.94L428 472.1C432.8 476.8 441.8 480 448 480c24.91 0 32-22.78 32-32V295.1C499.1 284 512 263.6 512 240S499.1 195.1 480 184.9zM416 381.4l-33.06-26.44C328.9 311.8 261.1 288 192 288V192c69.13 0 136.9-23.78 190.9-66.97L416 98.59V381.4z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faBullhorn = 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;
|
||||
Reference in New Issue
Block a user