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