Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faDove.js
2019-08-02 15:21:26 -05:00

29 lines
1.1 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'dove';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f4ba';
var svgPathData = ['M400 64a80.06 80.06 0 0 0-80 80.1v59.4A271.57 271.57 0 0 1 87 41.75c-5.5-12.5-23.2-13.2-29-.9a269.8 269.8 0 0 0-26 115.7c0 70.8 34.1 136.9 85.1 185.9a407.17 407.17 0 0 0 38.9 32.8l-143.9 36a16.08 16.08 0 0 0-9.5 24.4C20 462.55 63 508.15 155.85 512a32.1 32.1 0 0 0 22.1-7.9l65.2-56.1H320a159.87 159.87 0 0 0 160-159.74V128l32-64zm0 96.05a16 16 0 1 1 16-16 16 16 0 0 1-16 16.05z', 'M400 128.1a16 16 0 0 0 0 32 16 16 0 1 0 0-32zM206.13 5.55a269.68 269.68 0 0 0-48.9 86.5A240.27 240.27 0 0 0 288 167.15v-28.1a270.81 270.81 0 0 1-54-125.2c-2.15-13.5-19-18.8-27.87-8.3z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faDove = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;