UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 336 B
import * as r from "react"; import a from "../lib/SSRBase.es.js"; import f from "../defs/ArrowSquareUpLeft.es.js"; const e = r.forwardRef((o, t) => /* @__PURE__ */ r.createElement(a, { ref: t, ...o, weights: f })); e.displayName = "ArrowSquareUpLeftIcon"; const s = e; export { s as ArrowSquareUpLeft, e as ArrowSquareUpLeftIcon };