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