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