29 lines
1.3 KiB
JavaScript
29 lines
1.3 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'heart';
|
|
var width = 512;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f004';
|
|
var svgPathData = ['M414.64 214.88L256 378.73 97.31 214.91c-22.85-23.62-24.67-66.62 4.29-91.39 24.16-20.59 58.4-11.12 77.21 8.33l.08.08L256 211.42 333.11 132c20.15-20.8 54.17-28 77.22-8.42 29.2 24.79 27.11 67.77 4.31 91.3z', 'M462.3 62.63A128.19 128.19 0 0 0 378.47 32c-37.27 0-74.83 15.41-102.77 44.23L256 96.53l-19.69-20.3C208.43 47.41 170.86 32 133.58 32a128.29 128.29 0 0 0-83.87 30.63c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c.32.34.65.66 1 1a31.34 31.34 0 0 0 44.32-1l193.5-199.8c56.28-58.1 52.98-154.3-9.83-207.9zm-47.66 152.25L256 378.73 97.31 214.91c-22.85-23.62-24.67-66.62 4.29-91.39 24.16-20.59 58.4-11.12 77.21 8.33L256 211.42 333.11 132c20.15-20.8 54.17-28 77.22-8.42 29.2 24.79 27.11 67.77 4.31 91.3z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faHeart = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |