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