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