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

29 lines
1.0 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'mars-stroke-v';
var width = 320;
var height = 512;
var ligatures = [];
var unicode = 'f22a';
var svgPathData = ['M216.62 408a80 80 0 1 1-.05-113.14l.05.05a80 80 0 0 1 0 113.09z', 'M300.44 319.46a144 144 0 0 0-38.57-69.85h-.05A143.13 143.13 0 0 0 192.07 211v-25.37h20a12 12 0 0 0 12-12v-40a12 12 0 0 0-12-12h-20v-24.8H216a12 12 0 0 0 8.5-20.5l-55.9-55.8a12 12 0 0 0-17 0L95.62 76.44a12 12 0 0 0 8.5 20.5h23.95v24.69h-20a12 12 0 0 0-12 12v40a12 12 0 0 0 12 12h20V211a144 144 0 1 0 172.37 108.46zM216.62 408a80 80 0 1 1-.05-113.14l.05.05a80 80 0 0 1 0 113.09z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faMarsStrokeV = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;