UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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