Release 5.10.0 (#1385)
This commit is contained in:
29
js-packages/@fortawesome/pro-duotone-svg-icons/faDove.js
Normal file
29
js-packages/@fortawesome/pro-duotone-svg-icons/faDove.js
Normal file
@@ -0,0 +1,29 @@
|
||||
'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 = ['M233.92 13.85A270.84 270.84 0 0 0 288 139.05v28.1a240.29 240.29 0 0 1-130.8-75.1 269.64 269.64 0 0 1 48.9-86.5c8.82-10.5 25.72-5.2 27.82 8.3z', 'M400 64a80.06 80.06 0 0 0-80 80.1v59.4A271.59 271.59 0 0 1 87 41.75c-5.5-12.5-23.2-13.2-29-.9a269.91 269.91 0 0 0-26 115.7c0 70.8 34.1 136.9 85.1 185.9a408.53 408.53 0 0 0 38.9 32.8l-143.9 36a16.09 16.09 0 0 0-9.5 24.4C20 462.55 63 508.15 155.82 512a32.16 32.16 0 0 0 22.1-7.9l65.2-56.1H320a159.87 159.87 0 0 0 160-159.9V128l32-64zm0 96.1a16 16 0 1 1 16-16 16 16 0 0 1-16 15.95z'];
|
||||
|
||||
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;
|
||||
Reference in New Issue
Block a user