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 = 'box-open';
|
||||
var width = 640;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f49e';
|
||||
var svgPathData = 'M228.3 216.1L320 64L69.77 32.13C62.9 31.26 56.24 34.77 53.24 41.02L1.755 143.8C-2.87 153.1 2.039 164.1 11.79 166.8l197.1 56.53C216.8 225.4 224.4 222.4 228.3 216.1zM638.3 143.8l-51.49-102.8c-3-6.25-9.757-9.758-16.63-8.883L320 64l91.74 152.1c3.752 6.25 11.38 9.261 18.51 7.261l197.9-56.51C638 164 642.8 153 638.3 143.8zM425.8 257.3c-17 0-32.88-8.949-41.5-23.24L320 128L255.8 234C247.1 248.4 231.3 257.4 214.3 257.4c-4.5 0-9-.6211-13.25-1.863L64 216.5v176.1c0 14.67 9.999 27.35 24.25 30.83l216.1 53.82c10.25 2.486 20.88 2.486 31 0l216.4-53.82C565.1 420.7 576 408 576 393.5V216.5l-137 38.9C434.8 256.6 430.3 257.3 425.8 257.3z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faBoxOpen = 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