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