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