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