import { IconProps, Icon } from "@chakra-ui/react";
export const Bell = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9" /><path d="M13.73 21a2 2 0 0 1-3.46 0" /></Icon>;