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