UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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