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