iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 820 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 HeartFilled = (props) => React.createElement("svg", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.352 4.905a3.547 3.547 0 013.541-3.553c1.365 0 1.968.571 2.607 1.583.64-1.012 1.242-1.583 2.607-1.583a3.547 3.547 0 013.54 3.553c0 1.835-1.046 3.6-2.246 5.064-1.137 1.387-2.48 2.582-3.395 3.397l-.173.155a.5.5 0 01-.666 0l-.173-.155c-.916-.815-2.258-2.01-3.395-3.397C2.4 8.505 1.352 6.74 1.352 4.905z", fill: "currentColor" }));
exports.default = HeartFilled;