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