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