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 = 'baht-sign';
var width = 320;
var height = 512;
var aliases = [''];
var unicode = 'e0ac';
var svgPathData = 'M266.8 241.1C279.1 222.7 288 200.3 288 176C288 114.3 237.8 64 176 64V32c0-17.69-14.31-32-32-32s-32 14.31-32 32v32H32C14.31 64 0 78.31 0 96v320c0 17.69 14.31 32 32 32h80v32c0 17.69 14.31 32 32 32s32-14.31 32-32v-32h32c61.75 0 112-50.25 112-112C320 295.9 298.6 260.9 266.8 241.1zM224 176C224 202.5 202.5 224 176 224V128C202.5 128 224 149.5 224 176zM64 128h48v96H64V128zM64 384V288h48v96H64zM208 384h-32V288h32c26.47 0 48 21.53 48 48S234.5 384 208 384z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faBahtSign = 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;