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