change from fontawesome-free to fontawesomefree
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'fas';
|
||||
var iconName = 'house-chimney';
|
||||
var width = 576;
|
||||
var height = 512;
|
||||
var aliases = ['home-lg','63499'];
|
||||
var unicode = 'e340';
|
||||
var svgPathData = 'M565.1 231.9l-53.08-46.45l.0041-137.5c.0002-8.836-7.164-15.1-15.1-15.1l-63.1-.0077c-8.837-.0011-15.1 7.163-15.1 15.1v53.49l-106.9-93.55c-6.031-5.281-13.55-7.919-21.08-7.919c-6.143 0-14.11 1.822-21.08 7.919L10.92 231.9c-7.08 6.199-10.92 15.04-10.92 24.1C.001 273.6 14.22 288 32 288h32.02l-.0081 192c-.0007 17.67 14.33 32 31.1 32h95.99c17.67 0 32-14.33 32-32l.0034-96c.0006-17.67 14.33-31.1 32-31.1h63.99c17.67 0 32 14.33 32 32L352 480c0 17.67 14.33 32 31.1 32h95.99c17.67 0 32-14.33 31.1-32l-.0032-192l31.1-.0015c17.74 0 32.01-14.4 32.01-31.1C576 246.1 572.2 238.1 565.1 231.9z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faHouseChimney = 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;
|
||||
Reference in New Issue
Block a user