mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
30 lines
1.5 KiB
JavaScript
30 lines
1.5 KiB
JavaScript
|
'use strict';
|
||
|
Object.defineProperty(exports, '__esModule', { value: true });
|
||
|
var prefix = 'fas';
|
||
|
var iconName = 'fax';
|
||
|
var width = 512;
|
||
|
var height = 512;
|
||
|
var aliases = [128439,128224];
|
||
|
var unicode = 'f1ac';
|
||
|
var svgPathData = 'M192 64h197.5L416 90.51V160h64V77.25c0-8.484-3.375-16.62-9.375-22.62l-45.25-45.25C419.4 3.375 411.2 0 402.8 0H160C142.3 0 128 14.33 128 32v128h64V64zM64 128H32C14.38 128 0 142.4 0 160v320c0 17.62 14.38 32 32 32h32c17.62 0 32-14.38 32-32V160C96 142.4 81.63 128 64 128zM480 192H128v288c0 17.6 14.4 32 32 32h320c17.6 0 32-14.4 32-32V224C512 206.4 497.6 192 480 192zM288 432c0 8.875-7.125 16-16 16h-32C231.1 448 224 440.9 224 432v-32C224 391.1 231.1 384 240 384h32c8.875 0 16 7.125 16 16V432zM288 304c0 8.875-7.125 16-16 16h-32C231.1 320 224 312.9 224 304v-32C224 263.1 231.1 256 240 256h32C280.9 256 288 263.1 288 272V304zM416 432c0 8.875-7.125 16-16 16h-32c-8.875 0-16-7.125-16-16v-32c0-8.875 7.125-16 16-16h32c8.875 0 16 7.125 16 16V432zM416 304c0 8.875-7.125 16-16 16h-32C359.1 320 352 312.9 352 304v-32C352 263.1 359.1 256 368 256h32C408.9 256 416 263.1 416 272V304z';
|
||
|
|
||
|
exports.definition = {
|
||
|
prefix: prefix,
|
||
|
iconName: iconName,
|
||
|
icon: [
|
||
|
width,
|
||
|
height,
|
||
|
aliases,
|
||
|
unicode,
|
||
|
svgPathData
|
||
|
]};
|
||
|
|
||
|
exports.faFax = 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;
|