UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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