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 = 'school';
var width = 640;
var height = 512;
var aliases = [''];
var unicode = 'f549';
var svgPathData = 'M352 159.1l-16-.0055V143.1c0-8.801-7.199-15.1-16-15.1S304 135.2 304 143.1v32c0 8.801 7.201 16 16 16H352c8.801 0 16-7.201 16-16C368 167.2 360.8 159.1 352 159.1zM0 247.1v232.9c0 17.67 14.33 32 32 32L96 512V191.1L21.88 216.7C8.811 221.1 0 233.3 0 247.1zM618.1 216.7L544 191.1V512l64 .0146c17.67 0 32-14.33 32-32V247.1C640 233.3 631.2 221.1 618.1 216.7zM497.8 111.1l-160-106.6c-10.75-7.164-24.75-7.164-35.5 0l-160 106.6C133.4 117.1 128 127.1 128 138.6v373.4l128-.0049v-128c0-17.67 14.33-32 32-32h64c17.67 0 32 14.33 32 32v128l128 .0049V138.6C512 127.1 506.6 117.1 497.8 111.1zM320 255.1c-44.13 0-80-35.88-80-80.01c0-44.13 35.88-80 80-80s80 35.87 80 80C400 220.1 364.1 255.1 320 255.1z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faSchool = 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;