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