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 = 'calendar-check';
var width = 448;
var height = 512;
var aliases = [''];
var unicode = 'f274';
var svgPathData = 'M448 112V160H0V112C0 85.49 21.49 64 48 64H96V31.1C96 14.4 110.4 0 128 0s32 14.4 32 31.1V64h128V31.1C288 14.4 302.4 0 320 0s32 14.4 32 31.1V64h48C426.5 64 448 85.49 448 112zM0 192h448v272c0 26.5-21.5 48-48 48h-352C21.5 512 0 490.5 0 464V192zM135 376.1l48 48c4.5 4.5 10.62 7.031 16.97 7.031c.3125 0 .625 0 .9062-.0313c6.688-.25 12.97-3.281 17.31-8.344l96-112c8.625-10.06 7.469-25.22-2.594-33.84c-10.03-8.594-25.19-7.469-33.84 2.594l-79.13 92.34l-29.69-29.69c-9.375-9.375-24.56-9.375-33.94 0S125.7 367.6 135 376.1z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faCalendarCheck = 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;