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