iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 825 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 HeartArrow = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-heart-arrow", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M6.707 9h4.364c-.536 1.573 2.028 3.806 4.929-.5-2.9-4.306-5.465-2.073-4.929-.5H6.707L4.854 6.146a.5.5 0 10-.708.708L5.293 8h-.586L2.854 6.146a.5.5 0 10-.708.708L3.293 8h-.586L.854 6.146a.5.5 0 10-.708.708L1.793 8.5.146 10.146a.5.5 0 00.708.708L2.707 9h.586l-1.147 1.146a.5.5 0 00.708.708L4.707 9h.586l-1.147 1.146a.5.5 0 00.708.708z" }));
exports.default = HeartArrow;