UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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