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