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