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 = 'check-double';
var width = 512;
var height = 512;
var aliases = [''];
var unicode = 'f560';
var svgPathData = 'M169.4 246.6C175.6 252.9 183.8 256 192 256s16.38-3.125 22.62-9.375l160-160C380.9 80.38 384 72.19 384 64c0-18.28-14.95-32-32-32c-8.188 0-16.38 3.125-22.62 9.375L192 178.8L134.6 121.4C128.4 115.1 120.2 112 112 112c-17.05 0-32 13.73-32 32c0 8.188 3.125 16.38 9.375 22.62L169.4 246.6zM480 192c0-18.28-14.95-32-32-32c-8.188 0-16.38 3.125-22.62 9.375L192 402.8L86.63 297.4C80.38 291.1 72.19 288 64 288c-17.05 0-32 13.73-32 32c0 8.188 3.125 16.38 9.375 22.62l128 128C175.6 476.9 183.8 480 192 480s16.38-3.125 22.62-9.375l256-256C476.9 208.4 480 200.2 480 192z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faCheckDouble = 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;