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