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