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