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-crack';
|
||||
var width = 576;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'e341';
|
||||
var svgPathData = 'M575.1 256c0 17.6-14.27 31.1-32.01 31.1L511.1 288l.0033 160c0 35.35-28.65 64-63.1 64h-128.3l-39.87-55.25l104.1-64L235.1 256l60.12 119.3l-104.1 64L229.2 512h-101.2c-35.35 0-63.1-28.65-63.1-64l.0121-160H32C14.22 288 .0026 273.6 .0007 256c0-9.053 3.842-17.9 10.92-24.09l255.1-223.1c6.932-6.07 14.88-7.919 21.08-7.919c7.522 0 15.05 2.636 21.08 7.919l255.1 223.1C572.2 238.1 575.1 246.9 575.1 256z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faHouseCrack = 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