UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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