add assets

This commit is contained in:
2022-01-23 22:49:43 +00:00
parent c6b191ce16
commit 6722b92073
4630 changed files with 18300 additions and 12883 deletions

View File

@@ -1,30 +1,23 @@
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fas';
var iconName = 'hospital-wide';
var width = 576;
var height = 512;
var aliases = ['hospital-alt'];
var unicode = 'f47d';
var svgPathData = 'M528 96.01L448 96.01V48.01c0-26.51-21.49-48-48-48h-224c-26.51 0-48 21.49-48 48v47.99L48 96.01c-26.51 0-48 21.49-48 48v336c0 17.67 14.33 32 32 32h512c17.67 0 32-14.33 32-32v-336C576 117.5 554.5 96.01 528 96.01zM128 432c0 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 16V432zM128 336c0 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 16V336zM256 432c0 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 16V432zM256 336c0 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 16V336zM309.6 224H266.4C260.7 224 256 219.4 256 213.6V176H218.4C212.7 176 208 171.4 208 165.6V122.4c0-5.742 4.656-10.4 10.4-10.4H256V74.42c0-5.742 4.656-10.4 10.4-10.4h43.2C315.3 64.02 320 68.68 320 74.42v37.6h37.6C363.3 112 368 116.7 368 122.4v43.2c0 5.742-4.656 10.4-10.4 10.4H320v37.6C320 219.4 315.3 224 309.6 224zM384 432c0 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 16V432zM384 336c0 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 16V336zM512 432c0 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 16V432zM512 336c0 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 16V336z';
var source = require('./faHospital');
exports.definition = {
prefix: prefix,
iconName: iconName,
prefix: source.prefix,
iconName: source.iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
source.width,
source.height,
source.aliases,
source.unicode,
source.svgPathData
]};
exports.faHospitalWide = 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;
exports.prefix = source.prefix;
exports.iconName = source.iconName;
exports.width = source.width;
exports.height = source.height;
exports.ligatures = source.aliases;
exports.unicode = source.unicode;
exports.svgPathData = source.svgPathData;
exports.aliases = source.aliases;