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