import { ReactIconComponentType } from '../types';

declare const RotateLeft: ReactIconComponentType;
export default RotateLeft;
            