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