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