UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.02 kB
"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 CalendarHeartThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M208 36h-28V24a4 4 0 00-8 0v12H84V24a4 4 0 00-8 0v12H48a12 12 0 00-12 12v160a12 12 0 0012 12h160a12 12 0 0012-12V48a12 12 0 00-12-12zm4 172a4 4 0 01-4 4H48a4 4 0 01-4-4V48a4 4 0 014-4h28v12a4 4 0 008 0V44h88v12a4 4 0 008 0V44h28a4 4 0 014 4zM152 92a28 28 0 00-24 13.59A28 28 0 0076 120c0 14.51 8.56 29 25.44 43.07a143.52 143.52 0 0024.77 16.51 4 4 0 003.58 0 143.52 143.52 0 0024.77-16.51C171.44 149 180 134.51 180 120a28 28 0 00-28-28zm-24 79.47c-8.46-4.64-44-25.67-44-51.47a20 20 0 0140 0 4 4 0 008 0 20 20 0 0140 0c0 25.8-35.54 46.83-44 51.47z" })); exports.default = CalendarHeartThin;