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