import * as react_jsx_runtime from 'react/jsx-runtime';
import { IconSvgProps } from './types.js';
import 'react';

declare const ArrowLeftIcon: ({ strokeWidth, ...otherProps }: IconSvgProps) => react_jsx_runtime.JSX.Element;

export { ArrowLeftIcon };
