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