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 = 'far';
var iconName = 'rectangle-list';
var width = 576;
var height = 512;
var aliases = ['list-alt'];
var unicode = 'f022';
var svgPathData = 'M512 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h448c35.35 0 64-28.65 64-64V96C576 60.65 547.3 32 512 32zM528 416c0 8.822-7.178 16-16 16H64c-8.822 0-16-7.178-16-16V96c0-8.822 7.178-16 16-16h448c8.822 0 16 7.178 16 16V416zM128 128C110.3 128 96 142.3 96 160c0 17.67 14.33 32 32 32s32-14.33 32-32C160 142.3 145.7 128 128 128zM128 224C110.3 224 96 238.3 96 256c0 17.67 14.33 32 32 32s32-14.33 32-32C160 238.3 145.7 224 128 224zM128 320c-17.67 0-32 14.33-32 32c0 17.67 14.33 32 32 32s32-14.33 32-32C160 334.3 145.7 320 128 320zM456 136H215.1C202.7 136 192 146.8 192 160S202.7 184 215.1 184H456c13.25 0 24-10.75 24-24S469.3 136 456 136zM456 232H215.1C202.7 232 192 242.8 192 256c0 13.25 10.75 24 23.1 24H456c13.25 0 24-10.75 24-24C480 242.7 469.3 232 456 232zM456 328H215.1C202.7 328 192 338.8 192 352s10.75 24 23.1 24H456c13.25 0 24-10.75 24-24S469.3 328 456 328z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faRectangleList = 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;