UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 821 B
"use strict"; 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 Heart = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M9.882 18.77S1 9.495 1 6.2C1 2.696 2.624 1 5.996 1c1.665 0 3.886 2.866 3.886 2.866S12.102 1 13.768 1c3.372 0 4.996 1.696 4.996 5.201 0 3.294-8.882 12.569-8.882 12.569zm3.886-16.624c-.875 0-3.886 2.865-3.886 2.865s-3.01-2.865-3.886-2.865c-2.95 0-3.885 1.251-3.885 4.209 0 2.779 7.77 10.694 7.77 10.694s7.773-7.915 7.773-10.694c0-2.958-.935-4.209-3.886-4.209z", fill: "#000", fillRule: "evenodd" })); exports.default = Heart;