import React from 'react' const ConfirmCloseIcon = (props: any) => { const { fill } = props; return ( <> ) } export default ConfirmCloseIcon