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