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