UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 317 B
import * as r from "react"; import e from "../lib/IconBase.es.js"; import s from "../defs/GraphicsCard.es.js"; const a = r.forwardRef((o, c) => /* @__PURE__ */ r.createElement(e, { ref: c, ...o, weights: s })); a.displayName = "GraphicsCardIcon"; const m = a; export { m as GraphicsCard, a as GraphicsCardIcon };