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