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