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