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