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