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