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