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