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