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

29 lines
851 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'female';
var width = 256;
var height = 512;
var ligatures = [];
var unicode = 'f182';
var svgPathData = ['M64 64a64 64 0 1 1 64 64 64 64 0 0 1-64-64z', 'M80 144h11.37a87.91 87.91 0 0 0 73.28 0H176a24 24 0 0 1 23.28 18.18l48 192A24 24 0 0 1 224 384h-56v104a24 24 0 0 1-24 24h-32a24 24 0 0 1-24-24V384H32a24 24 0 0 1-23.27-29.82l48-192A24 24 0 0 1 80 144z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faFemale = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;