iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 640 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const HeartbreakFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-heartbreak-fill", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M8.931.586L7 3l1.5 4-2 3L8 15C22.534 5.396 13.757-2.21 8.931.586M7.358.77L5.5 3 7 7l-1.5 3 1.815 4.537C-6.533 4.96 2.685-2.467 7.358.77" }));
exports.default = HeartbreakFill;