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