@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 316 B
JavaScript
import * as r from "react";
import s from "../lib/SSRBase.es.js";
import t from "../defs/GraphicsCard.es.js";
const a = r.forwardRef((o, e) => /* @__PURE__ */ r.createElement(s, { ref: e, ...o, weights: t }));
a.displayName = "GraphicsCardIcon";
const m = a;
export {
m as GraphicsCard,
a as GraphicsCardIcon
};