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