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