import * as React from 'react'; export interface Bell64Props extends React.SVGProps { ariaLabel?: string } export default function Bell64({ ariaLabel, ...props }: Bell64Props) { return ( ); }