import { createIcon } from '../lib/create-icon' const SvgCrossCircleIcon = createIcon(props => { return ( ) }) export default SvgCrossCircleIcon