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