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 = 'crop-simple';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['crop-alt'];
|
||||
var unicode = 'f565';
|
||||
var svgPathData = 'M488 352H448V96c0-17.62-14.38-32-32-32H192v96h160v328c0 13.25 10.75 24 24 24h48c13.25 0 24-10.75 24-24V448h40c13.25 0 24-10.75 24-24v-48C512 362.8 501.3 352 488 352zM160 24C160 10.75 149.2 0 136 0h-48C74.75 0 64 10.75 64 24V64H24C10.75 64 0 74.75 0 88v48C0 149.2 10.75 160 24 160H64v256c0 17.62 14.38 32 32 32h224v-96H160V24z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCropSimple = 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