UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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