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