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';
|
||||
var width = 576;
|
||||
var height = 512;
|
||||
var aliases = ['home'];
|
||||
var unicode = 'f015';
|
||||
var svgPathData = 'M575.1 256c-.0006 17.6-14.27 31.1-32.01 31.1L511.1 288l.0026 192c.0002 17.67-14.33 32-31.1 32h-95.99c-17.67 0-31.1-14.33-31.1-31.1l.001-96c.0002-17.67-14.33-32-32-32H256c-17.67 0-31.1 14.33-32 31.1L224 480c-.0006 17.67-14.33 32-32 32H96.02c-17.67 0-32-14.33-32-32L64.02 288H32C14.22 288 .0009 273.6 .0002 256C-.0001 246.1 3.842 238.1 10.92 231.9l255.1-223.1C273.9 1.824 281.9 .0029 288 .0029c7.523 0 15.05 2.637 21.08 7.919l255.1 223.1C572.2 238.1 576 246.1 575.1 256z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faHouse = 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