forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-09-13 cf88306b1f6aade9f0c6c4fa5859872d3f177c4a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
const Suspend = () => (
    <svg width="24" height="24" viewBox="0 0 24 24" fill="none">
        <path
            d="M12 22C17.5229 22 22 17.5229 22 12C22 6.47715 17.5229 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5229 6.47715 22 12 22Z"
            stroke="black"
            strokeOpacity="0.85"
            strokeWidth="1.125"
            strokeLinejoin="round"
        />
        <path d="M9.5 9V15" stroke="black" strokeOpacity="0.85" strokeWidth="1.125" strokeLinecap="round" strokeLinejoin="round" />
        <path d="M14.5 9V15" stroke="black" strokeOpacity="0.85" strokeWidth="1.125" strokeLinecap="round" strokeLinejoin="round" />
    </svg>
);
 
export default Suspend;