UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 985 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 CalendarHeartBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M208 28h-20v-4a12 12 0 00-24 0v4H92v-4a12 12 0 00-24 0v4H48a20 20 0 00-20 20v160a20 20 0 0020 20h160a20 20 0 0020-20V48a20 20 0 00-20-20zm-4 176H52V52h16a12 12 0 0024 0h72a12 12 0 0024 0h16zM152 84a35.86 35.86 0 00-24 9.19A36 36 0 0068 120c0 17 9.53 33.56 28.32 49.22a151.47 151.47 0 0026.31 17.51 12 12 0 0010.74 0 151.47 151.47 0 0026.31-17.51C178.47 153.56 188 137 188 120a36 36 0 00-36-36zm-24 78.29c-13.15-7.86-36-25.06-36-42.29a12 12 0 0124 0 12 12 0 0024 0 12 12 0 0124 0c0 17.23-22.86 34.44-36 42.29z" })); exports.default = CalendarHeartBold;