UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.13 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 CalendarStarLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M208 34h-26V24a6 6 0 00-12 0v10H86V24a6 6 0 00-12 0v10H48a14 14 0 00-14 14v160a14 14 0 0014 14h160a14 14 0 0014-14V48a14 14 0 00-14-14zm2 174a2 2 0 01-2 2H48a2 2 0 01-2-2V48a2 2 0 012-2h26v10a6 6 0 0012 0V46h84v10a6 6 0 0012 0V46h26a2 2 0 012 2zm-33.54-92.37l-31-2.4-11.95-27.61a6 6 0 00-11 0l-11.91 27.61-31 2.4a6 6 0 00-3.36 10.61l23.49 19.39-7.16 28.93a6 6 0 008.87 6.61L128 165.5l26.62 15.67a6 6 0 008.87-6.61l-7.16-28.93 23.49-19.39a6 6 0 00-3.36-10.61zm-30.68 23.15a6 6 0 00-2 6.07l4.63 18.74L131 153.37a6 6 0 00-6.08 0l-17.37 10.22 4.63-18.74a6 6 0 00-2-6.07l-14.9-12.33 19.83-1.53a6 6 0 005-3.61l7.89-18.17 7.84 18.17a6 6 0 005 3.61l19.83 1.53z" })); exports.default = CalendarStarLight;