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 = 'warehouse';
|
||||
var width = 640;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f494';
|
||||
var svgPathData = 'M511.8 352H128v64h383.5L511.8 352zM128 512h384v-64H128.1L128 512zM128 320h383.9L512 256H128V320zM610.5 117l-272-113.3C332.6 1.542 326.3 .25 320 0C313.6 .25 307.3 1.417 301.5 3.667L29.5 117C11.62 124.5 0 141.9 0 161.3V496C0 504.9 7.125 512 16 512h64C88.88 512 96 504.9 96 496L95.38 256c0-17.62 14.62-32 32.63-32h383.4C529.4 224 544 238.4 544 256v240c0 8.875 7.125 16 16 16h64c8.875 0 16-7.125 16-16V161.3C640 141.9 628.4 124.5 610.5 117z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faWarehouse = 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