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-laptop';
|
||||
var width = 640;
|
||||
var height = 512;
|
||||
var aliases = ['laptop-house'];
|
||||
var unicode = 'e066';
|
||||
var svgPathData = 'M629.3 448L592 448V288c0-17.67-12.89-31.1-28.8-31.1h-230.4C316.9 256 304 270.3 304 288v159.1L266.7 448C260.8 448 256 452.8 256 458.7v10.67c.0527 23.47 19.13 42.58 42.6 42.67h298.8C620.9 511.9 639.9 492.8 640 469.3v-10.67C640 452.8 635.2 448 629.3 448zM544 448h-192V304h192V448zM271.1 288l-64 .0003c-8.875 0-16-7.124-16-15.1V208c0-8.875 7.125-15.1 16-15.1h63.1c8.875 0 16 7.125 16 15.1l-.0026 37.1C299.1 232.2 315 224 332.8 224H480c-.0059-8.748-3.611-17.33-10.3-23.5l-208-191.1C255.6 2.856 247.8 .0106 239.1 .0106c-.0027 0 .0027 0 0 0c-7.786 0-15.58 2.845-21.7 8.501l-208 191.1C3.598 206.7 0 215.2 0 224c0 17.54 14.21 31.1 31.1 31.1h31.1l-.0029 111.1c0 26.4 21.6 47.1 48 47.1l160 .0149L271.1 288z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faHouseLaptop = 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