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