UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 871 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 CalendarHeartFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M208 32h-24v-8a8 8 0 00-16 0v8H88v-8a8 8 0 00-16 0v8H48a16 16 0 00-16 16v160a16 16 0 0016 16h160a16 16 0 0016-16V48a16 16 0 00-16-16zM72 64v-8a8 8 0 0116 0v8a8 8 0 01-16 0zm82.56 103.07a143.52 143.52 0 01-24.77 16.51 4 4 0 01-3.58 0 143.52 143.52 0 01-24.77-16.51C84.56 153 76 138.51 76 124a28 28 0 0152-14.41A28 28 0 01180 124c0 14.51-8.56 29-25.44 43.07zM184 64a8 8 0 01-16 0v-8a8 8 0 0116 0z" })); exports.default = CalendarHeartFill;