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