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