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