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