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