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