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