iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.29 kB
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 ArrowThroughHeart = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-arrow-through-heart", viewBox: "0 0 16 16", ...props },
React.createElement("path", { fillRule: "evenodd", d: "M2.854 15.854A.5.5 0 012 15.5V14H.5a.5.5 0 01-.354-.854l1.5-1.5A.5.5 0 012 11.5h1.793l.53-.53c-.771-.802-1.328-1.58-1.704-2.32-.798-1.575-.775-2.996-.213-4.092C3.426 2.565 6.18 1.809 8 3.233c1.25-.98 2.944-.928 4.212-.152L13.292 2 12.147.854A.5.5 0 0112.5 0h3a.5.5 0 01.5.5v3a.5.5 0 01-.854.354L14 2.707l-1.006 1.006c.236.248.44.531.6.845.562 1.096.585 2.517-.213 4.092-.793 1.563-2.395 3.288-5.105 5.08L8 13.912l-.276-.182a22 22 0 01-2.685-2.062l-.539.54V14a.5.5 0 01-.146.354zm2.893-4.894A20.4 20.4 0 008 12.71c2.456-1.666 3.827-3.207 4.489-4.512.679-1.34.607-2.42.215-3.185-.817-1.595-3.087-2.054-4.346-.761L8 4.62l-.358-.368c-1.259-1.293-3.53-.834-4.346.761-.392.766-.464 1.845.215 3.185.323.636.815 1.33 1.519 2.065l1.866-1.867a.5.5 0 11.708.708z" }));
exports.default = ArrowThroughHeart;