UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.17 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 CalendarStarThin = (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 4zm-35.69-90.38l-32.24-2.49-12.4-28.71a4 4 0 00-7.34 0l-12.4 28.71-32.24 2.49a4 4 0 00-2.24 7.08l24.46 20.19L94.45 175a4 4 0 005.91 4.41L128 163.18l27.64 16.27a4 4 0 002 .55 4.05 4.05 0 002.39-.79 4 4 0 001.49-4.17l-7.46-30.15 24.46-20.19a4 4 0 00-2.24-7.08zm-29.26 22.71a4 4 0 00-1.33 4l5.78 23.36-21.5-12.6a4 4 0 00-4.06 0l-21.44 12.64 5.78-23.36a4 4 0 00-1.33-4l-18.76-15.53 24.81-1.92a4 4 0 003.36-2.4L128 98.1l9.68 22.42a4 4 0 003.36 2.4l24.77 1.92z" })); exports.default = CalendarStarThin;