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

declare const AddCircleOutline: ReactIconComponentType;
export default AddCircleOutline;
            