Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faBaby.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 = 'baby';
var width = 384;
var height = 512;
var ligatures = [];
var unicode = 'f77c';
var svgPathData = ['M272 288v32l-48 64h-64l-48-64v-32z', 'M192 160a80 80 0 1 0-80-80 80 80 0 0 0 80 80zM89 342.7L56.8 383a40.08 40.08 0 0 0-.8 49l48 64a40 40 0 1 0 64-48zM376.71 145a40.08 40.08 0 0 0-55.71-9.8l-40.6 28.5c-52.71 37-124.22 37-176.82 0L63 135.31a40 40 0 1 0-46 65.4l40.6 28.5A237.5 237.5 0 0 0 112 257.1V288h160v-30.8a237.64 237.64 0 0 0 54.4-27.89l40.6-28.5a40.07 40.07 0 0 0 9.71-55.81zM295 342.7L240 416l-24 32a40 40 0 0 0 64 48l48-64a40.08 40.08 0 0 0-.8-49z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faBaby = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;