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 = 'object-ungroup';
var width = 640;
var height = 512;
var aliases = [''];
var unicode = 'f248';
var svgPathData = 'M352 336c0 8.836 7.164 16 16 16h64c8.838 0 16-7.164 16-16v-64C448 263.2 440.8 256 432 256H416V96h16C440.8 96 448 88.84 448 80v-64C448 7.164 440.8 0 432 0h-64C359.2 0 352 7.164 352 16V32H96V16C96 7.164 88.84 0 80 0h-64C7.164 0 0 7.164 0 16v64C0 88.84 7.164 96 16 96H32v160H16C7.164 256 0 263.2 0 272v64C0 344.8 7.164 352 16 352h64C88.84 352 96 344.8 96 336V320h256V336zM96 256V96h256v160H96zM624 256C632.8 256 640 248.8 640 240v-64C640 167.2 632.8 160 624 160h-64C551.2 160 544 167.2 544 176V192h-96v34.74C461.6 231.6 472.2 242.4 477.1 256H544v160H288v-64H224v64H208C199.2 416 192 423.2 192 432v64C192 504.8 199.2 512 208 512h64C280.8 512 288 504.8 288 496V480h256v16c0 8.836 7.164 16 16 16h64c8.838 0 16-7.164 16-16v-64c0-8.836-7.162-16-16-16H608V256H624z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faObjectUngroup = 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;