30 lines
1.2 KiB
JavaScript
30 lines
1.2 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fas';
|
|
var iconName = 'calendar-xmark';
|
|
var width = 448;
|
|
var height = 512;
|
|
var aliases = ['calendar-times'];
|
|
var unicode = 'f273';
|
|
var svgPathData = 'M400 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 64zM0 464C0 490.5 21.5 512 48 512h352c26.5 0 48-21.5 48-48V192H0V464zM143 304.1c-9.375-9.375-9.375-24.56 0-33.94s24.56-9.375 33.94 0L224 318.1l47.03-47.03c9.375-9.375 24.56-9.375 33.94 0s9.375 24.56 0 33.94L257.9 352l47.03 47.03c9.375 9.375 9.375 24.56 0 33.94c-9.373 9.373-24.56 9.379-33.94 0L224 385.9l-47.03 47.03c-9.373 9.373-24.56 9.379-33.94 0c-9.375-9.375-9.375-24.56 0-33.94L190.1 352L143 304.1z';
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
aliases,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faCalendarXmark = 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; |