UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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