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