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