29 lines
977 B
JavaScript
29 lines
977 B
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'heart-broken';
|
|
var width = 512;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f7a9';
|
|
var svgPathData = ['M288 352L144 208l96-64.11-28.59-86.5q16.68 14.14 32 29.81L256 100.05l11.67-12q16.23-16.64 34-31.6L336 159.89l-96 64z', 'M473.71 73.79c48.71 49.8 50.8 129.1 7.3 182.1l-212.2 218.7a17.82 17.82 0 0 1-25.7 0L31 256c-43.5-53.1-41.4-132.4 7.3-182.2l2.4-2.4c46.3-47.4 119-51.8 170.71-14L240 143.89l-96 64 144 144-48-128 96-64-34.3-103.4c51.6-36.9 123.6-32.2 169.6 14.8z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faHeartBroken = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |