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 = 'vector-square';
var width = 448;
var height = 512;
var aliases = [''];
var unicode = 'f5cb';
var svgPathData = 'M448 128V64c0-17.67-14.33-32-32-32h-64c-17.67 0-32 14.33-32 32H128c0-17.67-14.33-32-32-32H32C14.33 32 0 46.33 0 64v64c0 17.67 14.33 32 32 32v192c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32h192c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32V160C433.7 160 448 145.7 448 128zM368 80h32v32h-32V80zM48 80h32v32h-32V80zM80 432h-32v-32h32V432zM400 432h-32v-32h32V432zM352 352c-17.67 0-32 14.33-32 32H128c0-17.67-14.33-32-32-32V160c17.67 0 32-14.33 32-32h192c0 17.67 14.33 32 32 32V352z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faVectorSquare = 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;