UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.08 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 CalendarStarBold = (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 0h16zm-27.08-94.35l-27.42-2.12L139 83.25a12 12 0 00-22 0l-10.5 24.28-27.42 2.12a12 12 0 00-6.72 21.22l20.58 17-6.25 25.26a12 12 0 0017.73 13.22L128 172.46l23.58 13.88a12 12 0 0017.73-13.22l-6.25-25.26 20.58-17a12 12 0 00-6.72-21.22zm-35 24.51a12 12 0 00-4 12.13l1.21 4.89-5.07-3a12.06 12.06 0 00-12.18 0l-5.07 3 1.21-4.89a12 12 0 00-4-12.13l-3.47-2.87 5-.39a12 12 0 0010.09-7.21l2.33-5.4 2.33 5.4a12 12 0 0010.09 7.21l5 .39z" })); exports.default = CalendarStarBold;