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