import React from 'react' import { IconCircle } from '../../' const IconCircleDefault = () => { return (
) } export default IconCircleDefault