UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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