UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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