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