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

declare const AddCircle: ReactIconComponentType;
export default AddCircle;
            