@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 320 B
JavaScript
import * as o from "react";
import t from "../lib/SSRBase.es.js";
import a from "../defs/ArrowLineDown.es.js";
const r = o.forwardRef((e, n) => /* @__PURE__ */ o.createElement(t, { ref: n, ...e, weights: a }));
r.displayName = "ArrowLineDownIcon";
const w = r;
export {
w as ArrowLineDown,
r as ArrowLineDownIcon
};