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 = 'kip-sign';
var width = 384;
var height = 512;
var aliases = [''];
var unicode = 'e1c4';
var svgPathData = 'M384 256C384 273.7 369.7 288 352 288H182.5l158.3 135.7c13.44 11.5 15 31.69 3.469 45.09C337.1 476.2 328.1 480 319.1 480c-7.375 0-14.78-2.531-20.81-7.719l-171.2-146.7V448c0 17.69-14.31 32-31.1 32s-32-14.31-32-32L64 288H32C14.31 288 0 273.7 0 256S14.31 224 32 224h32L63.1 64c0-17.69 14.31-32 32-32s31.1 14.31 31.1 32v122.5l171.2-146.7c13.41-11.5 33.66-10 45.09 3.469c11.53 13.41 9.969 33.59-3.469 45.09L182.5 224H352C369.7 224 384 238.3 384 256z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faKipSign = 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;