import type { SVGProps } from "react"; const SvgNotificationIcon = (props: SVGProps) => ( ); export default SvgNotificationIcon;