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