UNPKG

@solar-icons/react

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