UNPKG

@solar-icons/react

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