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