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