command-center-v3-common 0.0.145 → 0.0.146
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/img/icon/address.svg +6 -0
- package/dist/command-center-v3-common.js +10306 -9808
- package/dist/command-center-v3-common.umd.cjs +20 -20
- package/dist/style.css +1 -1
- package/package.json +1 -1
@@ -0,0 +1,6 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
+
<g id="address" stroke="none" stroke-width="1" fill-rule="evenodd">
|
4
|
+
<path d="M13.5950733,12.4933987 L9.41823392,16.8210549 C9.30900333,16.9353503 9.15781252,17 8.99975001,17 C8.84168751,17 8.6904967,16.9353503 8.58126611,16.8210549 L4.40442675,12.4948993 C3.22697204,11.2764329 2.5,9.59378896 2.5,7.73407721 C2.5,4.01515394 5.41138802,1 8.99975001,1 C12.588112,1 15.5,4.01365337 15.5,7.73257664 C15.5,9.59228837 14.773028,11.2749324 13.5950733,12.4933987 Z M8.99975001,5.00253182 C8.10653107,5.00262115 7.28121037,5.47943112 6.83467824,6.25335201 C6.38814611,7.02727291 6.3882414,7.98072774 6.83492822,8.75455928 C7.28161505,9.52839083 8.10703104,10.0050357 9.00024999,10.0049463 C10.3810468,10.0048082 11.5002919,8.88486757 11.5001538,7.50348897 C11.5000157,6.12211037 10.3805468,5.00239371 8.99975001,5.00253182 Z" id="形状" fill-rule="nonzero"></path>
|
5
|
+
</g>
|
6
|
+
</svg>
|