forked from gzzfw/frontEnd/gzDyh

dminyi
2024-08-09 a2a5220469a3e1f8bc216f47c887ca4c941920b0
1
2
3
4
5
6
7
8
9
10
11
const MediationWindowClose = () => (
    <svg width="30" height="30" viewBox="0 0 30 30" fill="none">
        <path
            d="M0 0C0 16.5685 13.4315 30 30 30V0H0ZM17.8162 12.5042L21.532 16.2273C21.8229 16.5188 21.8214 16.9931 21.5285 17.2866C21.2336 17.5821 20.7623 17.5816 20.4714 17.2901L16.7556 13.567L13.0398 17.2901C12.7489 17.5815 12.2755 17.58 11.9826 17.2866C11.6877 16.991 11.6881 16.5189 11.9791 16.2273L15.6949 12.5042L11.9791 8.78113C11.6882 8.4897 11.6897 8.01536 11.9826 7.7219C12.2775 7.42638 12.7488 7.42686 13.0398 7.71839L16.7556 11.4415L20.4714 7.71839C20.7622 7.42696 21.2356 7.42843 21.5285 7.7219C21.8235 8.01741 21.823 8.4896 21.532 8.78113L17.8162 12.5042Z"
            fill="black"
            fillOpacity="0.5"
        />
    </svg>
);
 
export default MediationWindowClose;