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 = 'house-medical';
var width = 576;
var height = 512;
var aliases = [''];
var unicode = 'e342';
var svgPathData = 'M565.1 231.9l-255.1-223.1c-6.03-5.282-13.56-7.919-21.08-7.919c-6.198 0-14.15 1.848-21.08 7.919L10.92 231.9C-11.25 251.3 2.602 287.1 32 287.1h32.02l-.012 159.1c0 35.35 28.65 63.1 63.1 63.1h319.1c35.35 0 63.1-28.65 63.1-63.1L511.1 287.1l31.1-.001c17.74 0 32.01-14.4 32.01-31.1C575.1 246.9 572.2 238.1 565.1 231.9zM400 330.1c0 8.836-7.164 15.1-15.1 15.1h-53.91v53.91c0 8.836-7.164 15.1-15.1 15.1H261.9c-8.836 0-15.1-7.164-15.1-15.1v-53.91H192c-8.836 0-15.1-7.164-15.1-15.1V277.9c0-8.838 7.164-15.1 15.1-15.1h53.91V207.1c0-8.838 7.164-15.1 15.1-15.1h52.18c8.836 0 15.1 7.162 15.1 15.1v53.91H384c8.836 0 15.1 7.162 15.1 15.1V330.1z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faHouseMedical = 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;