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

declare const RunCircle: ReactIconComponentType;
export default RunCircle;
            