广州市综治平台前端
liuwh
6 days ago be89af3bf4d7e591ef085f55f1de7c28fcf5f6a8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
const end = () => (
    <svg width="22" height="22" viewBox="0 0 22 22" fill="none">
        <path
            d="M11.4375 20.5625C16.9604 20.5625 21.4375 16.0854 21.4375 10.5625C21.4375 5.03965 16.9604 0.5625 11.4375 0.5625C5.91465 0.5625 1.4375 5.03965 1.4375 10.5625C1.4375 16.0854 5.91465 20.5625 11.4375 20.5625Z"
            stroke="black"
            strokeOpacity="0.85"
            strokeWidth="1.125"
            strokeLinejoin="round"
        />
        <rect x="6.4375" y="5.5625" width="10" height="10" rx="1" fill="black" fillOpacity="0.85" />
    </svg>
);
 
export default end;