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 = 'barcode';
var width = 512;
var height = 512;
var aliases = [''];
var unicode = 'f02a';
var svgPathData = 'M200 32H184C170.8 32 160 42.8 160 55.1v400C160 469.2 170.8 480 183.1 480H200C213.2 480 224 469.2 224 456V56C224 42.8 213.2 32 200 32zM111.1 32c-8.8 0-15.1 7.2-15.1 15.1v416C95.1 472.8 103.2 480 111.1 480s16-7.2 16-15.1V47.1C127.1 39.2 120.8 32 111.1 32zM40 32H24C10.8 32 0 42.8 0 55.1v400C0 469.2 10.8 480 23.1 480H40C53.2 480 64 469.2 64 456V56C64 42.8 53.2 32 40 32zM488 32h-16C458.8 32 448 42.8 448 56v400c0 13.2 10.8 24 24 24h16c13.2 0 24-10.8 24-24v-400C512 42.8 501.2 32 488 32zM400 32C391.2 32 384 39.2 384 48v416c0 8.8 7.2 16 16 16s16-7.2 16-16v-416C416 39.2 408.8 32 400 32zM296 32h-16C266.8 32 256 42.8 256 56v400c0 13.2 10.8 24 24 24h16c13.2 0 24-10.8 24-24v-400C320 42.8 309.2 32 296 32z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faBarcode = 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;