@solar-icons/react
Version:
Solar Icons for React
22 lines (21 loc) • 849 B
JavaScript
var t = Object.defineProperty, f = Object.defineProperties;
var p = Object.getOwnPropertyDescriptors;
var m = Object.getOwnPropertySymbols;
var c = Object.prototype.hasOwnProperty, S = 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 = {}))
c.call(r, s) && a(o, s, r[s]);
if (m)
for (var s of m(r))
S.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/IconBase.mjs";
import n from "../../defs/ui/ScissorsSquare.mjs";
const q = u((o, r) => /* @__PURE__ */ d(l, i(e({ ref: r }, o), { weights: n })));
q.displayName = "ScissorsSquare";
export {
q as default
};