UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

21 lines (20 loc) 833 B
var a = Object.defineProperty, c = Object.defineProperties; var w = Object.getOwnPropertyDescriptors; var t = Object.getOwnPropertySymbols; var n = Object.prototype.hasOwnProperty, p = Object.prototype.propertyIsEnumerable; var m = (e, r, o) => r in e ? a(e, r, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[r] = o, f = (e, r) => { for (var o in r || (r = {})) n.call(r, o) && m(e, o, r[o]); if (t) for (var o of t(r)) p.call(r, o) && m(e, o, r[o]); return e; }, i = (e, r) => c(e, w(r)); import l, { forwardRef as s } from "react"; import d from "../lib/IconBase.mjs"; import A from "../defs/ArrowCircleDownLeft.mjs"; const C = s((e, r) => /* @__PURE__ */ l.createElement(d, i(f({ ref: r }, e), { weights: A }))); C.displayName = "ArrowCircleDownLeft"; export { C as ArrowCircleDownLeft };