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 = 'far';
var iconName = 'window-minimize';
var width = 512;
var height = 512;
var aliases = [''];
var unicode = 'f2d1';
var svgPathData = 'M480 480H32c-17.75 0-32-14.25-32-32s14.25-32 32-32h448c17.75 0 32 14.25 32 32S497.8 480 480 480z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faWindowMinimize = 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;