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 = 'table-cells';
var width = 512;
var height = 512;
var aliases = ['th'];
var unicode = 'f00a';
var svgPathData = 'M448 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h384c35.35 0 64-28.65 64-64V96C512 60.65 483.3 32 448 32zM298.7 96v64H213.3V96H298.7zM298.7 224v64H213.3V224H298.7zM64 96h85.33v64H64V96zM64 224h85.33v64H64V224zM64 416v-64h85.33v64H64zM213.3 416v-64h85.33v64H213.3zM448 416h-85.33v-64H448V416zM448 288h-85.33V224H448V288zM448 160h-85.33V96H448V160z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faTableCells = 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;