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