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