infinity-forge
Version:
9 lines • 2.04 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconHeart = IconHeart;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconHeart(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '20', height: '21', viewBox: '0 0 20 21', fill: 'none', children: [(0, jsx_runtime_1.jsx)("g", { clipPath: 'url(#clip0_263_1634)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M10 19.5896C9.89883 19.5896 9.7977 19.5634 9.70707 19.5111C9.60864 19.4543 7.26993 18.0964 4.89767 16.0504C3.49166 14.8378 2.36931 13.6351 1.56189 12.4757C0.517053 10.9755 -0.0083756 9.53242 0.000100941 8.1866C0.0100228 6.62059 0.57092 5.14786 1.57959 4.03965C2.60529 2.91278 3.97412 2.29224 5.434 2.29224C7.30497 2.29224 9.01555 3.34028 10 5.00051C10.9845 3.34032 12.6951 2.29224 14.5661 2.29224C15.9453 2.29224 17.2612 2.85216 18.2715 3.86887C19.3803 4.98461 20.0102 6.56109 19.9999 8.19402C19.9914 9.53749 19.4561 10.9784 18.409 12.4765C17.599 13.6353 16.4783 14.8375 15.0778 16.0497C12.7142 18.0956 10.3923 19.4534 10.2946 19.5102C10.2035 19.5631 10.1017 19.5896 10 19.5896ZM5.43396 3.46411C4.3081 3.46411 3.24705 3.94864 2.44623 4.82848C1.63256 5.72242 1.18002 6.91766 1.17197 8.19402C1.15592 10.7347 3.5981 13.3799 5.6497 15.1515C7.46184 16.7164 9.29989 17.8911 9.99895 18.3195C10.6944 17.8904 12.5195 16.7161 14.3241 15.1522C16.3699 13.3792 18.8119 10.7315 18.828 8.18664C18.8364 6.86355 18.3306 5.5909 17.4403 4.69493C16.6516 3.90126 15.6309 3.46415 14.5661 3.46415C12.7746 3.46415 11.1636 4.72414 10.5576 6.59953C10.4795 6.84141 10.2542 7.00527 10.0001 7.00527C9.74586 7.00527 9.52067 6.84137 9.44254 6.59949C8.83641 4.72415 7.22552 3.46411 5.43396 3.46411Z', fill: color }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_263_1634', children: (0, jsx_runtime_1.jsx)("rect", { width: '20', height: '20', fill: color, transform: 'translate(0 0.940918)' }) }) })] }));
}
//# sourceMappingURL=icon-heart.js.map