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