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