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 = 'baby-carriage';
var width = 512;
var height = 512;
var aliases = ['carriage-baby'];
var unicode = 'f77d';
var svgPathData = 'M144.8 16.97c-11.25-17.75-37.13-22.75-54-9.376C35.25 51.85 0 117.1 0 192h256L144.8 16.97zM496 95.99L448 95.98c-35.25 0-64 28.75-64 64V224L0 224c0 50.63 23 96.36 60.25 130.7C25.75 363.6 0 394.7 0 431.1C0 476.2 35.75 512 80 512S160 476.2 160 431.1c0-8.875-1.75-17.25-4.375-25.25C177.2 412.7 200.3 415.1 224 415.1s46.88-3.257 68.38-9.257C289.8 414.7 288 423.1 288 431.1C288 476.2 323.8 512 368 512s80-35.76 80-80.01c0-37.25-25.75-68.38-60.25-77.26C425 320.4 448 274.6 448 223.1V159.1h48c8.75 0 16-7.25 16-16V111.1C512 103.2 504.8 95.99 496 95.99zM80 463.1c-17.62 0-32-14.38-32-32s14.38-32 32-32s32 14.38 32 32S97.63 463.1 80 463.1zM400 431.1c0 17.63-14.38 32-32 32s-32-14.38-32-32s14.38-32 32-32S400 414.4 400 431.1z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faBabyCarriage = 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;