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