29 lines
1.7 KiB
JavaScript
29 lines
1.7 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'user-alien';
|
|
var width = 448;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f94a';
|
|
var svgPathData = ['M352,384H317.61719c-19.65235,17.98828-39.02344,33.541-55.49219,45.84766a63.66049,63.66049,0,0,1-76.25.00195C169.40625,417.543,150.03516,401.98828,130.38281,384H96A95.99975,95.99975,0,0,0,0,480a32.00158,32.00158,0,0,0,32,32H416a32.00158,32.00158,0,0,0,32-32A95.99975,95.99975,0,0,0,352,384ZM205.03125,404.21484a31.65827,31.65827,0,0,0,37.9375,0C288.46094,370.22266,400,277.51172,400,185.68359,400,70.31836,321.17969,0,224,0,126.78906,0,48,70.31836,48,185.68359,48,277.51172,159.53906,370.22266,205.03125,404.21484ZM240,252a60.00047,60.00047,0,0,1,60-60h24a12.00185,12.00185,0,0,1,12,12v8a60.00047,60.00047,0,0,1-60,60H252a12.00185,12.00185,0,0,1-12-12ZM112,212v-8a12.00185,12.00185,0,0,1,12-12h24a60.00047,60.00047,0,0,1,60,60v8a12.00185,12.00185,0,0,1-12,12H172A60.00047,60.00047,0,0,1,112,212Z', 'M324,192H300a60.00047,60.00047,0,0,0-60,60v8a12.00185,12.00185,0,0,0,12,12h24a60.00047,60.00047,0,0,0,60-60v-8A12.00185,12.00185,0,0,0,324,192Zm-176,0H124a12.00185,12.00185,0,0,0-12,12v8a60.00047,60.00047,0,0,0,60,60h24a12.00185,12.00185,0,0,0,12-12v-8A60.00047,60.00047,0,0,0,148,192Z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faUserAlien = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |