iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 913 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 HeartPulseFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-heart-pulse-fill", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M1.475 9C2.702 10.84 4.779 12.871 8 15c3.221-2.129 5.298-4.16 6.525-6H12a.5.5 0 01-.464-.314l-1.457-3.642-1.598 5.593a.5.5 0 01-.945.049L5.889 6.568l-1.473 2.21A.5.5 0 014 9z" }),
React.createElement("path", { d: "M.88 8C-2.427 1.68 4.41-2 7.823 1.143q.09.083.176.171a3 3 0 01.176-.17C11.59-2 18.426 1.68 15.12 8h-2.783l-1.874-4.686a.5.5 0 00-.945.049L7.921 8.956 6.464 5.314a.5.5 0 00-.88-.091L3.732 8z" }));
exports.default = HeartPulseFill;