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