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