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