UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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