UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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