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