@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 329 B
JavaScript
import * as o from "react";
import m from "../lib/IconBase.es.js";
import s from "../defs/ArrowsOutSimple.es.js";
const r = o.forwardRef((e, t) => /* @__PURE__ */ o.createElement(m, { ref: t, ...e, weights: s }));
r.displayName = "ArrowsOutSimpleIcon";
const p = r;
export {
p as ArrowsOutSimple,
r as ArrowsOutSimpleIcon
};