UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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