@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 329 B
JavaScript
import * as e from "react";
import m from "../lib/IconBase.es.js";
import r from "../defs/BellSimpleSlash.es.js";
const l = e.forwardRef((o, a) => /* @__PURE__ */ e.createElement(m, { ref: a, ...o, weights: r }));
l.displayName = "BellSimpleSlashIcon";
const i = l;
export {
i as BellSimpleSlash,
l as BellSimpleSlashIcon
};