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