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