29 lines
1.6 KiB
JavaScript
29 lines
1.6 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'house-night';
|
|
var width = 640;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'e010';
|
|
var svgPathData = ['M193.94,174.06A87.74,87.74,0,0,1,134.11,11.6a5.26,5.26,0,0,0-1.65-9.73A136.16,136.16,0,0,0,112,0a112,112,0,1,0,87,182.53A5.25,5.25,0,0,0,193.94,174.06ZM317.06,59.24,277.34,42.68,260.77,3a5.32,5.32,0,0,0-9.54,0L234.66,42.68,195,59.24a5.33,5.33,0,0,0,0,9.54l39.71,16.56,16.57,39.72a5.32,5.32,0,0,0,9.54,0l16.57-39.72,39.72-16.56a5.34,5.34,0,0,0,0-9.54Zm-160,320-39.71-16.56L100.77,323a5.32,5.32,0,0,0-9.54,0L74.66,362.68,35,379.24a5.33,5.33,0,0,0,0,9.54l39.71,16.56,16.57,39.72a5.32,5.32,0,0,0,9.54,0l16.57-39.72,39.71-16.56a5.33,5.33,0,0,0,0-9.54Z', 'M635.23,292.42,576,240V144a16,16,0,0,0-16-16H528a16,16,0,0,0-16,16v39.29l-88.48-78.37a35.33,35.33,0,0,0-46.93,0L164.8,292.42a14.18,14.18,0,0,0-1.23,20l18.79,21.28a14.21,14.21,0,0,0,20,1.25L224,315.87V480a32,32,0,0,0,32,32H544a32,32,0,0,0,32-32V315.84L597.62,335a14.28,14.28,0,0,0,20-1.25l18.79-21.28A14.25,14.25,0,0,0,635.23,292.42ZM448,368a16.05,16.05,0,0,1-16,16H368a16,16,0,0,1-16-16V304a16,16,0,0,1,16-16h64a16.05,16.05,0,0,1,16,16Z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faHouseNight = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |