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