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