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 = 'hospital';
|
|
var width = 384;
|
|
var height = 512;
|
|
var aliases = [''];
|
|
var unicode = 'f0f8';
|
|
var svgPathData = 'M336 .0145h-288c-26.51 0-48 21.49-48 48v432c0 17.67 14.33 32 32 32l112-.0073v-79.99c0-26.51 21.49-48.01 48-48.01s48 21.5 48 48.01v79.99l112 .0073c17.67 0 32-14.33 32-32v-432C384 21.5 362.5 .0145 336 .0145zM128 304c0 8.836-7.164 16-16 16h-32c-8.836 0-16-7.164-16-16v-32c0-8.838 7.164-16 16-16h32c8.836 0 16 7.162 16 16V304zM224 304c0 8.836-7.164 16-16 16h-32c-8.836 0-16-7.164-16-16v-32c0-8.838 7.164-16 16-16h32c8.836 0 16 7.162 16 16V304zM247.7 153.6h-30.08v30.08c0 4.594-3.727 8.32-8.32 8.32H174.7c-4.594 0-8.32-3.727-8.32-8.32V153.6H136.3C131.7 153.6 128 149.9 128 145.3V110.7c0-4.594 3.727-8.32 8.32-8.32h30.08V72.34c0-4.594 3.727-8.32 8.32-8.32h34.56c4.594 0 8.32 3.727 8.32 8.32v30.08h30.08C252.3 102.4 256 106.1 256 110.7v34.56C256 149.9 252.3 153.6 247.7 153.6zM320 304c0 8.836-7.164 16-16 16h-32c-8.836 0-16-7.164-16-16v-32c0-8.838 7.164-16 16-16h32c8.836 0 16 7.162 16 16V304z';
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
aliases,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faHospital = 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; |