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