UNPKG

@solar-icons/react

Version:
22 lines (21 loc) 863 B
var s = Object.defineProperty, f = Object.defineProperties; var l = Object.getOwnPropertyDescriptors; var o = Object.getOwnPropertySymbols; var n = Object.prototype.hasOwnProperty, p = Object.prototype.propertyIsEnumerable; var m = (r, i, a) => i in r ? s(r, i, { enumerable: !0, configurable: !0, writable: !0, value: a }) : r[i] = a, t = (r, i) => { for (var a in i || (i = {})) n.call(i, a) && m(r, a, i[a]); if (o) for (var a of o(i)) p.call(i, a) && m(r, a, i[a]); return r; }, e = (r, i) => f(r, l(i)); import { jsx as d } from "react/jsx-runtime"; import { forwardRef as c } from "react"; import w from "../../lib/IconBase.mjs"; import x from "../../defs/time/CalendarMinimalistic.mjs"; const C = c((r, i) => /* @__PURE__ */ d(w, e(t({ ref: i }, r), { weights: x }))); C.displayName = "CalendarMinimalistic"; export { C as default };