Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faShip.js
2019-07-29 11:21:43 -05:00

29 lines
1.1 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'ship';
var width = 640;
var height = 512;
var ligatures = [];
var unicode = 'f21a';
var svgPathData = ['M512 96v140.1l-64-20.57V128H192v87.53l-64 20.57V96a32 32 0 0 1 32-32h64V24a24 24 0 0 1 24-24h144a24 24 0 0 1 24 24v40h64a32 32 0 0 1 32 32z', 'M640 472v16a24 24 0 0 1-24 24c-61 0-107.5-20.62-143.26-59.4A96.14 96.14 0 0 1 384 512H256a96.14 96.14 0 0 1-88.74-59.4C131.5 491.39 85 512 24 512a24 24 0 0 1-24-24v-16a24 24 0 0 1 24-24c61.59 0 101.83-31.71 119.38-75.36l-70-70a32 32 0 0 1 12.84-53.09l224-72a31.94 31.94 0 0 1 19.58 0l224 72a32 32 0 0 1 12.84 53.09l-70 70C514.46 417 555.18 448 616 448a24 24 0 0 1 24 24z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faShip = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;