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 = 'shop-slash';
var width = 640;
var height = 512;
var aliases = ['store-alt-slash'];
var unicode = 'e070';
var svgPathData = 'M23.54 115.1L5.471 142.3c-14.25 21.25 1 49.75 26.62 49.75l89.54 .0016L23.54 115.1zM319.1 384H127.1V224L63.98 224l-.0089 255.1C63.97 497.8 78.22 512 95.97 512h255.1c17.75 0 31.1-14.25 31.1-31.1v-82.38L319.1 347.5V384zM575.1 426.1V224l-64.01 .0015V375.1l-127.1-100.3V224H319.1v1.467L277.3 192l330.7-.0016c25.5 0 40.75-28.5 26.62-49.75l-85.38-127.1c-6-8.1-16-14.25-26.62-14.25H117.3c-10.62 0-20.62 5.253-26.62 14.25L76.92 34.98L38.81 5.109C34.41 1.672 29.19 0 24.03 0c-7.125 0-14.19 3.156-18.91 9.187c-8.187 10.44-6.37 25.53 4.068 33.7l591.1 463.1c10.5 8.203 25.57 6.328 33.69-4.078c8.187-10.44 6.37-25.53-4.068-33.7L575.1 426.1z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faShopSlash = 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;