UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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