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 = 'dog';
var width = 576;
var height = 512;
var aliases = [''];
var unicode = 'f6d3';
var svgPathData = 'M297.1 224L448 277.5v218.5C448 504.9 440.9 512 432 512h-64c-8.875 0-16-7.125-16-15.1v-111.1H192v111.1C192 504.9 184.9 512 176 512h-64C103.1 512 96 504.9 96 496v-213.9C58.88 268.9 32 233.6 32 192c0-17.62 14.38-31.1 32-31.1s32 14.37 32 31.1s14.38 31.1 32 31.1H297.1zM544 112v31.1c0 35.37-28.62 63.1-64 63.1l-32 .0005v35.62l-128-45.75V48c0-14.25 17.25-21.37 27.25-11.25l27.38 27.25l53.63-.0008c10.88 0 23.75 7.875 28.62 17.75L464 96l64 .0006C536.9 96 544 103.1 544 112zM432 112c0-8.875-7.125-15.1-16-15.1s-16 7.124-16 15.1s7.125 15.1 16 15.1S432 120.9 432 112z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faDog = 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;