iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.08 kB
JavaScript
;
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 CalendarStar = (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-16zm0 176H48V48h24v8a8 8 0 0016 0v-8h80v8a8 8 0 0016 0v-8h24v160zm-31.38-94.36l-29.84-2.31-11.43-26.5a8 8 0 00-14.7 0l-11.43 26.5-29.84 2.31a8 8 0 00-4.47 14.14l22.52 18.59-6.86 27.71a8 8 0 0011.82 8.81L128 167.82l25.61 15.07a8 8 0 0011.82-8.81l-6.86-27.71 22.52-18.59a8 8 0 00-4.47-14.14zm-32.11 23.6a8 8 0 00-2.68 8.09l3.5 14.12-13.27-7.81a8 8 0 00-8.12 0l-13.27 7.81 3.5-14.12a8 8 0 00-2.68-8.09l-11.11-9.18 14.89-1.15a8 8 0 006.73-4.8l6-13.92 6 13.92a8 8 0 006.73 4.8l14.89 1.15z" }));
exports.default = CalendarStar;