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 = 'cruzeiro-sign';
var width = 384;
var height = 512;
var aliases = [''];
var unicode = 'e152';
var svgPathData = 'M377 384.9c11.03 13.81 8.781 33.94-5.031 44.98c-42.19 33.72-93.06 50.36-143.8 50.36c-58.47 0-116.7-22.09-161.1-65.59C23.81 372.3 0 315.1 0 256s23.81-116.3 67.06-158.6c83-81.28 214.1-87.81 304.9-15.25c13.81 11.05 16.06 31.17 5.031 44.98c-11 13.81-31.16 16.06-44.97 5.016C266.4 79.7 171.8 84.39 111.8 143.1C80.97 173.3 64 213.4 64 256s16.97 82.7 47.81 112.9C126.2 382.9 142.6 393.7 160 401.5V256c0-17.67 14.31-32 32-32c8.963 0 17.01 3.719 22.82 9.646C227.3 227.6 241.2 224 256 224c16.91 0 33.53 4.453 48.06 12.88c15.28 8.859 20.5 28.45 11.62 43.73c-8.875 15.27-28.44 20.45-43.75 11.64C267.2 289.5 261.7 288 256 288c-17.66 0-32 14.36-32 32v95.88c37.99 .9316 76.38-10.74 108-36.01C345.8 368.8 365.1 371.1 377 384.9z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faCruzeiroSign = 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;