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 = 'brain';
var width = 512;
var height = 512;
var aliases = [''];
var unicode = 'f5dc';
var svgPathData = 'M184 0C155.1 0 131.6 21.97 128.6 50.08C100.7 57 80.01 81.99 80.01 112c0 6.27 1.17 12.21 2.85 17.93C53.9 136 32 161.2 32 192c0 15.1 5.445 28.79 14.19 39.73C18.97 244.5 0 271.9 0 304c0 34.26 21.64 63.26 51.92 74.66C49.54 385.4 48 392.5 48 400c0 35.35 28.65 64 64 64c5.766 0 11.25-1.008 16.56-2.438C131.4 489.8 154.1 512 184 512c30.93 0 56-25.07 56-56V56C240 25.07 214.9 0 184 0zM512 304c0-32.05-18.97-59.5-46.19-72.27C474.6 220.8 480 207.1 480 192c0-30.78-21.9-55.98-50.86-62.07C430.8 124.2 431.1 118.3 431.1 112c0-30.01-20.72-55-48.58-61.92C380.4 21.97 356.9 0 328 0c-30.93 0-56 25.07-56 56v400c0 30.93 25.07 56 56 56c29.02 0 52.61-22.16 55.44-50.44C388.8 462.1 394.2 464 400 464c35.35 0 64-28.65 64-64c0-7.521-1.537-14.63-3.92-21.34C490.4 367.3 512 338.3 512 304z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faBrain = 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;