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