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