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