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