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