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