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-user';
var width = 576;
var height = 512;
var aliases = ['home-user'];
var unicode = 'e1b0';
var svgPathData = 'M565.1 231.9l-255.1-223.1c-6.03-5.282-13.55-7.916-21.08-7.916c-6.131 0-14.1 1.81-21.08 7.916l-255.1 223.1C3.842 238.1 .0001 246.1 .0001 256c0 17.56 14.22 31.1 31.1 31.1l32.02 .0064l-.0123 159.1c0 35.34 28.65 63.1 63.1 63.1h319.1c35.35 0 63.1-28.65 63.1-63.1l-.0037-159.1l31.1-.0074c17.74 0 32.01-14.39 32.01-31.99C575.1 246.1 572.2 238.1 565.1 231.9zM287.1 192c35.35 0 63.1 28.65 63.1 63.1s-28.65 63.1-63.1 63.1S223.1 291.4 223.1 256S252.7 192 287.1 192zM383.1 448H191.1c-8.836 0-15.1-7.164-15.1-15.1c0-44.18 35.82-79.1 79.1-79.1h63.1c44.18 0 79.1 35.82 79.1 79.1C399.1 440.8 392.8 448 383.1 448z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faHouseUser = 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;