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