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