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