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 = 'tape';
var width = 640;
var height = 512;
var aliases = [''];
var unicode = 'f4db';
var svgPathData = 'M256 192C220.7 192 192 220.7 192 256c0 35.35 28.65 64 64 64s64-28.65 64-64C320 220.7 291.3 192 256 192zM608 432h-189.2C466.2 388.2 496 325.6 496 256c0-132.5-107.5-240-240-240S16 123.5 16 256s107.5 240 240 240h352c8.836 0 16-7.164 16-16v-32C624 439.2 616.8 432 608 432zM256 352c-53.02 0-96-42.98-96-96s42.98-96 96-96s96 42.98 96 96S309 352 256 352z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faTape = 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;