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