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

29 lines
990 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'mars-stroke-h';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f22b';
var svgPathData = ['M216.34 312.46a80 80 0 1 1 0-113.14 80 80 0 0 1 0 113.14z', 'M491.94 247.36L436 191.46a12 12 0 0 0-20.5 8.5v23.95h-23.71v-20a12 12 0 0 0-12-12h-40a12 12 0 0 0-12 12v20h-27.6a143.88 143.88 0 1 0 0 64h27.6v20a12 12 0 0 0 12 12h40a12 12 0 0 0 12-12v-20h23.9v23.9a12 12 0 0 0 20.5 8.5l55.9-55.9a12.11 12.11 0 0 0-.15-17.05zm-275.6 65.1a80 80 0 1 1 0-113.14 80 80 0 0 1 0 113.14z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faMarsStrokeH = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;