29 lines
2.0 KiB
JavaScript
29 lines
2.0 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'planet-moon';
|
|
var width = 576;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'e01f';
|
|
var svgPathData = ['M448,288c0,123.71289-100.28906,224-224,224S0,411.71289,0,288a223.139,223.139,0,0,1,18.20312-88.4375C34.44531,228.56055,59.72266,256,89.71875,255.99805L114.74609,256a32.00934,32.00934,0,0,1,22.62891,9.37109L192,320v32a32.00158,32.00158,0,0,0,32,32c-.00781,0-.00391,39.58984,0,63.06836a16.03058,16.03058,0,0,0,17.60547,15.98437q5.25587-.5625,10.418-1.43359A28.68661,28.68661,0,0,0,272.918,446.166l40.32422-80.64844A63.99788,63.99788,0,0,0,320,336.89062V320a32.00033,32.00033,0,0,0-32-32H223.45312a37.32164,37.32164,0,0,1-26.38281-10.92773,32.00089,32.00089,0,0,1-1.54687-43.58985L245.25,176.125A64.01635,64.01635,0,0,0,256,140.62109c0-9.418-18.28906-47.91015-35.97656-76.41992L224,64C347.71094,64,448,164.28516,448,288Z', 'M512,0a64,64,0,1,0,64,64A64.00066,64.00066,0,0,0,512,0ZM288,288H223.45312a37.32164,37.32164,0,0,1-26.38281-10.92773,32.00089,32.00089,0,0,1-1.54687-43.58985L245.25,176.125A64.01635,64.01635,0,0,0,256,140.62109c0-9.418-18.28906-47.91015-35.97656-76.41992A223.91914,223.91914,0,0,0,18.20312,199.5625C34.44531,228.56055,59.72266,256,89.71875,255.99805L114.74609,256a32.00934,32.00934,0,0,1,22.62891,9.37109L192,320v32a32.00158,32.00158,0,0,0,32,32c-.00781,0-.00391,39.58984,0,63.06836a16.03058,16.03058,0,0,0,17.60547,15.98437q5.25587-.5625,10.418-1.43359A28.68661,28.68661,0,0,0,272.918,446.166l40.32422-80.64844A63.99788,63.99788,0,0,0,320,336.89062V320A32.00033,32.00033,0,0,0,288,288Z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faPlanetMoon = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |