import React from 'react' import { Icon, IconProps } from './Icon' /** * Notifications off icon - muted bell with slash */ export const NotificationsOff = (props: IconProps) => ( )