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