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 = 'building';
var width = 384;
var height = 512;
var aliases = [''];
var unicode = 'f1ad';
var svgPathData = 'M336 .0145h-288c-26.51 0-48 21.49-48 48v432c0 17.67 14.33 32 32 32l112-.0073v-79.99c0-26.51 21.49-48.01 48-48.01s48 21.5 48 48.01v79.99l112 .0073c17.67 0 32-14.33 32-32v-432C384 21.5 362.5 .0145 336 .0145zM160 304c0 8.836-7.164 16-16 16h-32c-8.836 0-16-7.164-16-16v-32c0-8.838 7.164-16 16-16h32c8.836 0 16 7.167 16 16V304zM160 208c0 8.836-7.164 16-16 16h-32c-8.836 0-16-7.164-16-16v-32c0-8.838 7.164-16 16-16h32c8.836 0 16 7.167 16 16V208zM160 112c0 8.836-7.164 15.1-16 15.1h-32c-8.836 0-16-7.159-16-15.1v-32c0-8.838 7.164-16 16-16h32c8.836 0 16 7.162 16 16V112zM288 304c0 8.836-7.164 16-16 16h-32c-8.836 0-16-7.164-16-16v-32c0-8.838 7.164-16 16-16h32c8.836 0 16 7.167 16 16V304zM288 208c0 8.836-7.164 16-16 16h-32c-8.836 0-16-7.164-16-16v-32c0-8.838 7.164-16 16-16h32c8.836 0 16 7.167 16 16V208zM288 112c0 8.836-7.164 15.1-16 15.1h-32c-8.836 0-16-7.159-16-15.1v-32c0-8.838 7.164-16 16-16h32c8.836 0 16 7.162 16 16V112z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faBuilding = 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;