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-days';
var width = 448;
var height = 512;
var aliases = ['calendar-alt'];
var unicode = 'f073';
var svgPathData = 'M0 464C0 490.5 21.5 512 48 512h352c26.5 0 48-21.5 48-48V192H0V464zM320 272C320 263.2 327.2 256 336 256h32C376.8 256 384 263.2 384 272v32c0 8.836-7.162 16-16 16h-32C327.2 320 320 312.8 320 304V272zM320 400c0-8.836 7.164-16 16-16h32c8.838 0 16 7.164 16 16v32c0 8.836-7.162 16-16 16h-32c-8.836 0-16-7.164-16-16V400zM192 272C192 263.2 199.2 256 208 256h32C248.8 256 256 263.2 256 272v32c0 8.836-7.162 16-16 16h-32C199.2 320 192 312.8 192 304V272zM192 400C192 391.2 199.2 384 208 384h32c8.838 0 16 7.164 16 16v32c0 8.836-7.162 16-16 16h-32C199.2 448 192 440.8 192 432V400zM64 272C64 263.2 71.16 256 80 256h32C120.8 256 128 263.2 128 272v32C128 312.8 120.8 320 112 320h-32C71.16 320 64 312.8 64 304V272zM64 400C64 391.2 71.16 384 80 384h32C120.8 384 128 391.2 128 400v32C128 440.8 120.8 448 112 448h-32C71.16 448 64 440.8 64 432V400zM400 64H352V31.1C352 14.4 337.6 0 320 0C302.4 0 288 14.4 288 31.1V64H160V31.1C160 14.4 145.6 0 128 0S96 14.4 96 31.1V64H48C21.49 64 0 85.49 0 112V160h448V112C448 85.49 426.5 64 400 64z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faCalendarDays = 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;