change from fontawesome-free to fontawesomefree

This commit is contained in:
2021-06-28 18:32:46 +00:00
parent 555c217a3e
commit 25ee447a3f
13501 changed files with 332404 additions and 283834 deletions

View File

@@ -0,0 +1,30 @@
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fas';
var iconName = 'crop';
var width = 512;
var height = 512;
var aliases = [''];
var unicode = 'f125';
var svgPathData = 'M512 376v48c0 13.25-10.75 24-24 24H448v40c0 13.25-10.75 24-24 24h-48C362.7 512 352 501.3 352 488V205.3L205.3 352H320v96H88C74.75 448 64 437.3 64 424V160H24C10.75 160 0 149.3 0 136v-48C0 74.75 10.75 64 24 64H64V24C64 10.75 74.75 0 88 0h48C149.3 0 160 10.75 160 24v282.8L306.8 160H192V64h210.8l54.63-54.63c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25L448 109.3V352h40C501.3 352 512 362.7 512 376z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faCrop = 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;