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