Release 5.10.0 (#1385)
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'fad';
|
||||
var iconName = 'space-shuttle';
|
||||
var width = 640;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f197';
|
||||
var svgPathData = ['M146.34 160a45.48 45.48 0 0 1 25.82 8H376C229.16 137.75 219.4 32 96 32v128h50.34zM32 416c0 35.35 21.49 64 48 64V352H32zm114.34-64H96v128c123.4 0 133.16-105.75 280-136H172.16a45.48 45.48 0 0 1-25.82 8zM32 96v64h48V32c-26.51 0-48 28.65-48 64z', 'M592.6 208.24C559.73 192.84 515.78 184 472 184H186.54a45.64 45.64 0 0 0-40.2-24H32c-23.2 0-32 10-32 24v40c0 14 8.82 24 32 24v16c-23.2 0-32 10-32 24v40c0 14 8.82 24 32 24h114.34a45.64 45.64 0 0 0 40.2-24H472c43.78 0 87.73-8.84 120.6-24.24C622.28 289.84 640 272 640 256s-17.72-33.84-47.4-47.76zM488 296a8 8 0 0 1-8-8v-64a8 8 0 0 1 8-8c31.91 0 31.94 80 0 80z'];
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faSpaceShuttle = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
Reference in New Issue
Block a user