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