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