import React from "react"; import type { Props } from "./types"; export const BellNotificationIcon: React.FC = ({ width = "24", height = "24", color = "var(--color-neutral-110)", className, }) => ( );