UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 791 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 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.823 4.771L12 4.95l.177-.178a5.754 5.754 0 018.138 8.138l-6.724 6.723a2.25 2.25 0 01-3.182 0L3.685 12.91a5.754 5.754 0 118.138-8.138zm-1.061 1.06a4.254 4.254 0 10-6.016 6.017l6.724 6.724a.75.75 0 001.06 0l6.724-6.724a4.254 4.254 0 00-6.016-6.016l-.708.708a.75.75 0 01-1.06 0l-.708-.708z", fill: "#323544" })); exports.default = Heart;