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 = 'helicopter';
|
||||
var width = 640;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f533';
|
||||
var svgPathData = 'M635.3 458.8l-22.12-22.12c-6.25-6.25-16.25-6.125-22.62 0c-7.125 6.75-13.87 11.25-24.62 11.25H272.1c-26.58 0-48.12 21.55-48.12 48.13c0 8.797 7.203 16 15.1 16h325.1c14.88 0 35.26-.5 68.4-29.52C641.4 476.3 641.1 465.4 635.3 458.8zM303.1 384h271.1c17.48 0 31.96-14.16 31.99-31.64C608.2 228.4 507.9 128 383.1 128l-.0064-64h159.1c17.67 0 31.1-14.33 31.1-32s-14.33-32-31.1-32H159.1C142.3 0 127.1 14.33 127.1 32s14.33 32 31.1 32h159.1v64h-207.1L68.73 70.38C65.72 66.36 60.99 64 55.97 64H15.99C5.613 64-2.02 73.75 .48 83.88L31.98 192l160 64l86.38 115.2C284.5 379.2 293.9 384 303.1 384zM415.1 195.5C478.5 208.3 527.1 257.5 540.7 320h-124.7V195.5z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faHelicopter = 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