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