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