29 lines
1.3 KiB
JavaScript
29 lines
1.3 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'ufo';
|
|
var width = 640;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'e047';
|
|
var svgPathData = ['M496,240c0,3.14648-.30469,6.21484-.46875,9.32227C441.94531,273.66016,382.79688,288,320,288s-121.94531-14.33984-175.53125-38.67773C144.30469,246.21484,144,243.14648,144,240a176,176,0,0,1,352,0Z', 'M493.65234,212.582A176.66471,176.66471,0,0,1,496,240c0,3.14648-.30469,6.21484-.46875,9.32227C441.94531,273.66016,382.79688,288,320,288s-121.94531-14.33984-175.53125-38.67773C144.30469,246.21484,144,243.14648,144,240a176.66471,176.66471,0,0,1,2.34766-27.418C58.35547,235.39062,0,274.93555,0,320c0,70.69141,143.26953,128,320,128s320-57.30859,320-128C640,274.93555,581.64453,235.39062,493.65234,212.582ZM128,360a24,24,0,1,1,24-24A24.00118,24.00118,0,0,1,128,360Zm192,32a24,24,0,1,1,24-24A24.00118,24.00118,0,0,1,320,392Zm192-32a24,24,0,1,1,24-24A24.00118,24.00118,0,0,1,512,360Z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faUfo = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |