@tetacom/ng-components 1.2.11 → 1.3.1
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/assets/color-icons.svg +24 -0
- package/assets/icons.svg +477 -542
- package/component/public-api.d.ts +1 -0
- package/component/stepper/public-api.d.ts +1 -0
- package/component/stepper/stepper/stepper.component.d.ts +10 -0
- package/docs/checkboxDocs.mdx +108 -106
- package/docs/iconDocs.mdx +92 -89
- package/docs/modalDocs.mdx +63 -63
- package/docs/stepperDocs.mdx +34 -0
- package/esm2022/common/enum/teta-size.enum.mjs +1 -1
- package/esm2022/component/icon/icon/icon.component.mjs +20 -3
- package/esm2022/component/public-api.mjs +3 -1
- package/esm2022/component/stepper/public-api.mjs +2 -0
- package/esm2022/component/stepper/stepper/stepper.component.mjs +16 -0
- package/fesm2022/tetacom-ng-components.mjs +33 -2
- package/fesm2022/tetacom-ng-components.mjs.map +1 -1
- package/package.json +1 -1
- package/style/checkbox.scss +6 -7
- package/style/icon.scss +28 -4
- package/style/modal.scss +4 -4
package/assets/icons.svg
CHANGED
|
@@ -1,746 +1,681 @@
|
|
|
1
1
|
<svg style="display: none">
|
|
2
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
4
|
-
<path d="M7 5L7 9" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
5
|
-
<path d="M5 7L7 7" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
6
|
-
<path d="M7 7H9" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
7
|
-
<path d="M11 11L14 14" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
8
|
-
</symbol>
|
|
9
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="widgets">
|
|
10
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.52512 4L12 6.47487L14.4749 4L12 1.52512L9.52512 4ZM8.46446 3.29289C8.07394 3.68341 8.07394 4.31658 8.46446 4.7071L11.2929 7.53553C11.6834 7.92605 12.3166 7.92605 12.7071 7.53553L15.5355 4.7071C15.9261 4.31658 15.9261 3.68341 15.5355 3.29289L12.7071 0.464463C12.3166 0.0739388 11.6834 0.0739388 11.2929 0.464463L8.46446 3.29289ZM2.25 5.75V2.25H5.75V5.75H2.25ZM1 2C1 1.44771 1.44772 0.999997 2 0.999997H6C6.55228 0.999997 7 1.44771 7 2V6C7 6.55228 6.55228 7 6 7H2C1.44772 7 1 6.55228 1 6V2ZM2.25 13.75V10.25H5.75V13.75H2.25ZM1 10C1 9.44771 1.44772 9 2 9H6C6.55228 9 7 9.44771 7 10V14C7 14.5523 6.55228 15 6 15H2C1.44772 15 1 14.5523 1 14V10ZM10.25 13.75V10.25H13.75V13.75H10.25ZM9 10C9 9.44771 9.44772 9 10 9H14C14.5523 9 15 9.44771 15 10V14C15 14.5523 14.5523 15 14 15H10C9.44772 15 9 14.5523 9 14V10Z" fill="currentColor" fill-opacity="0.87" />
|
|
11
|
-
</symbol>
|
|
12
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="warningStroke">
|
|
13
|
-
<path d="M1.39759 13.3139L7.67441 2.32951C7.81837 2.07758 8.18163 2.07758 8.32559 2.32951L14.6024 13.3139C14.7453 13.5639 14.5648 13.875 14.2768 13.875H1.72318C1.43525 13.875 1.25473 13.5639 1.39759 13.3139Z" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" />
|
|
14
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.375 9.23189C7.375 9.57707 7.65482 9.85689 8 9.85689C8.34518 9.85689 8.625 9.57707 8.625 9.23189L8.625 6.33427C8.625 5.9891 8.34518 5.70927 8 5.70927C7.65482 5.70927 7.375 5.9891 7.375 6.33427L7.375 9.23189ZM7.375 11.8307C7.375 12.1759 7.65482 12.4557 8 12.4557C8.34518 12.4557 8.625 12.1759 8.625 11.8307L8.625 11.4685C8.625 11.1233 8.34518 10.8435 8 10.8435C7.65482 10.8435 7.375 11.1233 7.375 11.4685L7.375 11.8307Z" fill="currentColor" fill-opacity="0.87" />
|
|
2
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="2d">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 1.375C2.84518 1.375 3.125 1.65482 3.125 2V12.5C3.125 12.7071 3.29289 12.875 3.5 12.875H14C14.3452 12.875 14.625 13.1548 14.625 13.5C14.625 13.8452 14.3452 14.125 14 14.125H3.5C2.60254 14.125 1.875 13.3975 1.875 12.5V2C1.875 1.65482 2.15482 1.375 2.5 1.375Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
15
4
|
</symbol>
|
|
16
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
17
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
5
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="3dView">
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.50269 13.3786C1.71176 13.6532 2.1039 13.7064 2.37856 13.4973L8.00172 9.21698L13.6213 13.4972C13.8959 13.7064 14.2881 13.6533 14.4972 13.3787C14.7064 13.1041 14.6533 12.7119 14.3787 12.5028L8.62683 8.12182V2C8.62683 1.65482 8.34701 1.375 8.00183 1.375C7.65665 1.375 7.37683 1.65482 7.37683 2V8.1217L1.62145 12.5027C1.34679 12.7118 1.29362 13.1039 1.50269 13.3786Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
18
7
|
</symbol>
|
|
19
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
20
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
8
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="add">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 1.875C8.34518 1.875 8.625 2.15482 8.625 2.5V7.375H13.5C13.8452 7.375 14.125 7.65482 14.125 8C14.125 8.34518 13.8452 8.625 13.5 8.625H8.625V13.5C8.625 13.8452 8.34518 14.125 8 14.125C7.65482 14.125 7.375 13.8452 7.375 13.5V8.625H2.5C2.15482 8.625 1.875 8.34518 1.875 8C1.875 7.65482 2.15482 7.375 2.5 7.375H7.375V2.5C7.375 2.15482 7.65482 1.875 8 1.875Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
21
10
|
</symbol>
|
|
22
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
23
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
11
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="addArea">
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.625 0.625C2.97018 0.625 3.25 0.904822 3.25 1.25V2.75C3.25 3.09518 2.97018 3.375 2.625 3.375C2.27982 3.375 2 3.09518 2 2.75V1.25C2 0.904822 2.27982 0.625 2.625 0.625ZM2.625 4.625C2.97018 4.625 3.25 4.90482 3.25 5.25V6.75C3.25 7.09518 2.97018 7.375 2.625 7.375C2.27982 7.375 2 7.09518 2 6.75V5.25C2 4.90482 2.27982 4.625 2.625 4.625ZM2.625 8.625C2.97018 8.625 3.25 8.90482 3.25 9.25V10.75C3.25 11.0952 2.97018 11.375 2.625 11.375C2.27982 11.375 2 11.0952 2 10.75V9.25C2 8.90482 2.27982 8.625 2.625 8.625ZM2.625 12.625C2.97018 12.625 3.25 12.9048 3.25 13.25V14.75C3.25 15.0952 2.97018 15.375 2.625 15.375C2.27982 15.375 2 15.0952 2 14.75V13.25C2 12.9048 2.27982 12.625 2.625 12.625ZM10.625 0.625C10.9702 0.625 11.25 0.904822 11.25 1.25V2.75C11.25 3.09518 10.9702 3.375 10.625 3.375C10.2798 3.375 10 3.09518 10 2.75V1.25C10 0.904822 10.2798 0.625 10.625 0.625ZM10.625 4.625C10.9702 4.625 11.25 4.90482 11.25 5.25V6.75C11.25 7.09518 10.9702 7.375 10.625 7.375C10.2798 7.375 10 7.09518 10 6.75V5.25C10 4.90482 10.2798 4.625 10.625 4.625ZM10.625 8.625C10.9702 8.625 11.25 8.90482 11.25 9.25V11.375H13.375C13.7202 11.375 14 11.6548 14 12C14 12.3452 13.7202 12.625 13.375 12.625H11.25V14.75C11.25 15.0952 10.9702 15.375 10.625 15.375C10.2798 15.375 10 15.0952 10 14.75V12.625H7.875C7.52982 12.625 7.25 12.3452 7.25 12C7.25 11.6548 7.52982 11.375 7.875 11.375H10V9.25C10 8.90482 10.2798 8.625 10.625 8.625Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
24
13
|
</symbol>
|
|
25
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
26
|
-
<path d="
|
|
14
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="addCircle">
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.75 8C13.75 11.1756 11.1756 13.75 8 13.75C4.82436 13.75 2.25 11.1756 2.25 8C2.25 4.82436 4.82436 2.25 8 2.25C11.1756 2.25 13.75 4.82436 13.75 8ZM15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8ZM8.625 5.5C8.625 5.15482 8.34518 4.875 8 4.875C7.65482 4.875 7.375 5.15482 7.375 5.5V7.375H5.5C5.15482 7.375 4.875 7.65482 4.875 8C4.875 8.34518 5.15482 8.625 5.5 8.625H7.375V10.5C7.375 10.8452 7.65482 11.125 8 11.125C8.34518 11.125 8.625 10.8452 8.625 10.5V8.625H10.5C10.8452 8.625 11.125 8.34518 11.125 8C11.125 7.65482 10.8452 7.375 10.5 7.375H8.625V5.5Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
27
16
|
</symbol>
|
|
28
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
29
|
-
<path
|
|
17
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="addCircleFilled">
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.4764 5.34969C14.1271 4.47391 13.6235 3.70304 12.9656 3.03707C12.3036 2.37521 11.5347 1.86966 10.6587 1.5204C8.89447 0.825985 7.12592 0.826535 5.35301 1.52204C4.47273 1.86774 3.69934 2.37377 3.03283 3.04015C2.36632 3.70653 1.86225 4.47771 1.5206 5.35372C0.824963 7.10161 0.82647 8.86777 1.52512 10.6522C1.87034 11.5321 2.37393 12.303 3.03592 12.9649C3.6979 13.6267 4.46892 14.1302 5.34899 14.4754C7.10501 15.178 8.86945 15.1775 10.6424 14.4737C11.5309 14.128 12.3063 13.624 12.9687 12.9618C13.6311 12.2995 14.1352 11.5283 14.4809 10.6482C14.8267 9.7681 14.9997 8.88394 15 7.99571C15.0003 7.10748 14.8258 6.22548 14.4764 5.34969ZM8.62501 4.5C8.62501 4.15482 8.34518 3.875 8.00001 3.875C7.65483 3.875 7.37501 4.15482 7.37501 4.5V7.375H4.50001C4.15483 7.375 3.87501 7.65482 3.87501 8C3.87501 8.34518 4.15483 8.625 4.50001 8.625H7.37501V11.5C7.37501 11.8452 7.65483 12.125 8.00001 12.125C8.34518 12.125 8.62501 11.8452 8.62501 11.5V8.625H11.5C11.8452 8.625 12.125 8.34518 12.125 8C12.125 7.65482 11.8452 7.375 11.5 7.375H8.62501V4.5Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
30
19
|
</symbol>
|
|
31
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
32
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
33
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.6227 6.37727C14.8668 6.13319 14.8679 5.73573 14.6107 5.50552C12.7444 3.83517 10.5243 3 7.95026 3C5.39268 3.03045 3.19849 3.85746 1.36762 5.48106C1.10875 5.71062 1.10923 6.10923 1.35388 6.35388C1.59741 6.59741 1.99068 6.59615 2.25005 6.36957C3.8383 4.98217 5.72237 4.27811 7.95775 4.25C10.1984 4.25158 12.1027 4.95926 13.7254 6.39104C13.9842 6.61941 14.3787 6.62134 14.6227 6.37727ZM11.7969 9.20314C12.041 8.95906 12.043 8.56035 11.777 8.34028C10.6974 7.44676 9.42843 7 7.97016 7C6.52351 7.01722 5.27064 7.4592 4.2115 8.32594C3.94369 8.54509 3.94506 8.94506 4.18976 9.18976C4.43327 9.43327 4.82529 9.42984 5.09705 9.21832C5.90997 8.58561 6.85598 8.26472 7.97758 8.25001C9.10083 8.25142 10.0571 8.57322 10.8887 9.22932C11.1596 9.44313 11.5528 9.44721 11.7969 9.20314Z" fill="currentColor" fill-opacity="0.87" />
|
|
20
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="addComment">
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.25 12V10.7452L2.99523 10.75L2.00286 10.7538C1.58753 10.7554 1.25 10.4191 1.25 10.0038V3C1.25 2.58579 1.58579 2.25 2 2.25H14C14.4142 2.25 14.75 2.58579 14.75 3V10.0114C14.75 10.4257 14.4142 10.7615 14 10.7615H7H6.48328L6.11738 11.1263L4.25 12.9883V12ZM14 12.0115H7L4.70609 14.2988C4.07572 14.9274 3 14.4809 3 13.5907V13.25V12L2.00763 12.0038C1.96325 12.004 1.9192 12.0027 1.87552 12C0.829391 11.9358 0 11.067 0 10.0038V3C0 1.89543 0.895431 1 2 1H14C15.1046 1 16 1.89543 16 3V10.0114C16 11.116 15.1046 12.0115 14 12.0115ZM8.625 4.56709C8.625 4.22192 8.34518 3.94209 8 3.94209C7.65482 3.94209 7.375 4.22192 7.375 4.56709V5.89252H6C5.65482 5.89252 5.375 6.17234 5.375 6.51752C5.375 6.8627 5.65482 7.14252 6 7.14252H7.375V8.46794C7.375 8.81312 7.65482 9.09294 8 9.09294C8.34518 9.09294 8.625 8.81312 8.625 8.46794V7.14252H10C10.3452 7.14252 10.625 6.8627 10.625 6.51752C10.625 6.17234 10.3452 5.89252 10 5.89252H8.625V4.56709Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
34
22
|
</symbol>
|
|
35
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
|
36
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
23
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16" id="addVolume">
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.21525 2.79469C4.10185 2.46867 3.74564 2.29631 3.41962 2.40971C3.0936 2.52311 2.92123 2.87932 3.03463 3.20534L6.09013 11.9899C6.59617 13.4448 8.6537 13.4448 9.15975 11.9899L12.2153 3.20534C12.3287 2.87932 12.1563 2.52311 11.8303 2.40971C11.5042 2.29631 11.148 2.46867 11.0346 2.79469L7.97913 11.5793C7.86235 11.915 7.38753 11.915 7.27075 11.5793L4.21525 2.79469ZM14.2499 10C14.2499 9.65484 13.9701 9.37502 13.6249 9.37502C13.2798 9.37502 12.9999 9.65484 12.9999 10V11.375H11.6249C11.2798 11.375 10.9999 11.6548 10.9999 12C10.9999 12.3452 11.2798 12.625 11.6249 12.625H12.9999V14C12.9999 14.3452 13.2798 14.625 13.6249 14.625C13.9701 14.625 14.2499 14.3452 14.2499 14V12.625H15.6249C15.9701 12.625 16.2499 12.3452 16.2499 12C16.2499 11.6548 15.9701 11.375 15.6249 11.375H14.2499V10Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
37
25
|
</symbol>
|
|
38
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
39
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
26
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="arrowDown">
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 1.87503C8.34518 1.87503 8.625 2.15485 8.625 2.50003V11.9911L12.0581 8.55809C12.3021 8.31401 12.6979 8.31401 12.9419 8.55809C13.186 8.80217 13.186 9.19789 12.9419 9.44197L8.44194 13.942C8.19786 14.186 7.80214 14.186 7.55806 13.942L3.05806 9.44197C2.81398 9.19789 2.81398 8.80217 3.05806 8.55809C3.30214 8.31401 3.69786 8.31401 3.94194 8.55809L7.375 11.9911V2.50003C7.375 2.15485 7.65482 1.87503 8 1.87503Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
40
28
|
</symbol>
|
|
41
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
42
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
29
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="arrowDownKey">
|
|
30
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.26516 8.85098C8.11872 8.99743 7.88128 8.99743 7.73484 8.85098L4.44194 5.55809C4.19786 5.31401 3.80214 5.31401 3.55806 5.55809C3.31398 5.80216 3.31398 6.19789 3.55806 6.44197L6.85095 9.73486C7.48555 10.3695 8.51445 10.3695 9.14905 9.73486L12.4419 6.44197C12.686 6.19789 12.686 5.80216 12.4419 5.55809C12.1979 5.31401 11.8021 5.31401 11.5581 5.55809L8.26516 8.85098Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
43
31
|
</symbol>
|
|
44
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
45
|
-
<
|
|
46
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.00005 4.99997L4.00003 4.99997L4.00003 7.49995C4.00003 7.77609 3.77617 7.99995 3.50003 7.99995C3.22389 7.99995 3.00003 7.77609 3.00003 7.49995V4.99997L1.50009 4.99997C1.22395 4.99997 1.00009 5.22383 1.00009 5.49997L1.00009 10.5C1.00009 10.7761 1.22395 11 1.50009 11H14.5001C14.7762 11 15.0001 10.7761 15.0001 10.5L15.0001 5.49997C15.0001 5.22383 14.7762 4.99997 14.5001 4.99997L13.0001 4.99997V6.49995C13.0001 6.77609 12.7762 6.99995 12.5001 6.99995C12.224 6.99995 12.0001 6.77609 12.0001 6.49995V4.99997H10.0001L10.0001 7.49995C10.0001 7.77609 9.77622 7.99995 9.50008 7.99995C9.22394 7.99995 9.00008 7.77609 9.00008 7.49995V4.99997H7.00005L7.00005 6.49995C7.00005 6.77609 6.7762 6.99995 6.50005 6.99995C6.22391 6.99995 6.00005 6.77609 6.00005 6.49995V4.99997ZM1.00009 3.99997C0.447807 3.99997 9.15527e-05 4.44768 9.15527e-05 4.99997V11C9.15527e-05 11.5523 0.447807 12 1.00009 12H15.0001C15.5524 12 16.0001 11.5523 16.0001 11V4.99997C16.0001 4.44768 15.5524 3.99997 15.0001 3.99997H1.00009Z" fill="currentColor" fill-opacity="0.87" />
|
|
47
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.00005 4.99997L4.00003 4.99997L4.00003 7.49995C4.00003 7.77609 3.77617 7.99995 3.50003 7.99995C3.22389 7.99995 3.00003 7.77609 3.00003 7.49995V4.99997L1.50009 4.99997C1.22395 4.99997 1.00009 5.22383 1.00009 5.49997L1.00009 10.5C1.00009 10.7761 1.22395 11 1.50009 11H14.5001C14.7762 11 15.0001 10.7761 15.0001 10.5L15.0001 5.49997C15.0001 5.22383 14.7762 4.99997 14.5001 4.99997L13.0001 4.99997V6.49995C13.0001 6.77609 12.7762 6.99995 12.5001 6.99995C12.224 6.99995 12.0001 6.77609 12.0001 6.49995V4.99997H10.0001L10.0001 7.49995C10.0001 7.77609 9.77622 7.99995 9.50008 7.99995C9.22394 7.99995 9.00008 7.77609 9.00008 7.49995V4.99997H7.00005L7.00005 6.49995C7.00005 6.77609 6.7762 6.99995 6.50005 6.99995C6.22391 6.99995 6.00005 6.77609 6.00005 6.49995V4.99997ZM1.00009 3.99997C0.447807 3.99997 9.15527e-05 4.44768 9.15527e-05 4.99997V11C9.15527e-05 11.5523 0.447807 12 1.00009 12H15.0001C15.5524 12 16.0001 11.5523 16.0001 11V4.99997C16.0001 4.44768 15.5524 3.99997 15.0001 3.99997H1.00009Z" fill="currentColor" fill-opacity="0.87" />
|
|
48
|
-
</g>
|
|
49
|
-
<defs>
|
|
50
|
-
<clipPath id="clip0_5700_17741">
|
|
51
|
-
<rect width="16" height="16" fill="white" />
|
|
52
|
-
</clipPath>
|
|
53
|
-
</defs>
|
|
32
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="arrowDownSmall">
|
|
33
|
+
<path d="M5.20712 6.00003C4.76167 6.00003 4.53858 6.5386 4.85356 6.85358L7.64647 9.64649C7.84174 9.84175 8.15832 9.84175 8.35358 9.64649L11.1465 6.85358C11.4614 6.5386 11.2384 6.00003 10.7929 6.00003H5.20712Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
54
34
|
</symbol>
|
|
55
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
56
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
35
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="arrowLeft">
|
|
36
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.94194 3.05809C6.69786 2.81401 6.30214 2.81401 6.05806 3.05809L1.55806 7.55809C1.31398 7.80217 1.31398 8.19789 1.55806 8.44197L6.05806 12.942C6.30214 13.186 6.69786 13.186 6.94194 12.942C7.18602 12.6979 7.18602 12.3022 6.94194 12.0581L3.50888 8.62503H13C13.3452 8.62503 13.625 8.34521 13.625 8.00003C13.625 7.65485 13.3452 7.37503 13 7.37503H3.50888L6.94194 3.94197C7.18602 3.69789 7.18602 3.30217 6.94194 3.05809Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
57
37
|
</symbol>
|
|
58
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
59
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
38
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="arrowLeftKey">
|
|
39
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.4419 3.05809C10.1979 2.81401 9.80214 2.81401 9.55806 3.05809L5.76516 6.85098C5.13056 7.48558 5.13056 8.51448 5.76516 9.14908L9.55806 12.942C9.80214 13.186 10.1979 13.186 10.4419 12.942C10.686 12.6979 10.686 12.3022 10.4419 12.0581L6.64905 8.2652C6.5026 8.11875 6.5026 7.88131 6.64905 7.73487L10.4419 3.94197C10.686 3.69789 10.686 3.30217 10.4419 3.05809Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
60
40
|
</symbol>
|
|
61
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
62
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
41
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="arrowLeftRight">
|
|
42
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2665 4.57769C10.4998 4.32323 10.8951 4.30603 11.1496 4.53927L14.4223 7.53915C14.5515 7.65753 14.625 7.82469 14.625 7.99988C14.625 8.17508 14.5515 8.34223 14.4223 8.46061L11.1496 11.4605C10.8951 11.6937 10.4998 11.6765 10.2665 11.4221C10.0333 11.1676 10.0505 10.7723 10.305 10.539L12.3932 8.62491L3.60676 8.62509L5.69505 10.5393C5.9495 10.7725 5.9667 11.1679 5.73346 11.4223C5.50022 11.6768 5.10486 11.694 4.85041 11.4607L1.57768 8.46086C1.44853 8.34247 1.375 8.17532 1.375 8.00013C1.375 7.82493 1.44853 7.65778 1.57768 7.5394L4.85041 4.53952C5.10486 4.30628 5.50022 4.32347 5.73346 4.57793C5.9667 4.83238 5.9495 5.22774 5.69505 5.46098L3.60683 7.37509L12.3932 7.37491L10.305 5.46073C10.0505 5.22749 10.0333 4.83214 10.2665 4.57769Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
63
43
|
</symbol>
|
|
64
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
65
|
-
<path
|
|
44
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="arrowLeftSmall">
|
|
45
|
+
<path d="M10 10.7929C10 11.2384 9.46143 11.4614 9.14645 11.1465L6.35355 8.35356C6.15829 8.1583 6.15829 7.84172 6.35355 7.64646L9.14645 4.85356C9.46143 4.53858 10 4.76167 10 5.20712V10.7929Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
66
46
|
</symbol>
|
|
67
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
68
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
47
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="arrowRight">
|
|
48
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.05806 3.05809C8.30214 2.81401 8.69786 2.81401 8.94194 3.05809L13.4419 7.55809C13.686 7.80217 13.686 8.19789 13.4419 8.44197L8.94194 12.942C8.69786 13.186 8.30214 13.186 8.05806 12.942C7.81398 12.6979 7.81398 12.3022 8.05806 12.0581L11.4911 8.62503H2C1.65482 8.62503 1.375 8.34521 1.375 8.00003C1.375 7.65485 1.65482 7.37503 2 7.37503H11.4911L8.05806 3.94197C7.81398 3.69789 7.81398 3.30217 8.05806 3.05809Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
69
49
|
</symbol>
|
|
70
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
71
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
50
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="arrowRightKey">
|
|
51
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.55806 3.05809C5.80214 2.81401 6.19786 2.81401 6.44194 3.05809L10.2348 6.85098C10.8694 7.48558 10.8694 8.51448 10.2348 9.14908L6.44194 12.942C6.19786 13.186 5.80214 13.186 5.55806 12.942C5.31398 12.6979 5.31398 12.3022 5.55806 12.0581L9.35095 8.2652C9.4974 8.11875 9.4974 7.88131 9.35095 7.73487L5.55806 3.94197C5.31398 3.69789 5.31398 3.30217 5.55806 3.05809Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
72
52
|
</symbol>
|
|
73
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
74
|
-
<path
|
|
53
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="arrowRightSmall">
|
|
54
|
+
<path d="M6 10.7929C6 11.2384 6.53857 11.4615 6.85355 11.1465L9.64645 8.3536C9.84171 8.15833 9.84171 7.84175 9.64645 7.64649L6.85355 4.8536C6.53857 4.53861 6 4.7617 6 5.20715V10.7929Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
75
55
|
</symbol>
|
|
76
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
77
|
-
<path d="
|
|
56
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="arrowUp">
|
|
57
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 14.125C8.34518 14.125 8.625 13.8452 8.625 13.5V4.00891L12.0581 7.44197C12.3021 7.68605 12.6979 7.68605 12.9419 7.44197C13.186 7.19789 13.186 6.80217 12.9419 6.55809L8.44194 2.05809C8.19786 1.81401 7.80214 1.81401 7.55806 2.05809L3.05806 6.55809C2.81398 6.80217 2.81398 7.19789 3.05806 7.44197C3.30214 7.68605 3.69786 7.68605 3.94194 7.44197L7.375 4.00891V13.5C7.375 13.8452 7.65482 14.125 8 14.125Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
78
58
|
</symbol>
|
|
79
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
80
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
81
|
-
<rect x="1.48215" y="2.4241" width="1.25" height="17.2136" rx="0.625" transform="rotate(-45 1.48215 2.4241)" fill="currentColor" fill-opacity="0.87" />
|
|
59
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="arrowUpDownSmall">
|
|
60
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.85356 6.14646C4.53858 6.46145 4.76167 7.00002 5.20712 7.00002H10.7929C11.2384 7.00002 11.4614 6.46145 11.1465 6.14646L8.35356 3.35357C8.1583 3.15831 7.84172 3.15831 7.64646 3.35357L4.85356 6.14646ZM4.85357 9.85357C4.53858 9.53859 4.76167 9.00002 5.20712 9.00002H10.7929C11.2384 9.00002 11.4614 9.53859 11.1465 9.85357L8.35358 12.6465C8.15832 12.8417 7.84174 12.8417 7.64648 12.6465L4.85357 9.85357Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
82
61
|
</symbol>
|
|
83
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
84
|
-
<
|
|
85
|
-
<path d="M3 3H8C10.2091 3 12 4.79086 12 7V13" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
86
|
-
<path d="M5.38626 0.654671H8.38626C11.7 0.654671 14.3863 3.34096 14.3863 6.65467V10.6547" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
62
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="arrowUpKey">
|
|
63
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.26516 7.14908C8.11872 7.00263 7.88128 7.00263 7.73484 7.14908L4.44194 10.442C4.19786 10.6861 3.80214 10.6861 3.55806 10.442C3.31398 10.1979 3.31398 9.80217 3.55806 9.55809L6.85095 6.2652C7.48555 5.63059 8.51445 5.6306 9.14905 6.2652L12.4419 9.55809C12.686 9.80217 12.686 10.1979 12.4419 10.442C12.1979 10.6861 11.8021 10.6861 11.5581 10.442L8.26516 7.14908Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
87
64
|
</symbol>
|
|
88
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
89
|
-
<path d="
|
|
65
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="arrowUpSmall">
|
|
66
|
+
<path d="M5.20712 10C4.76167 10 4.53858 9.46146 4.85357 9.14648L7.64647 6.35358C7.84173 6.15832 8.15832 6.15832 8.35358 6.35358L11.1465 9.14648C11.4614 9.46146 11.2384 10 10.7929 10H5.20712Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
90
67
|
</symbol>
|
|
91
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
|
92
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
68
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16" id="attach">
|
|
69
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.54 3.19748C11.7604 1.97709 13.739 1.97709 14.9594 3.19748C16.1798 4.41787 16.1798 6.39651 14.9594 7.61689L9.12578 13.4505C7.41723 15.1591 4.64714 15.1591 2.93859 13.4505C1.23005 11.742 1.23005 8.97188 2.93859 7.26334L7.00446 3.19748C7.24854 2.9534 7.64426 2.9534 7.88834 3.19748C8.13242 3.44155 8.13242 3.83728 7.88834 4.08136L3.82248 8.14722C2.60209 9.36761 2.60209 11.3463 3.82248 12.5666C5.04287 13.787 7.02151 13.787 8.24189 12.5666L14.0755 6.73301C14.8078 6.00078 14.8078 4.81359 14.0755 4.08136C13.3433 3.34913 12.1561 3.34913 11.4239 4.08136L5.9438 9.56144C5.69972 9.80552 5.69972 10.2012 5.9438 10.4453C6.18788 10.6894 6.5836 10.6894 6.82768 10.4453L10.54 6.73301C10.7841 6.48893 11.1798 6.48893 11.4239 6.73301C11.668 6.97709 11.668 7.37282 11.4239 7.61689L7.71156 11.3292C6.97933 12.0614 5.79215 12.0614 5.05991 11.3292C4.32768 10.597 4.32768 9.40979 5.05991 8.67755L10.54 3.19748Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
93
70
|
</symbol>
|
|
94
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
95
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
71
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="autoscale">
|
|
72
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.52975 5.90626L5.1815 2.31093L3.83267 5.90626H6.52975ZM6.9985 7.15626L7.2453 7.81441C7.54243 7.4935 7.89152 7.22139 8.2792 7.01147L6.2349 1.55999C5.86993 0.586748 4.49332 0.586648 4.12821 1.55984L1.21999 9.31174C1.09874 9.63492 1.26244 9.9952 1.58563 10.1164C1.90881 10.2377 2.26909 10.074 2.39034 9.75081L3.36371 7.15626H6.9985ZM10.1811 12.2813C11.1476 12.2813 11.9311 11.4978 11.9311 10.5313C11.9311 9.56477 11.1476 8.78126 10.1811 8.78126C9.21459 8.78126 8.43109 9.56477 8.43109 10.5313C8.43109 11.4978 9.21459 12.2813 10.1811 12.2813ZM10.1811 13.5313C10.7834 13.5313 11.3442 13.3538 11.8142 13.0482L13.7391 14.9732C13.9832 15.2173 14.379 15.2173 14.623 14.9732C14.8671 14.7291 14.8671 14.3334 14.623 14.0893L12.6981 12.1644C13.0036 11.6944 13.1811 11.1336 13.1811 10.5313C13.1811 8.87441 11.8379 7.53126 10.1811 7.53126C8.52424 7.53126 7.18109 8.87441 7.18109 10.5313C7.18109 12.1881 8.52424 13.5313 10.1811 13.5313Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
96
73
|
</symbol>
|
|
97
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
98
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
74
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="autoSize">
|
|
75
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.625 1.5C3.625 1.15482 3.34518 0.875 3 0.875C2.65482 0.875 2.375 1.15482 2.375 1.5V2.875H2C1.65482 2.875 1.375 3.15482 1.375 3.5C1.375 3.84518 1.65482 4.125 2 4.125H2.375V5.5C2.375 5.84518 2.65482 6.125 3 6.125C3.34518 6.125 3.625 5.84518 3.625 5.5V4.125H8H12.375V5.5C12.375 5.84518 12.6548 6.125 13 6.125C13.3452 6.125 13.625 5.84518 13.625 5.5V4.125H14C14.3452 4.125 14.625 3.84518 14.625 3.5C14.625 3.15482 14.3452 2.875 14 2.875H13.625V1.5C13.625 1.15482 13.3452 0.875 13 0.875C12.6548 0.875 12.375 1.15482 12.375 1.5V2.875H8H3.625V1.5ZM2.625 9C2.625 8.79289 2.79289 8.625 3 8.625H8H13C13.2071 8.625 13.375 8.79289 13.375 9V13C13.375 13.2071 13.2071 13.375 13 13.375H8H3C2.79289 13.375 2.625 13.2071 2.625 13V9ZM3 7.375C2.10254 7.375 1.375 8.10254 1.375 9V13C1.375 13.8975 2.10254 14.625 3 14.625H8H13C13.8975 14.625 14.625 13.8975 14.625 13V9C14.625 8.10254 13.8975 7.375 13 7.375H8H3Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
99
76
|
</symbol>
|
|
100
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
101
|
-
<path d="
|
|
102
|
-
<path d="M10 11L12 11C13.6569 11 15 9.65685 15 8V8C15 6.34314 13.6569 5 12 5L10 5" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round" />
|
|
103
|
-
<path d="M6 8L10 8" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
77
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="autoSizeAll">
|
|
78
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.625 1.5C3.625 1.15482 3.34518 0.875 3 0.875C2.65482 0.875 2.375 1.15482 2.375 1.5V2.875H2C1.65482 2.875 1.375 3.15482 1.375 3.5C1.375 3.84518 1.65482 4.125 2 4.125H2.375V5.5C2.375 5.84518 2.65482 6.125 3 6.125C3.34518 6.125 3.625 5.84518 3.625 5.5V4.125H7.375V5.5C7.375 5.84518 7.65482 6.125 8 6.125C8.34518 6.125 8.625 5.84518 8.625 5.5V4.125H12.375V5.5C12.375 5.84518 12.6548 6.125 13 6.125C13.3452 6.125 13.625 5.84518 13.625 5.5V4.125H14C14.3452 4.125 14.625 3.84518 14.625 3.5C14.625 3.15482 14.3452 2.875 14 2.875H13.625V1.5C13.625 1.15482 13.3452 0.875 13 0.875C12.6548 0.875 12.375 1.15482 12.375 1.5V2.875H8.625V1.5C8.625 1.15482 8.34518 0.875 8 0.875C7.65482 0.875 7.375 1.15482 7.375 1.5V2.875H3.625V1.5ZM2.625 9C2.625 8.79289 2.79289 8.625 3 8.625H7.375V13.375H3C2.79289 13.375 2.625 13.2071 2.625 13V9ZM8.625 13.375V8.625H13C13.2071 8.625 13.375 8.79289 13.375 9V13C13.375 13.2071 13.2071 13.375 13 13.375H8.625ZM3 7.375C2.10254 7.375 1.375 8.10254 1.375 9V13C1.375 13.8975 2.10254 14.625 3 14.625H8H13C13.8975 14.625 14.625 13.8975 14.625 13V9C14.625 8.10254 13.8975 7.375 13 7.375H8H3Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
104
79
|
</symbol>
|
|
105
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
106
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
80
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="back">
|
|
81
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.44194 3.18694C6.68602 2.94286 6.68602 2.54713 6.44194 2.30305C6.19786 2.05898 5.80214 2.05898 5.55806 2.30305L2.0581 5.80301L2.05806 5.80305C1.93602 5.92509 1.875 6.08504 1.875 6.245C1.875 6.32974 1.89187 6.41054 1.92242 6.48423C1.95292 6.55795 1.99813 6.62701 2.05805 6.68693C2.05811 6.68699 2.05817 6.68705 2.05822 6.6871L5.55806 10.1869C5.80214 10.431 6.19786 10.431 6.44194 10.1869C6.68602 9.94286 6.68602 9.54713 6.44194 9.30305L4.00888 6.87H8.5C10.9162 6.87 12.875 8.82875 12.875 11.245V13.245C12.875 13.5902 13.1548 13.87 13.5 13.87C13.8452 13.87 14.125 13.5902 14.125 13.245V11.245C14.125 8.13839 11.6066 5.62 8.5 5.62H4.00888L6.44194 3.18694Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
107
82
|
</symbol>
|
|
108
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
109
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
83
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="backspace">
|
|
84
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.07035 3.25H14C14.4142 3.25 14.75 3.58579 14.75 4V12C14.75 12.4142 14.4142 12.75 14 12.75H5.07035C4.81959 12.75 4.58541 12.6247 4.44632 12.416L1.77965 8.41603C1.6117 8.1641 1.6117 7.8359 1.77965 7.58397L4.44632 3.58397C4.58541 3.37533 4.81959 3.25 5.07035 3.25ZM3.40625 2.8906C3.77718 2.3342 4.40165 2 5.07035 2H14C15.1046 2 16 2.89543 16 4V12C16 13.1046 15.1046 14 14 14H5.07035C4.40165 14 3.77718 13.6658 3.40625 13.1094L0.739586 9.1094C0.29172 8.4376 0.29172 7.5624 0.739586 6.8906L3.40625 2.8906ZM11.4419 6.44194C11.686 6.19786 11.686 5.80214 11.4419 5.55806C11.1979 5.31398 10.8021 5.31398 10.5581 5.55806L8.99999 7.11613L7.44194 5.55809C7.19786 5.31401 6.80213 5.31401 6.55806 5.55809C6.31398 5.80217 6.31398 6.1979 6.55806 6.44197L8.11611 8.00001L6.55806 9.55806C6.31398 9.80214 6.31398 10.1979 6.55806 10.4419C6.80214 10.686 7.19786 10.686 7.44194 10.4419L8.99999 8.88389L10.5581 10.4419C10.8021 10.686 11.1979 10.686 11.4419 10.4419C11.686 10.1979 11.686 9.80213 11.4419 9.55806L9.88388 8.00001L11.4419 6.44194Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
110
85
|
</symbol>
|
|
111
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
112
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
86
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="bubbleChart">
|
|
87
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 5.75C4.9665 5.75 5.75 4.9665 5.75 4C5.75 3.0335 4.9665 2.25 4 2.25C3.0335 2.25 2.25 3.0335 2.25 4C2.25 4.9665 3.0335 5.75 4 5.75ZM11 13.75C12.5188 13.75 13.75 12.5188 13.75 11C13.75 9.48122 12.5188 8.25 11 8.25C9.48122 8.25 8.25 9.48122 8.25 11C8.25 12.5188 9.48122 13.75 11 13.75ZM11 3.75C11.4142 3.75 11.75 3.41421 11.75 3C11.75 2.58579 11.4142 2.25 11 2.25C10.5858 2.25 10.25 2.58579 10.25 3C10.25 3.41421 10.5858 3.75 11 3.75ZM3 11.75C3.41421 11.75 3.75 11.4142 3.75 11C3.75 10.5858 3.41421 10.25 3 10.25C2.58579 10.25 2.25 10.5858 2.25 11C2.25 11.4142 2.58579 11.75 3 11.75ZM4 7C5.65685 7 7 5.65685 7 4C7 2.34315 5.65685 1 4 1C2.34315 1 1 2.34315 1 4C1 5.65685 2.34315 7 4 7ZM11 15C13.2091 15 15 13.2091 15 11C15 8.79086 13.2091 7 11 7C8.79086 7 7 8.79086 7 11C7 13.2091 8.79086 15 11 15ZM13 3C13 4.10457 12.1046 5 11 5C9.89543 5 9 4.10457 9 3C9 1.89543 9.89543 1 11 1C12.1046 1 13 1.89543 13 3ZM3 13C4.10457 13 5 12.1046 5 11C5 9.89543 4.10457 9 3 9C1.89543 9 1 9.89543 1 11C1 12.1046 1.89543 13 3 13Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
113
88
|
</symbol>
|
|
114
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
115
|
-
<path
|
|
89
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="bullet">
|
|
90
|
+
<path d="M11 8C11 9.65685 9.65685 11 8 11C6.34315 11 5 9.65685 5 8C5 6.34315 6.34315 5 8 5C9.65685 5 11 6.34315 11 8Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
116
91
|
</symbol>
|
|
117
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
118
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
92
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="calc">
|
|
93
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 2.25H4C3.58579 2.25 3.25 2.58579 3.25 3V13C3.25 13.4142 3.58579 13.75 4 13.75H12C12.4142 13.75 12.75 13.4142 12.75 13V3C12.75 2.58579 12.4142 2.25 12 2.25ZM4 1C2.89543 1 2 1.89543 2 3V13C2 14.1046 2.89543 15 4 15H12C13.1046 15 14 14.1046 14 13V3C14 1.89543 13.1046 1 12 1H4ZM5 4.5C5 4.22386 5.22386 4 5.5 4H10.5C10.7761 4 11 4.22386 11 4.5V5.5C11 5.77614 10.7761 6 10.5 6H5.5C5.22386 6 5 5.77614 5 5.5V4.5ZM6.61286 8.80658C6.61286 9.25196 6.25181 9.61301 5.80643 9.61301C5.36105 9.61301 5 9.25196 5 8.80658C5 8.3612 5.36105 8.00015 5.80643 8.00015C6.25181 8.00015 6.61286 8.3612 6.61286 8.80658ZM5.80643 12.4027C6.25181 12.4027 6.61286 12.0416 6.61286 11.5962C6.61286 11.1508 6.25181 10.7898 5.80643 10.7898C5.36105 10.7898 5 11.1508 5 11.5962C5 12.0416 5.36105 12.4027 5.80643 12.4027ZM8.80252 8.80643C8.80252 9.25181 8.44147 9.61286 7.99609 9.61286C7.55071 9.61286 7.18966 9.25181 7.18966 8.80643C7.18966 8.36105 7.55071 8 7.99609 8C8.44147 8 8.80252 8.36105 8.80252 8.80643ZM7.99609 12.4027C8.44147 12.4027 8.80252 12.0416 8.80252 11.5962C8.80252 11.1508 8.44147 10.7898 7.99609 10.7898C7.55071 10.7898 7.18966 11.1508 7.18966 11.5962C7.18966 12.0416 7.55071 12.4027 7.99609 12.4027ZM11 8.80643C11 9.25181 10.639 9.61286 10.1936 9.61286C9.74822 9.61286 9.38717 9.25181 9.38717 8.80643C9.38717 8.36105 9.74822 8 10.1936 8C10.639 8 11 8.36105 11 8.80643ZM10.1936 12.4027C10.639 12.4027 11 12.0416 11 11.5962C11 11.1508 10.639 10.7898 10.1936 10.7898C9.74822 10.7898 9.38717 11.1508 9.38717 11.5962C9.38717 12.0416 9.74822 12.4027 10.1936 12.4027Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
119
94
|
</symbol>
|
|
120
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
121
|
-
<path d="M5
|
|
122
|
-
<path d="M3 4.625H13C13.7594 4.625 14.375 5.24061 14.375 6V7V13C14.375 13.7594 13.7594 14.375 13 14.375H3C2.24061 14.375 1.625 13.7594 1.625 13V7V6C1.625 5.24061 2.24061 4.625 3 4.625Z" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
95
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="calendar">
|
|
96
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 1.375C5.34518 1.375 5.625 1.65482 5.625 2V3H10.375V2C10.375 1.65482 10.6548 1.375 11 1.375C11.3452 1.375 11.625 1.65482 11.625 2V3H13C14.1046 3 15 3.89543 15 5V13C15 14.1046 14.1046 15 13 15H3C1.89543 15 1 14.1046 1 13V5C1 3.89543 1.89543 3 3 3H4.375V2C4.375 1.65482 4.65482 1.375 5 1.375ZM3 4.25H13C13.4142 4.25 13.75 4.58579 13.75 5V6H2.25V5C2.25 4.58579 2.58579 4.25 3 4.25ZM2.25 7.25V13C2.25 13.4142 2.58579 13.75 3 13.75H13C13.4142 13.75 13.75 13.4142 13.75 13V7.25H2.25ZM4.5 8.75C4.22386 8.75 4 8.97386 4 9.25V9.5C4 9.77614 4.22386 10 4.5 10H4.75C5.02614 10 5.25 9.77614 5.25 9.5V9.25C5.25 8.97386 5.02614 8.75 4.75 8.75H4.5ZM6.75 8.75C6.47386 8.75 6.25 8.97386 6.25 9.25V9.5C6.25 9.77614 6.47386 10 6.75 10H7C7.27614 10 7.5 9.77614 7.5 9.5V9.25C7.5 8.97386 7.27614 8.75 7 8.75H6.75ZM8.5 9.25C8.5 8.97386 8.72386 8.75 9 8.75H9.25C9.52614 8.75 9.75 8.97386 9.75 9.25V9.5C9.75 9.77614 9.52614 10 9.25 10H9C8.72386 10 8.5 9.77614 8.5 9.5V9.25ZM11.25 8.75C10.9739 8.75 10.75 8.97386 10.75 9.25V9.5C10.75 9.77614 10.9739 10 11.25 10H11.5C11.7761 10 12 9.77614 12 9.5V9.25C12 8.97386 11.7761 8.75 11.5 8.75H11.25ZM4 11.5C4 11.2239 4.22386 11 4.5 11H4.75C5.02614 11 5.25 11.2239 5.25 11.5V11.75C5.25 12.0261 5.02614 12.25 4.75 12.25H4.5C4.22386 12.25 4 12.0261 4 11.75V11.5ZM6.75 11C6.47386 11 6.25 11.2239 6.25 11.5V11.75C6.25 12.0261 6.47386 12.25 6.75 12.25H7C7.27614 12.25 7.5 12.0261 7.5 11.75V11.5C7.5 11.2239 7.27614 11 7 11H6.75ZM8.5 11.5C8.5 11.2239 8.72386 11 9 11H9.25C9.52614 11 9.75 11.2239 9.75 11.5V11.75C9.75 12.0261 9.52614 12.25 9.25 12.25H9C8.72386 12.25 8.5 12.0261 8.5 11.75V11.5ZM11.25 11C10.9739 11 10.75 11.2239 10.75 11.5V11.75C10.75 12.0261 10.9739 12.25 11.25 12.25H11.5C11.7761 12.25 12 12.0261 12 11.75V11.5C12 11.2239 11.7761 11 11.5 11H11.25Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
123
97
|
</symbol>
|
|
124
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
125
|
-
<path
|
|
126
|
-
<path d="M5.625 7.99999C5.625 6.68833 6.68832 5.625 8.00004 5.625C9.31169 5.625 10.375 6.68831 10.375 7.99999C10.375 9.31171 9.31169 10.375 8.00004 10.375C6.68832 10.375 5.625 9.31169 5.625 7.99999Z" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" />
|
|
98
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="camera">
|
|
99
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.84998 4.125C2.09058 4.125 1.47498 4.74061 1.47498 5.5V10.5C1.47498 11.2594 2.09058 11.875 2.84998 11.875H9.34998C10.1094 11.875 10.725 11.2594 10.725 10.5V5.5C10.725 4.74061 10.1094 4.125 9.34998 4.125H2.84998ZM0.224976 5.5C0.224976 4.05025 1.40023 2.875 2.84998 2.875H9.34998C10.7997 2.875 11.975 4.05025 11.975 5.5V5.87235L13.4887 4.92625C14.5711 4.2498 15.975 5.02791 15.975 6.30425V9.69575C15.975 10.9721 14.5711 11.7502 13.4887 11.0737L11.975 10.1277V10.5C11.975 11.9497 10.7997 13.125 9.34998 13.125H2.84998C1.40023 13.125 0.224976 11.9497 0.224976 10.5V5.5ZM11.975 8.6536L14.1512 10.0138C14.401 10.1699 14.725 9.99029 14.725 9.69575V6.30425C14.725 6.00971 14.401 5.83014 14.1512 5.98625L11.975 7.3464V8.6536Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
127
100
|
</symbol>
|
|
128
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
129
|
-
<path
|
|
101
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="centerAlign">
|
|
102
|
+
<path d="M8 1.375C7.65482 1.375 7.375 1.65482 7.375 2V5H3.5C3.22386 5 3 5.22386 3 5.5V6.5C3 6.77614 3.22386 7 3.5 7H7.375V9H5.5C5.22386 9 5 9.22386 5 9.5V10.5C5 10.7761 5.22386 11 5.5 11H7.375V14C7.375 14.3452 7.65482 14.625 8 14.625C8.34518 14.625 8.625 14.3452 8.625 14V11H10.5C10.7761 11 11 10.7761 11 10.5V9.5C11 9.22386 10.7761 9 10.5 9H8.625V7H12.5C12.7761 7 13 6.77614 13 6.5V5.5C13 5.22386 12.7761 5 12.5 5H8.625V2C8.625 1.65482 8.34518 1.375 8 1.375Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
130
103
|
</symbol>
|
|
131
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
132
|
-
<path
|
|
104
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="chart">
|
|
105
|
+
<path d="M2.995 14C2.64982 14 2.37 13.7202 2.37 13.375L2.37 7.625C2.37 7.27982 2.64982 7 2.995 7C3.34017 7 3.62 7.27982 3.62 7.625L3.62 13.375C3.62 13.7202 3.34017 14 2.995 14Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
106
|
+
<path d="M7.995 14C7.64982 14 7.37 13.7202 7.37 13.375L7.36999 2.625C7.36999 2.27982 7.64982 2 7.99499 2C8.34017 2 8.61999 2.27982 8.61999 2.625L8.62 13.375C8.62 13.7202 8.34017 14 7.995 14Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
107
|
+
<path d="M12.37 13.375C12.37 13.7202 12.6498 14 12.995 14C13.3402 14 13.62 13.7202 13.62 13.375L13.62 5.625C13.62 5.27982 13.3402 5 12.995 5C12.6498 5 12.37 5.27982 12.37 5.625L12.37 13.375Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
133
108
|
</symbol>
|
|
134
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
135
|
-
<path d="
|
|
109
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="checkCircle">
|
|
110
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.75 8C13.75 11.1756 11.1756 13.75 8 13.75C4.82436 13.75 2.25 11.1756 2.25 8C2.25 4.82436 4.82436 2.25 8 2.25C11.1756 2.25 13.75 4.82436 13.75 8ZM15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8ZM11.6919 6.44194C11.936 6.19786 11.936 5.80214 11.6919 5.55806C11.4479 5.31398 11.0521 5.31398 10.8081 5.55806L7.51517 8.85095C7.36872 8.9974 7.13128 8.9974 6.98484 8.85095L5.19194 7.05806C4.94786 6.81398 4.55214 6.81398 4.30806 7.05806C4.06398 7.30214 4.06398 7.69786 4.30806 7.94194L6.10095 9.73484C6.73555 10.3694 7.76445 10.3694 8.39905 9.73483L11.6919 6.44194Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
136
111
|
</symbol>
|
|
137
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
138
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
112
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="checkCircleFilled">
|
|
113
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8ZM11.6919 6.44194C11.936 6.19786 11.936 5.80214 11.6919 5.55806C11.4479 5.31398 11.0521 5.31398 10.8081 5.55806L7.51517 8.85095C7.36872 8.9974 7.13128 8.9974 6.98484 8.85095L5.19194 7.05806C4.94786 6.81398 4.55214 6.81398 4.30806 7.05806C4.06398 7.30214 4.06398 7.69786 4.30806 7.94194L6.10095 9.73484C6.73555 10.3694 7.76445 10.3694 8.39905 9.73483L11.6919 6.44194Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
139
114
|
</symbol>
|
|
140
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
141
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
115
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="chisel">
|
|
116
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 0.875C5.34518 0.875 5.625 1.15482 5.625 1.5V2.26201L10.375 3.44951V1.5C10.375 1.15482 10.6548 0.875 11 0.875C11.3452 0.875 11.625 1.15482 11.625 1.5V3.76201L12.1516 3.89366C12.4865 3.97738 12.6901 4.31671 12.6063 4.65158C12.5226 4.98646 12.1833 5.19006 11.8484 5.10634L11.625 5.05049V6.76201L12.1516 6.89366C12.4865 6.97738 12.6901 7.31671 12.6063 7.65158C12.5226 7.98646 12.1833 8.19006 11.8484 8.10634L11.4088 7.99644C11.4059 8.00042 11.403 8.00438 11.4 8.00833L8.9 11.3417C8.45 11.9417 7.55 11.9417 7.1 11.3417L4.6 8.00833C4.45395 7.8136 4.375 7.57675 4.375 7.33333V6.23799L3.84842 6.10634C3.51354 6.02262 3.30994 5.68329 3.39366 5.34842C3.47738 5.01354 3.81671 4.80994 4.15158 4.89366L4.375 4.94951V3.23799L3.84842 3.10634C3.51354 3.02262 3.30994 2.68329 3.39366 2.34842C3.47738 2.01354 3.81671 1.80994 4.15158 1.89366L4.375 1.94951V1.5C4.375 1.15482 4.65482 0.875 5 0.875ZM5.625 3.55049V5.26201L10.375 6.44951V4.73799L5.625 3.55049ZM10.0931 7.66751L5.625 6.55049V7.29167L8 10.4583L10.0931 7.66751ZM5.6 7.25833C5.60004 7.25839 5.60009 7.25845 5.60013 7.25851L5.6 7.25833ZM0.375 11.5C0.375 11.1548 0.654822 10.875 1 10.875H3.03875C3.83618 10.875 4.59038 11.2375 5.08853 11.8602L6.14544 13.1813C7.09621 14.3698 8.90379 14.3698 9.85456 13.1813L10.9115 11.8602C11.4096 11.2375 12.1638 10.875 12.9612 10.875H15C15.3452 10.875 15.625 11.1548 15.625 11.5C15.625 11.8452 15.3452 12.125 15 12.125H12.9612C12.5435 12.125 12.1485 12.3149 11.8876 12.641L10.8306 13.9622C9.37947 15.7761 6.62053 15.7761 5.16935 13.9622L4.11244 12.641C3.85151 12.3149 3.45645 12.125 3.03875 12.125H1C0.654822 12.125 0.375 11.8452 0.375 11.5Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
142
117
|
</symbol>
|
|
143
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
144
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
118
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="clock">
|
|
119
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.75 8C13.75 11.1756 11.1756 13.75 8 13.75C4.82436 13.75 2.25 11.1756 2.25 8C2.25 4.82436 4.82436 2.25 8 2.25C11.1756 2.25 13.75 4.82436 13.75 8ZM15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8ZM8.625 4C8.625 3.65482 8.34518 3.375 8 3.375C7.65482 3.375 7.375 3.65482 7.375 4V8C7.375 8.16576 7.44085 8.32473 7.55806 8.44194L9.05806 9.94194C9.30214 10.186 9.69786 10.186 9.94194 9.94194C10.186 9.69786 10.186 9.30214 9.94194 9.05806L8.625 7.74112V4Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
145
120
|
</symbol>
|
|
146
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
147
|
-
<path d="
|
|
148
|
-
<path d="M9.5 3.5L12.5 6.5" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" />
|
|
121
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="clockChange">
|
|
122
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.3671 10.0675C13.6144 9.42587 13.75 8.72877 13.75 8C13.75 4.82436 11.1756 2.25 8 2.25C4.82436 2.25 2.25 4.82436 2.25 8C2.25 8.72877 2.38558 9.42587 2.63288 10.0675C2.29598 10.3724 1.98517 10.7057 1.70421 11.0635C1.25312 10.1382 1 9.09868 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8C15 9.09868 14.7469 10.1382 14.2958 11.0635C14.0148 10.7057 13.704 10.3724 13.3671 10.0675ZM8 3.375C8.34518 3.375 8.625 3.65482 8.625 4V7.74112L9.94194 9.05806C10.186 9.30214 10.186 9.69786 9.94194 9.94194C9.69786 10.186 9.30214 10.186 9.05806 9.94194L7.55806 8.44194C7.44085 8.32473 7.375 8.16576 7.375 8V4C7.375 3.65482 7.65482 3.375 8 3.375ZM4.94194 11.4419C5.18602 11.1979 5.18602 10.8021 4.94194 10.5581C4.69786 10.314 4.30214 10.314 4.05806 10.5581L2.55806 12.0581C2.31398 12.3021 2.31398 12.6979 2.55806 12.9419L4.05806 14.4419C4.30214 14.686 4.69786 14.686 4.94194 14.4419C5.18602 14.1979 5.18602 13.8021 4.94194 13.5581L4.50888 13.125H11.4911L11.0581 13.5581C10.814 13.8021 10.814 14.1979 11.0581 14.4419C11.3021 14.686 11.6979 14.686 11.9419 14.4419L13.4419 12.9419C13.686 12.6979 13.686 12.3021 13.4419 12.0581L11.9419 10.5581C11.6979 10.314 11.3021 10.314 11.0581 10.5581C10.814 10.8021 10.814 11.1979 11.0581 11.4419L11.4911 11.875H4.50888L4.94194 11.4419Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
149
123
|
</symbol>
|
|
150
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
151
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
124
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="closeBig">
|
|
125
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.442 3.55798C12.6861 3.80206 12.6861 4.19779 12.442 4.44187L8.88393 7.99994L12.442 11.558C12.6861 11.8021 12.6861 12.1978 12.442 12.4419C12.1979 12.6859 11.8022 12.6859 11.5581 12.4419L8.00004 8.88382L4.442 12.4419C4.19793 12.6859 3.8022 12.6859 3.55812 12.4419C3.31404 12.1978 3.31404 11.8021 3.55812 11.558L7.11616 7.99994L3.55812 4.44194C3.31404 4.19787 3.31404 3.80214 3.55812 3.55806C3.80219 3.31398 4.19792 3.31398 4.442 3.55806L8.00004 7.11606L11.5581 3.55798C11.8022 3.3139 12.1979 3.3139 12.442 3.55798Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
152
126
|
</symbol>
|
|
153
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
154
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
155
|
-
<path d="M6.05499 14.5H3.55499C2.45042 14.5 1.55499 13.6046 1.55499 12.5V3.5C1.55499 2.39543 2.45042 1.5 3.55499 1.5H7.05499M7.05499 1.5L12.555 6.5H8.05499C7.50271 6.5 7.05499 6.05228 7.05499 5.5V1.5Z" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round" />
|
|
127
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="closeCircle">
|
|
128
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.75 8C13.75 11.1756 11.1756 13.75 8 13.75C4.82436 13.75 2.25 11.1756 2.25 8C2.25 4.82436 4.82436 2.25 8 2.25C11.1756 2.25 13.75 4.82436 13.75 8ZM15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8ZM10.4419 6.44194C10.686 6.19786 10.686 5.80214 10.4419 5.55806C10.1979 5.31398 9.80214 5.31398 9.55806 5.55806L7.99999 7.11613L6.44194 5.55809C6.19786 5.31401 5.80213 5.31401 5.55806 5.55809C5.31398 5.80217 5.31398 6.1979 5.55806 6.44197L7.11611 8.00001L5.55806 9.55806C5.31398 9.80214 5.31398 10.1979 5.55806 10.4419C5.80214 10.686 6.19786 10.686 6.44194 10.4419L7.99999 8.88389L9.55806 10.4419C9.80214 10.686 10.1979 10.686 10.4419 10.4419C10.686 10.1979 10.686 9.80213 10.4419 9.55806L8.88388 8.00001L10.4419 6.44194Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
156
129
|
</symbol>
|
|
157
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
158
|
-
<path d="
|
|
130
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="closeCircleFilled">
|
|
131
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.6957 1.56557C9.83188 1.19432 8.93334 1.0058 8 1C7.06666 1 6.16812 1.18562 5.30435 1.55687C3.57101 2.31096 2.32464 3.5581 1.56522 5.29832C1.1884 6.16263 1 7.06463 1 8.00435C1 8.94407 1.1884 9.84317 1.56522 10.7017C2.30725 12.4245 3.55361 13.6687 5.30435 14.4344C6.16812 14.8115 7.06666 15 8 15C8.93334 15 9.83188 14.8115 10.6957 14.4344C12.429 13.6919 13.6725 12.4477 14.4261 10.7017C14.8087 9.83157 15 8.92957 15 7.99565C15 7.06173 14.8116 6.16263 14.4348 5.29832C14.058 4.43401 13.5565 3.68863 12.9304 3.06215C12.3043 2.43567 11.5594 1.93682 10.6957 1.56557ZM5.96705 5.08318C5.72297 4.83911 5.32724 4.83911 5.08316 5.08318C4.83909 5.32726 4.83909 5.72299 5.08316 5.96707L7.1161 8L5.08316 10.0329C4.83909 10.277 4.83909 10.6727 5.08316 10.9168C5.32724 11.1609 5.72297 11.1609 5.96705 10.9168L7.99998 8.88388L10.0329 10.9168C10.277 11.1609 10.6727 11.1609 10.9168 10.9168C11.1609 10.6727 11.1609 10.277 10.9168 10.0329L8.88386 8L10.9168 5.96707C11.1609 5.72299 11.1609 5.32726 10.9168 5.08318C10.6727 4.83911 10.277 4.83911 10.0329 5.08318L7.99998 7.11612L5.96705 5.08318Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
159
132
|
</symbol>
|
|
160
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
161
|
-
<
|
|
162
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.17999 3.5C2.17999 2.74061 2.7956 2.125 3.55499 2.125H6.42999V5.5C6.42999 6.39746 7.15753 7.125 8.05499 7.125H12.555C12.8132 7.125 13.0448 6.96621 13.1379 6.72537C13.2311 6.48453 13.1665 6.21123 12.9754 6.03754L7.47541 1.03754C7.36037 0.932951 7.21047 0.875 7.05499 0.875H3.55499C2.10525 0.875 0.929993 2.05025 0.929993 3.5V12.5C0.929993 13.9497 2.10525 15.125 3.55499 15.125H6.05499C6.40017 15.125 6.67999 14.8452 6.67999 14.5C6.67999 14.1548 6.40017 13.875 6.05499 13.875H3.55499C2.7956 13.875 2.17999 13.2594 2.17999 12.5V3.5ZM10.9384 5.875L7.67999 2.91284V5.5C7.67999 5.70711 7.84789 5.875 8.05499 5.875H10.9384ZM9.55499 8.375C9.20982 8.375 8.92999 8.65482 8.92999 9C8.92999 9.34518 9.20982 9.625 9.55499 9.625H9.59666V11.3588L8.12689 14.4453C7.86619 14.9928 8.26537 15.625 8.87175 15.625H14.2382C14.8446 15.625 15.2438 14.9928 14.9831 14.4453L13.5133 11.3588V9.625H13.555C13.9002 9.625 14.18 9.34518 14.18 9C14.18 8.65482 13.9002 8.375 13.555 8.375H12.8883H10.2217H9.55499ZM10.8467 10.875V9.625H12.2633V10.875H10.8467ZM10.6163 12.125H12.4937L13.5651 14.375H9.54486L10.6163 12.125Z" fill="currentColor" fill-opacity="0.87" />
|
|
163
|
-
</g>
|
|
164
|
-
<defs>
|
|
165
|
-
<clipPath id="clip0_7499_14571">
|
|
166
|
-
<rect width="16" height="16" fill="white" />
|
|
167
|
-
</clipPath>
|
|
168
|
-
</defs>
|
|
133
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="comment">
|
|
134
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.25 10.7452V12.9883L6.48328 10.7615H14C14.4142 10.7615 14.75 10.4257 14.75 10.0114V3C14.75 2.58579 14.4142 2.25 14 2.25H2C1.58579 2.25 1.25 2.58579 1.25 3V10.0038C1.25 10.4191 1.58753 10.7554 2.00286 10.7538L4.25 10.7452ZM7 12.0115H14C15.1046 12.0115 16 11.116 16 10.0114V3C16 1.89543 15.1046 1 14 1H2C0.895431 1 0 1.89543 0 3V10.0038C0 11.067 0.829391 11.9358 1.87552 12C1.9192 12.0027 1.96325 12.004 2.00763 12.0038L3 12V13.5907C3 14.4809 4.07572 14.9274 4.70609 14.2988L7 12.0115Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
169
135
|
</symbol>
|
|
170
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
171
|
-
<path
|
|
172
|
-
<path d="M9 3L11 1M6.99999 3L5 0.999999" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round" />
|
|
173
|
-
<path d="M6 5.00002L4.00001 5.00001C2.34315 5 1 6.34315 1 8V8C1 9.65686 2.34314 11 4 11L6 11" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round" />
|
|
174
|
-
<path d="M10 11L12 11C13.6569 11 15 9.65685 15 8V8C15 6.34314 13.6569 5 12 5L10 5" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round" />
|
|
136
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="compare">
|
|
137
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.495 3C6.14982 3 5.87 3.27982 5.87 3.625V12.375C5.87 12.7202 6.14982 13 6.495 13C6.84017 13 7.12 12.7202 7.12 12.375V3.625C7.12 3.27982 6.84017 3 6.495 3ZM3.495 10C3.14982 10 2.87 10.2798 2.87 10.625V12.375C2.87 12.7202 3.14982 13 3.495 13C3.84017 13 4.12 12.7202 4.12 12.375V10.625C4.12 10.2798 3.84017 10 3.495 10ZM8.87 8.625C8.87 8.27982 9.14982 8 9.495 8C9.84017 8 10.12 8.27982 10.12 8.625V12.375C10.12 12.7202 9.84017 13 9.495 13C9.14982 13 8.87 12.7202 8.87 12.375V8.625ZM12.495 6C12.1498 6 11.87 6.27982 11.87 6.625V12.375C11.87 12.7202 12.1498 13 12.495 13C12.8402 13 13.12 12.7202 13.12 12.375V6.625C13.12 6.27982 12.8402 6 12.495 6Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
175
138
|
</symbol>
|
|
176
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
177
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
139
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="constructionWell">
|
|
140
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.5 1.375C5.84518 1.375 6.125 1.65482 6.125 2V4V6C6.125 7.44975 4.94975 8.625 3.5 8.625H3C2.65482 8.625 2.375 8.34518 2.375 8C2.375 7.65482 2.65482 7.375 3 7.375H3.5C4.25939 7.375 4.875 6.75939 4.875 6V4V2C4.875 1.65482 5.15482 1.375 5.5 1.375ZM10 1.375C10.3452 1.375 10.625 1.65482 10.625 2V4V9C10.625 10.4497 9.44975 11.625 8 11.625H7.5C7.15482 11.625 6.875 11.3452 6.875 11C6.875 10.6548 7.15482 10.375 7.5 10.375H8C8.75939 10.375 9.375 9.75939 9.375 9V4V2C9.375 1.65482 9.65482 1.375 10 1.375ZM15.125 2C15.125 1.65482 14.8452 1.375 14.5 1.375C14.1548 1.375 13.875 1.65482 13.875 2V9V12C13.875 12.7594 13.2594 13.375 12.5 13.375H12C11.6548 13.375 11.375 13.6548 11.375 14C11.375 14.3452 11.6548 14.625 12 14.625H12.5C13.9497 14.625 15.125 13.4497 15.125 12V9V2Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
178
141
|
</symbol>
|
|
179
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
180
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
142
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="copy">
|
|
143
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 1.375C3.65482 1.375 3.375 1.65482 3.375 2C3.375 2.34518 3.65482 2.625 4 2.625H9C10.864 2.625 12.375 4.13604 12.375 6V12C12.375 12.3452 12.6548 12.625 13 12.625C13.3452 12.625 13.625 12.3452 13.625 12V6C13.625 3.44568 11.5543 1.375 9 1.375H4ZM4 5.25H9C9.41421 5.25 9.75 5.58579 9.75 6V12C9.75 12.4142 9.41421 12.75 9 12.75H4C3.58579 12.75 3.25 12.4142 3.25 12V6C3.25 5.58579 3.58579 5.25 4 5.25ZM2 6C2 4.89543 2.89543 4 4 4H9C10.1046 4 11 4.89543 11 6V12C11 13.1046 10.1046 14 9 14H4C2.89543 14 2 13.1046 2 12V6Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
181
144
|
</symbol>
|
|
182
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
183
|
-
<path
|
|
145
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="copySelected">
|
|
146
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.375 2C3.375 1.65482 3.65482 1.375 4 1.375H9C11.5543 1.375 13.625 3.44568 13.625 6V12C13.625 12.3452 13.3452 12.625 13 12.625C12.6548 12.625 12.375 12.3452 12.375 12V6C12.375 4.13604 10.864 2.625 9 2.625H4C3.65482 2.625 3.375 2.34518 3.375 2ZM9 5.25H4C3.58579 5.25 3.25 5.58579 3.25 6V12C3.25 12.4142 3.58579 12.75 4 12.75H9C9.41421 12.75 9.75 12.4142 9.75 12V6C9.75 5.58579 9.41421 5.25 9 5.25ZM4 4C2.89543 4 2 4.89543 2 6V12C2 13.1046 2.89543 14 4 14H9C10.1046 14 11 13.1046 11 12V6C11 4.89543 10.1046 4 9 4H4ZM8.35355 8.35355C8.54882 8.15829 8.54882 7.84171 8.35355 7.64645C8.15829 7.45118 7.84171 7.45118 7.64645 7.64645L6 9.29289L5.35355 8.64645C5.15829 8.45118 4.84171 8.45118 4.64645 8.64645C4.45118 8.84171 4.45118 9.15829 4.64645 9.35355L5.46967 10.1768C5.76256 10.4697 6.23744 10.4697 6.53033 10.1768L8.35355 8.35355Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
184
147
|
</symbol>
|
|
185
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
186
|
-
<path
|
|
148
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="csv">
|
|
149
|
+
<path d="M12 13.75H4C3.58579 13.75 3.25 13.4142 3.25 13H2C2 14.1046 2.89543 15 4 15H12C13.1046 15 14 14.1046 14 13H12.75C12.75 13.4142 12.4142 13.75 12 13.75Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
150
|
+
<path d="M3.25 4V3C3.25 2.58579 3.58579 2.25 4 2.25H9.17157C9.37048 2.25 9.56125 2.32902 9.7019 2.46967L11.2322 4H13L10.5858 1.58579C10.2107 1.21071 9.70201 1 9.17157 1H4C2.89543 1 2 1.89543 2 3V4H3.25Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
151
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.2 11C3.61333 11 3.18333 10.8767 2.91 10.63C2.63667 10.3767 2.5 9.96667 2.5 9.4V7.6C2.5 7.04 2.63667 6.63333 2.91 6.38C3.19 6.12667 3.62 6 4.2 6H5.49V7H4.24C3.99333 7 3.80667 7.05667 3.68 7.17C3.55333 7.28333 3.49 7.44333 3.49 7.65V9.35C3.49 9.55667 3.55333 9.71667 3.68 9.83C3.80667 9.94333 3.99333 10 4.24 10H5.49V11H4.2ZM10.5 6H11.5V9H12.5V6H13.5V9L12.5 11H11.5L10.5 9V6ZM9.11 10.69C9.37 10.4833 9.5 10.17 9.5 9.75V9.3C9.5 8.87333 9.38333 8.55333 9.15 8.34C8.91667 8.12 8.57667 8 8.13 8H7.98C7.84 8 7.72333 7.97333 7.63 7.9C7.54333 7.82667 7.5 7.71333 7.5 7.56V7.45C7.5 7.30333 7.55 7.19333 7.65 7.12C7.75 7.04 7.88333 7 8.05 7H9.5V6H8C7.50667 6 7.09333 6.1 6.84 6.3C6.58667 6.49333 6.5 6.81333 6.5 7.26V7.73C6.5 8.17 6.57333 8.49333 6.8 8.7C7.03333 8.9 7.23333 9 7.7 9H8.07C8.35667 9 8.5 9.15 8.5 9.45V9.55C8.5 9.69667 8.45333 9.81 8.36 9.89C8.26667 9.96333 8.13 10 7.95 10H6.5V11H8C8.48667 11 8.85667 10.8967 9.11 10.69Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
187
152
|
</symbol>
|
|
188
153
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="cut">
|
|
189
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.38 4.5C5.38 5.19036 4.82036 5.75 4.13 5.75C3.43965 5.75 2.88 5.19036 2.88 4.5C2.88 3.80964 3.43965 3.25 4.13 3.25C4.82036 3.25 5.38 3.80964 5.38 4.5ZM5.75083 6.40346C5.31438 6.77546 4.74842 7 4.13 7C2.74929 7 1.63 5.88071 1.63 4.5C1.63 3.11929 2.74929 2 4.13 2C5.51072 2 6.63 3.11929 6.63 4.5C6.63 4.80908 6.57392 5.10506 6.47136 5.37831L8.90549 7.35604L13.365 4.12624C13.6446 3.92377 14.0353 3.98627 14.2378 4.26583C14.4403 4.54539 14.3778 4.93615 14.0982 5.13862L9.90982 8.17205L14.0241 11.5149C14.292 11.7326 14.3327 12.1262 14.1151 12.3941C13.8974 12.662 13.5038 12.7027 13.2359 12.4851L8.86177 8.9311L6.48316 10.6538C6.57821 10.9181 6.63 11.203 6.63 11.5C6.63 12.8807 5.51072 14 4.13 14C2.74929 14 1.63 12.8807 1.63 11.5C1.63 10.1193 2.74929 9 4.13 9C4.76165 9 5.33859 9.23425 5.77868 9.62063L7.85744 8.11508L5.75083 6.40346ZM5.38 11.5C5.38 12.1904 4.82036 12.75 4.13 12.75C3.43965 12.75 2.88 12.1904 2.88 11.5C2.88 10.8096 3.43965 10.25 4.13 10.25C4.82036 10.25 5.38 10.8096 5.38 11.5Z" fill="currentColor" fill-opacity="0.87"
|
|
154
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.38 4.5C5.38 5.19036 4.82036 5.75 4.13 5.75C3.43965 5.75 2.88 5.19036 2.88 4.5C2.88 3.80964 3.43965 3.25 4.13 3.25C4.82036 3.25 5.38 3.80964 5.38 4.5ZM5.75083 6.40346C5.31438 6.77546 4.74842 7 4.13 7C2.74929 7 1.63 5.88071 1.63 4.5C1.63 3.11929 2.74929 2 4.13 2C5.51072 2 6.63 3.11929 6.63 4.5C6.63 4.80908 6.57392 5.10506 6.47136 5.37831L8.90549 7.35604L13.365 4.12624C13.6446 3.92377 14.0353 3.98627 14.2378 4.26583C14.4403 4.54539 14.3778 4.93615 14.0982 5.13862L9.90982 8.17205L14.0241 11.5149C14.292 11.7326 14.3327 12.1262 14.1151 12.3941C13.8974 12.662 13.5038 12.7027 13.2359 12.4851L8.86177 8.9311L6.48316 10.6538C6.57821 10.9181 6.63 11.203 6.63 11.5C6.63 12.8807 5.51072 14 4.13 14C2.74929 14 1.63 12.8807 1.63 11.5C1.63 10.1193 2.74929 9 4.13 9C4.76165 9 5.33859 9.23425 5.77868 9.62063L7.85744 8.11508L5.75083 6.40346ZM5.38 11.5C5.38 12.1904 4.82036 12.75 4.13 12.75C3.43965 12.75 2.88 12.1904 2.88 11.5C2.88 10.8096 3.43965 10.25 4.13 10.25C4.82036 10.25 5.38 10.8096 5.38 11.5Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
190
155
|
</symbol>
|
|
191
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
192
|
-
<
|
|
193
|
-
<path d="M4 2H9C11.2091 2 13 3.79086 13 6V12" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
194
|
-
<path d="M8 8L6.17678 9.82322C6.07915 9.92085 5.92085 9.92085 5.82322 9.82322L5 9" stroke="currentColor" stroke-opacity="0.87" stroke-linecap="round" />
|
|
156
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="cutArea">
|
|
157
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.25 1.25C3.25 0.904822 2.97018 0.625 2.625 0.625C2.27982 0.625 2 0.904822 2 1.25V2.75C2 3.09518 2.27982 3.375 2.625 3.375C2.97018 3.375 3.25 3.09518 3.25 2.75V1.25ZM3.25 5.25C3.25 4.90482 2.97018 4.625 2.625 4.625C2.27982 4.625 2 4.90482 2 5.25V6.75C2 7.09518 2.27982 7.375 2.625 7.375C2.97018 7.375 3.25 7.09518 3.25 6.75V5.25ZM3.25 9.25C3.25 8.90482 2.97018 8.625 2.625 8.625C2.27982 8.625 2 8.90482 2 9.25V10.75C2 11.0952 2.27982 11.375 2.625 11.375C2.97018 11.375 3.25 11.0952 3.25 10.75V9.25ZM3.25 13.25C3.25 12.9048 2.97018 12.625 2.625 12.625C2.27982 12.625 2 12.9048 2 13.25V14.75C2 15.0952 2.27982 15.375 2.625 15.375C2.97018 15.375 3.25 15.0952 3.25 14.75V13.25ZM11.9328 2.87384C12.2318 3.04643 12.3342 3.42867 12.1616 3.7276L10.2796 6.98733L11.5866 9.25103C12.4093 9.07907 13.2844 9.44176 13.7275 10.2093C14.2798 11.1659 13.9521 12.3891 12.9955 12.9414C12.0389 13.4937 10.8157 13.1659 10.2634 12.2093C9.82029 11.4418 9.94374 10.5026 10.504 9.87603L9.55791 8.23733L8.6118 9.87603C9.17208 10.5026 9.29553 11.4418 8.85238 12.2093C8.3001 13.1659 7.07692 13.4937 6.12033 12.9414C5.16375 12.3891 4.83599 11.1659 5.38828 10.2093C5.83143 9.44176 6.70654 9.07907 7.52927 9.25103L8.83623 6.98733L6.95422 3.7276C6.78163 3.42867 6.88406 3.04643 7.18299 2.87384C7.48192 2.70125 7.86417 2.80367 8.03676 3.1026L9.55791 5.73733L11.0791 3.1026C11.2517 2.80367 11.6339 2.70125 11.9328 2.87384ZM7.76985 11.5843C7.97696 11.2256 7.85405 10.7669 7.49533 10.5598C7.13661 10.3527 6.67792 10.4756 6.47081 10.8343C6.2637 11.193 6.38661 11.6517 6.74533 11.8588C7.10405 12.066 7.56274 11.943 7.76985 11.5843ZM11.6205 10.5598C11.2618 10.7669 11.1389 11.2256 11.346 11.5843C11.5531 11.943 12.0118 12.066 12.3705 11.8588C12.7292 11.6517 12.8521 11.193 12.645 10.8343C12.4379 10.4756 11.9792 10.3527 11.6205 10.5598Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
195
158
|
</symbol>
|
|
196
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
197
|
-
<
|
|
198
|
-
<path d="M4 2H9C11.2091 2 13 3.79086 13 6V12" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
159
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="darkMode">
|
|
160
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.50524 10.944C2.74019 11.3318 3.02546 11.6982 3.36153 12.0343C5.60704 14.2798 9.24774 14.2798 11.4933 12.0343C13.7388 9.7888 13.7388 6.1481 11.4933 3.90259C11.1572 3.56652 10.7907 3.28125 10.4029 3.0463C10.5969 5.11927 9.90087 7.26282 8.31131 8.85237C6.72176 10.4419 4.57821 11.1379 2.50524 10.944ZM9.77918 1.3736C10.7277 1.71111 11.6179 2.25947 12.3771 3.0187C15.1108 5.75237 15.1108 10.1845 12.3771 12.9182C9.64347 15.6519 5.21132 15.6519 2.47765 12.9182C1.71841 12.159 1.17005 11.2687 0.832544 10.3202C0.824865 10.2987 0.817296 10.2771 0.809835 10.2554C0.647739 9.78525 1.15035 9.39382 1.63083 9.52215C3.63259 10.0568 5.857 9.53892 7.42743 7.96849C8.99787 6.39805 9.51576 4.17365 8.9811 2.17189C8.85238 1.68995 9.24037 1.19556 9.71423 1.35142C9.7369 1.35888 9.75861 1.36628 9.77918 1.3736Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
199
161
|
</symbol>
|
|
200
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
201
|
-
<path
|
|
162
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="dash">
|
|
163
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.375 8C4.375 7.65482 4.65482 7.375 5 7.375H11C11.3452 7.375 11.625 7.65482 11.625 8C11.625 8.34518 11.3452 8.625 11 8.625H5C4.65482 8.625 4.375 8.34518 4.375 8Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
202
164
|
</symbol>
|
|
203
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
204
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
165
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="delete">
|
|
166
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.5 2.125C6.29289 2.125 6.125 2.29289 6.125 2.5V2.875H9.875V2.5C9.875 2.29289 9.70711 2.125 9.5 2.125H6.5ZM11.125 2.875V2.5C11.125 1.60254 10.3975 0.875 9.5 0.875H6.5C5.60254 0.875 4.875 1.60254 4.875 2.5V2.875H3.5H2.5C2.15482 2.875 1.875 3.15482 1.875 3.5C1.875 3.84518 2.15482 4.125 2.5 4.125H2.93438L3.78805 12.6617C3.87112 13.4924 4.57014 14.125 5.40499 14.125H10.595C11.4299 14.125 12.1289 13.4924 12.2119 12.6617L13.0656 4.125H13.5C13.8452 4.125 14.125 3.84518 14.125 3.5C14.125 3.15482 13.8452 2.875 13.5 2.875H12.5H11.125ZM11.8094 4.125H10.5H5.5H4.19062L5.03185 12.5373C5.05102 12.729 5.21233 12.875 5.40499 12.875H10.595C10.7877 12.875 10.949 12.729 10.9682 12.5373L11.8094 4.125ZM6.5 5.875C6.84518 5.875 7.125 6.15482 7.125 6.5V10.5C7.125 10.8452 6.84518 11.125 6.5 11.125C6.15482 11.125 5.875 10.8452 5.875 10.5V6.5C5.875 6.15482 6.15482 5.875 6.5 5.875ZM9.5 5.875C9.84518 5.875 10.125 6.15482 10.125 6.5V10.5C10.125 10.8452 9.84518 11.125 9.5 11.125C9.15482 11.125 8.875 10.8452 8.875 10.5V6.5C8.875 6.15482 9.15482 5.875 9.5 5.875Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
205
167
|
</symbol>
|
|
206
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
207
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
168
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="deleteSelected">
|
|
169
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.125 2.5C6.125 2.29289 6.29289 2.125 6.5 2.125H9.5C9.70711 2.125 9.875 2.29289 9.875 2.5V2.875H6.125V2.5ZM11.125 2.5V2.875H12.5H13.5C13.8452 2.875 14.125 3.15482 14.125 3.5C14.125 3.84518 13.8452 4.125 13.5 4.125H13.0656L12.2119 12.6617C12.1289 13.4924 11.4299 14.125 10.595 14.125H5.40499C4.57014 14.125 3.87112 13.4924 3.78805 12.6617L2.93438 4.125H2.5C2.15482 4.125 1.875 3.84518 1.875 3.5C1.875 3.15482 2.15482 2.875 2.5 2.875H3.5H4.875V2.5C4.875 1.60254 5.60254 0.875 6.5 0.875H9.5C10.3975 0.875 11.125 1.60254 11.125 2.5ZM10.5 4.125H11.8094L10.9682 12.5373C10.949 12.729 10.7877 12.875 10.595 12.875H5.40499C5.21233 12.875 5.05102 12.729 5.03185 12.5373L4.19062 4.125H5.5H10.5ZM9.85355 6.64645C10.0488 6.84171 10.0488 7.15829 9.85355 7.35355L8.03033 9.17678C7.73744 9.46967 7.26256 9.46967 6.96967 9.17678L6.14645 8.35355C5.95118 8.15829 5.95118 7.84171 6.14645 7.64645C6.34171 7.45118 6.65829 7.45118 6.85355 7.64645L7.5 8.29289L9.14645 6.64645C9.34171 6.45118 9.65829 6.45118 9.85355 6.64645Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
208
170
|
</symbol>
|
|
209
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
210
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
171
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="detach">
|
|
172
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.55806 1.44194C4.31398 1.19786 4.31398 0.802135 4.55806 0.558058C4.80214 0.31398 5.19787 0.313981 5.44194 0.558059L7.44194 2.55806C7.68601 2.80214 7.68601 3.19787 7.44193 3.44194C7.19786 3.68602 6.80213 3.68602 6.55805 3.44194L4.55806 1.44194ZM10.5581 0.558059C10.8021 0.313981 11.1979 0.313981 11.4419 0.558059C11.686 0.802137 11.686 1.19786 11.4419 1.44194L9.44194 3.44194C9.19786 3.68602 8.80214 3.68602 8.55806 3.44194C8.31398 3.19786 8.31398 2.80214 8.55806 2.55806L10.5581 0.558059ZM5.44194 15.4419C5.19786 15.686 4.80214 15.686 4.55806 15.4419C4.31398 15.1979 4.31398 14.8021 4.55806 14.5581L6.55806 12.5581C6.80214 12.314 7.19786 12.314 7.44194 12.5581C7.68602 12.8021 7.68602 13.1979 7.44194 13.4419L5.44194 15.4419ZM11.4419 14.5581C11.686 14.8021 11.686 15.1979 11.4419 15.4419C11.1979 15.686 10.8021 15.686 10.5581 15.4419L8.55806 13.4419C8.31399 13.1979 8.31399 12.8021 8.55806 12.5581C8.80214 12.314 9.19787 12.314 9.44195 12.5581L11.4419 14.5581ZM6.625 5.00002C6.625 5.3452 6.34518 5.62502 6 5.62502L4 5.62501C2.68833 5.62501 1.625 6.68833 1.625 8C1.625 9.31168 2.68832 10.375 4 10.375H6C6.34518 10.375 6.625 10.6548 6.625 11C6.625 11.3452 6.34518 11.625 6 11.625H4C1.99797 11.625 0.375 10.002 0.375 8C0.375 5.99797 1.99797 4.375 4.00001 4.37501L6 4.37502C6.34518 4.37502 6.625 4.65484 6.625 5.00002ZM10 10.375C9.65482 10.375 9.375 10.6548 9.375 11C9.375 11.3452 9.65482 11.625 10 11.625L12 11.625C14.002 11.625 15.625 10.002 15.625 8C15.625 5.99797 14.002 4.375 12 4.375H10C9.65482 4.375 9.375 4.65482 9.375 5C9.375 5.34518 9.65482 5.625 10 5.625H12C13.3117 5.625 14.375 6.68832 14.375 8C14.375 9.31167 13.3117 10.375 12 10.375L10 10.375Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
211
173
|
</symbol>
|
|
212
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
213
|
-
<path
|
|
174
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="doc">
|
|
175
|
+
<path d="M4.5 10.77C4.28 10.9233 4.01333 11 3.7 11H3.2C2.61333 11 2.18333 10.8767 1.91 10.63C1.63667 10.3767 1.5 9.96667 1.5 9.40001V7.60001C1.5 7.04001 1.63667 6.63334 1.91 6.38001C2.19 6.12667 2.68 6.00001 3.26 6.00001H4.5V5H5.5V11H4.5V10.77ZM3.85 10C4.07 10 4.23333 9.94334 4.34 9.83C4.44667 9.71 4.5 9.58334 4.5 9.45V7H3.25C3.00333 7 2.81667 7.05667 2.69 7.17C2.56333 7.28334 2.5 7.44334 2.5 7.65001V9.35C2.5 9.55667 2.56333 9.71667 2.69 9.83C2.81667 9.94334 3.00333 10 3.25 10H3.85Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
176
|
+
<path d="M10.5 9.40001C10.5 9.96001 10.36 10.3667 10.08 10.62C9.80667 10.8733 9.38 11 8.8 11L8.2 11C7.62 11 7.19 10.8733 6.91 10.62C6.63667 10.3667 6.5 9.96001 6.5 9.40001V7.60001C6.5 7.04001 6.63667 6.63334 6.91 6.38001C7.19 6.12667 7.62 6.00001 8.2 6.00001L8.8 6C9.38 6 9.80667 6.12667 10.08 6.38001C10.36 6.63334 10.5 7.04001 10.5 7.60001V9.40001ZM9.5 7.65001C9.5 7.44334 9.43667 7.28334 9.31 7.17C9.18333 7.05667 8.99667 7 8.75 7H8.25C8.00333 7 7.81667 7.05667 7.69 7.17C7.56333 7.28334 7.5 7.44334 7.5 7.65001V9.35C7.5 9.55667 7.56333 9.71667 7.69 9.83C7.81667 9.94334 8.00333 10 8.25 10H8.75C8.99667 10 9.18333 9.94334 9.31 9.83C9.43667 9.71667 9.5 9.55667 9.5 9.35V7.65001Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
177
|
+
<path d="M13.21 11C12.6233 11 12.1933 10.8767 11.92 10.63C11.6467 10.3767 11.51 9.96667 11.51 9.40001V7.60001C11.51 7.04001 11.6467 6.63334 11.92 6.38001C12.2 6.12667 12.63 6 13.21 6H14.5V7H13.25C13.0033 7 12.8167 7.05667 12.69 7.17C12.5633 7.28334 12.5 7.44334 12.5 7.65001V9.35C12.5 9.55667 12.5633 9.71667 12.69 9.83C12.8167 9.94334 13.0033 10 13.25 10H14.5V11H13.21Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
178
|
+
<path d="M12 13.75H4C3.58579 13.75 3.25 13.4142 3.25 13H2C2 14.1046 2.89543 15 4 15H12C13.1046 15 14 14.1046 14 13H12.75C12.75 13.4142 12.4142 13.75 12 13.75Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
179
|
+
<path d="M3.25 4V3C3.25 2.58579 3.58579 2.25 4 2.25H9.17157C9.37048 2.25 9.56125 2.32902 9.7019 2.46967L11.2322 4H13L10.5858 1.58579C10.2107 1.21071 9.70201 1 9.17157 1H4C2.89543 1 2 1.89543 2 3V4H3.25Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
214
180
|
</symbol>
|
|
215
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
216
|
-
<
|
|
181
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="docAndLiquid">
|
|
182
|
+
<g clip-path="url(#clip0_11749_2309)">
|
|
183
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.17999 3.5C2.17999 2.74061 2.7956 2.125 3.55499 2.125H6.42999V5.5C6.42999 6.39746 7.15753 7.125 8.05499 7.125H12.555C12.8132 7.125 13.0448 6.96621 13.1379 6.72537C13.2311 6.48453 13.1665 6.21123 12.9754 6.03754L7.47541 1.03754C7.36037 0.932951 7.21047 0.875 7.05499 0.875H3.55499C2.10525 0.875 0.929993 2.05025 0.929993 3.5V12.5C0.929993 13.9497 2.10525 15.125 3.55499 15.125H6.05499C6.40017 15.125 6.67999 14.8452 6.67999 14.5C6.67999 14.1548 6.40017 13.875 6.05499 13.875H3.55499C2.7956 13.875 2.17999 13.2594 2.17999 12.5V3.5ZM10.9384 5.875L7.67999 2.91284V5.5C7.67999 5.70711 7.84789 5.875 8.05499 5.875H10.9384ZM9.55499 8.375C9.20982 8.375 8.92999 8.65482 8.92999 9C8.92999 9.34518 9.20982 9.625 9.55499 9.625H9.59666V11.3588L8.12689 14.4453C7.86619 14.9928 8.26537 15.625 8.87175 15.625H14.2382C14.8446 15.625 15.2438 14.9928 14.9831 14.4453L13.5133 11.3588V9.625H13.555C13.9002 9.625 14.18 9.34518 14.18 9C14.18 8.65482 13.9002 8.375 13.555 8.375H12.8883H10.2217H9.55499ZM10.8467 10.875V9.625H12.2633V10.875H10.8467ZM10.6163 12.125H12.4937L13.5651 14.375H9.54486L10.6163 12.125Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
184
|
+
</g>
|
|
185
|
+
<defs>
|
|
186
|
+
<clipPath id="clip0_11749_2309">
|
|
187
|
+
<rect width="16" height="16" fill="white"></rect>
|
|
188
|
+
</clipPath>
|
|
189
|
+
</defs>
|
|
217
190
|
</symbol>
|
|
218
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
219
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
191
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="document">
|
|
192
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 2.125C3.74061 2.125 3.125 2.74061 3.125 3.5V12.5C3.125 13.2594 3.74061 13.875 4.5 13.875H12.5C12.7071 13.875 12.875 13.7071 12.875 13.5V7.125H9C8.10254 7.125 7.375 6.39746 7.375 5.5V2.125H4.5ZM8.625 2.91284L11.8834 5.875H9C8.79289 5.875 8.625 5.70711 8.625 5.5V2.91284ZM1.875 3.5C1.875 2.05025 3.05025 0.875 4.5 0.875H8C8.15548 0.875 8.30538 0.932951 8.42042 1.03754L13.9204 6.03754C14.0507 6.15599 14.125 6.32391 14.125 6.5V13.5C14.125 14.3975 13.3975 15.125 12.5 15.125H4.5C3.05025 15.125 1.875 13.9497 1.875 12.5V3.5Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
220
193
|
</symbol>
|
|
221
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
222
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
194
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="documentAdd">
|
|
195
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.17999 3.5C2.17999 2.74061 2.7956 2.125 3.55499 2.125H6.42999V5.5C6.42999 6.39746 7.15753 7.125 8.05499 7.125H12.555C12.8132 7.125 13.0448 6.96621 13.1379 6.72537C13.2311 6.48453 13.1665 6.21123 12.9754 6.03754L7.47541 1.03754C7.36037 0.932951 7.21047 0.875 7.05499 0.875H3.55499C2.10525 0.875 0.929993 2.05025 0.929993 3.5V12.5C0.929993 13.9497 2.10525 15.125 3.55499 15.125H6.05499C6.40017 15.125 6.67999 14.8452 6.67999 14.5C6.67999 14.1548 6.40017 13.875 6.05499 13.875H3.55499C2.7956 13.875 2.17999 13.2594 2.17999 12.5V3.5ZM10.9384 5.875L7.67999 2.91284V5.5C7.67999 5.70711 7.84789 5.875 8.05499 5.875H10.9384ZM11.625 9C11.625 8.65482 11.3452 8.375 11 8.375C10.6548 8.375 10.375 8.65482 10.375 9V11.375H8C7.65482 11.375 7.375 11.6548 7.375 12C7.375 12.3452 7.65482 12.625 8 12.625H10.375V15C10.375 15.3452 10.6548 15.625 11 15.625C11.3452 15.625 11.625 15.3452 11.625 15V12.625H14C14.3452 12.625 14.625 12.3452 14.625 12C14.625 11.6548 14.3452 11.375 14 11.375H11.625V9Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
223
196
|
</symbol>
|
|
224
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
225
|
-
<path d="
|
|
226
|
-
<path d="M11 6L7 10M7 6.00003L11 10" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
197
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="documentAnalyze">
|
|
198
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.17999 3.5C2.17999 2.74061 2.7956 2.125 3.55499 2.125H6.42999V5.5C6.42999 6.39746 7.15753 7.125 8.05499 7.125H12.555C12.8132 7.125 13.0448 6.96621 13.1379 6.72537C13.231 6.48453 13.1665 6.21123 12.9754 6.03754L7.47541 1.03754C7.36037 0.932951 7.21047 0.875 7.05499 0.875H3.55499C2.10524 0.875 0.929993 2.05025 0.929993 3.5V12.5C0.929993 13.9497 2.10524 15.125 3.55499 15.125H6.05499C6.40017 15.125 6.67999 14.8452 6.67999 14.5C6.67999 14.1548 6.40017 13.875 6.05499 13.875H3.55499C2.7956 13.875 2.17999 13.2594 2.17999 12.5V3.5ZM10.9384 5.875L7.67999 2.91284V5.5C7.67999 5.70711 7.84788 5.875 8.05499 5.875H10.9384ZM10.0415 13.25C11.008 13.25 11.7915 12.4665 11.7915 11.5C11.7915 10.5335 11.008 9.75 10.0415 9.75C9.07498 9.75 8.29147 10.5335 8.29147 11.5C8.29147 12.4665 9.07498 13.25 10.0415 13.25ZM10.0415 14.5C10.5583 14.5 11.0446 14.3693 11.4691 14.1392L12.5199 15.4001C12.7408 15.6653 13.1349 15.7011 13.4001 15.4801C13.6653 15.2592 13.7011 14.8651 13.4801 14.5999L12.4203 13.3281C12.8098 12.822 13.0415 12.188 13.0415 11.5C13.0415 9.84314 11.6983 8.5 10.0415 8.5C8.38462 8.5 7.04147 9.84314 7.04147 11.5C7.04147 13.1569 8.38462 14.5 10.0415 14.5Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
227
199
|
</symbol>
|
|
228
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
229
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
200
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="dots">
|
|
201
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 3C8 2.44772 8.44772 2 9 2C9.55228 2 10 2.44772 10 3C10 3.55228 9.55228 4 9 4C8.44772 4 8 3.55228 8 3ZM3 5C3 4.44772 3.44772 4 4 4C4.55228 4 5 4.44772 5 5C5 5.55228 4.55228 6 4 6C3.44772 6 3 5.55228 3 5ZM12 7C11.4477 7 11 7.44772 11 8C11 8.55228 11.4477 9 12 9C12.5523 9 13 8.55228 13 8C13 7.44772 12.5523 7 12 7ZM10 13C10 12.4477 10.4477 12 11 12C11.5523 12 12 12.4477 12 13C12 13.5523 11.5523 14 11 14C10.4477 14 10 13.5523 10 13ZM12 3C11.4477 3 11 3.44772 11 4C11 4.55228 11.4477 5 12 5C12.5523 5 13 4.55228 13 4C13 3.44772 12.5523 3 12 3ZM8 7C8 6.44772 8.44772 6 9 6C9.55228 6 10 6.44772 10 7C10 7.55228 9.55228 8 9 8C8.44772 8 8 7.55228 8 7ZM8 10C7.44772 10 7 10.4477 7 11C7 11.5523 7.44772 12 8 12C8.55228 12 9 11.5523 9 11C9 10.4477 8.55228 10 8 10ZM5 8C5 7.44772 5.44772 7 6 7C6.55228 7 7 7.44772 7 8C7 8.55228 6.55228 9 6 9C5.44772 9 5 8.55228 5 8ZM5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13C5.55228 13 6 12.5523 6 12C6 11.4477 5.55228 11 5 11Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
230
202
|
</symbol>
|
|
231
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
|
232
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
203
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16" id="download">
|
|
204
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.25 1.00003C9.25 0.654853 8.97018 0.375031 8.625 0.375031C8.27982 0.375031 8 0.654853 8 1.00003V9.75003L5 7.50003C4.72386 7.29292 4.33211 7.34889 4.125 7.62503C3.91789 7.90117 3.97386 8.29292 4.25 8.50003L8.25 11.5C8.47222 11.6667 8.77778 11.6667 9 11.5L13 8.50003C13.2761 8.29292 13.3321 7.90117 13.125 7.62503C12.9179 7.34889 12.5261 7.29292 12.25 7.50003L9.25 9.75003V1.00003ZM2.25 14C1.90482 14 1.625 13.7202 1.625 13.375C1.625 13.0299 1.90482 12.75 2.25 12.75H15C15.3452 12.75 15.625 13.0299 15.625 13.375C15.625 13.7202 15.3452 14 15 14H2.25Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
233
205
|
</symbol>
|
|
234
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
235
|
-
<
|
|
206
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="drag">
|
|
207
|
+
<g clip-path="url(#clip0_11749_2032)">
|
|
208
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.00003 5.375C0.654853 5.375 0.375031 5.65482 0.375031 6C0.375031 6.34518 0.654853 6.625 1.00003 6.625H15C15.3452 6.625 15.625 6.34518 15.625 6C15.625 5.65482 15.3452 5.375 15 5.375H1.00003ZM1.00003 9.375C0.654853 9.375 0.375031 9.65482 0.375031 10C0.375031 10.3452 0.654853 10.625 1.00003 10.625H15C15.3452 10.625 15.625 10.3452 15.625 10C15.625 9.65482 15.3452 9.375 15 9.375H1.00003Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
209
|
+
</g>
|
|
210
|
+
<defs>
|
|
211
|
+
<clipPath id="clip0_11749_2032">
|
|
212
|
+
<rect width="16" height="16" fill="white"></rect>
|
|
213
|
+
</clipPath>
|
|
214
|
+
</defs>
|
|
236
215
|
</symbol>
|
|
237
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
238
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
216
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="drop">
|
|
217
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 12.75C10.0711 12.75 11.75 11.0711 11.75 9.00001C11.75 8.18843 11.3591 7.34143 10.6039 6.39213C9.94629 5.56554 9.12073 4.78951 8.26088 3.98125C8.17422 3.89979 8.08722 3.81801 8 3.73581C7.91278 3.81801 7.82578 3.89979 7.73912 3.98125C6.87927 4.78951 6.05371 5.56553 5.39611 6.39213C4.6409 7.34143 4.25 8.18843 4.25 9.00001C4.25 11.0711 5.92893 12.75 8 12.75ZM8 14C10.7614 14 13 11.7614 13 9.00001C13 6.71736 10.9501 4.79198 9.10962 3.06329C8.97787 2.93955 8.84719 2.81681 8.71842 2.69502C8.31716 2.31553 7.68284 2.31553 7.28158 2.69502C7.15281 2.81681 7.02213 2.93954 6.89038 3.06329C5.0499 4.79198 3 6.71736 3 9.00001C3 11.7614 5.23858 14 8 14Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
239
218
|
</symbol>
|
|
240
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
241
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
219
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="edit">
|
|
220
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.8824 1.51451C11.5659 0.831099 12.6739 0.831099 13.3573 1.51452L14.4847 2.6419C15.1686 3.32583 15.168 4.43487 14.4834 5.11808L6.09717 13.4867C5.76908 13.8141 5.32452 13.998 4.86103 13.998H2.75195C2.55304 13.998 2.36228 13.919 2.22162 13.7783C2.08097 13.6376 2.00195 13.4469 2.00195 13.248V11.1198C2.00195 10.6557 2.18633 10.2106 2.51452 9.88239L10.8824 1.51451ZM12.4734 2.39841L13.6008 3.52576C13.7962 3.72116 13.796 4.03808 13.6004 4.2333L12.3575 5.47362L10.5243 3.64041L11.7663 2.39839C11.9617 2.20308 12.2782 2.20322 12.4734 2.39841ZM9.64039 4.52429L3.39843 10.7662C3.30462 10.8601 3.25195 10.9873 3.25195 11.1198V12.748H4.86103C4.9934 12.748 5.12043 12.6955 5.21422 12.6019L11.4727 6.35657L9.64039 4.52429Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
242
221
|
</symbol>
|
|
243
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
244
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.
|
|
222
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="end">
|
|
223
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.99503 3C2.64985 3 2.37003 3.27982 2.37003 3.625V12.375C2.37003 12.7202 2.64985 13 2.99503 13C3.3402 13 3.62003 12.7202 3.62003 12.375V3.625C3.62003 3.27982 3.3402 3 2.99503 3ZM4.90664 8.8005L7.05308 10.9469C7.29716 11.191 7.69289 11.191 7.93697 10.9469C8.18105 10.7029 8.18105 10.3071 7.93697 10.0631L6.50391 8.63H12.995C13.3402 8.63 13.62 8.35018 13.62 8.005C13.62 7.65983 13.3402 7.38 12.995 7.38H6.50391L7.93697 5.94695C8.18105 5.70287 8.18105 5.30714 7.93697 5.06306C7.69289 4.81899 7.29716 4.81899 7.05308 5.06306L4.90664 7.20951C4.4673 7.64885 4.4673 8.36116 4.90664 8.8005Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
245
224
|
</symbol>
|
|
246
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
|
247
|
-
<path d="
|
|
225
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16" id="equal">
|
|
226
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 9.00003V7.12503H4.625C4.27982 7.12503 4 6.84521 4 6.50003C4 6.15485 4.27982 5.87503 4.625 5.87503H6.13792C6.64061 3.86421 8.45849 2.37503 10.625 2.37503C10.9702 2.37503 11.25 2.65485 11.25 3.00003C11.25 3.34521 10.9702 3.62503 10.625 3.62503C9.15571 3.62503 7.9051 4.56434 7.44188 5.87503H8.625C8.97018 5.87503 9.25 6.15485 9.25 6.50003C9.25 6.84521 8.97018 7.12503 8.625 7.12503H7.25V9.00003C7.25 11.5543 5.17932 13.625 2.625 13.625C2.27982 13.625 2 13.3452 2 13C2 12.6549 2.27982 12.375 2.625 12.375C4.48896 12.375 6 10.864 6 9.00003ZM10.0669 8.55809C9.82286 8.31401 9.42714 8.31401 9.18306 8.55809C8.93898 8.80217 8.93898 9.19789 9.18306 9.44197L10.7411 11L9.18306 12.5581C8.93898 12.8022 8.93898 13.1979 9.18306 13.442C9.42714 13.6861 9.82286 13.6861 10.0669 13.442L11.625 11.8839L13.1831 13.442C13.4271 13.6861 13.8229 13.6861 14.0669 13.442C14.311 13.1979 14.311 12.8022 14.0669 12.5581L12.5089 11L14.0669 9.44197C14.311 9.19789 14.311 8.80217 14.0669 8.55809C13.8229 8.31401 13.4271 8.31401 13.1831 8.55809L11.625 10.1161L10.0669 8.55809Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
248
227
|
</symbol>
|
|
249
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
250
|
-
<path d="
|
|
228
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="erase">
|
|
229
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.89948 11.4141L10.3414 10.9721L13.7279 7.58571C14.509 6.80467 14.509 5.53832 13.728 4.75727L10.8995 1.92885C10.1185 1.1478 8.85217 1.1478 8.07112 1.92884L4.6846 5.31531L4.24266 5.75726L3.80072 6.1992L2.41405 7.58583C1.63299 8.36688 1.63298 9.63322 2.41403 10.4143L4.87476 12.875H2C1.65482 12.875 1.375 13.1548 1.375 13.5C1.375 13.8452 1.65482 14.125 2 14.125H14C14.3452 14.125 14.625 13.8452 14.625 13.5C14.625 13.1548 14.3452 12.875 14 12.875H8.43856L9.45754 11.856L9.89948 11.4141ZM8.955 2.81273L5.56849 6.1992L9.45755 10.0883L12.8441 6.70182C13.137 6.40893 13.137 5.93405 12.8441 5.64115L10.0157 2.81273C9.72276 2.51984 9.24789 2.51984 8.955 2.81273ZM3.29792 8.46973L4.6846 7.08308L8.57366 10.9721L7.18699 12.3588C6.8941 12.6517 6.41922 12.6517 6.12633 12.3588L3.29792 9.53039C3.00502 9.2375 3.00502 8.76262 3.29792 8.46973Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
251
230
|
</symbol>
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.57501 7.65141L2.40632 11.8201C1.91788 12.3085 1.91788 13.1004 2.40632 13.5888C2.89475 14.0773 3.68664 14.0773 4.17507 13.5888L8.34487 9.41903L9.04891 9.61622C9.38023 9.70903 9.73014 9.7589 10.0926 9.7589C12.2241 9.7589 13.952 8.03098 13.952 5.89945C13.952 5.61746 13.9219 5.34286 13.8647 5.07858L11.8078 7.13544C11.2709 7.6724 10.4001 7.67268 9.86295 7.13534L8.85935 6.13172C8.32247 5.59483 8.32231 4.72423 8.85936 4.18719L10.9182 2.12839C10.6524 2.07052 10.3763 2.04001 10.0926 2.04001C7.96111 2.04001 6.23319 3.76793 6.23319 5.89945C6.23319 6.26334 6.2834 6.61446 6.37684 6.94673L6.57501 7.65141ZM10.747 6.25164C10.7958 6.30046 10.875 6.30045 10.9238 6.25164L13.5563 3.61917C13.7314 3.444 13.9818 3.36663 14.2253 3.41243C14.4687 3.45823 14.6739 3.6213 14.7734 3.84815C15.0493 4.47697 15.202 5.17136 15.202 5.89945C15.202 8.72131 12.9145 11.0089 10.0926 11.0089C9.61492 11.0089 9.15162 10.9431 8.71177 10.8199L5.05896 14.4727C4.08237 15.4493 2.49902 15.4493 1.52243 14.4727C0.54585 13.4961 0.545848 11.9128 1.52243 10.9362L5.17352 7.28513C5.04942 6.84384 4.98319 6.3789 4.98319 5.89945C4.98319 3.07758 7.27076 0.790009 10.0926 0.790009C10.8225 0.790009 11.5185 0.943497 12.1485 1.22067C12.3751 1.32038 12.5379 1.52552 12.5836 1.76887C12.6293 2.01222 12.5519 2.26242 12.3768 2.4375L9.74325 5.07107C9.69443 5.11988 9.69443 5.19903 9.74325 5.24785L10.747 6.25164Z" fill="currentColor" fill-opacity="0.87" />
|
|
231
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16" id="export">
|
|
232
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 4.00003C2.25 3.24064 2.86561 2.62503 3.625 2.62503H8.625C8.97018 2.62503 9.25 2.34521 9.25 2.00003C9.25 1.65485 8.97018 1.37503 8.625 1.37503H3.625C2.17525 1.37503 1 2.55028 1 4.00003V12C1 13.4498 2.17525 14.625 3.625 14.625H11.625C13.0747 14.625 14.25 13.4498 14.25 12V10C14.25 9.65485 13.9702 9.37503 13.625 9.37503C13.2798 9.37503 13 9.65485 13 10V12C13 12.7594 12.3844 13.375 11.625 13.375H3.625C2.86561 13.375 2.25 12.7594 2.25 12V4.00003ZM16.0669 4.94197C16.311 4.69789 16.311 4.30217 16.0669 4.05809L13.5669 1.55809C13.3229 1.31401 12.9271 1.31401 12.6831 1.55809C12.439 1.80217 12.439 2.19789 12.6831 2.44197L14.1161 3.87503H10.125C8.39911 3.87503 7 5.27414 7 7.00003C7 7.34521 7.27982 7.62503 7.625 7.62503C7.97018 7.62503 8.25 7.34521 8.25 7.00003C8.25 5.9645 9.08947 5.12503 10.125 5.12503H14.1161L12.6831 6.55809C12.439 6.80217 12.439 7.19789 12.6831 7.44197C12.9271 7.68605 13.3229 7.68605 13.5669 7.44197L16.0669 4.94197Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
255
233
|
</symbol>
|
|
256
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
257
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
234
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="eye">
|
|
235
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.49056 7.81271C3.73166 5.59402 5.78215 4.25 7.99997 4.25C10.2178 4.25 12.2683 5.59403 13.5094 7.81272C13.5745 7.92916 13.5745 8.07086 13.5094 8.1873C12.2683 10.406 10.2178 11.75 7.99997 11.75C5.78215 11.75 3.73166 10.406 2.49056 8.18728C2.42543 8.07085 2.42543 7.92914 2.49056 7.81271ZM1.39964 8.79752C1.1224 8.30191 1.1224 7.69808 1.39964 7.20246C2.81631 4.66992 5.24354 3 7.99997 3C10.7564 3 13.1836 4.66993 14.6003 7.20248C14.8775 7.6981 14.8775 8.30193 14.6003 8.79754C13.1836 11.3301 10.7564 13 7.99997 13C5.24354 13 2.81631 11.3301 1.39964 8.79752ZM9.25002 8C9.25002 8.69036 8.69037 9.25 8.00002 9.25C7.30966 9.25 6.75002 8.69036 6.75002 8C6.75002 7.30964 7.30966 6.75 8.00002 6.75C8.69037 6.75 9.25002 7.30964 9.25002 8ZM10.5 8C10.5 9.38071 9.38073 10.5 8.00002 10.5C6.6193 10.5 5.50002 9.38071 5.50002 8C5.50002 6.61929 6.6193 5.5 8.00002 5.5C9.38073 5.5 10.5 6.61929 10.5 8Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
258
236
|
</symbol>
|
|
259
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
260
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
237
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="eyeCrossed">
|
|
238
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.9241 1.98216C1.68003 2.22624 1.68003 2.62197 1.9241 2.86604L13.2121 14.154C13.4562 14.3981 13.8519 14.3981 14.096 14.154C14.3401 13.91 14.3401 13.5142 14.096 13.2702L12.3124 11.4866C13.2214 10.7852 14.0012 9.8685 14.6003 8.79754C14.8775 8.30193 14.8775 7.6981 14.6003 7.20248C13.1836 4.66993 10.7564 3 7.99997 3C6.81647 3 5.69366 3.30785 4.68547 3.85964L2.80799 1.98216C2.56391 1.73808 2.16818 1.73808 1.9241 1.98216ZM5.6153 4.78947L6.69379 5.86797C7.07393 5.63458 7.52126 5.5 8.00002 5.5C9.38073 5.5 10.5 6.61929 10.5 8C10.5 8.47876 10.3654 8.92609 10.132 9.30622L11.4201 10.5943C12.2398 9.99415 12.9552 9.1779 13.5094 8.1873C13.5745 8.07086 13.5745 7.92916 13.5094 7.81272C12.2683 5.59403 10.2178 4.25 7.99997 4.25C7.17047 4.25 6.36439 4.43801 5.6153 4.78947ZM9.1947 8.36887C9.23066 8.25227 9.25002 8.1284 9.25002 8C9.25002 7.30964 8.69037 6.75 8.00002 6.75C7.87162 6.75 7.74774 6.76936 7.63115 6.80532L9.1947 8.36887ZM1.39964 7.20246C1.76935 6.54154 2.20789 5.93936 2.70315 5.41029L3.58698 6.29411C3.17599 6.73828 2.80697 7.24707 2.49056 7.81271C2.42543 7.92914 2.42543 8.07085 2.49056 8.18728C3.73166 10.406 5.78215 11.75 7.99997 11.75C8.32369 11.75 8.64384 11.7214 8.95842 11.6656L9.99297 12.7001C9.35625 12.8958 8.68838 13 7.99997 13C5.24354 13 2.81631 11.3301 1.39964 8.79752C1.1224 8.30191 1.1224 7.69808 1.39964 7.20246ZM7.78363 10.4908C6.57555 10.3872 5.61282 9.42447 5.50925 8.21639L7.78363 10.4908Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
261
239
|
</symbol>
|
|
262
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
263
|
-
<path d="
|
|
240
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="filter">
|
|
241
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.75 2.25H2.25V3.43867L5.99482 6.7674C6.47517 7.19437 6.75 7.80638 6.75 8.44907V13.3706L9.25 12.2039V8.44907C9.25 7.80638 9.52483 7.19437 10.0052 6.7674L13.75 3.43867V2.25ZM15 2C15 1.44772 14.5523 1 14 1H2C1.44772 1 1 1.44772 1 2V3.55093C1 3.83657 1.12215 4.10858 1.33564 4.29834L5.16436 7.70166C5.37785 7.89142 5.5 8.16343 5.5 8.44907V13.7631C5.5 14.4948 6.2599 14.9787 6.92288 14.6693L9.92288 13.2693C10.275 13.105 10.5 12.7517 10.5 12.3631V8.44907C10.5 8.16343 10.6221 7.89142 10.8356 7.70166L14.6644 4.29834C14.8779 4.10858 15 3.83657 15 3.55093V2Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
264
242
|
</symbol>
|
|
265
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
266
|
-
<
|
|
243
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="filterApplied">
|
|
244
|
+
<circle cx="12" cy="4" r="3" fill="#DE2C2C"></circle>
|
|
245
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.7411 7.79787C10.3342 7.66305 9.95619 7.46466 9.61897 7.21446C9.38056 7.57773 9.25 8.00611 9.25 8.44907V12.2039L6.75 13.3706V8.44907C6.75 7.80638 6.47517 7.19437 5.99482 6.7674L2.25 3.43867V2.25H8.40212C8.63489 1.77233 8.95998 1.34792 9.35418 1H2C1.44772 1 1 1.44772 1 2V3.55093C1 3.83657 1.12215 4.10858 1.33564 4.29834L5.16436 7.70166C5.37785 7.89142 5.5 8.16343 5.5 8.44907V13.7631C5.5 14.4948 6.2599 14.9787 6.92288 14.6693L9.92288 13.2693C10.275 13.105 10.5 12.7517 10.5 12.3631V8.44907C10.5 8.20872 10.5865 7.97804 10.7411 7.79787Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
267
246
|
</symbol>
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
<path d="
|
|
271
|
-
<path d="
|
|
272
|
-
<path d="M14 9.74999C14 10.17 13.87 10.4833 13.61 10.69C13.3567 10.8967 12.9867 11 12.5 11H11V9.99999H12.45C12.63 9.99999 12.7667 9.96332 12.86 9.88999C12.9533 9.80999 13 9.69665 13 9.54999V9.44999C13 9.14999 12.8567 8.99999 12.57 8.99999H12.2C11.7333 8.99999 11.5333 8.89999 11.3 8.69999C11.0733 8.49332 11 8.16999 11 7.72999V7.25999C11 6.81332 11.0867 6.49332 11.34 6.29999C11.5933 6.09999 12.0067 5.99999 12.5 5.99999H14V6.99999H12.55C12.3833 6.99999 12.25 7.03999 12.15 7.11999C12.05 7.19332 12 7.30332 12 7.44999V7.55999C12 7.71332 12.0433 7.82665 12.13 7.89999C12.2233 7.97332 12.34 7.99999 12.48 7.99999H12.63C13.0767 7.99999 13.4167 8.11999 13.65 8.33999C13.8833 8.55332 14 8.87332 14 9.29999V9.74999Z" fill="currentColor" fill-opacity="0.87" />
|
|
273
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 13.75H4C3.58579 13.75 3.25 13.4142 3.25 13H2C2 14.1046 2.89543 15 4 15H12C13.1046 15 14 14.1046 14 13H12.75C12.75 13.4142 12.4142 13.75 12 13.75ZM3.25 4V3C3.25 2.58579 3.58579 2.25 4 2.25H9.17157C9.37048 2.25 9.56125 2.32902 9.7019 2.46967L11.2322 4H13L10.5858 1.58579C10.2107 1.21071 9.70201 1 9.17157 1H4C2.89543 1 2 1.89543 2 3V4H3.25Z" fill="currentColor" fill-opacity="0.87" />
|
|
247
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="filterClear">
|
|
248
|
+
<path d="M0.94438 1.00239C0.700302 1.24647 0.700303 1.6422 0.94438 1.88628L13.2121 14.154C13.4562 14.3981 13.8519 14.3981 14.096 14.154C14.34 13.9099 14.34 13.5142 14.096 13.2701L10.5 9.67414V9.66902L9.25021 8.41922L9.25018 8.42431L3.07588 2.25002H3.08101L1.84323 1.01224L1.83881 1.01294L1.82826 1.00239C1.58419 0.758317 1.18846 0.758317 0.94438 1.00239Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
249
|
+
<path d="M10.0052 6.76741C9.89129 6.86866 9.78894 6.98031 9.69907 7.10031L10.6039 8.00518C10.6603 7.8913 10.7386 7.78798 10.8357 7.70167L14.6644 4.29836C14.8779 4.10859 15 3.83659 15 3.55095V2.00002C15 1.44773 14.5523 1.00001 14 1.00001H3.59877L4.84877 2.25002H13.75V3.43868L10.0052 6.76741Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
250
|
+
<path d="M5.48063 8.18778C5.49344 8.25189 5.50001 8.31751 5.50001 8.38375V13.7632C5.50001 14.4948 6.25992 14.9787 6.9229 14.6693L9.9229 13.2693C10.0651 13.203 10.1865 13.1058 10.2808 12.988L9.25001 11.9572V12.2039L6.75001 13.3706V9.45717L5.48063 8.18778Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
274
251
|
</symbol>
|
|
275
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
276
|
-
<path
|
|
277
|
-
<path
|
|
252
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="filterHide">
|
|
253
|
+
<path d="M2.25 2.25H13.75V3.43867L10.0052 6.7674C9.92367 6.83985 9.84807 6.91764 9.77873 7H11.625L14.6644 4.29834C14.8779 4.10858 15 3.83657 15 3.55093V2C15 1.44772 14.5523 1 14 1H2C1.44772 1 1 1.44772 1 2V3.55093C1 3.83657 1.12215 4.10858 1.33564 4.29834L5.16436 7.70166C5.37785 7.89142 5.5 8.16343 5.5 8.44907V13.7631C5.5 14.4948 6.2599 14.9787 6.92288 14.6693L8 14.1667V12.7873L6.75 13.3706V8.44907C6.75 7.80638 6.47517 7.19437 5.99482 6.7674L2.25 3.43867V2.25Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
254
|
+
<path d="M11.0089 10.875L12.4419 9.44194C12.686 9.19786 12.686 8.80214 12.4419 8.55806C12.1979 8.31398 11.8021 8.31398 11.5581 8.55806L9.41161 10.7045C8.97227 11.1438 8.97227 11.8562 9.41161 12.2955L11.5581 14.4419C11.8021 14.686 12.1979 14.686 12.4419 14.4419C12.686 14.1979 12.686 13.8021 12.4419 13.5581L11.0089 12.125H14.5C14.8452 12.125 15.125 11.8452 15.125 11.5C15.125 11.1548 14.8452 10.875 14.5 10.875H11.0089Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
278
255
|
</symbol>
|
|
279
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
280
|
-
<path
|
|
281
|
-
<path
|
|
282
|
-
<path d="M6.80133 6V6.24C7.008 6.08 7.27467 6 7.60133 6H8.30133C8.888 6 9.318 6.12667 9.59133 6.38C9.86467 6.62667 10.0013 7.03333 10.0013 7.6V9.4C10.0013 9.68752 10.001 9.96977 10.0006 10.244L10.0006 10.2452C10.0003 10.5044 10 10.7573 10 11H9L9.00133 7.65C9.00133 7.44333 8.938 7.28333 8.81133 7.17C8.68467 7.05667 8.498 7 8.25133 7H7.65133C7.43133 7 7.268 7.06 7.16133 7.18C7.05467 7.29333 7.00133 7.41667 7.00133 7.55L7.01133 10L7.01 11H6L6.00133 6H6.80133Z" fill="currentColor" fill-opacity="0.87" />
|
|
283
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.2 6.24V6H15V12H12V11H14L13.99 10H12.7C12.12 10 11.6933 9.87333 11.42 9.62C11.14 9.36667 11 8.96 11 8.4V7.6C11 7.03333 11.1367 6.62667 11.41 6.38C11.6833 6.12667 12.1133 6 12.7 6H13.4C13.7267 6 13.9933 6.08 14.2 6.24ZM13.84 7.18C13.7333 7.06 13.57 7 13.35 7H12.75C12.5033 7 12.3167 7.05667 12.19 7.17C12.0633 7.28333 12 7.44333 12 7.65V8.35C12 8.55667 12.0633 8.71667 12.19 8.83C12.3167 8.94333 12.5033 9 12.75 9H13.99L14 7.55C14 7.41667 13.9467 7.29333 13.84 7.18Z" fill="currentColor" fill-opacity="0.87" />
|
|
256
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="filterShow">
|
|
257
|
+
<path d="M13.75 2.25H2.25V3.43867L5.99482 6.7674C6.47517 7.19437 6.75 7.80638 6.75 8.44907V13.3706L8 12.7873V14.1667L6.92288 14.6693C6.2599 14.9787 5.5 14.4948 5.5 13.7631V8.44907C5.5 8.16343 5.37785 7.89142 5.16436 7.70166L1.33564 4.29834C1.12215 4.10858 1 3.83657 1 3.55093V2C1 1.44772 1.44772 1 2 1H14C14.5523 1 15 1.44772 15 2V3.55093C15 3.83657 14.8779 4.10858 14.6644 4.29834L11.625 7H9.77873C9.84807 6.91764 9.92367 6.83985 10.0052 6.7674L13.75 3.43867V2.25Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
258
|
+
<path d="M15.0884 12.2955L12.9419 14.4419C12.6979 14.686 12.3021 14.686 12.0581 14.4419C11.814 14.1979 11.814 13.8021 12.0581 13.5581L13.4911 12.125H10C9.65482 12.125 9.375 11.8452 9.375 11.5C9.375 11.1548 9.65482 10.875 10 10.875H13.4911L12.0581 9.44194C11.814 9.19786 11.814 8.80214 12.0581 8.55806C12.3021 8.31398 12.6979 8.31398 12.9419 8.55806L15.0884 10.7045C15.5277 11.1438 15.5277 11.8562 15.0884 12.2955Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
284
259
|
</symbol>
|
|
285
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
286
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
287
|
-
<path
|
|
260
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="filterSortDown">
|
|
261
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 1C7.55228 1 8 1.44772 8 2V12.3744C8 12.7571 7.78159 13.1063 7.43747 13.2737L5.32635 14.3007C4.66214 14.6238 3.88889 14.1401 3.88889 13.4015V9.21143C3.88889 8.96778 3.79994 8.73252 3.63874 8.54982L0.250151 4.7093C0.0889522 4.5266 0 4.29133 0 4.04769V2C0 1.44772 0.447715 1 1 1H7ZM1.25 2.25H6.75V12.218L5.13889 13.0018V9.21143C5.13889 8.66322 4.93875 8.13388 4.57605 7.72281L1.25 3.95316V2.25Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
262
|
+
<path d="M10.625 4C10.2798 4 10 4.27982 10 4.625C10 4.97018 10.2798 5.25 10.625 5.25H15.375C15.7202 5.25 16 4.97018 16 4.625C16 4.27982 15.7202 4 15.375 4H10.625Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
263
|
+
<path d="M10 7.625C10 7.27982 10.2798 7 10.625 7H13.375C13.7202 7 14 7.27982 14 7.625C14 7.97018 13.7202 8.25 13.375 8.25H10.625C10.2798 8.25 10 7.97018 10 7.625Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
264
|
+
<path d="M10.625 10C10.2798 10 10 10.2798 10 10.625C10 10.9702 10.2798 11.25 10.625 11.25H11.375C11.7202 11.25 12 10.9702 12 10.625C12 10.2798 11.7202 10 11.375 10H10.625Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
288
265
|
</symbol>
|
|
289
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
290
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
291
|
-
<path
|
|
266
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="filterSortUp">
|
|
267
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 1C7.55228 1 8 1.44772 8 2V12.3744C8 12.7571 7.78159 13.1063 7.43747 13.2737L5.32635 14.3007C4.66214 14.6238 3.88889 14.1401 3.88889 13.4015V9.21143C3.88889 8.96778 3.79994 8.73252 3.63874 8.54982L0.250151 4.7093C0.0889522 4.5266 0 4.29133 0 4.04769V2C0 1.44772 0.447715 1 1 1H7ZM1.25 2.25H6.75V12.218L5.13889 13.0018V9.21143C5.13889 8.66322 4.93875 8.13388 4.57605 7.72281L1.25 3.95316V2.25Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
268
|
+
<path d="M10.625 10C10.2798 10 10 10.2798 10 10.625C10 10.9702 10.2798 11.25 10.625 11.25H15.375C15.7202 11.25 16 10.9702 16 10.625C16 10.2798 15.7202 10 15.375 10H10.625Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
269
|
+
<path d="M10 7.625C10 7.27982 10.2798 7 10.625 7H13.375C13.7202 7 14 7.27982 14 7.625C14 7.97018 13.7202 8.25 13.375 8.25H10.625C10.2798 8.25 10 7.97018 10 7.625Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
270
|
+
<path d="M10.625 4C10.2798 4 10 4.27982 10 4.625C10 4.97018 10.2798 5.25 10.625 5.25H11.375C11.7202 5.25 12 4.97018 12 4.625C12 4.27982 11.7202 4 11.375 4H10.625Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
292
271
|
</symbol>
|
|
293
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
294
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
295
|
-
<path d="M3.08 12C3.30667 12 3.60687 11.92 3.7802 11.76C3.94687 11.6 4 11.3467 4 11L3.99999 6H2.99998L3 10.7C3 10.8067 2.97333 10.8833 2.92 10.93C2.86667 10.9767 2.77667 11 2.65 11H2V10H1V12H3.08Z" fill="currentColor" fill-opacity="0.87" />
|
|
296
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.8 6V6.24C6.00667 6.08 6.27333 6 6.6 6H7.3C7.88667 6 8.31667 6.12667 8.59 6.38C8.86333 6.62667 9 7.03333 9 7.6V9.4C9 9.96 8.86 10.3667 8.58 10.62C8.30667 10.8733 7.88 11 7.3 11H6.01V12H5V6H5.8ZM6.65 7C6.43 7 6.26667 7.06 6.16 7.18C6.05333 7.29333 6 7.41667 6 7.55L6.01 10H7.25C7.49667 10 7.68333 9.94333 7.81 9.83C7.93667 9.71667 8 9.55667 8 9.35V7.65C8 7.44333 7.93667 7.28333 7.81 7.17C7.68333 7.05667 7.49667 7 7.25 7H6.65Z" fill="currentColor" fill-opacity="0.87" />
|
|
297
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.2 6V6.24C12.9933 6.08 12.7267 6 12.4 6H11.7C11.1133 6 10.6833 6.12667 10.41 6.38C10.1367 6.62667 10 7.03333 10 7.6V8.4C10 8.96 10.14 9.36667 10.42 9.62C10.6933 9.87333 11.12 10 11.7 10H12.99L13 11H11V12H14V6H13.2ZM12.35 7C12.57 7 12.7333 7.06 12.84 7.18C12.9467 7.29333 13 7.41667 13 7.55L12.99 9H11.75C11.5033 9 11.3167 8.94333 11.19 8.83C11.0633 8.71667 11 8.55667 11 8.35V7.65C11 7.44333 11.0633 7.28333 11.19 7.17C11.3167 7.05667 11.5033 7 11.75 7H12.35Z" fill="currentColor" fill-opacity="0.87" />
|
|
272
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="flag">
|
|
273
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.375 4C2.375 2.55025 3.55025 1.375 5 1.375H12.5979C13.4815 1.375 14.0202 2.34695 13.5519 3.09625L11.737 6L13.5519 8.90375C14.0202 9.65306 13.4815 10.625 12.5979 10.625H3.625V14C3.625 14.3452 3.34518 14.625 3 14.625C2.65482 14.625 2.375 14.3452 2.375 14V4ZM3.625 9.375H12.3723L10.6356 6.59625C10.4076 6.23145 10.4076 5.76856 10.6356 5.40375L12.3723 2.625H5C4.24061 2.625 3.625 3.24061 3.625 4V9.375Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
298
274
|
</symbol>
|
|
299
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
300
|
-
<path d="
|
|
301
|
-
<path d="M10.5 9.4C10.5 9.96 10.36 10.3667 10.08 10.62C9.80667 10.8733 9.38 11 8.8 11L8.2 11C7.62 11 7.19 10.8733 6.91 10.62C6.63667 10.3667 6.5 9.96001 6.5 9.40001V7.60001C6.5 7.04001 6.63667 6.63334 6.91 6.38001C7.19 6.12667 7.62 6.00001 8.2 6.00001L8.8 6.00001C9.38 6.00001 9.80667 6.12667 10.08 6.38001C10.36 6.63334 10.5 7.04 10.5 7.6V9.4ZM9.5 7.65001C9.5 7.44334 9.43667 7.28334 9.31 7.17C9.18333 7.05667 8.99667 7.00001 8.75 7.00001H8.25C8.00333 7.00001 7.81667 7.05667 7.69 7.17C7.56333 7.28334 7.5 7.44334 7.5 7.65001V9.35C7.5 9.55667 7.56333 9.71667 7.69 9.83C7.81667 9.94334 8.00333 10 8.25 10H8.75C8.99667 10 9.18333 9.94334 9.31 9.83C9.43667 9.71667 9.5 9.55667 9.5 9.35V7.65001Z" fill="currentColor" fill-opacity="0.87" />
|
|
302
|
-
<path d="M13.21 11C12.6233 11 12.1933 10.8767 11.92 10.63C11.6467 10.3767 11.51 9.96667 11.51 9.4V7.6C11.51 7.04 11.6467 6.63334 11.92 6.38001C12.2 6.12667 12.63 6.00001 13.21 6.00001H14.5V7.00001H13.25C13.0033 7.00001 12.8167 7.05667 12.69 7.17C12.5633 7.28334 12.5 7.44334 12.5 7.65001V9.35C12.5 9.55667 12.5633 9.71667 12.69 9.83C12.8167 9.94334 13.0033 10 13.25 10H14.5V11H13.21Z" fill="currentColor" fill-opacity="0.87" />
|
|
303
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 13.75H4C3.58579 13.75 3.25 13.4142 3.25 13H2C2 14.1046 2.89543 15 4 15H12C13.1046 15 14 14.1046 14 13H12.75C12.75 13.4142 12.4142 13.75 12 13.75ZM3.25 4V3C3.25 2.58579 3.58579 2.25 4 2.25H9.17157C9.37048 2.25 9.56125 2.32902 9.7019 2.46967L11.2322 4H13L10.5858 1.58579C10.2107 1.21071 9.70201 1 9.17157 1H4C2.89543 1 2 1.89543 2 3V4H3.25Z" fill="currentColor" fill-opacity="0.87" />
|
|
275
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="folder">
|
|
276
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.625 4C2.625 3.24061 3.24061 2.625 4 2.625H6C6.43279 2.625 6.84033 2.82877 7.1 3.175L7.4 3.575C7.89574 4.23599 8.67376 4.625 9.5 4.625H12C12.7594 4.625 13.375 5.24061 13.375 6V11C13.375 11.7594 12.7594 12.375 12 12.375H4C3.24061 12.375 2.625 11.7594 2.625 11V4ZM4 1.375C2.55025 1.375 1.375 2.55025 1.375 4V11C1.375 12.4497 2.55025 13.625 4 13.625H12C13.4497 13.625 14.625 12.4497 14.625 11V6C14.625 4.55025 13.4497 3.375 12 3.375H9.5C9.06721 3.375 8.65967 3.17123 8.4 2.825L8.1 2.425C7.60426 1.76401 6.82624 1.375 6 1.375H4ZM3.5 6.375C3.5 6.02983 3.83579 5.75 4.25 5.75H11.75C12.1642 5.75 12.5 6.02983 12.5 6.375C12.5 6.72017 12.1642 7 11.75 7H4.25C3.83579 7 3.5 6.72017 3.5 6.375Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
304
277
|
</symbol>
|
|
305
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
306
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
307
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.2 11C3.61333 11 3.18333 10.8767 2.91 10.63C2.63667 10.3767 2.5 9.96667 2.5 9.4V7.6C2.5 7.04 2.63667 6.63333 2.91 6.38C3.19 6.12667 3.62 6 4.2 6H5.49V7H4.24C3.99333 7 3.80667 7.05667 3.68 7.17C3.55333 7.28333 3.49 7.44333 3.49 7.65V9.35C3.49 9.55667 3.55333 9.71667 3.68 9.83C3.80667 9.94333 3.99333 10 4.24 10H5.49V11H4.2ZM10.5 6H11.5V9H12.5V6H13.5V9L12.5 11H11.5L10.5 9V6ZM9.11 10.69C9.37 10.4833 9.5 10.17 9.5 9.75V9.3C9.5 8.87333 9.38333 8.55333 9.15 8.34C8.91667 8.12 8.57667 8 8.13 8H7.98C7.84 8 7.72333 7.97333 7.63 7.9C7.54333 7.82667 7.5 7.71333 7.5 7.56V7.45C7.5 7.30333 7.55 7.19333 7.65 7.12C7.75 7.04 7.88333 7 8.05 7H9.5V6H8C7.50667 6 7.09333 6.1 6.84 6.3C6.58667 6.49333 6.5 6.81333 6.5 7.26V7.73C6.5 8.17 6.57333 8.49333 6.8 8.7C7.03333 8.9 7.23333 9 7.7 9H8.07C8.35667 9 8.5 9.15 8.5 9.45V9.55C8.5 9.69667 8.45333 9.81 8.36 9.89C8.26667 9.96333 8.13 10 7.95 10H6.5V11H8C8.48667 11 8.85667 10.8967 9.11 10.69Z" fill="currentColor" fill-opacity="0.87" />
|
|
278
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="folderAdd">
|
|
279
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.625 4C2.625 3.24061 3.24061 2.625 4 2.625H6C6.43279 2.625 6.84033 2.82877 7.1 3.175L7.4 3.575C7.89574 4.23599 8.67376 4.625 9.5 4.625H12C12.7594 4.625 13.375 5.24061 13.375 6V11C13.375 11.7594 12.7594 12.375 12 12.375H4C3.24061 12.375 2.625 11.7594 2.625 11V4ZM4 1.375C2.55025 1.375 1.375 2.55025 1.375 4V11C1.375 12.4497 2.55025 13.625 4 13.625H12C13.4497 13.625 14.625 12.4497 14.625 11V6C14.625 4.55025 13.4497 3.375 12 3.375H9.5C9.06721 3.375 8.65967 3.17123 8.4 2.825L8.1 2.425C7.60426 1.76401 6.82624 1.375 6 1.375H4ZM8.625 6.5C8.625 6.15482 8.34518 5.875 8 5.875C7.65482 5.875 7.375 6.15482 7.375 6.5V7.875H6C5.65482 7.875 5.375 8.15482 5.375 8.5C5.375 8.84518 5.65482 9.125 6 9.125H7.375V10.5C7.375 10.8452 7.65482 11.125 8 11.125C8.34518 11.125 8.625 10.8452 8.625 10.5V9.125H10C10.3452 9.125 10.625 8.84518 10.625 8.5C10.625 8.15482 10.3452 7.875 10 7.875H8.625V6.5Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
308
280
|
</symbol>
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.625 2H11.2589L10.0089 3.25L4.49999 3.25V4.18345C4.49999 4.33164 4.58727 4.46594 4.72269 4.52613L6.51298 5.32181C7.7098 5.85373 7.81791 7.51039 6.70036 8.19334L3.95144 9.87324C3.69354 10.0308 3.71849 10.4131 3.99468 10.5359L5.78497 11.3316C6.3718 11.5924 6.74999 12.1743 6.74999 12.8165V14C6.74999 14.3452 6.47017 14.625 6.12499 14.625C5.77982 14.625 5.49999 14.3452 5.49999 14V12.8165C5.49999 12.6683 5.41272 12.534 5.27729 12.4738L3.487 11.6782C2.29019 11.1462 2.18208 9.48958 3.29962 8.80664L6.04855 7.12674C6.30645 6.96913 6.2815 6.58683 6.00531 6.46408L4.21502 5.66839C3.62819 5.40758 3.24999 4.82563 3.24999 4.18345V3.25H2.625C2.27982 3.25 2 2.97018 2 2.625C2 2.27982 2.27982 2 2.625 2Z" fill="currentColor" fill-opacity="0.87" />
|
|
312
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.5631 11.5581C10.8071 11.314 11.2029 11.314 11.4469 11.5581L11.88 11.9911L11.88 5.00888L11.4469 5.44194C11.2029 5.68602 10.8071 5.68602 10.5631 5.44194C10.319 5.19786 10.319 4.80214 10.5631 4.55806L12.0631 3.05806C12.3071 2.81398 12.7029 2.81398 12.9469 3.05806L14.4469 4.55806C14.691 4.80214 14.691 5.19786 14.4469 5.44194C14.2029 5.68602 13.8071 5.68602 13.5631 5.44194L13.13 5.00888L13.13 11.9911L13.5631 11.5581C13.8071 11.314 14.2029 11.314 14.4469 11.5581C14.691 11.8021 14.691 12.1979 14.4469 12.4419L12.9469 13.9419C12.7029 14.186 12.3071 14.186 12.0631 13.9419L10.5631 12.4419C10.319 12.1979 10.319 11.8021 10.5631 11.5581Z" fill="currentColor" fill-opacity="0.87" />
|
|
281
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="forward">
|
|
282
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.55806 3.18694C9.31398 2.94286 9.31398 2.54713 9.55806 2.30305C9.80214 2.05898 10.1979 2.05898 10.4419 2.30305L13.9419 5.80301L13.9419 5.80305C14.064 5.92509 14.125 6.08504 14.125 6.245C14.125 6.32974 14.1081 6.41054 14.0776 6.48423C14.0471 6.55795 14.0019 6.62701 13.9419 6.68693C13.9419 6.68699 13.9418 6.68705 13.9418 6.6871L10.4419 10.1869C10.1979 10.431 9.80214 10.431 9.55806 10.1869C9.31398 9.94286 9.31398 9.54713 9.55806 9.30305L11.9911 6.87H7.5C5.08375 6.87 3.125 8.82875 3.125 11.245V13.245C3.125 13.5902 2.84518 13.87 2.5 13.87C2.15482 13.87 1.875 13.5902 1.875 13.245V11.245C1.875 8.13839 4.3934 5.62 7.5 5.62H11.9911L9.55806 3.18694Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
313
283
|
</symbol>
|
|
314
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
315
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
284
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="fullScreen">
|
|
285
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 1.875C2.15482 1.875 1.875 2.15482 1.875 2.5V6C1.875 6.34518 2.15482 6.625 2.5 6.625C2.84518 6.625 3.125 6.34518 3.125 6V4.00888L5.55806 6.44194C5.80214 6.68602 6.19786 6.68602 6.44194 6.44194C6.68602 6.19786 6.68602 5.80214 6.44194 5.55806L4.00888 3.125H6C6.34518 3.125 6.625 2.84518 6.625 2.5C6.625 2.15482 6.34518 1.875 6 1.875H2.5ZM13.5 1.875C13.8452 1.875 14.125 2.15482 14.125 2.5V6C14.125 6.34518 13.8452 6.625 13.5 6.625C13.1548 6.625 12.875 6.34518 12.875 6V4.00888L10.4419 6.44194C10.1979 6.68602 9.80214 6.68602 9.55806 6.44194C9.31398 6.19786 9.31398 5.80214 9.55806 5.55806L11.9911 3.125H10C9.65482 3.125 9.375 2.84518 9.375 2.5C9.375 2.15482 9.65482 1.875 10 1.875H13.5ZM1.875 13.5C1.875 13.8452 2.15482 14.125 2.5 14.125H6C6.34518 14.125 6.625 13.8452 6.625 13.5C6.625 13.1548 6.34518 12.875 6 12.875H4.00888L6.44194 10.4419C6.68602 10.1979 6.68602 9.80214 6.44194 9.55806C6.19786 9.31398 5.80214 9.31398 5.55806 9.55806L3.125 11.9911V10C3.125 9.65482 2.84518 9.375 2.5 9.375C2.15482 9.375 1.875 9.65482 1.875 10V13.5ZM13.5 14.125C13.8452 14.125 14.125 13.8452 14.125 13.5V10C14.125 9.65482 13.8452 9.375 13.5 9.375C13.1548 9.375 12.875 9.65482 12.875 10V11.9911L10.4419 9.55806C10.1979 9.31398 9.80214 9.31398 9.55806 9.55806C9.31398 9.80214 9.31398 10.1979 9.55806 10.4419L11.9911 12.875H10C9.65482 12.875 9.375 13.1548 9.375 13.5C9.375 13.8452 9.65482 14.125 10 14.125H13.5Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
316
286
|
</symbol>
|
|
317
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
318
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
287
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="gantt">
|
|
288
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.375 4C0.375 3.65482 0.654822 3.375 1 3.375H11C11.3452 3.375 11.625 3.65482 11.625 4C11.625 4.34518 11.3452 4.625 11 4.625H1C0.654822 4.625 0.375 4.34518 0.375 4ZM2.375 8C2.375 7.65482 2.65482 7.375 3 7.375H13C13.3452 7.375 13.625 7.65482 13.625 8C13.625 8.34518 13.3452 8.625 13 8.625H3C2.65482 8.625 2.375 8.34518 2.375 8ZM4.375 12C4.375 11.6548 4.65482 11.375 5 11.375H15C15.3452 11.375 15.625 11.6548 15.625 12C15.625 12.3452 15.3452 12.625 15 12.625H5C4.65482 12.625 4.375 12.3452 4.375 12Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
319
289
|
</symbol>
|
|
320
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
321
|
-
<path d="
|
|
290
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="gear">
|
|
291
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.97705 4.26115C6.649 3.89658 7.22605 3.17584 7.2493 2.25H8.75076C8.77402 3.17584 9.35106 3.89658 10.023 4.26115C10.091 4.29803 10.1579 4.33673 10.2236 4.37718C10.8761 4.77875 11.7901 4.91842 12.6043 4.47487L13.355 5.77512C12.565 6.25739 12.2278 7.11705 12.2485 7.88273C12.2495 7.92166 12.25 7.96075 12.25 8C12.25 8.03925 12.2495 8.07834 12.2485 8.11727C12.2278 8.88296 12.565 9.74262 13.355 10.2249L12.6043 11.5251C11.7901 11.0816 10.8761 11.2213 10.2236 11.6228C10.1579 11.6633 10.091 11.702 10.023 11.7389C9.35107 12.1034 8.77402 12.8242 8.75076 13.75H7.2493C7.22605 12.8242 6.649 12.1034 5.97705 11.7389C5.90907 11.702 5.84219 11.6633 5.77646 11.6228C5.124 11.2213 4.20992 11.0816 3.39574 11.5251L2.64504 10.2249C3.43509 9.74262 3.77224 8.88296 3.75161 8.11727C3.75056 8.07834 3.75003 8.03925 3.75003 8C3.75003 7.96075 3.75056 7.92166 3.75161 7.88274C3.77224 7.11705 3.43509 6.25739 2.64504 5.77512L3.39574 4.47487C4.20992 4.91842 5.124 4.77875 5.77645 4.37718C5.84218 4.33673 5.90907 4.29803 5.97705 4.26115ZM10 2C10 1.44772 9.55232 1 9.00003 1H7.00003C6.44775 1 6.00003 1.44772 6.00003 2V2.19192C6.00003 2.60381 5.74299 2.96601 5.38095 3.16244C5.29291 3.2102 5.20633 3.2603 5.12127 3.31265C4.77024 3.52869 4.32772 3.5704 3.97076 3.36431L3.80388 3.26795C3.32559 2.99181 2.714 3.15569 2.43785 3.63398L1.43785 5.36603C1.16171 5.84432 1.32558 6.45591 1.80388 6.73206L1.97141 6.82878C2.32779 7.03454 2.51315 7.43771 2.50206 7.84907C2.50071 7.89922 2.50003 7.94953 2.50003 8C2.50003 8.05047 2.50071 8.10079 2.50206 8.15094C2.51315 8.5623 2.32779 8.96547 1.97141 9.17123L1.80388 9.26795C1.32559 9.54409 1.16171 10.1557 1.43786 10.634L2.43786 12.366C2.714 12.8443 3.32559 13.0082 3.80388 12.7321L3.97077 12.6357C4.32773 12.4296 4.77025 12.4713 5.12128 12.6874C5.20633 12.7397 5.29291 12.7898 5.38095 12.8376C5.74299 13.034 6.00003 13.3962 6.00003 13.8081V14C6.00003 14.5523 6.44775 15 7.00003 15H9.00003C9.55232 15 10 14.5523 10 14V13.8081C10 13.3962 10.2571 13.034 10.6191 12.8376C10.7071 12.7898 10.7937 12.7397 10.8788 12.6874C11.2298 12.4713 11.6723 12.4296 12.0293 12.6357L12.1962 12.7321C12.6745 13.0082 13.2861 12.8443 13.5622 12.366L14.5622 10.634C14.8384 10.1557 14.6745 9.5441 14.1962 9.26795L14.0287 9.17123C13.6723 8.96547 13.4869 8.5623 13.498 8.15094C13.4994 8.10079 13.5 8.05047 13.5 8C13.5 7.94953 13.4994 7.89921 13.498 7.84907C13.4869 7.43771 13.6723 7.03453 14.0287 6.82878L14.1962 6.73205C14.6745 6.45591 14.8384 5.84432 14.5622 5.36603L13.5622 3.63398C13.2861 3.15568 12.6745 2.99181 12.1962 3.26795L12.0293 3.3643C11.6723 3.5704 11.2298 3.52869 10.8788 3.31265C10.7937 3.2603 10.7072 3.2102 10.6191 3.16244C10.2571 2.96601 10 2.60381 10 2.19192V2ZM10 8C10 9.10457 9.1046 10 8.00003 10C6.89546 10 6.00003 9.10457 6.00003 8C6.00003 6.89543 6.89546 6 8.00003 6C9.1046 6 10 6.89543 10 8ZM11 8C11 9.65685 9.65689 11 8.00003 11C6.34318 11 5.00003 9.65685 5.00003 8C5.00003 6.34315 6.34318 5 8.00003 5C9.65689 5 11 6.34315 11 8Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
322
292
|
</symbol>
|
|
323
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
324
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
325
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
293
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="Gis">
|
|
294
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.5 5.5C8.5 6.60457 9.39543 7.5 10.5 7.5C11.6046 7.5 12.5 6.60457 12.5 5.5C12.5 4.39543 11.6046 3.5 10.5 3.5C9.39543 3.5 8.5 4.39543 8.5 5.5ZM9.75 5.5C9.75 5.91421 10.0858 6.25 10.5 6.25C10.9142 6.25 11.25 5.91421 11.25 5.5C11.25 5.08579 10.9142 4.75 10.5 4.75C10.0858 4.75 9.75 5.08579 9.75 5.5Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
295
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 2.5C3.5 3.60457 4.39543 4.5 5.5 4.5C5.99989 4.5 6.45695 4.3166 6.80755 4.01342L8.54891 5.05823C8.64451 4.63424 8.87477 4.26126 9.1924 3.98659L7.45105 2.94177C7.48309 2.79965 7.5 2.6518 7.5 2.5C7.5 1.39543 6.60457 0.5 5.5 0.5C4.39543 0.5 3.5 1.39543 3.5 2.5ZM4.75 2.5C4.75 2.91421 5.08579 3.25 5.5 3.25C5.91421 3.25 6.25 2.91421 6.25 2.5C6.25 2.08579 5.91421 1.75 5.5 1.75C5.08579 1.75 4.75 2.08579 4.75 2.5Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
296
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.5 12.5C5.39543 12.5 4.5 11.6046 4.5 10.5C4.5 9.39543 5.39543 8.5 6.5 8.5C6.74593 8.5 6.98149 8.54439 7.19912 8.62559L8.82495 6.59329C9.05678 6.94775 9.39809 7.22413 9.80084 7.37441L8.175 9.40671C8.38052 9.72093 8.5 10.0965 8.5 10.5C8.5 10.7239 8.4632 10.9392 8.39532 11.1403L9.35497 11.86C9.33757 11.8722 9.32036 11.8846 9.30337 11.8973C9.63705 11.6478 10.0513 11.5 10.5 11.5C11.6046 11.5 12.5 12.3954 12.5 13.5C12.5 14.6046 11.6046 15.5 10.5 15.5C9.39543 15.5 8.5 14.6046 8.5 13.5C8.5 13.2761 8.53679 13.0608 8.60467 12.8598L7.645 12.14C7.32064 12.3669 6.92587 12.5 6.5 12.5ZM6.5 11.25C6.08579 11.25 5.75 10.9142 5.75 10.5C5.75 10.0858 6.08579 9.75 6.5 9.75C6.91421 9.75 7.25 10.0858 7.25 10.5C7.25 10.9142 6.91421 11.25 6.5 11.25ZM9.75 13.5C9.75 13.9142 10.0858 14.25 10.5 14.25C10.9142 14.25 11.25 13.9142 11.25 13.5C11.25 13.0858 10.9142 12.75 10.5 12.75C10.0858 12.75 9.75 13.0858 9.75 13.5Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
326
297
|
</symbol>
|
|
327
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
328
|
-
<g clip-path="url(#
|
|
329
|
-
<path d="
|
|
330
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.5 2.75C5.91421 2.75 6.25 2.41421 6.25 2C6.25 1.58579 5.91421 1.25 5.5 1.25C5.08579 1.25 4.75 1.58579 4.75 2C4.75 2.41421 5.08579 2.75 5.5 2.75ZM5.5 4C6.60457 4 7.5 3.10457 7.5 2C7.5 0.895431 6.60457 0 5.5 0C4.39543 0 3.5 0.895431 3.5 2C3.5 3.10457 4.39543 4 5.5 4ZM2.5 7.75C2.91421 7.75 3.25 7.41421 3.25 7C3.25 6.58579 2.91421 6.25 2.5 6.25C2.08579 6.25 1.75 6.58579 1.75 7C1.75 7.41421 2.08579 7.75 2.5 7.75ZM2.5 9C3.60457 9 4.5 8.10457 4.5 7C4.5 6.50011 4.3166 6.04305 4.01342 5.69245L5.05823 3.95109C4.63424 3.8555 4.26126 3.62523 3.98659 3.3076L2.94177 5.04895C2.79965 5.01691 2.6518 5 2.5 5C1.39543 5 0.5 5.89543 0.5 7C0.5 8.10457 1.39543 9 2.5 9ZM11.25 6C11.25 6.41421 10.9142 6.75 10.5 6.75C10.0858 6.75 9.75 6.41421 9.75 6C9.75 5.58579 10.0858 5.25 10.5 5.25C10.9142 5.25 11.25 5.58579 11.25 6ZM12.5 6C12.5 7.10457 11.6046 8 10.5 8C9.39543 8 8.5 7.10457 8.5 6C8.5 5.75407 8.54439 5.51851 8.62559 5.30088L6.59329 3.67505C6.94775 3.44322 7.22413 3.10191 7.37441 2.69916L9.40671 4.325C9.72093 4.11948 10.0965 4 10.5 4C10.7239 4 10.9392 4.0368 11.1403 4.10468L11.86 3.14503C11.8722 3.16243 11.8846 3.17964 11.8973 3.19663C11.6478 2.86295 11.5 2.44873 11.5 2C11.5 0.895431 12.3954 0 13.5 0C14.6046 0 15.5 0.895431 15.5 2C15.5 3.10457 14.6046 4 13.5 4C13.2761 4 13.0608 3.96321 12.8598 3.89533L12.14 4.855C12.3669 5.17936 12.5 5.57413 12.5 6ZM13.5 2.75C13.9142 2.75 14.25 2.41421 14.25 2C14.25 1.58579 13.9142 1.25 13.5 1.25C13.0858 1.25 12.75 1.58579 12.75 2C12.75 2.41421 13.0858 2.75 13.5 2.75Z" fill="currentColor" fill-opacity="0.87" />
|
|
298
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="grp">
|
|
299
|
+
<g clip-path="url(#clip0_11749_1837)">
|
|
300
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.75469 12.5388C11.5172 11.1575 12.75 9.4806 12.75 8C12.75 6.5194 11.5172 4.84245 8.75469 3.46118C6.06691 2.11729 2.2663 1.25 -2 1.25C-6.2663 1.25 -10.0669 2.11729 -12.7547 3.46118C-15.5172 4.84245 -16.75 6.5194 -16.75 8C-16.75 9.4806 -15.5172 11.1575 -12.7547 12.5388C-10.0669 13.8827 -6.2663 14.75 -2 14.75C2.2663 14.75 6.06691 13.8827 8.75469 12.5388ZM-2 16C6.83656 16 14 12.4183 14 8C14 3.58172 6.83656 0 -2 0C-10.8366 0 -18 3.58172 -18 8C-18 12.4183 -10.8366 16 -2 16ZM5.92626 11.1246C7.96496 10.1053 8.75 8.92832 8.75 8C8.75 7.07168 7.96496 5.89474 5.92626 4.87539C3.96234 3.89343 1.16173 3.25 -2 3.25C-5.16173 3.25 -7.96234 3.89343 -9.92626 4.87539C-11.965 5.89474 -12.75 7.07168 -12.75 8C-12.75 8.92832 -11.965 10.1053 -9.92626 11.1246C-7.96234 12.1066 -5.16173 12.75 -2 12.75C1.16173 12.75 3.96234 12.1066 5.92626 11.1246ZM-2 14C4.62742 14 10 11.3137 10 8C10 4.68629 4.62742 2 -2 2C-8.62742 2 -14 4.68629 -14 8C-14 11.3137 -8.62742 14 -2 14ZM4.75083 7.99052C4.75097 7.99052 4.75087 7.99224 4.75011 7.99567C4.7503 7.99223 4.75068 7.99052 4.75083 7.99052ZM4.55173 7.74046C4.70509 7.8855 4.74137 7.97253 4.74902 8C4.74137 8.02747 4.70509 8.11451 4.55173 8.25954C4.32528 8.47369 3.93052 8.72414 3.33906 8.96072C2.16308 9.43112 0.452753 9.75 -1.5 9.75C-3.45275 9.75 -5.16308 9.43112 -6.33906 8.96072C-6.93052 8.72414 -7.32528 8.47369 -7.55173 8.25954C-7.70509 8.1145 -7.74137 8.02747 -7.74902 8C-7.74137 7.97253 -7.70509 7.8855 -7.55173 7.74046C-7.32528 7.52631 -6.93052 7.27586 -6.33906 7.03928C-5.16308 6.56888 -3.45275 6.25 -1.5 6.25C0.452753 6.25 2.16308 6.56888 3.33906 7.03928C3.93052 7.27586 4.32528 7.52631 4.55173 7.74046ZM-7.75083 7.99052C-7.75068 7.99052 -7.7503 7.99223 -7.75011 7.99567C-7.75087 7.99224 -7.75097 7.99052 -7.75083 7.99052ZM-7.75083 8.00948C-7.75097 8.00948 -7.75087 8.00776 -7.75011 8.00433C-7.7503 8.00777 -7.75068 8.00948 -7.75083 8.00948ZM4.75086 8.00876C4.7508 8.00796 4.75059 8.00648 4.75011 8.00433C4.7503 8.00777 4.75068 8.00948 4.75083 8.00948C4.75088 8.00948 4.7509 8.00924 4.75086 8.00876ZM6 8C6 9.65685 2.64214 11 -1.5 11C-5.64214 11 -9 9.65685 -9 8C-9 6.34315 -5.64214 5 -1.5 5C2.64214 5 6 6.34315 6 8Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
331
301
|
</g>
|
|
332
302
|
<defs>
|
|
333
|
-
<clipPath id="
|
|
334
|
-
<rect width="
|
|
303
|
+
<clipPath id="clip0_11749_1837">
|
|
304
|
+
<rect width="15.9999" height="16" fill="white"></rect>
|
|
335
305
|
</clipPath>
|
|
336
306
|
</defs>
|
|
337
307
|
</symbol>
|
|
338
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
339
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
340
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.75 10.5C14.75 12.2949 13.2949 13.75 11.5 13.75C9.70507 13.75 8.25 12.2949 8.25 10.5C8.25 8.70507 9.70507 7.25 11.5 7.25C13.2949 7.25 14.75 8.70507 14.75 10.5ZM16 10.5C16 12.9853 13.9853 15 11.5 15C9.01472 15 7 12.9853 7 10.5C7 8.01472 9.01472 6 11.5 6C13.9853 6 16 8.01472 16 10.5ZM12.125 8.5C12.125 8.15482 11.8452 7.875 11.5 7.875C11.1548 7.875 10.875 8.15482 10.875 8.5V10.4C10.875 10.8004 11.1996 11.125 11.6 11.125H13C13.3452 11.125 13.625 10.8452 13.625 10.5C13.625 10.1548 13.3452 9.875 13 9.875H12.125V8.5Z" fill="currentColor" fill-opacity="0.87" />
|
|
308
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="handbag">
|
|
309
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.625 3C5.625 2.79289 5.79289 2.625 6 2.625H10C10.2071 2.625 10.375 2.79289 10.375 3V4H5.625V3ZM4.375 4V3C4.375 2.10254 5.10254 1.375 6 1.375H10C10.8975 1.375 11.625 2.10254 11.625 3V4H13C14.1046 4 15 4.89543 15 6V6.37484V7V7.65001V13C15 14.1046 14.1046 15 13 15H3C1.89543 15 1 14.1046 1 13V7.65001V7V6.37484V6C1 4.89543 1.89543 4 3 4H4.375ZM13.75 13V8.00715L8.72114 9.44397C8.24981 9.57863 7.75019 9.57863 7.27886 9.44397L2.25 8.00715V13C2.25 13.4142 2.58579 13.75 3 13.75H13C13.4142 13.75 13.75 13.4142 13.75 13ZM8.37774 8.24206L13.75 6.70713V6C13.75 5.58579 13.4142 5.25 13 5.25H3C2.58579 5.25 2.25 5.58579 2.25 6V6.70713L7.62226 8.24206C7.86915 8.3126 8.13085 8.3126 8.37774 8.24206Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
341
310
|
</symbol>
|
|
342
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
343
|
-
<path d="
|
|
344
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M14 2.625C14 2.27982 13.7202 2 13.375 2H2.62499C2.27982 2 1.99999 2.27982 1.99999 2.625C1.99999 2.97018 2.27981 3.25 2.62499 3.25L3.24999 3.25V4.18348C3.24999 4.82566 3.62819 5.40761 4.21502 5.66842L6.00531 6.46411C6.2815 6.58686 6.30645 6.96916 6.04855 7.12677L3.29962 8.80667C2.18208 9.48961 2.29019 11.1463 3.487 11.6782L5.27729 12.4739C5.41272 12.5341 5.49999 12.6684 5.49999 12.8166V14C5.49999 14.3452 5.77982 14.625 6.12499 14.625C6.47017 14.625 6.74999 14.3452 6.74999 14V12.8166C6.74999 12.1744 6.3718 11.5924 5.78497 11.3316L3.99468 10.5359C3.71849 10.4132 3.69354 10.0309 3.95144 9.87327L6.70036 8.19337C7.81791 7.51042 7.7098 5.85376 6.51298 5.32184L4.72269 4.52616C4.58727 4.46597 4.49999 4.33167 4.49999 4.18348V3.25H13.375C13.7202 3.25 14 2.97018 14 2.625Z" fill="currentColor" fill-opacity="0.87" />
|
|
311
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="home">
|
|
312
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.73483 2.64905C7.88128 2.5026 8.11872 2.5026 8.26516 2.64905L14.0581 8.44194C14.3021 8.68602 14.6979 8.68602 14.9419 8.44194C15.186 8.19787 15.186 7.80214 14.9419 7.55806L9.14905 1.76517C8.51445 1.13056 7.48555 1.13057 6.85095 1.76517L1.05806 7.55806C0.813981 7.80214 0.813981 8.19787 1.05806 8.44194C1.30214 8.68602 1.69786 8.68602 1.94194 8.44194L7.73483 2.64905ZM4.125 9.5C4.125 9.15482 3.84518 8.875 3.5 8.875C3.15482 8.875 2.875 9.15482 2.875 9.5V13.5C2.875 14.3975 3.60254 15.125 4.5 15.125H11.5C12.3975 15.125 13.125 14.3975 13.125 13.5V9.5C13.125 9.15482 12.8452 8.875 12.5 8.875C12.1548 8.875 11.875 9.15482 11.875 9.5V13.5C11.875 13.7071 11.7071 13.875 11.5 13.875H4.5C4.29289 13.875 4.125 13.7071 4.125 13.5V9.5Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
345
313
|
</symbol>
|
|
346
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
347
|
-
<
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
<defs>
|
|
352
|
-
<clipPath id="clip0_6049_17523">
|
|
353
|
-
<rect width="16" height="16" fill="white" />
|
|
354
|
-
</clipPath>
|
|
355
|
-
</defs>
|
|
314
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="horizontal">
|
|
315
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 2.25C3.41421 2.25 3.75 2.58579 3.75 3C3.75 3.41421 3.41421 3.75 3 3.75C2.58579 3.75 2.25 3.41421 2.25 3C2.25 2.58579 2.58579 2.25 3 2.25ZM3 1C4.10457 1 5 1.89543 5 3C5 3.8863 4.42348 4.63796 3.625 4.90041V8C3.625 10.4162 5.58375 12.375 8 12.375H11.0996C11.362 11.5765 12.1137 11 13 11C14.1046 11 15 11.8954 15 13C15 14.1046 14.1046 15 13 15C12.1137 15 11.362 14.4235 11.0996 13.625H8C4.8934 13.625 2.375 11.1066 2.375 8V4.90041C1.57652 4.63796 1 3.8863 1 3C1 1.89543 1.89543 1 3 1ZM13.75 13C13.75 12.5858 13.4142 12.25 13 12.25C12.5858 12.25 12.25 12.5858 12.25 13C12.25 13.4142 12.5858 13.75 13 13.75C13.4142 13.75 13.75 13.4142 13.75 13Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
316
|
+
</symbol>
|
|
317
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="horizontalWidget">
|
|
318
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.25 5.75V3.25H12.75V5.75H3.25ZM2 3C2 2.44772 2.44772 2 3 2H13C13.5523 2 14 2.44772 14 3V6C14 6.55228 13.5523 7 13 7H3C2.44772 7 2 6.55228 2 6V3ZM3.25 12.75V10.25H12.75V12.75H3.25ZM2 10C2 9.44772 2.44772 9 3 9H13C13.5523 9 14 9.44772 14 10V13C14 13.5523 13.5523 14 13 14H3C2.44772 14 2 13.5523 2 13V10Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
356
319
|
</symbol>
|
|
357
320
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="hornerAnalysis">
|
|
358
|
-
<g clip-path="url(#
|
|
359
|
-
<path d="
|
|
360
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.5 2.75C5.91421 2.75 6.25 2.41421 6.25 2C6.25 1.58579 5.91421 1.25 5.5 1.25C5.08579 1.25 4.75 1.58579 4.75 2C4.75 2.41421 5.08579 2.75 5.5 2.75ZM5.5 4C6.60457 4 7.5 3.10457 7.5 2C7.5 0.895431 6.60457 0 5.5 0C4.39543 0 3.5 0.895431 3.5 2C3.5 3.10457 4.39543 4 5.5 4ZM2.5 7.75C2.91421 7.75 3.25 7.41421 3.25 7C3.25 6.58579 2.91421 6.25 2.5 6.25C2.08579 6.25 1.75 6.58579 1.75 7C1.75 7.41421 2.08579 7.75 2.5 7.75ZM2.5 9C3.60457 9 4.5 8.10457 4.5 7C4.5 6.50011 4.3166 6.04305 4.01342 5.69245L5.05823 3.95109C4.63424 3.8555 4.26126 3.62523 3.98659 3.3076L2.94177 5.04895C2.79965 5.01691 2.6518 5 2.5 5C1.39543 5 0.5 5.89543 0.5 7C0.5 8.10457 1.39543 9 2.5 9ZM11.25 6C11.25 6.41421 10.9142 6.75 10.5 6.75C10.0858 6.75 9.75 6.41421 9.75 6C9.75 5.58579 10.0858 5.25 10.5 5.25C10.9142 5.25 11.25 5.58579 11.25 6ZM12.5 6C12.5 7.10457 11.6046 8 10.5 8C9.39543 8 8.5 7.10457 8.5 6C8.5 5.75407 8.54439 5.51851 8.62559 5.30088L6.59329 3.67505C6.94775 3.44322 7.22413 3.10191 7.37441 2.69916L9.40671 4.325C9.72093 4.11948 10.0965 4 10.5 4C10.7239 4 10.9392 4.0368 11.1403 4.10468L11.86 3.14503C11.8722 3.16243 11.8846 3.17964 11.8973 3.19663C11.6478 2.86295 11.5 2.44873 11.5 2C11.5 0.895431 12.3954 0 13.5 0C14.6046 0 15.5 0.895431 15.5 2C15.5 3.10457 14.6046 4 13.5 4C13.2761 4 13.0608 3.96321 12.8598 3.89533L12.14 4.855C12.3669 5.17936 12.5 5.57413 12.5 6ZM13.5 2.75C13.9142 2.75 14.25 2.41421 14.25 2C14.25 1.58579 13.9142 1.25 13.5 1.25C13.0858 1.25 12.75 1.58579 12.75 2C12.75 2.41421 13.0858 2.75 13.5 2.75Z" fill="currentColor" fill-opacity="0.87" />
|
|
321
|
+
<g clip-path="url(#clip0_11749_1715)">
|
|
322
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.5 4C6.60457 4 7.5 3.10457 7.5 2C7.5 0.895431 6.60457 0 5.5 0C4.39543 0 3.5 0.895431 3.5 2C3.5 3.10457 4.39543 4 5.5 4ZM5.5 2.75C5.91421 2.75 6.25 2.41421 6.25 2C6.25 1.58579 5.91421 1.25 5.5 1.25C5.08579 1.25 4.75 1.58579 4.75 2C4.75 2.41421 5.08579 2.75 5.5 2.75ZM2.5 9C3.60457 9 4.5 8.10457 4.5 7C4.5 6.50011 4.3166 6.04305 4.01342 5.69245L5.05823 3.95109C4.63424 3.8555 4.26126 3.62523 3.98659 3.3076L2.94177 5.04895C2.79965 5.01691 2.6518 5 2.5 5C1.39543 5 0.5 5.89543 0.5 7C0.5 8.10457 1.39543 9 2.5 9ZM2.5 7.75C2.91421 7.75 3.25 7.41421 3.25 7C3.25 6.58579 2.91421 6.25 2.5 6.25C2.08579 6.25 1.75 6.58579 1.75 7C1.75 7.41421 2.08579 7.75 2.5 7.75ZM10.5 8C11.6046 8 12.5 7.10457 12.5 6C12.5 5.57413 12.3669 5.17936 12.14 4.855L12.8598 3.89533C13.0608 3.96321 13.2761 4 13.5 4C14.6046 4 15.5 3.10457 15.5 2C15.5 0.895431 14.6046 0 13.5 0C12.3954 0 11.5 0.895431 11.5 2C11.5 2.44873 11.6478 2.86295 11.8973 3.19663C11.8846 3.17964 11.8722 3.16243 11.86 3.14503L11.1403 4.10468C10.9392 4.0368 10.7239 4 10.5 4C10.0965 4 9.72093 4.11948 9.40671 4.325L7.37441 2.69916C7.22413 3.10191 6.94775 3.44322 6.59329 3.67505L8.62559 5.30088C8.54439 5.51851 8.5 5.75407 8.5 6C8.5 7.10457 9.39543 8 10.5 8ZM10.5 6.75C10.9142 6.75 11.25 6.41421 11.25 6C11.25 5.58579 10.9142 5.25 10.5 5.25C10.0858 5.25 9.75 5.58579 9.75 6C9.75 6.41421 10.0858 6.75 10.5 6.75ZM14.25 2C14.25 2.41421 13.9142 2.75 13.5 2.75C13.0858 2.75 12.75 2.41421 12.75 2C12.75 1.58579 13.0858 1.25 13.5 1.25C13.9142 1.25 14.25 1.58579 14.25 2ZM12.125 10C12.125 9.65482 11.8452 9.375 11.5 9.375C11.1548 9.375 10.875 9.65482 10.875 10V12.5V15C10.875 15.3452 11.1548 15.625 11.5 15.625C11.8452 15.625 12.125 15.3452 12.125 15V13.125H14.375V15C14.375 15.3452 14.6548 15.625 15 15.625C15.3452 15.625 15.625 15.3452 15.625 15V12.5V10C15.625 9.65482 15.3452 9.375 15 9.375C14.6548 9.375 14.375 9.65482 14.375 10V11.875H12.125V10Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
361
323
|
</g>
|
|
362
324
|
<defs>
|
|
363
|
-
<clipPath id="
|
|
364
|
-
<rect width="16" height="16" fill="white"
|
|
325
|
+
<clipPath id="clip0_11749_1715">
|
|
326
|
+
<rect width="16" height="16" fill="white"></rect>
|
|
365
327
|
</clipPath>
|
|
366
328
|
</defs>
|
|
367
329
|
</symbol>
|
|
368
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
369
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
370
|
-
<circle cx="2" cy="2" r="1.375" transform="matrix(1 0 0 -1 1 5)" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" />
|
|
371
|
-
<circle cx="2" cy="2" r="1.375" transform="matrix(1 0 0 -1 11 15)" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" />
|
|
330
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="image">
|
|
331
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 10.6339V13C2.25 13.4142 2.58579 13.75 3 13.75H11.3161L5.98611 8.7753C5.44444 8.26974 4.59958 8.2843 4.07565 8.80823L2.25 10.6339ZM13.3314 14.9727C13.2236 14.9906 13.1129 15 13 15H3C1.89543 15 1 14.1046 1 13V3C1 1.89543 1.89543 1 3 1H13C14.1046 1 15 1.89543 15 3V13C15 13.4628 14.8428 13.8888 14.579 14.2277C14.4497 14.3938 14.2947 14.5389 14.1201 14.6572C13.8874 14.8147 13.6198 14.9246 13.3314 14.9727ZM13.1351 13.7379C13.1405 13.7369 13.1458 13.7359 13.1512 13.7348C13.4661 13.6703 13.7092 13.4084 13.7453 13.0841C13.7484 13.0565 13.75 13.0284 13.75 13V3C13.75 2.58579 13.4142 2.25 13 2.25H3C2.58579 2.25 2.25 2.58579 2.25 3V8.86612L3.19177 7.92435C3.28908 7.82704 3.39219 7.73893 3.5 7.66005C3.53071 7.63758 3.5618 7.61586 3.59325 7.59488C4.58618 6.93268 5.93417 7.01696 6.83901 7.86148L13.1351 13.7379ZM12.5 4.67709C12.1335 4.26188 11.5973 4 11 4C9.89543 4 9 4.89543 9 6C9 7.10457 9.89543 8 11 8C11.5973 8 12.1335 7.73812 12.5 7.32291C12.8112 6.97035 13 6.50722 13 6C13 5.49278 12.8112 5.02965 12.5 4.67709ZM11 6.75C11.4142 6.75 11.75 6.41421 11.75 6C11.75 5.58579 11.4142 5.25 11 5.25C10.5858 5.25 10.25 5.58579 10.25 6C10.25 6.41421 10.5858 6.75 11 6.75Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
372
332
|
</symbol>
|
|
373
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
374
|
-
<
|
|
375
|
-
<path d="M13.375 8C13.375 9.84487 11.8632 11.6833 9.0342 13.0978C6.24259 14.4936 2.34229 15.375 -2 15.375C-6.34229 15.375 -10.2426 14.4936 -13.0342 13.0978C-15.8632 11.6833 -17.375 9.84487 -17.375 8C-17.375 6.15513 -15.8632 4.31666 -13.0342 2.90216C-10.2426 1.50636 -6.34229 0.625 -2 0.625C2.34229 0.625 6.24259 1.50636 9.0342 2.90216C11.8632 4.31666 13.375 6.15513 13.375 8Z" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" />
|
|
376
|
-
<path d="M9.375 8C9.375 9.29259 8.31091 10.6311 6.20577 11.6836C4.13802 12.7175 1.23772 13.375 -2 13.375C-5.23772 13.375 -8.13802 12.7175 -10.2058 11.6836C-12.3109 10.6311 -13.375 9.29259 -13.375 8C-13.375 6.70741 -12.3109 5.36894 -10.2058 4.31638C-8.13802 3.2825 -5.23772 2.625 -2 2.625C1.23772 2.625 4.13802 3.2825 6.20577 4.31638C8.31091 5.36894 9.375 6.70741 9.375 8Z" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" />
|
|
377
|
-
<path d="M5.375 8C5.375 8.18698 5.28284 8.42835 4.98117 8.71364C4.67819 9.00017 4.20622 9.28701 3.57118 9.54102C2.30457 10.0477 0.51191 10.375 -1.5 10.375C-3.51191 10.375 -5.30457 10.0477 -6.57118 9.54102C-7.20622 9.28701 -7.67819 9.00017 -7.98117 8.71364C-8.28283 8.42835 -8.375 8.18698 -8.375 8C-8.375 7.81302 -8.28283 7.57165 -7.98117 7.28636C-7.67819 6.99983 -7.20622 6.71299 -6.57118 6.45898C-5.30457 5.95233 -3.51191 5.625 -1.5 5.625C0.51191 5.625 2.30457 5.95233 3.57118 6.45898C4.20622 6.71299 4.67819 6.99983 4.98117 7.28636C5.28284 7.57165 5.375 7.81302 5.375 8Z" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" />
|
|
378
|
-
</g>
|
|
379
|
-
<defs>
|
|
380
|
-
<clipPath id="clip0_6865_16625">
|
|
381
|
-
<rect width="14" height="16" fill="white" />
|
|
382
|
-
</clipPath>
|
|
383
|
-
</defs>
|
|
333
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="info">
|
|
334
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.75 8C13.75 11.1756 11.1756 13.75 8 13.75C4.82436 13.75 2.25 11.1756 2.25 8C2.25 4.82436 4.82436 2.25 8 2.25C11.1756 2.25 13.75 4.82436 13.75 8ZM15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8ZM8 6.875C8.34518 6.875 8.625 7.15482 8.625 7.5V11.5C8.625 11.8452 8.34518 12.125 8 12.125C7.65482 12.125 7.375 11.8452 7.375 11.5V7.5C7.375 7.15482 7.65482 6.875 8 6.875ZM8 3.875C8.34518 3.875 8.625 4.15482 8.625 4.5V5C8.625 5.34518 8.34518 5.625 8 5.625C7.65482 5.625 7.375 5.34518 7.375 5V4.5C7.375 4.15482 7.65482 3.875 8 3.875Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
384
335
|
</symbol>
|
|
385
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
386
|
-
<path d="
|
|
336
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="infoFilled">
|
|
337
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8C15 11.866 11.866 15 8 15ZM8 6.875C8.34518 6.875 8.625 7.15482 8.625 7.5V11.5C8.625 11.8452 8.34518 12.125 8 12.125C7.65482 12.125 7.375 11.8452 7.375 11.5V7.5C7.375 7.15482 7.65482 6.875 8 6.875ZM8 3.875C8.34518 3.875 8.625 4.15482 8.625 4.5V5C8.625 5.34518 8.34518 5.625 8 5.625C7.65482 5.625 7.375 5.34518 7.375 5V4.5C7.375 4.15482 7.65482 3.875 8 3.875Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
387
338
|
</symbol>
|
|
388
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
389
|
-
<
|
|
390
|
-
<rect x="8" y="2" width="2" height="2" rx="1" fill="currentColor" fill-opacity="0.87" />
|
|
391
|
-
<rect x="11" y="7" width="2" height="2" rx="1" fill="currentColor" fill-opacity="0.87" />
|
|
392
|
-
<rect x="10" y="12" width="2" height="2" rx="1" fill="currentColor" fill-opacity="0.87" />
|
|
393
|
-
<rect x="11" y="3" width="2" height="2" rx="1" fill="currentColor" fill-opacity="0.87" />
|
|
394
|
-
<rect x="8" y="6" width="2" height="2" rx="1" fill="currentColor" fill-opacity="0.87" />
|
|
395
|
-
<rect x="7" y="10" width="2" height="2" rx="1" fill="currentColor" fill-opacity="0.87" />
|
|
396
|
-
<rect x="5" y="7" width="2" height="2" rx="1" fill="currentColor" fill-opacity="0.87" />
|
|
397
|
-
<rect x="4" y="11" width="2" height="2" rx="1" fill="currentColor" fill-opacity="0.87" />
|
|
339
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="isoline">
|
|
340
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.29311 1.39781C8.3524 3.80661 6.00932 5.5113 3.26962 5.5113C3.07113 5.5113 2.87489 5.50238 2.68126 5.48493C2.33748 5.45395 2.03367 5.70752 2.00269 6.05131C1.97171 6.39509 2.22529 6.6989 2.56907 6.72988C2.79996 6.75069 3.03363 6.7613 3.26962 6.7613C6.54128 6.7613 9.33576 4.72479 10.4575 1.85253C10.583 1.531 10.4242 1.16855 10.1026 1.04299C9.78112 0.917422 9.41868 1.07628 9.29311 1.39781ZM3.20735 13.8525C4.71699 9.98686 8.4773 7.25013 12.8753 7.25013C13.1936 7.25013 13.5085 7.26445 13.8192 7.29245C14.163 7.32343 14.4668 7.06985 14.4978 6.72607C14.5287 6.38229 14.2752 6.07848 13.9314 6.0475C13.5834 6.01614 13.2311 6.00013 12.8753 6.00013C7.94534 6.00013 3.73362 9.06868 2.04299 13.3978C1.91742 13.7193 2.07628 14.0817 2.39781 14.2073C2.71934 14.3329 3.08178 14.174 3.20735 13.8525Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
398
341
|
</symbol>
|
|
399
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
400
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
342
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="jpg">
|
|
343
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.25 13C3.25 13.4142 3.58579 13.75 4 13.75H12C12.4142 13.75 12.75 13.4142 12.75 13H14C14 14.1046 13.1046 15 12 15H4C2.89543 15 2 14.1046 2 13H3.25ZM3.25 3V4H2V3C2 1.89543 2.89543 1 4 1H9.17157C9.70201 1 10.2107 1.21071 10.5858 1.58579L13 4H11.2322L9.7019 2.46967C9.56125 2.32902 9.37049 2.25 9.17157 2.25H4C3.58579 2.25 3.25 2.58579 3.25 3ZM3.08 12C3.30667 12 3.60687 11.92 3.7802 11.76C3.94687 11.6 4 11.3467 4 11L3.99999 6H2.99998L3 10.7C3 10.8067 2.97333 10.8833 2.92 10.93C2.86667 10.9767 2.77667 11 2.65 11H2V10H1V12H3.08ZM5.8 6V6.24C6.00667 6.08 6.27333 6 6.6 6H7.3C7.88667 6 8.31667 6.12667 8.59 6.38C8.86333 6.62667 9 7.03333 9 7.6V9.4C9 9.96 8.86 10.3667 8.58 10.62C8.30667 10.8733 7.88 11 7.3 11H6.01V12H5V6H5.8ZM6.65 7C6.43 7 6.26667 7.06 6.16 7.18C6.05333 7.29333 6 7.41667 6 7.55L6.01 10H7.25C7.49667 10 7.68333 9.94333 7.81 9.83C7.93667 9.71667 8 9.55667 8 9.35V7.65C8 7.44333 7.93667 7.28333 7.81 7.17C7.68333 7.05667 7.49667 7 7.25 7H6.65ZM13.2 6.24V6H14V12H11V11H13L12.99 10H11.7C11.12 10 10.6933 9.87333 10.42 9.62C10.14 9.36667 10 8.96 10 8.4V7.6C10 7.03333 10.1367 6.62667 10.41 6.38C10.6833 6.12667 11.1133 6 11.7 6H12.4C12.7267 6 12.9933 6.08 13.2 6.24ZM12.84 7.18C12.7333 7.06 12.57 7 12.35 7H11.75C11.5033 7 11.3167 7.05667 11.19 7.17C11.0633 7.28333 11 7.44333 11 7.65V8.35C11 8.55667 11.0633 8.71667 11.19 8.83C11.3167 8.94333 11.5033 9 11.75 9H12.99L13 7.55C13 7.41667 12.9467 7.29333 12.84 7.18Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
401
344
|
</symbol>
|
|
402
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
|
403
|
-
<
|
|
404
|
-
<circle cx="11" cy="11" r="3.375" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" />
|
|
405
|
-
<circle cx="11" cy="3" r="1.375" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" />
|
|
406
|
-
<circle cx="3" cy="11" r="1.375" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" />
|
|
345
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16" id="lamp">
|
|
346
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.25 5.80003C4.25 3.51804 6.18446 1.62503 8.625 1.62503C11.0655 1.62503 13 3.51804 13 5.80003C13 6.62238 12.7514 7.38891 12.32 8.03643C12.0029 8.51236 11.7268 9.11098 11.7268 9.78773V10C11.7268 10.3452 12.0067 10.625 12.3518 10.625C12.697 10.625 12.9768 10.3452 12.9768 10V9.78773C12.9768 9.45206 13.1159 9.09614 13.3602 8.72954C13.9225 7.88562 14.25 6.8795 14.25 5.80003C14.25 2.78009 11.7073 0.375031 8.625 0.375031C5.54269 0.375031 3 2.78009 3 5.80003C3 6.8795 3.32748 7.88562 3.88979 8.72954C4.13405 9.09614 4.27316 9.45206 4.27316 9.78773V10C4.27316 10.3452 4.55298 10.625 4.89816 10.625C5.24333 10.625 5.52316 10.3452 5.52316 10V9.78773C5.52316 9.11098 5.24714 8.51236 4.93003 8.03643C4.49858 7.38891 4.25 6.62238 4.25 5.80003ZM8 10C8 10.3452 8.27982 10.625 8.625 10.625C8.97018 10.625 9.25 10.3452 9.25 10V7.00003C9.25 6.65485 8.97018 6.37503 8.625 6.37503C8.27982 6.37503 8 6.65485 8 7.00003V10ZM6.625 11.375C6.27982 11.375 6 11.6549 6 12C6 12.3452 6.27982 12.625 6.625 12.625H10.625C10.9702 12.625 11.25 12.3452 11.25 12C11.25 11.6549 10.9702 11.375 10.625 11.375H6.625ZM6.5 14.5C6.5 14.1549 6.77982 13.875 7.125 13.875H10.125C10.4702 13.875 10.75 14.1549 10.75 14.5C10.75 14.8452 10.4702 15.125 10.125 15.125H7.125C6.77982 15.125 6.5 14.8452 6.5 14.5Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
407
347
|
</symbol>
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
<path d="
|
|
411
|
-
<path
|
|
412
|
-
<path d="M1 2V7" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
413
|
-
<path d="M15 2V7" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
348
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="las">
|
|
349
|
+
<path d="M12 13.75H4C3.58579 13.75 3.25 13.4142 3.25 13H2C2 14.1046 2.89543 15 4 15H12C13.1046 15 14 14.1046 14 13H12.75C12.75 13.4142 12.4142 13.75 12 13.75Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
350
|
+
<path d="M3.25 4V3C3.25 2.58579 3.58579 2.25 4 2.25H9.17157C9.37048 2.25 9.56125 2.32902 9.7019 2.46967L11.2322 4H13L10.5858 1.58579C10.2107 1.21071 9.70201 1 9.17157 1H4C2.89543 1 2 1.89543 2 3V4H3.25Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
351
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.21981 10.76C3.39314 10.92 3.69334 11 3.92001 11H5V10H4.35001C4.22334 10 4.13334 9.97667 4.08001 9.93C4.02668 9.88333 4.00001 9.80667 4.00001 9.7L4.00001 4.99999H2V5.99999H3.00001L3.00001 10C3.00001 10.3467 3.05314 10.6 3.21981 10.76ZM12.5 11C12.9867 11 13.3567 10.8967 13.61 10.69C13.87 10.4833 14 10.17 14 9.75V9.3C14 8.87333 13.8833 8.55333 13.65 8.34C13.4167 8.12 13.0767 8 12.63 8H12.48C12.34 8 12.2233 7.97333 12.13 7.9C12.0433 7.82667 12 7.71333 12 7.56V7.45C12 7.30333 12.05 7.19333 12.15 7.12C12.25 7.04 12.3833 7 12.55 7H14V6H12.5C12.0067 6 11.5933 6.1 11.34 6.3C11.0867 6.49333 11 6.81333 11 7.26V7.73C11 8.17 11.0733 8.49333 11.3 8.7C11.5333 8.9 11.7333 9 12.2 9H12.57C12.8567 9 13 9.15 13 9.45V9.55C13 9.69667 12.9533 9.81 12.86 9.89C12.7667 9.96333 12.63 10 12.45 10H11V11H12.5ZM9.38491 10.92C9.49157 10.9733 9.58824 11 9.67491 11H10.2249V10.3C10.0449 10.3 9.91491 10.2767 9.83491 10.23C9.76157 10.1767 9.72491 10.1 9.72491 10V7.6C9.72491 7.04 9.58491 6.63333 9.30491 6.38C9.03157 6.12667 8.60491 6 8.02491 6H6.22491V7H7.97491C8.22158 7 8.40824 7.05667 8.53491 7.17C8.66157 7.28333 8.72491 7.44333 8.72491 7.65V8H7.18491C6.21158 8 5.72491 8.51667 5.72491 9.55V9.65C5.72491 10.1433 5.83824 10.4933 6.06491 10.7C6.29824 10.9 6.66824 11 7.17491 11H8.51491C8.76824 11 8.97157 10.9 9.12491 10.7C9.19824 10.7933 9.28491 10.8667 9.38491 10.92ZM8.64491 9.86C8.59158 9.95333 8.46491 10 8.26491 10H7.22491C7.05158 10 6.92491 9.96 6.84491 9.88C6.77346 9.80856 6.73392 9.69989 6.72628 9.55401C6.73555 9.40115 6.79176 9.27315 6.89491 9.17C7.00824 9.05667 7.15158 9 7.32491 9H8.72491V9.5C8.72491 9.64667 8.69824 9.76667 8.64491 9.86Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
414
352
|
</symbol>
|
|
415
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
416
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
417
|
-
<path d="M2 10.5H14" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round" />
|
|
418
|
-
<path d="M8 2.5L8 9.5" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round" />
|
|
353
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="layers">
|
|
354
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.48867 1.55924C7.80985 1.39535 8.19014 1.39535 8.51132 1.55925L13.3035 4.00457C14.1227 4.42257 14.1215 5.59351 13.3014 6.0098L8.50892 8.44257C8.18925 8.60484 7.81138 8.60504 7.49154 8.44311L2.69299 6.01367C1.87199 5.598 1.87014 4.42614 2.68983 4.00789L7.48867 1.55924ZM7.99999 2.70166L3.47703 5.00954L7.99962 7.29927L12.5166 5.00636L7.99999 2.70166ZM2.04726 8.02363C2.20163 7.71489 2.57705 7.58975 2.88579 7.74412L7.99999 10.3012L13.1142 7.74412C13.4229 7.58975 13.7984 7.71489 13.9527 8.02363C14.1071 8.33236 13.982 8.70779 13.6732 8.86215L8.50311 11.4472C8.18639 11.6056 7.81359 11.6056 7.49688 11.4472L2.32677 8.86215C2.01803 8.70779 1.89289 8.33236 2.04726 8.02363ZM2.942 10.7722C2.63326 10.6179 2.25784 10.743 2.10347 11.0517C1.94911 11.3605 2.07425 11.7359 2.38298 11.8903L7.49688 14.4472C7.8136 14.6056 8.18639 14.6056 8.50311 14.4472L13.617 11.8903C13.9258 11.7359 14.0509 11.3605 13.8966 11.0517C13.7422 10.743 13.3668 10.6179 13.058 10.7722L7.99999 13.3012L2.942 10.7722Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
419
355
|
</symbol>
|
|
420
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
421
|
-
<path
|
|
356
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="leftAlign">
|
|
357
|
+
<path d="M3 1.375C2.65482 1.375 2.375 1.65482 2.375 2V14C2.375 14.3452 2.65482 14.625 3 14.625C3.34518 14.625 3.625 14.3452 3.625 14V2C3.625 1.65482 3.34518 1.375 3 1.375Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
358
|
+
<path d="M5 5.5C5 5.22386 5.22386 5 5.5 5H12.5C12.7761 5 13 5.22386 13 5.5V6.5C13 6.77614 12.7761 7 12.5 7H5.5C5.22386 7 5 6.77614 5 6.5V5.5Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
359
|
+
<path d="M5.5 9C5.22386 9 5 9.22386 5 9.5V10.5C5 10.7761 5.22386 11 5.5 11H10.5C10.7761 11 11 10.7761 11 10.5V9.5C11 9.22386 10.7761 9 10.5 9H5.5Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
422
360
|
</symbol>
|
|
423
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
424
|
-
<path d="
|
|
425
|
-
|
|
426
|
-
|
|
361
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="lightMode">
|
|
362
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.62503 1C8.62503 0.654822 8.34521 0.375 8.00003 0.375C7.65485 0.375 7.37503 0.654822 7.37503 1V3C7.37503 3.34518 7.65485 3.625 8.00003 3.625C8.34521 3.625 8.62503 3.34518 8.62503 3V1ZM2.60834 2.60835C2.85241 2.36427 3.24814 2.36427 3.49222 2.60835L4.90643 4.02256C5.15051 4.26664 5.15051 4.66237 4.90643 4.90645C4.66236 5.15053 4.26663 5.15053 4.02255 4.90645L2.60834 3.49223C2.36426 3.24816 2.36426 2.85243 2.60834 2.60835ZM8.00003 9.75C8.96653 9.75 9.75003 8.9665 9.75003 8C9.75003 7.0335 8.96653 6.25 8.00003 6.25C7.03353 6.25 6.25003 7.0335 6.25003 8C6.25003 8.9665 7.03353 9.75 8.00003 9.75ZM11 8C11 9.65685 9.65689 11 8.00003 11C6.34318 11 5.00003 9.65685 5.00003 8C5.00003 6.34315 6.34318 5 8.00003 5C9.65689 5 11 6.34315 11 8ZM0.375031 8C0.375031 7.65482 0.654853 7.375 1.00003 7.375H3.00003C3.34521 7.375 3.62503 7.65482 3.62503 8C3.62503 8.34518 3.34521 8.625 3.00003 8.625H1.00003C0.654853 8.625 0.375031 8.34518 0.375031 8ZM2.60834 12.5078C2.36426 12.7518 2.36426 13.1476 2.60834 13.3916C2.85241 13.6357 3.24814 13.6357 3.49222 13.3916L4.90643 11.9774C5.15051 11.7334 5.15051 11.3376 4.90643 11.0936C4.66236 10.8495 4.26663 10.8495 4.02255 11.0936L2.60834 12.5078ZM12.375 8C12.375 7.65482 12.6549 7.375 13 7.375H15C15.3452 7.375 15.625 7.65482 15.625 8C15.625 8.34518 15.3452 8.625 15 8.625H13C12.6549 8.625 12.375 8.34518 12.375 8ZM11.0936 4.02254C10.8495 4.26661 10.8495 4.66234 11.0936 4.90642C11.3377 5.1505 11.7334 5.1505 11.9775 4.90642L13.3917 3.49221C13.6358 3.24813 13.6358 2.8524 13.3917 2.60832C13.1476 2.36424 12.7519 2.36424 12.5078 2.60832L11.0936 4.02254ZM11.0936 11.0936C11.3377 10.8495 11.7334 10.8495 11.9775 11.0936L13.3917 12.5078C13.6358 12.7519 13.6358 13.1476 13.3917 13.3917C13.1476 13.6358 12.7519 13.6358 12.5078 13.3917L11.0936 11.9775C10.8495 11.7334 10.8495 11.3377 11.0936 11.0936ZM8.62503 13C8.62503 12.6548 8.34521 12.375 8.00003 12.375C7.65485 12.375 7.37503 12.6548 7.37503 13V15C7.37503 15.3452 7.65485 15.625 8.00003 15.625C8.34521 15.625 8.62503 15.3452 8.62503 15V13Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
363
|
+
</symbol>
|
|
364
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="liner">
|
|
365
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.16998 3.37C5.16998 2.26543 4.27455 1.37 3.16998 1.37C2.06541 1.37 1.16998 2.26543 1.16998 3.37C1.16998 4.26553 1.75857 5.0236 2.57001 5.27844V8.995C2.57001 12.1016 5.08841 14.62 8.19501 14.62V13.37C5.77876 13.37 3.82001 11.4112 3.82001 8.995V5.26199C4.60548 4.99219 5.16998 4.24701 5.16998 3.37ZM3.91998 3.37C3.91998 2.95578 3.5842 2.62 3.16998 2.62C2.75577 2.62 2.41998 2.95578 2.41998 3.37C2.41998 3.78421 2.75577 4.12 3.16998 4.12C3.5842 4.12 3.91998 3.78421 3.91998 3.37Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
366
|
+
<path d="M9.44501 14.62H11.445V13.37H9.44501V14.62Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
367
|
+
<path d="M12.695 14.62V13.37H14.195C14.5402 13.37 14.82 13.6498 14.82 13.995C14.82 14.3402 14.5402 14.62 14.195 14.62H12.695Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
368
|
+
</symbol>
|
|
369
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="link">
|
|
370
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.375 11C9.375 10.6548 9.65482 10.375 10 10.375L12 10.375C13.3117 10.375 14.375 9.31167 14.375 8C14.375 6.68832 13.3117 5.625 12 5.625H10C9.65482 5.625 9.375 5.34518 9.375 5C9.375 4.65482 9.65482 4.375 10 4.375H12C14.002 4.375 15.625 5.99797 15.625 8C15.625 10.002 14.002 11.625 12 11.625L10 11.625C9.65482 11.625 9.375 11.3452 9.375 11ZM6.625 5.00002C6.625 5.3452 6.34518 5.62502 6 5.62502L4 5.62501C2.68833 5.62501 1.625 6.68833 1.625 8C1.625 9.31168 2.68832 10.375 4 10.375H6C6.34518 10.375 6.625 10.6548 6.625 11C6.625 11.3452 6.34518 11.625 6 11.625H4C1.99797 11.625 0.375 10.002 0.375 8C0.375 5.99797 1.99797 4.375 4.00001 4.37501L6 4.37502C6.34518 4.37502 6.625 4.65484 6.625 5.00002ZM10 8.625C10.3452 8.625 10.625 8.34518 10.625 8C10.625 7.65482 10.3452 7.375 10 7.375L6 7.375C5.65482 7.375 5.375 7.65482 5.375 8C5.375 8.34518 5.65482 8.625 6 8.625H10Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
427
371
|
</symbol>
|
|
428
372
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="liquid">
|
|
429
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.24998 2.25V6.375H8.74998V2.25H7.24998ZM5.99998 2.25V7.17157C5.99998 7.70201 5.78927 8.21071 5.4142 8.58579L2.4142 11.5858C1.15427 12.8457 2.0466 15 3.82841 15H12.1716C13.9534 15 14.8457 12.8457 13.5858 11.5858L10.5858 8.58579C10.2107 8.21071 9.99998 7.70201 9.99998 7.17157V2.25H10.375C10.7202 2.25 11 1.97018 11 1.625C11 1.27982 10.7202 1 10.375 1H9.99998H8.74998H7.24998H5.99998H5.62498C5.27981 1 4.99998 1.27982 4.99998 1.625C4.99998 1.97018 5.27981 2.25 5.62498 2.25H5.99998ZM6.29808 9.46967C6.79968 8.96807 7.12039 8.31939 7.21821 7.625H8.78176C8.87958 8.31939 9.20029 8.96807 9.70189 9.46967L12.7019 12.4697C13.1744 12.9421 12.8397 13.75 12.1716 13.75H3.82841C3.16023 13.75 2.82561 12.9421 3.29808 12.4697L6.29808 9.46967Z" fill="currentColor" fill-opacity="0.87"
|
|
373
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.24998 2.25V6.375H8.74998V2.25H7.24998ZM5.99998 2.25V7.17157C5.99998 7.70201 5.78927 8.21071 5.4142 8.58579L2.4142 11.5858C1.15427 12.8457 2.0466 15 3.82841 15H12.1716C13.9534 15 14.8457 12.8457 13.5858 11.5858L10.5858 8.58579C10.2107 8.21071 9.99998 7.70201 9.99998 7.17157V2.25H10.375C10.7202 2.25 11 1.97018 11 1.625C11 1.27982 10.7202 1 10.375 1H9.99998H8.74998H7.24998H5.99998H5.62498C5.27981 1 4.99998 1.27982 4.99998 1.625C4.99998 1.97018 5.27981 2.25 5.62498 2.25H5.99998ZM6.29808 9.46967C6.79968 8.96807 7.12039 8.31939 7.21821 7.625H8.78176C8.87958 8.31939 9.20029 8.96807 9.70189 9.46967L12.7019 12.4697C13.1744 12.9421 12.8397 13.75 12.1716 13.75H3.82841C3.16023 13.75 2.82561 12.9421 3.29808 12.4697L6.29808 9.46967Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
430
374
|
</symbol>
|
|
431
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
|
432
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
375
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16" id="list">
|
|
376
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.25 3.37003C3.59518 3.37003 3.875 3.64985 3.875 3.99503C3.875 4.3402 3.59518 4.62003 3.25 4.62003C2.90482 4.62003 2.625 4.3402 2.625 3.99503C2.625 3.64985 2.90482 3.37003 3.25 3.37003ZM14 3.37003C14.3452 3.37003 14.625 3.64985 14.625 3.99503C14.625 4.3402 14.3452 4.62003 14 4.62003H6.25C5.90482 4.62003 5.625 4.3402 5.625 3.99503C5.625 3.64985 5.90482 3.37003 6.25 3.37003H14ZM3.25 7.37003C2.90482 7.37003 2.625 7.64985 2.625 7.99503C2.625 8.3402 2.90482 8.62003 3.25 8.62003C3.59518 8.62003 3.875 8.3402 3.875 7.99503C3.875 7.64985 3.59518 7.37003 3.25 7.37003ZM6.25 7.37003C5.90482 7.37003 5.625 7.64985 5.625 7.99503C5.625 8.3402 5.90482 8.62003 6.25 8.62003H14C14.3452 8.62003 14.625 8.3402 14.625 7.99503C14.625 7.64985 14.3452 7.37003 14 7.37003H6.25ZM3.25 11.37C2.90482 11.37 2.625 11.6498 2.625 11.995C2.625 12.3402 2.90482 12.62 3.25 12.62C3.59518 12.62 3.875 12.3402 3.875 11.995C3.875 11.6498 3.59518 11.37 3.25 11.37ZM6.25 11.37C5.90482 11.37 5.625 11.6498 5.625 11.995C5.625 12.3402 5.90482 12.62 6.25 12.62H14C14.3452 12.62 14.625 12.3402 14.625 11.995C14.625 11.6498 14.3452 11.37 14 11.37H6.25Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
433
377
|
</symbol>
|
|
434
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
435
|
-
<path d="M10
|
|
436
|
-
<path d="M5.5 2V4V6C5.5 7.10457 4.60457 8 3.5 8H3" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
437
|
-
<path d="M14.5 2V9V12C14.5 13.1046 13.6046 14 12.5 14H12" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
378
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="lock">
|
|
379
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.375 4.49999V5H5.62501L5.62501 4.5C5.62501 3.18833 6.68833 2.125 8.00001 2.125C9.31168 2.125 10.375 3.18832 10.375 4.49999ZM4.37501 4.50001L4.37501 5H4C2.89543 5 2 5.89543 2 7V13C2 14.1046 2.89543 15 4 15H12C13.1046 15 14 14.1046 14 13V7C14 5.89543 13.1046 5 12 5H11.625V4.49999C11.625 2.49797 10.002 0.875 8.00001 0.875C5.99797 0.875 4.375 2.49797 4.37501 4.50001ZM12 6.25H4C3.58579 6.25 3.25 6.58579 3.25 7V13C3.25 13.4142 3.58579 13.75 4 13.75H12C12.4142 13.75 12.75 13.4142 12.75 13V7C12.75 6.58579 12.4142 6.25 12 6.25ZM8.625 8.5C8.625 8.15482 8.34518 7.875 8 7.875C7.65482 7.875 7.375 8.15482 7.375 8.5V10C7.375 10.3452 7.65482 10.625 8 10.625C8.34518 10.625 8.625 10.3452 8.625 10V8.5Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
438
380
|
</symbol>
|
|
439
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
440
|
-
<path d="
|
|
441
|
-
<path d="M5 1.5V7.33333C5 7.44152 5.03509 7.54679 5.1 7.63333L7.6 10.9667C7.8 11.2333 8.2 11.2333 8.4 10.9667L10.9 7.63333C10.9649 7.54679 11 7.44152 11 7.33333V1.5" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
442
|
-
<path d="M4 2.5L12 4.5" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
443
|
-
<path d="M4 5.5L12 7.5" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
381
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="loop">
|
|
382
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.4419 1.55806C10.686 1.80214 10.686 2.19786 10.4419 2.44194L9.50888 3.375H11.5C12.9497 3.375 14.125 4.55025 14.125 6V10C14.125 11.4497 12.9497 12.625 11.5 12.625H4.5C3.05025 12.625 1.875 11.4497 1.875 10V6C1.875 4.55025 3.05025 3.375 4.5 3.375H5C5.34518 3.375 5.625 3.65482 5.625 4C5.625 4.34518 5.34518 4.625 5 4.625H4.5C3.74061 4.625 3.125 5.24061 3.125 6V10C3.125 10.7594 3.74061 11.375 4.5 11.375H11.5C12.2594 11.375 12.875 10.7594 12.875 10V6C12.875 5.24061 12.2594 4.625 11.5 4.625H9.50888L10.4419 5.55806C10.686 5.80214 10.686 6.19786 10.4419 6.44194C10.1979 6.68602 9.80214 6.68602 9.55806 6.44194L7.55806 4.44194C7.31398 4.19786 7.31398 3.80214 7.55806 3.55806L9.55806 1.55806C9.80214 1.31398 10.1979 1.31398 10.4419 1.55806Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
444
383
|
</symbol>
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
<rect x="2.625" y="2.625" width="10.75" height="10.75" rx="1.375" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" />
|
|
384
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="magicWand">
|
|
385
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 0.375C9.84518 0.375 10.125 0.654822 10.125 1V3.5C10.125 3.84518 9.84518 4.125 9.5 4.125C9.15482 4.125 8.875 3.84518 8.875 3.5V1C8.875 0.654822 9.15482 0.375 9.5 0.375ZM9.5 8.875C9.84518 8.875 10.125 9.15482 10.125 9.5V12C10.125 12.3452 9.84518 12.625 9.5 12.625C9.15482 12.625 8.875 12.3452 8.875 12V9.5C8.875 9.15482 9.15482 8.875 9.5 8.875ZM9.94194 6.05806C10.186 6.30214 10.186 6.69786 9.94194 6.94194L2.94194 13.9419C2.69786 14.186 2.30214 14.186 2.05806 13.9419C1.81398 13.6979 1.81398 13.3021 2.05806 13.0581L9.05806 6.05806C9.30214 5.81398 9.69786 5.81398 9.94194 6.05806ZM6.05284 2.16902C5.80876 1.92494 5.41304 1.92494 5.16896 2.16902C4.92488 2.4131 4.92488 2.80883 5.16896 3.0529L6.93673 4.82067C7.1808 5.06475 7.57653 5.06475 7.82061 4.82067C8.06469 4.57659 8.06469 4.18086 7.82061 3.93679L6.05284 2.16902ZM12.0633 8.17943C11.8192 7.93535 11.4234 7.93535 11.1794 8.17943C10.9353 8.42351 10.9353 8.81923 11.1794 9.06331L12.9471 10.8311C13.1912 11.0752 13.5869 11.0752 13.831 10.8311C14.0751 10.587 14.0751 10.1913 13.831 9.9472L12.0633 8.17943ZM15.625 6.5C15.625 6.84518 15.3452 7.125 15 7.125H12.5C12.1548 7.125 11.875 6.84518 11.875 6.5C11.875 6.15482 12.1548 5.875 12.5 5.875H15C15.3452 5.875 15.625 6.15482 15.625 6.5ZM7.125 6.5C7.125 6.84518 6.84518 7.125 6.5 7.125H4C3.65482 7.125 3.375 6.84518 3.375 6.5C3.375 6.15482 3.65482 5.875 4 5.875H6.5C6.84518 5.875 7.125 6.15482 7.125 6.5ZM13.831 3.0529C14.0751 2.80883 14.0751 2.4131 13.831 2.16902C13.587 1.92494 13.1912 1.92494 12.9472 2.16902L11.1794 3.93679C10.9353 4.18086 10.9353 4.57659 11.1794 4.82067C11.4235 5.06475 11.8192 5.06475 12.0633 4.82067L13.831 3.0529Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
448
386
|
</symbol>
|
|
449
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
450
|
-
<path d="M2.
|
|
451
|
-
<path d="M9.00091 10.1389L9.00299 5.87657C9.00338 5.07626 9.89697 4.60063 10.5611 5.04727L13.7557 7.19583C14.3477 7.59399 14.3443 8.46625 13.7492 8.85976L10.5525 10.9735C9.88748 11.4132 9.00052 10.9361 9.00091 10.1389Z" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" />
|
|
387
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="map">
|
|
388
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.625 6.7133C2.625 3.77053 5.03368 1.37 8 1.37C10.9663 1.37 13.375 3.77053 13.375 6.7133C13.375 8.5207 12.3095 10.5134 11.0064 12.0995C10.3637 12.8817 9.68736 13.5351 9.10485 13.987C8.81303 14.2134 8.55535 14.3809 8.34601 14.4888C8.24169 14.5426 8.15712 14.5776 8.09239 14.5982C8.03256 14.6173 8.00368 14.6197 8.00013 14.62C7.99968 14.62 7.99964 14.62 8 14.62C8.00036 14.62 8.00032 14.62 7.99987 14.62C7.99632 14.6197 7.96744 14.6173 7.90761 14.5982C7.84288 14.5776 7.75831 14.5426 7.65399 14.4888C7.44465 14.3809 7.18697 14.2134 6.89515 13.987C6.31264 13.5351 5.63626 12.8817 4.99364 12.0995C3.69052 10.5134 2.625 8.5207 2.625 6.7133ZM8 0.119995C4.3496 0.119995 1.375 3.07392 1.375 6.7133C1.375 8.95154 2.65712 11.2247 4.02781 12.893C4.7221 13.7381 5.46417 14.459 6.12899 14.9747C6.46083 15.2321 6.78402 15.4466 7.08119 15.5998C7.36113 15.7442 7.68541 15.87 8 15.87C8.31459 15.87 8.63887 15.7442 8.91881 15.5998C9.21598 15.4466 9.53917 15.2321 9.87101 14.9747C10.5358 14.459 11.2779 13.7381 11.9722 12.893C13.3429 11.2247 14.625 8.95154 14.625 6.7133C14.625 3.07392 11.6504 0.119995 8 0.119995ZM5.625 6.49592C5.625 5.18589 6.69115 4.12 8 4.12C9.30885 4.12 10.375 5.18589 10.375 6.49592C10.375 7.80464 9.30923 8.87 8 8.87C6.69077 8.87 5.625 7.80464 5.625 6.49592ZM8 2.87C6.00054 2.87 4.375 4.49579 4.375 6.49592C4.375 8.4955 6.00092 10.12 8 10.12C9.99908 10.12 11.625 8.4955 11.625 6.49592C11.625 4.49579 9.99946 2.87 8 2.87Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
452
389
|
</symbol>
|
|
453
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
454
|
-
<path d="
|
|
455
|
-
<path d="M6.99909 5.86115L6.99701 10.1234C6.99662 10.9237 6.10303 11.3994 5.43893 10.9527L2.2443 8.80417C1.65228 8.406 1.6557 7.53375 2.25083 7.14024L5.44754 5.02651C6.11253 4.58682 6.99948 5.06394 6.99909 5.86115Z" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" />
|
|
390
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="mapCard">
|
|
391
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.27328 1.66458C5.73076 1.43584 6.26924 1.43584 6.72672 1.66458L9.83229 3.21737C9.93787 3.27016 10.0621 3.27016 10.1677 3.21737L12.2733 2.16458C13.3537 1.62435 14.625 2.41003 14.625 3.61803V11.382C14.625 11.9975 14.2772 12.5601 13.7267 12.8354L10.7267 14.3354C10.2692 14.5641 9.73076 14.5641 9.27328 14.3354L6.16771 12.7826C6.06213 12.7298 5.93787 12.7298 5.8323 12.7826L3.72672 13.8354C2.64626 14.3756 1.375 13.59 1.375 12.382V4.61803C1.375 4.00252 1.72275 3.43984 2.27328 3.16458L5.27328 1.66458ZM2.83229 4.28262L5.375 3.01126V11.618C5.3407 11.6323 5.30677 11.6478 5.27328 11.6646L3.1677 12.7174C2.91837 12.842 2.625 12.6607 2.625 12.382V4.61803C2.625 4.47599 2.70525 4.34614 2.83229 4.28262ZM6.72672 11.6646C6.69323 11.6478 6.6593 11.6323 6.625 11.618V3.01126L9.27328 4.3354C9.30677 4.35215 9.3407 4.36767 9.375 4.38197V12.9887L6.72672 11.6646ZM10.625 12.9887L13.1677 11.7174C13.2947 11.6538 13.375 11.524 13.375 11.382V3.61803C13.375 3.33926 13.0816 3.15795 12.8323 3.28262L10.7267 4.3354C10.6932 4.35215 10.6593 4.36767 10.625 4.38197V12.9887Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
456
392
|
</symbol>
|
|
457
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
458
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
393
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="menu">
|
|
394
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.375 4C1.375 3.65482 1.65482 3.375 2 3.375H14C14.3452 3.375 14.625 3.65482 14.625 4C14.625 4.34518 14.3452 4.625 14 4.625H2C1.65482 4.625 1.375 4.34518 1.375 4ZM1.375 8C1.375 7.65482 1.65482 7.375 2 7.375H14C14.3452 7.375 14.625 7.65482 14.625 8C14.625 8.34518 14.3452 8.625 14 8.625H2C1.65482 8.625 1.375 8.34518 1.375 8ZM1.375 12C1.375 11.6548 1.65482 11.375 2 11.375H14C14.3452 11.375 14.625 11.6548 14.625 12C14.625 12.3452 14.3452 12.625 14 12.625H2C1.65482 12.625 1.375 12.3452 1.375 12Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
459
395
|
</symbol>
|
|
460
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
461
|
-
<
|
|
396
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="miniFrac">
|
|
397
|
+
<g clip-path="url(#clip0_11749_1749)">
|
|
398
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 0.375C0.654822 0.375 0.375 0.654822 0.375 1C0.375 1.34518 0.654822 1.625 1 1.625H2.4764C4.32534 1.625 5.97466 2.78731 6.59652 4.52853L9.2263 11.8919C9.35402 12.2495 9.51546 12.5882 9.70627 12.9048L9.40481 13.8092C8.98024 15.0829 7.16915 15.0554 6.78335 13.7695L4.52623 6.24571C4.19313 5.13538 3.17116 4.375 2.01194 4.375H1C0.654822 4.375 0.375 4.65482 0.375 5C0.375 5.34518 0.654822 5.625 1 5.625H2.01194C2.61915 5.625 3.15447 6.02329 3.32895 6.6049L5.58607 14.1286C6.32259 16.5837 9.78012 16.6361 10.5907 14.2044L10.6367 14.0662C11.6611 15.0449 13.0426 15.625 14.5236 15.625H15C15.3452 15.625 15.625 15.3452 15.625 15C15.625 14.6548 15.3452 14.375 15 14.375H14.5236C13.159 14.375 11.9031 13.7419 11.0888 12.7101L13.1371 6.56519C13.3242 6.00372 13.8497 5.625 14.4415 5.625H15C15.3452 5.625 15.625 5.34518 15.625 5C15.625 4.65482 15.3452 4.375 15 4.375H14.4415C13.3116 4.375 12.3085 5.098 11.9512 6.1699L10.29 11.1537L7.7737 4.10811C6.97416 1.8694 4.85361 0.375 2.4764 0.375H1Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
399
|
+
</g>
|
|
400
|
+
<defs>
|
|
401
|
+
<clipPath id="clip0_11749_1749">
|
|
402
|
+
<rect width="16" height="16" fill="white"></rect>
|
|
403
|
+
</clipPath>
|
|
404
|
+
</defs>
|
|
462
405
|
</symbol>
|
|
463
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
464
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
465
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 2.5C3.5 3.60457 4.39543 4.5 5.5 4.5C5.99989 4.5 6.45695 4.3166 6.80755 4.01342L8.54891 5.05823C8.64451 4.63424 8.87477 4.26126 9.1924 3.98659L7.45105 2.94177C7.48309 2.79965 7.5 2.6518 7.5 2.5C7.5 1.39543 6.60457 0.5 5.5 0.5C4.39543 0.5 3.5 1.39543 3.5 2.5ZM4.75 2.5C4.75 2.91421 5.08579 3.25 5.5 3.25C5.91421 3.25 6.25 2.91421 6.25 2.5C6.25 2.08579 5.91421 1.75 5.5 1.75C5.08579 1.75 4.75 2.08579 4.75 2.5Z" fill="currentColor" fill-opacity="0.87"/>
|
|
466
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.5 12.5C5.39543 12.5 4.5 11.6046 4.5 10.5C4.5 9.39543 5.39543 8.5 6.5 8.5C6.74593 8.5 6.98149 8.54439 7.19912 8.62559L8.82495 6.59329C9.05678 6.94775 9.39809 7.22413 9.80084 7.37441L8.175 9.40671C8.38052 9.72093 8.5 10.0965 8.5 10.5C8.5 10.7239 8.4632 10.9392 8.39532 11.1403L9.35497 11.86C9.33757 11.8722 9.32036 11.8846 9.30337 11.8973C9.63705 11.6478 10.0513 11.5 10.5 11.5C11.6046 11.5 12.5 12.3954 12.5 13.5C12.5 14.6046 11.6046 15.5 10.5 15.5C9.39543 15.5 8.5 14.6046 8.5 13.5C8.5 13.2761 8.53679 13.0608 8.60467 12.8598L7.645 12.14C7.32064 12.3669 6.92587 12.5 6.5 12.5ZM6.5 11.25C6.08579 11.25 5.75 10.9142 5.75 10.5C5.75 10.0858 6.08579 9.75 6.5 9.75C6.91421 9.75 7.25 10.0858 7.25 10.5C7.25 10.9142 6.91421 11.25 6.5 11.25ZM9.75 13.5C9.75 13.9142 10.0858 14.25 10.5 14.25C10.9142 14.25 11.25 13.9142 11.25 13.5C11.25 13.0858 10.9142 12.75 10.5 12.75C10.0858 12.75 9.75 13.0858 9.75 13.5Z" fill="currentColor" fill-opacity="0.87"/>
|
|
406
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="minus">
|
|
407
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.875 8C1.875 7.65482 2.15482 7.375 2.5 7.375H13.5C13.8452 7.375 14.125 7.65482 14.125 8C14.125 8.34518 13.8452 8.625 13.5 8.625H2.5C2.15482 8.625 1.875 8.34518 1.875 8Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
467
408
|
</symbol>
|
|
468
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
469
|
-
<path
|
|
409
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="monitoringDepth">
|
|
410
|
+
<path d="M13.375 2C13.7202 2 14 2.27982 14 2.625C14 2.97018 13.7202 3.25 13.375 3.25H4.49999V4.42718L7.3834 5.7087C8.21197 6.07695 8.28681 7.22387 7.51313 7.69668L3.34186 10.2458L6.0819 11.4636C6.48816 11.6441 6.74999 12.047 6.74999 12.4916V14C6.74999 14.3452 6.47017 14.625 6.12499 14.625C5.77981 14.625 5.49999 14.3452 5.49999 14V12.5729L2.61658 11.2913C1.78801 10.9231 1.71317 9.77617 2.48685 9.30336L6.65812 6.75425L3.91808 5.53645C3.51182 5.35589 3.24999 4.953 3.24999 4.50841V3.25L2.62499 3.25C2.27981 3.25 1.99999 2.97018 1.99999 2.625C1.99999 2.27982 2.27981 2 2.62499 2H13.375Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
411
|
+
<path d="M12.125 7C12.125 6.65482 11.8452 6.375 11.5 6.375C11.1548 6.375 10.875 6.65482 10.875 7V12.4911L9.44193 11.0581C9.19785 10.814 8.80213 10.814 8.55805 11.0581C8.31397 11.3021 8.31397 11.6979 8.55805 11.9419L11.058 14.4419C11.3021 14.686 11.6979 14.686 11.9419 14.4419L14.4419 11.9419C14.686 11.6979 14.686 11.3021 14.4419 11.0581C14.1979 10.814 13.8021 10.814 13.558 11.0581L12.125 12.4911V7Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
470
412
|
</symbol>
|
|
471
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
472
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
473
|
-
<path d="M9.44501 14.62H11.445V13.37H9.44501V14.62Z" fill="currentColor" fill-opacity="0.87"/>
|
|
474
|
-
<path d="M12.695 14.62V13.37H14.195C14.5402 13.37 14.82 13.6498 14.82 13.995C14.82 14.3402 14.5402 14.62 14.195 14.62H12.695Z" fill="currentColor" fill-opacity="0.87"/>
|
|
413
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="monitoringTime">
|
|
414
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.375 2C12.7202 2 13 2.27982 13 2.625C13 2.97018 12.7202 3.25 12.375 3.25H3.49999V4.42718L6.3834 5.7087C6.66241 5.8327 6.85596 6.045 6.96041 6.29013C6.3012 6.84495 5.77414 7.55178 5.43325 8.3566L2.34186 10.2458L5.0819 11.4636L5.08427 11.4646C5.19923 12.1145 5.42828 12.7249 5.74999 13.2745V14C5.74999 14.3452 5.47017 14.625 5.12499 14.625C4.77981 14.625 4.49999 14.3452 4.49999 14V12.5729L1.61658 11.2913C0.788012 10.9231 0.713167 9.77617 1.48685 9.30336L5.65812 6.75425L2.91808 5.53645C2.51182 5.35589 2.24999 4.953 2.24999 4.50841V3.25L1.625 3.25C1.27982 3.25 0.999997 2.97018 0.999997 2.625C0.999997 2.27982 1.27982 2 1.625 2H12.375ZM10.5 13.75C12.2949 13.75 13.75 12.2949 13.75 10.5C13.75 8.70507 12.2949 7.25 10.5 7.25C8.70507 7.25 7.25 8.70507 7.25 10.5C7.25 12.2949 8.70507 13.75 10.5 13.75ZM10.5 15C12.9853 15 15 12.9853 15 10.5C15 8.01472 12.9853 6 10.5 6C8.01472 6 6 8.01472 6 10.5C6 12.9853 8.01472 15 10.5 15ZM10.5 7.875C10.8452 7.875 11.125 8.15482 11.125 8.5V9.875H12C12.3452 9.875 12.625 10.1548 12.625 10.5C12.625 10.8452 12.3452 11.125 12 11.125H10.6C10.1996 11.125 9.875 10.8004 9.875 10.4V8.5C9.875 8.15482 10.1548 7.875 10.5 7.875Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
475
415
|
</symbol>
|
|
476
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
477
|
-
<path
|
|
416
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="moreHorizontal">
|
|
417
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.875 7.87497C3.875 8.42725 3.42728 8.87497 2.875 8.87497C2.32272 8.87497 1.875 8.42725 1.875 7.87497C1.875 7.32268 2.32272 6.87497 2.875 6.87497C3.42728 6.87497 3.875 7.32268 3.875 7.87497ZM9.125 7.87497C9.125 8.42725 8.67728 8.87497 8.125 8.87497C7.57272 8.87497 7.125 8.42725 7.125 7.87497C7.125 7.32269 7.57272 6.87497 8.125 6.87497C8.67728 6.87497 9.125 7.32269 9.125 7.87497ZM13.125 8.87497C13.6773 8.87497 14.125 8.42725 14.125 7.87497C14.125 7.32269 13.6773 6.87497 13.125 6.87497C12.5727 6.87497 12.125 7.32269 12.125 7.87497C12.125 8.42725 12.5727 8.87497 13.125 8.87497Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
478
418
|
</symbol>
|
|
479
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
480
|
-
<path d="
|
|
419
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="moreVertical">
|
|
420
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 12C8.55228 12 9 12.4477 9 13C9 13.5523 8.55228 14 8 14C7.44772 14 7 13.5523 7 13C7 12.4477 7.44772 12 8 12ZM8 6.75C8.55228 6.75 9 7.19772 9 7.75C9 8.30228 8.55228 8.75 8 8.75C7.44772 8.75 7 8.30228 7 7.75C7 7.19772 7.44772 6.75 8 6.75ZM9 2.75C9 2.19772 8.55228 1.75 8 1.75C7.44772 1.75 7 2.19772 7 2.75C7 3.30229 7.44772 3.75 8 3.75C8.55228 3.75 9 3.30229 9 2.75Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
481
421
|
</symbol>
|
|
482
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
483
|
-
<path
|
|
484
|
-
<path d="M11 3V13" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
422
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="move">
|
|
423
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.66835 1.70166C8.34617 1.37948 7.82381 1.37948 7.50163 1.70166L5.64305 3.56024C5.39897 3.80432 5.39897 4.20004 5.64305 4.44412C5.88713 4.6882 6.28286 4.6882 6.52693 4.44412L7.45999 3.51106V7.37714H3.51103L4.44409 6.44408C4.68817 6.2 4.68817 5.80427 4.44409 5.56019C4.20001 5.31612 3.80428 5.31612 3.56021 5.56019L1.70163 7.41877C1.37945 7.74096 1.37944 8.26332 1.70163 8.5855L3.56021 10.4441C3.80428 10.6882 4.20001 10.6882 4.44409 10.4441C4.68817 10.2 4.68817 9.80427 4.44409 9.56019L3.51103 8.62714H7.45999V12.4933L6.52693 11.5602C6.28286 11.3162 5.88713 11.3162 5.64305 11.5602C5.39897 11.8043 5.39897 12.2 5.64305 12.4441L7.50163 14.3027C7.82381 14.6249 8.34617 14.6249 8.66835 14.3027L10.5269 12.4441C10.771 12.2 10.771 11.8043 10.5269 11.5602C10.2829 11.3162 9.88713 11.3162 9.64305 11.5602L8.70999 12.4933V8.62714H12.4933L11.5602 9.56019C11.3161 9.80427 11.3161 10.2 11.5602 10.4441C11.8043 10.6882 12.2 10.6882 12.4441 10.4441L14.3027 8.5855C14.6249 8.26332 14.6249 7.74096 14.3027 7.41877L12.4441 5.56019C12.2 5.31612 11.8043 5.31612 11.5602 5.56019C11.3161 5.80427 11.3161 6.2 11.5602 6.44408L12.4933 7.37714H8.70999V3.51106L9.64305 4.44412C9.88713 4.6882 10.2829 4.6882 10.5269 4.44412C10.771 4.20004 10.771 3.80432 10.5269 3.56024L8.66835 1.70166Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
485
424
|
</symbol>
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.25 5.5C10.25 6.74264 9.24264 7.75 8 7.75C6.75736 7.75 5.75 6.74264 5.75 5.5C5.75 4.25736 6.75736 3.25 8 3.25C9.24264 3.25 10.25 4.25736 10.25 5.5ZM11.5 5.5C11.5 7.433 9.933 9 8 9C6.067 9 4.5 7.433 4.5 5.5C4.5 3.567 6.067 2 8 2C9.933 2 11.5 3.567 11.5 5.5ZM3.625 14.25C3.625 12.6622 4.91218 11.375 6.5 11.375H9.5C11.0878 11.375 12.375 12.6622 12.375 14.25C12.375 14.5952 12.6548 14.875 13 14.875C13.3452 14.875 13.625 14.5952 13.625 14.25C13.625 11.9718 11.7782 10.125 9.5 10.125H6.5C4.22183 10.125 2.375 11.9718 2.375 14.25C2.375 14.5952 2.65482 14.875 3 14.875C3.34518 14.875 3.625 14.5952 3.625 14.25Z" fill="currentColor" fill-opacity="0.87" />
|
|
425
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="moveHorizontal">
|
|
426
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.3005 7.41664C14.6227 7.73882 14.6227 8.26118 14.3005 8.58336L11.442 11.4419C11.1979 11.686 10.8021 11.686 10.5581 11.4419C10.314 11.1979 10.314 10.8021 10.5581 10.5581L12.4911 8.62502L3.50891 8.62502L5.44195 10.5581C5.68603 10.8021 5.68603 11.1979 5.44195 11.4419C5.19788 11.686 4.80215 11.686 4.55807 11.4419L1.69949 8.58336C1.37731 8.26118 1.37731 7.73882 1.69949 7.41664L4.55807 4.55806C4.80215 4.31398 5.19788 4.31398 5.44195 4.55806C5.68603 4.80214 5.68603 5.19786 5.44195 5.44194L3.50888 7.37502H12.4911L10.5581 5.44194C10.314 5.19786 10.314 4.80214 10.5581 4.55806C10.8021 4.31398 11.1979 4.31398 11.442 4.55806L14.3005 7.41664Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
489
427
|
</symbol>
|
|
490
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
491
|
-
<path d="
|
|
492
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.25002 4.50005C1.25002 4.15487 0.9702 3.87505 0.625022 3.87505C0.279844 3.87505 2.22623e-05 4.15487 2.22623e-05 4.50005V6.00005C2.22623e-05 7.4498 1.17527 8.62505 2.62502 8.62505H8.99114L7.55808 10.0581C7.314 10.3022 7.314 10.6979 7.55808 10.942C7.80216 11.1861 8.19789 11.1861 8.44196 10.942L10.5884 8.79555C11.0278 8.35621 11.0278 7.6439 10.5884 7.20456L8.44196 5.05811C8.19789 4.81403 7.80216 4.81403 7.55808 5.05811C7.314 5.30219 7.314 5.69792 7.55808 5.94199L8.99114 7.37505H2.62502C1.86563 7.37505 1.25002 6.75944 1.25002 6.00005V4.50005Z" fill="currentColor" fill-opacity="0.87" />
|
|
428
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="moveVertical">
|
|
429
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.41664 1.69955C7.73882 1.37737 8.26118 1.37737 8.58336 1.69955L11.4419 4.55813C11.686 4.80221 11.686 5.19794 11.4419 5.44202C11.1979 5.68609 10.8021 5.68609 10.5581 5.44202L8.625 3.50896L8.625 12.4912L10.5581 10.5581C10.8021 10.3141 11.1979 10.3141 11.4419 10.5581C11.686 10.8022 11.686 11.1979 11.4419 11.442L8.58336 14.3006C8.26118 14.6228 7.73882 14.6228 7.41664 14.3006L4.55806 11.442C4.31398 11.1979 4.31398 10.8022 4.55806 10.5581C4.80214 10.3141 5.19786 10.3141 5.44194 10.5581L7.375 12.4912L7.375 3.50896L5.44194 5.44202C5.19786 5.68609 4.80214 5.68609 4.55806 5.44202C4.31398 5.19794 4.31398 4.80221 4.55806 4.55813L7.41664 1.69955Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
493
430
|
</symbol>
|
|
494
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
495
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
496
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.25 10.25V12.75H5.75V10.25H3.25ZM3 9C2.44772 9 2 9.44772 2 10V13C2 13.5523 2.44772 14 3 14H6C6.55228 14 7 13.5523 7 13V10C7 9.44772 6.55228 9 6 9H3Z" fill="currentColor" fill-opacity="0.87" />
|
|
497
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.25 3.25V5.75H12.75V3.25H10.25ZM10 2C9.44772 2 9 2.44772 9 3V6C9 6.55228 9.44772 7 10 7H13C13.5523 7 14 6.55228 14 6V3C14 2.44772 13.5523 2 13 2H10Z" fill="currentColor" fill-opacity="0.87" />
|
|
498
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.25 10.25V12.75H12.75V10.25H10.25ZM10 9C9.44772 9 9 9.44772 9 10V13C9 13.5523 9.44772 14 10 14H13C13.5523 14 14 13.5523 14 13V10C14 9.44772 13.5523 9 13 9H10Z" fill="currentColor" fill-opacity="0.87" />
|
|
431
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="mud">
|
|
432
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.474 0C11.8192 0 12.099 0.279822 12.099 0.625V2.71954L13.9583 3.7525C14.3305 3.95924 14.5612 4.35147 14.5612 4.77716V6.8691C14.5612 7.29479 14.3305 7.68702 13.9583 7.89376L12.099 8.92674V10.9729C12.099 11.3986 11.8682 11.7908 11.4961 11.9975L9.58096 13.0615C9.22694 13.2581 8.79647 13.2581 8.44245 13.0615L6.54945 12.0098L4.71222 13.0305V15.125C4.71222 15.4702 4.4324 15.75 4.08722 15.75C3.74204 15.75 3.46222 15.4702 3.46222 15.125V13.0305L1.60285 11.9975C1.23073 11.7908 0.999941 11.3986 0.999941 10.9729V8.88092C0.999941 8.45523 1.23073 8.063 1.60285 7.85626L3.51795 6.79232C3.87197 6.59564 4.30244 6.59564 4.65646 6.79232L6.54945 7.84398L8.38672 6.82328V4.77716C8.38672 4.35147 8.61751 3.95924 8.98963 3.7525L10.849 2.71952V0.625C10.849 0.279822 11.1288 0 11.474 0ZM11.474 7.84401L9.63672 6.8233V4.82296L11.474 3.80226L13.3112 4.82296V6.8233L11.474 7.84401ZM10.849 8.92672V10.9271L9.0117 11.9478L7.17447 10.9271V8.9267L9.0117 7.90602L10.849 8.92672ZM4.0872 11.9478L5.92444 10.9271V8.9267L4.0872 7.90602L2.24994 8.92672V10.9271L4.0872 11.9478Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
499
433
|
</symbol>
|
|
500
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
501
|
-
<path d="
|
|
502
|
-
<path d="M12 9V14M12 14L9.5 11.5M12 14L14.5 11.5" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
434
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="multiCopy">
|
|
435
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.38626 0.0296707C5.04108 0.0296707 4.76126 0.309493 4.76126 0.654671C4.76126 0.999849 5.04108 1.27967 5.38626 1.27967H8.38626C11.3548 1.27967 13.7613 3.68614 13.7613 6.65467V10.6547C13.7613 10.9998 14.0411 11.2797 14.3863 11.2797C14.7314 11.2797 15.0113 10.9998 15.0113 10.6547V6.65467C15.0113 2.99578 12.0451 0.0296707 8.38626 0.0296707H5.38626ZM2.375 3C2.375 2.65482 2.65482 2.375 3 2.375H8C10.5543 2.375 12.625 4.44568 12.625 7V13C12.625 13.3452 12.3452 13.625 12 13.625C11.6548 13.625 11.375 13.3452 11.375 13V7C11.375 5.13604 9.86396 3.625 8 3.625H3C2.65482 3.625 2.375 3.34518 2.375 3ZM8 6.25H3C2.58579 6.25 2.25 6.58579 2.25 7V13C2.25 13.4142 2.58579 13.75 3 13.75H8C8.41421 13.75 8.75 13.4142 8.75 13V7C8.75 6.58579 8.41421 6.25 8 6.25ZM3 5C1.89543 5 1 5.89543 1 7V13C1 14.1046 1.89543 15 3 15H8C9.10457 15 10 14.1046 10 13V7C10 5.89543 9.10457 5 8 5H3Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
503
436
|
</symbol>
|
|
504
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
505
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
506
|
-
<path d="M6.5 2.5H12.5C13.0523 2.5 13.5 2.94772 13.5 3.5V5.5C13.5 6.05228 13.0523 6.5 12.5 6.5H2.5M6.5 2.5H3.5C2.94772 2.5 2.5 2.94772 2.5 3.5V6.5M6.5 2.5V12.5C6.5 13.0523 6.05228 13.5 5.5 13.5H3.5C2.94772 13.5 2.5 13.0523 2.5 12.5V6.5" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
437
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="newTemplate">
|
|
438
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 1.875C2.60254 1.875 1.875 2.60254 1.875 3.5V6.5V12.5C1.875 13.3975 2.60254 14.125 3.5 14.125H5.5C6.39746 14.125 7.125 13.3975 7.125 12.5V7.125H12.5C13.3975 7.125 14.125 6.39746 14.125 5.5V3.5C14.125 2.60254 13.3975 1.875 12.5 1.875H6.5H3.5ZM12.5 5.875H7.125V3.125H12.5C12.7071 3.125 12.875 3.29289 12.875 3.5V5.5C12.875 5.70711 12.7071 5.875 12.5 5.875ZM5.875 5.875V3.125H3.5C3.29289 3.125 3.125 3.29289 3.125 3.5V5.875H5.875ZM5.875 7.125H3.125V12.5C3.125 12.7071 3.29289 12.875 3.5 12.875H5.5C5.70711 12.875 5.875 12.7071 5.875 12.5V7.125ZM12.125 10C12.125 9.65482 11.8452 9.375 11.5 9.375C11.1548 9.375 10.875 9.65482 10.875 10V11.375H9.5C9.15482 11.375 8.875 11.6548 8.875 12C8.875 12.3452 9.15482 12.625 9.5 12.625H10.875V14C10.875 14.3452 11.1548 14.625 11.5 14.625C11.8452 14.625 12.125 14.3452 12.125 14V12.625H13.5C13.8452 12.625 14.125 12.3452 14.125 12C14.125 11.6548 13.8452 11.375 13.5 11.375H12.125V10Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
507
439
|
</symbol>
|
|
508
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
509
|
-
<
|
|
510
|
-
|
|
440
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="nolteAnalysis">
|
|
441
|
+
<g clip-path="url(#clip0_11749_1732)">
|
|
442
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.5 4C6.60457 4 7.5 3.10457 7.5 2C7.5 0.895431 6.60457 0 5.5 0C4.39543 0 3.5 0.895431 3.5 2C3.5 3.10457 4.39543 4 5.5 4ZM5.5 2.75C5.91421 2.75 6.25 2.41421 6.25 2C6.25 1.58579 5.91421 1.25 5.5 1.25C5.08579 1.25 4.75 1.58579 4.75 2C4.75 2.41421 5.08579 2.75 5.5 2.75ZM2.5 9C3.60457 9 4.5 8.10457 4.5 7C4.5 6.50011 4.3166 6.04305 4.01342 5.69245L5.05823 3.95109C4.63424 3.8555 4.26126 3.62523 3.98659 3.3076L2.94177 5.04895C2.79965 5.01691 2.6518 5 2.5 5C1.39543 5 0.5 5.89543 0.5 7C0.5 8.10457 1.39543 9 2.5 9ZM2.5 7.75C2.91421 7.75 3.25 7.41421 3.25 7C3.25 6.58579 2.91421 6.25 2.5 6.25C2.08579 6.25 1.75 6.58579 1.75 7C1.75 7.41421 2.08579 7.75 2.5 7.75ZM10.5 8C11.6046 8 12.5 7.10457 12.5 6C12.5 5.57413 12.3669 5.17936 12.14 4.855L12.8598 3.89533C13.0608 3.96321 13.2761 4 13.5 4C14.6046 4 15.5 3.10457 15.5 2C15.5 0.895431 14.6046 0 13.5 0C12.3954 0 11.5 0.895431 11.5 2C11.5 2.44873 11.6478 2.86295 11.8973 3.19663C11.8846 3.17964 11.8722 3.16243 11.86 3.14503L11.1403 4.10468C10.9392 4.0368 10.7239 4 10.5 4C10.0965 4 9.72093 4.11948 9.40671 4.325L7.37441 2.69916C7.22413 3.10191 6.94775 3.44322 6.59329 3.67505L8.62559 5.30088C8.54439 5.51851 8.5 5.75407 8.5 6C8.5 7.10457 9.39543 8 10.5 8ZM10.5 6.75C10.9142 6.75 11.25 6.41421 11.25 6C11.25 5.58579 10.9142 5.25 10.5 5.25C10.0858 5.25 9.75 5.58579 9.75 6C9.75 6.41421 10.0858 6.75 10.5 6.75ZM14.25 2C14.25 2.41421 13.9142 2.75 13.5 2.75C13.0858 2.75 12.75 2.41421 12.75 2C12.75 1.58579 13.0858 1.25 13.5 1.25C13.9142 1.25 14.25 1.58579 14.25 2ZM15.625 10C15.625 9.65482 15.3452 9.375 15 9.375C14.6548 9.375 14.375 9.65482 14.375 10V13.0173L12.0138 9.64419C11.6629 9.14278 10.875 9.39112 10.875 10.0032V15C10.875 15.3452 11.1548 15.625 11.5 15.625C11.8452 15.625 12.125 15.3452 12.125 15V11.9827L14.4862 15.3558C14.8371 15.8571 15.625 15.609 15.625 14.9968V10Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
443
|
+
</g>
|
|
444
|
+
<defs>
|
|
445
|
+
<clipPath id="clip0_11749_1732">
|
|
446
|
+
<rect width="16" height="16" fill="white"></rect>
|
|
447
|
+
</clipPath>
|
|
448
|
+
</defs>
|
|
511
449
|
</symbol>
|
|
512
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
513
|
-
<path d="
|
|
450
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="noSignal">
|
|
451
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.92409 1.98216C1.68001 2.22624 1.68001 2.62197 1.92409 2.86604L13.2121 14.154C13.4562 14.3981 13.8519 14.3981 14.096 14.154C14.34 13.91 14.34 13.5142 14.096 13.2702L9.22667 8.40086C9.83294 8.55586 10.3838 8.83098 10.8887 9.22932C11.1596 9.44313 11.5528 9.44721 11.7969 9.20314C12.041 8.95906 12.043 8.56035 11.7771 8.34028C10.6974 7.44676 9.42844 7 7.97016 7C7.92286 7.00056 7.87576 7.00158 7.82886 7.00305L5.4358 4.60999C6.22241 4.38111 7.06187 4.26127 7.95776 4.25C10.1984 4.25158 12.1027 4.95926 13.7254 6.39104C13.9842 6.61941 14.3787 6.62134 14.6228 6.37727C14.8668 6.13319 14.8679 5.73573 14.6107 5.50552C12.7444 3.83517 10.5243 3 7.95026 3C6.69478 3.01495 5.52686 3.22184 4.4465 3.62069L2.80797 1.98216C2.56389 1.73808 2.16817 1.73808 1.92409 1.98216ZM1.36763 5.48106C1.62045 5.25686 1.8802 5.04785 2.14688 4.85403L3.04337 5.75052C2.77105 5.93905 2.50669 6.14539 2.25005 6.36957C1.99068 6.59615 1.59742 6.59741 1.35389 6.35388C1.10923 6.10923 1.10876 5.71062 1.36763 5.48106ZM4.21151 8.32594C4.4775 8.10826 4.75571 7.91738 5.04614 7.75329L5.97383 8.68098C5.66508 8.82421 5.37338 9.00325 5.09705 9.21832C4.82529 9.42984 4.43327 9.43327 4.18976 9.18976C3.94507 8.94506 3.9437 8.54509 4.21151 8.32594ZM8.9377 11.6449L8.35602 11.0632C8.24462 11.0211 8.12429 11 7.99503 11C7.71642 11.0033 7.48094 11.1012 7.28856 11.2935C7.09619 11.4859 7.00001 11.7214 7.00001 12C7.00001 12.2786 7.09619 12.5141 7.28856 12.7065C7.48094 12.9022 7.71642 13 7.99503 13C8.27364 13 8.51079 12.9022 8.70647 12.7065C8.90216 12.5108 9.00001 12.2753 9.00001 12C9.00001 11.8732 8.97924 11.7548 8.9377 11.6449Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
514
452
|
</symbol>
|
|
515
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
516
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
453
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="open">
|
|
454
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 2.625C2.24061 2.625 1.625 3.24061 1.625 4V9.40827L2.18756 7.53306C2.39377 6.84571 3.02642 6.375 3.74403 6.375H12.375V6C12.375 5.24061 11.7594 4.625 11 4.625H8.5C7.67376 4.625 6.89574 4.23599 6.4 3.575L6.1 3.175C5.84033 2.82877 5.43279 2.625 5 2.625H3ZM13.625 6.37505V6C13.625 4.55025 12.4497 3.375 11 3.375H8.5C8.06721 3.375 7.65967 3.17123 7.4 2.825L7.1 2.425C6.60426 1.76401 5.82624 1.375 5 1.375H3C1.55025 1.375 0.375 2.55025 0.375 4V11C0.375 12.4497 1.55025 13.625 3 13.625H11.5585C12.6884 13.625 13.6915 12.902 14.0488 11.8301L15.1542 8.51387C15.5036 7.46557 14.7276 6.38312 13.625 6.37505ZM3.74403 7.625C3.57843 7.625 3.43243 7.73363 3.38485 7.89224L2.13247 12.0668C2.3691 12.2595 2.67106 12.375 3 12.375H11.5585C12.1503 12.375 12.6758 11.9963 12.8629 11.4348L13.9683 8.11859C14.0493 7.87576 13.8685 7.625 13.6126 7.625H3.74403Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
517
455
|
</symbol>
|
|
518
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
519
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
456
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="opz">
|
|
457
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.125 2.625V13.375H8H9.875V2.625H6.125ZM4.875 2.5C4.875 1.87868 5.37868 1.375 6 1.375H10C10.6213 1.375 11.125 1.87868 11.125 2.5V13.5C11.125 14.1213 10.6213 14.625 10 14.625H8H6C5.37868 14.625 4.875 14.1213 4.875 13.5V2.5ZM12.5581 3.55806C12.8021 3.31398 13.1979 3.31398 13.4419 3.55806L14.7348 4.85095C15.3694 5.48555 15.3694 6.51445 14.7348 7.14905L14.149 7.73484C14.0026 7.88128 14.0026 8.11872 14.1491 8.26517L14.7348 8.85095C15.3694 9.48555 15.3694 10.5144 14.7348 11.149L13.4419 12.4419C13.1979 12.686 12.8021 12.686 12.5581 12.4419C12.314 12.1979 12.314 11.8021 12.5581 11.5581L13.851 10.2652C13.9974 10.1187 13.9974 9.88128 13.851 9.73484L13.2652 9.14905C12.6306 8.51445 12.6306 7.48555 13.2652 6.85095L13.851 6.26517C13.9974 6.11872 13.9974 5.88128 13.851 5.73484L12.5581 4.44194C12.314 4.19786 12.314 3.80214 12.5581 3.55806ZM2.55806 3.55806C2.80214 3.31398 3.19787 3.31398 3.44194 3.55806C3.68602 3.80214 3.68602 4.19786 3.44194 4.44194L2.14905 5.73484C2.0026 5.88128 2.0026 6.11872 2.14905 6.26517L2.73484 6.85095C3.36944 7.48555 3.36944 8.51445 2.73484 9.14905L2.14905 9.73484C2.0026 9.88128 2.0026 10.1187 2.14905 10.2652L3.44194 11.5581C3.68602 11.8021 3.68602 12.1979 3.44194 12.4419C3.19787 12.686 2.80214 12.686 2.55806 12.4419L1.26517 11.149C0.630565 10.5144 0.630564 9.48555 1.26517 8.85095L1.85095 8.26517C1.9974 8.11872 1.9974 7.88128 1.85095 7.73484L1.26517 7.14905C0.630565 6.51445 0.630564 5.48555 1.26517 4.85095L2.55806 3.55806Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
520
458
|
</symbol>
|
|
521
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
522
|
-
<path d="
|
|
523
|
-
<path d="M10.5 12C10.5 13.3807 9.38071 14.5 8 14.5C6.61929 14.5 5.5 13.3807 5.5 12" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
524
|
-
<circle cx="12" cy="4" r="3.5" fill="#DE2C2C" stroke="white" />
|
|
459
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="paste">
|
|
460
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.25 3.75H10.75V2.25H5.25V3.75ZM12 2.5V2C12 1.44772 11.5523 1 11 1H5C4.44772 1 4 1.44772 4 2V2.5C2.89543 2.5 2 3.39543 2 4.5V13C2 14.1046 2.89543 15 4 15H12C13.1046 15 14 14.1046 14 13V4.5C14 3.39543 13.1046 2.5 12 2.5ZM3.44097 4C3.32221 4.13269 3.25 4.30791 3.25 4.5V13C3.25 13.4142 3.58579 13.75 4 13.75H12C12.4142 13.75 12.75 13.4142 12.75 13V4.5C12.75 4.30791 12.6778 4.13269 12.559 4C12.4217 3.84656 12.2221 3.75 12 3.75V4C12 4.18214 11.9513 4.35291 11.8662 4.5C11.7985 4.6171 11.7077 4.7192 11.6 4.80006C11.5681 4.82403 11.5347 4.84614 11.5 4.86622C11.3529 4.9513 11.1821 5 11 5H5C4.81786 5 4.64709 4.9513 4.5 4.86622C4.46529 4.84614 4.4319 4.82403 4.39999 4.80006C4.29233 4.7192 4.20152 4.6171 4.13378 4.5C4.0487 4.35291 4 4.18214 4 4V3.75C3.77788 3.75 3.5783 3.84656 3.44097 4Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
525
461
|
</symbol>
|
|
526
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
527
|
-
<path d="
|
|
528
|
-
<path d="M10.5 12C10.5 13.3807 9.38071 14.5 8 14.5C6.61929 14.5 5.5 13.3807 5.5 12" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
462
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="pause">
|
|
463
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.62494 3C5.62494 2.65482 5.34512 2.375 4.99994 2.375C4.65476 2.375 4.37494 2.65482 4.37494 3V13C4.37494 13.3452 4.65476 13.625 4.99994 13.625C5.34512 13.625 5.62494 13.3452 5.62494 13V3ZM11.6249 3C11.6249 2.65482 11.3451 2.375 10.9999 2.375C10.6548 2.375 10.3749 2.65482 10.3749 3V13C10.3749 13.3452 10.6548 13.625 10.9999 13.625C11.3451 13.625 11.6249 13.3452 11.6249 13V3Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
529
464
|
</symbol>
|
|
530
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
531
|
-
<path d="
|
|
532
|
-
<path d="
|
|
465
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="pc">
|
|
466
|
+
<path d="M7.625 2C7.625 1.79289 7.7929 1.625 8 1.625H13.505C13.7121 1.625 13.88 1.79289 13.88 2V14C13.88 14.2071 13.7121 14.375 13.505 14.375H12.005C11.6598 14.375 11.38 14.6548 11.38 15C11.38 15.3452 11.6598 15.625 12.005 15.625H13.505C14.4025 15.625 15.13 14.8975 15.13 14V2C15.13 1.10254 14.4025 0.375 13.505 0.375H8C7.10254 0.375 6.375 1.10254 6.375 2V3C6.375 3.34518 6.65483 3.625 7 3.625C7.34518 3.625 7.625 3.34518 7.625 3V2Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
467
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.50501 4.375C1.60754 4.375 0.880005 5.10254 0.880005 6V11C0.880005 11.8975 1.60754 12.625 2.505 12.625H4.38V14.375H3.505C3.15983 14.375 2.88 14.6548 2.88 15C2.88 15.3452 3.15983 15.625 3.505 15.625H9.505C9.85018 15.625 10.13 15.3452 10.13 15C10.13 14.6548 9.85018 14.375 9.505 14.375H8.63V12.625H10.505C11.4025 12.625 12.13 11.8975 12.13 11V6C12.13 5.10254 11.4025 4.375 10.505 4.375H2.50501ZM2.13 6C2.13 5.79289 2.2979 5.625 2.50501 5.625H10.505C10.7121 5.625 10.88 5.79289 10.88 6V11C10.88 11.2071 10.7121 11.375 10.505 11.375H2.505C2.2979 11.375 2.13 11.2071 2.13 11V6ZM5.63 14.375V12.625H7.38V14.375H5.63Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
533
468
|
</symbol>
|
|
534
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
535
|
-
<path
|
|
469
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="pdf">
|
|
470
|
+
<path d="M12 13.75H4C3.58579 13.75 3.25 13.4142 3.25 13H2C2 14.1046 2.89543 15 4 15H12C13.1046 15 14 14.1046 14 13H12.75C12.75 13.4142 12.4142 13.75 12 13.75Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
471
|
+
<path d="M3.25 4V3C3.25 2.58579 3.58579 2.25 4 2.25H9.17157C9.37049 2.25 9.56125 2.32902 9.7019 2.46967L11.2322 4H13L10.5858 1.58579C10.2107 1.21071 9.70201 1 9.17157 1H4C2.89543 1 2 1.89543 2 3V4H3.25Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
472
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.35 6C13.2433 6 13.1567 6.03 13.09 6.09C13.03 6.14333 13 6.21333 13 6.3V7H14V8H13V10H14V11H11V10H12V8H11V7H12V6.1C12 5.76 12.0967 5.49333 12.29 5.3C12.4833 5.1 12.7333 5 13.04 5H14.5V6L13.35 6ZM1.8 6V6.24C2.00667 6.08 2.27333 6 2.6 6H3.3C3.88667 6 4.31667 6.12667 4.59 6.38C4.86333 6.62667 5 7.03333 5 7.6V9.4C5 9.96 4.86 10.3667 4.58 10.62C4.30667 10.8733 3.88 11 3.3 11H2.01V12H1V6H1.8ZM2.65 7C2.43 7 2.26667 7.06 2.16 7.18C2.05333 7.29333 2 7.41667 2 7.55L2.01 10H3.25C3.49667 10 3.68333 9.94333 3.81 9.83C3.93667 9.71667 4 9.55667 4 9.35V7.65C4 7.44333 3.93667 7.28333 3.81 7.17C3.68333 7.05667 3.49667 7 3.25 7H2.65ZM8.2 11C8.51333 11 8.78 10.9233 9 10.77V11H10V5H9V6H7.76C7.18 6 6.69 6.12667 6.41 6.38C6.13667 6.63333 6 7.04 6 7.6V9.4C6 9.96667 6.13667 10.3767 6.41 10.63C6.68333 10.8767 7.11333 11 7.7 11H8.2ZM8.84 9.83C8.73333 9.94333 8.57 10 8.35 10H7.75C7.50333 10 7.31667 9.94333 7.19 9.83C7.06333 9.71667 7 9.55667 7 9.35V7.65C7 7.44333 7.06333 7.28333 7.19 7.17C7.31667 7.05667 7.50333 7 7.75 7H9V9.45C9 9.58333 8.94667 9.71 8.84 9.83Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
536
473
|
</symbol>
|
|
537
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
538
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
474
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="photoCamera">
|
|
475
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.75 5.14122V13C14.75 13.4142 14.4142 13.75 14 13.75H2C1.58579 13.75 1.25 13.4142 1.25 13V5.14122C1.25 4.83311 1.49978 4.58333 1.80789 4.58333C3.03113 4.58333 4.13667 3.85434 4.61853 2.73001L4.64893 2.65907C4.75529 2.4109 4.9993 2.25 5.2693 2.25H10.7307C11.0007 2.25 11.2447 2.4109 11.3511 2.65907L11.3815 2.73001C11.8633 3.85434 12.9689 4.58333 14.1921 4.58333C14.5002 4.58333 14.75 4.83311 14.75 5.14122ZM0 5.14122C0 4.14275 0.809418 3.33333 1.80789 3.33333C2.53109 3.33333 3.18471 2.90234 3.4696 2.23761L3.5 2.16667C3.80333 1.4589 4.49927 1 5.2693 1H10.7307C11.5007 1 12.1967 1.4589 12.5 2.16667L12.5304 2.23761C12.8153 2.90234 13.4689 3.33333 14.1921 3.33333C15.1906 3.33333 16 4.14275 16 5.14122V13C16 14.1046 15.1046 15 14 15H2C0.895431 15 0 14.1046 0 13V5.14122ZM10.75 8.5C10.75 10.0188 9.51878 11.25 8 11.25C6.48122 11.25 5.25 10.0188 5.25 8.5C5.25 6.98122 6.48122 5.75 8 5.75C9.51878 5.75 10.75 6.98122 10.75 8.5ZM12 8.5C12 10.7091 10.2091 12.5 8 12.5C5.79086 12.5 4 10.7091 4 8.5C4 6.29086 5.79086 4.5 8 4.5C10.2091 4.5 12 6.29086 12 8.5Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
539
476
|
</symbol>
|
|
540
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
541
|
-
<path
|
|
477
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="photoCameraCrossed">
|
|
478
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.595964 0.654036C0.351886 0.898114 0.351887 1.29384 0.595964 1.53792L14.837 15.7789C15.0811 16.023 15.4768 16.023 15.7209 15.7789C15.9649 15.5349 15.9649 15.1391 15.7209 14.8951L15.3245 14.4986C15.7388 14.1322 16 13.5966 16 13V5.14122C16 4.14275 15.1906 3.33333 14.1921 3.33333C13.4689 3.33333 12.8153 2.90234 12.5304 2.23761L12.5 2.16667C12.1967 1.4589 11.5007 1 10.7307 1H5.2693C4.49927 1 3.80333 1.4589 3.5 2.16667L3.4696 2.23761C3.42964 2.33084 3.38243 2.41948 3.32879 2.50297L1.47985 0.654036C1.23577 0.409958 0.840042 0.409958 0.595964 0.654036ZM4.22479 3.39898L5.91284 5.08703C6.52045 4.71466 7.23516 4.5 8 4.5C10.2091 4.5 12 6.29086 12 8.5C12 9.26484 11.7853 9.97955 11.413 10.5872L14.4361 13.6103C14.6261 13.4742 14.75 13.2516 14.75 13V5.14122C14.75 4.83311 14.5002 4.58333 14.1921 4.58333C12.9689 4.58333 11.8633 3.85434 11.3815 2.73001L11.3511 2.65907C11.2447 2.4109 11.0007 2.25 10.7307 2.25H5.2693C4.9993 2.25 4.75529 2.4109 4.64893 2.65907L4.61853 2.73001C4.5146 2.9725 4.38166 3.19661 4.22479 3.39898ZM10.4915 9.66565C10.6573 9.31173 10.75 8.91669 10.75 8.5C10.75 6.98122 9.51878 5.75 8 5.75C7.58331 5.75 7.18826 5.84268 6.83435 6.00854L10.4915 9.66565ZM2 13.75H11.0428L12.2928 15H2C0.895431 15 0 14.1046 0 13V5.14122C0 4.48142 0.353451 3.90417 0.881339 3.58849L1.87544 4.58259C1.85296 4.58308 1.83044 4.58333 1.80789 4.58333C1.49978 4.58333 1.25 4.83311 1.25 5.14122V13C1.25 13.4142 1.58579 13.75 2 13.75ZM8 12.5C8.53102 12.5 9.03787 12.3965 9.50149 12.2086L8.49789 11.205C8.33641 11.2346 8.17001 11.25 8 11.25C6.48122 11.25 5.25 10.0188 5.25 8.5C5.25 8.32999 5.26543 8.16359 5.29496 8.00211L4.29136 6.99851C4.10347 7.46213 4 7.96898 4 8.5C4 10.7091 5.79086 12.5 8 12.5Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
542
479
|
</symbol>
|
|
543
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
544
|
-
<path d="
|
|
545
|
-
<path d="
|
|
546
|
-
<path d="M7.37868 4.37873L5.61092 2.61096M11.6213 8.62137L13.3891 10.3891" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round" />
|
|
547
|
-
<path d="M11.6213 4.37873L13.3891 2.61096" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round" />
|
|
548
|
-
<path d="M12.5 6.5L15 6.5M6.5 6.5L4 6.5" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round" />
|
|
480
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="pieChart">
|
|
481
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.873 6.16719C14.7866 5.74934 14.6562 5.34031 14.4816 4.9401C13.8063 3.35554 12.6657 2.215 11.0599 1.51843C10.6583 1.3444 10.2493 1.21418 9.83281 1.12778C9.44885 1.04812 9.05858 1.0057 8.66201 1.00054C8.63564 1.00019 8.60924 1.00001 8.58281 1V6.41719C8.58281 6.47416 8.58758 6.53002 8.59673 6.58439C8.66711 7.0025 8.99696 7.33253 9.41499 7.40317C9.46955 7.41239 9.52562 7.41719 9.58281 7.41719H15C15 7.391 14.9998 7.36485 14.9995 7.33873C14.9944 6.9408 14.9523 6.55029 14.873 6.16719ZM13.3316 5.43017C12.7841 4.14536 11.8803 3.23693 10.5629 2.66538C10.3219 2.56097 10.0784 2.47633 9.83281 2.41153V6.16719H13.5895C13.5247 5.92134 13.4402 5.6791 13.3358 5.43991L13.3316 5.43017Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
482
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.8332 8.60246L13.8332 8.58737L10.9163 8.58395H9.41499C8.31083 8.58395 7.41557 7.68917 7.41499 6.58502L7.41263 2.16676L7.40591 2.16677C7.38152 2.16679 7.35715 2.16696 7.33281 2.16726C6.93588 2.17226 6.54585 2.21458 6.1627 2.29423C5.74706 2.38063 5.33953 2.51095 4.9401 2.6852C3.35554 3.36581 2.215 4.50901 1.51843 6.11484C1.17281 6.91243 1 7.7366 1 8.58737C1 9.44345 1.17281 10.2676 1.51843 11.0599C2.20437 12.6551 3.34491 13.7983 4.9401 14.4895C5.73238 14.8298 6.55655 15 7.41263 15C8.26872 15 9.09554 14.8298 9.89314 14.4895C11.4777 13.7983 12.6182 12.6551 13.3148 11.0599C13.4896 10.6619 13.6202 10.2543 13.7066 9.83722C13.7857 9.4552 13.8278 9.06519 13.8327 8.66719C13.833 8.64563 13.8332 8.62406 13.8332 8.60246ZM10.9149 9.83395H9.41499C7.62074 9.83395 6.16594 8.37993 6.16499 6.58568L6.16338 3.57801C5.91934 3.64267 5.67837 3.7269 5.43991 3.83092L5.43344 3.83375C4.14672 4.38643 3.23724 5.29378 2.66538 6.61185C2.38634 7.25593 2.25 7.9115 2.25 8.58737C2.25 9.26974 2.38662 9.92389 2.66416 10.5601L2.66677 10.5661C3.22637 11.8675 4.13311 12.777 5.43528 13.3418C6.07228 13.6151 6.72809 13.75 7.41263 13.75C8.09626 13.75 8.75489 13.6155 9.39802 13.3418C10.6889 12.7774 11.5986 11.8666 12.1693 10.5597L12.1703 10.5573C12.2743 10.3205 12.3586 10.0801 12.4232 9.83572L11.5 9.83395H10.9149Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
549
483
|
</symbol>
|
|
550
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
551
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
484
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="pin">
|
|
485
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.3702 8.00634L11.2989 8.07762C10.6545 8.72202 10.2925 9.59598 10.2925 10.5072V12.5801C10.2925 13.3999 9.30117 13.8104 8.7214 13.2308L6.18996 10.6997L2.75694 14.1328C2.51287 14.3768 2.11714 14.3768 1.87306 14.1328C1.62898 13.8887 1.62898 13.493 1.87306 13.2489L5.30602 9.81592L2.7526 7.26292C2.1728 6.68322 2.58343 5.69201 3.40339 5.69201H5.4762C6.38779 5.69201 7.26201 5.32991 7.90657 4.68538L7.97763 4.61429C8.57654 4.01541 8.91296 3.2032 8.91296 2.35632C8.91296 1.7461 9.65084 1.4405 10.0824 1.87198L14.1129 5.90178C14.5444 6.33325 14.2388 7.07097 13.6285 7.07097C12.7814 7.07097 11.9691 7.40746 11.3702 8.00634ZM6.94702 9.68906L6.947 9.68904L6.29623 9.03835L6.29621 9.03833L4.19954 6.94201H5.4762C6.71929 6.94201 7.91145 6.44823 8.79044 5.56928L8.79065 5.56907L8.86149 5.4982L8.8617 5.49798C9.40574 4.9539 9.7941 4.28328 9.99813 3.55532L12.4291 5.98588C11.7011 6.18996 11.0305 6.57836 10.4864 7.12237L10.4863 7.12243L10.4151 7.19366L10.415 7.19375C9.53623 8.07255 9.04252 9.26444 9.04252 10.5072V11.7842L6.94702 9.68906Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
552
486
|
</symbol>
|
|
553
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
554
|
-
<path
|
|
555
|
-
<path d="M8 10L8 7" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
556
|
-
<path d="M6.5 14.5H9.5" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
557
|
-
<path d="M4.27316 10V9.7877C4.27316 9.28149 4.0656 8.80422 3.78491 8.38296C3.28803 7.63723 3 6.75091 3 5.8C3 3.14903 5.23858 1 8 1C10.7614 1 13 3.14903 13 5.8C13 6.75091 12.712 7.63723 12.2151 8.38296C11.9344 8.80422 11.7268 9.28149 11.7268 9.7877V10" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
487
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="pinCrossed">
|
|
488
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.3702 8.00634L11.2989 8.07762C10.8754 8.50114 10.5739 9.02383 10.4169 9.59109L13.9917 13.1659C14.2358 13.4099 14.2358 13.8057 13.9917 14.0498C13.7476 14.2938 13.3519 14.2938 13.1078 14.0498L2.01084 2.9528C1.76676 2.70872 1.76677 2.31299 2.01084 2.06891C2.25492 1.82484 2.65065 1.82484 2.89473 2.06891L6.39324 5.56743C6.96047 5.41039 7.48309 5.10884 7.90657 4.68538L7.97763 4.61429C8.57654 4.01541 8.91296 3.2032 8.91296 2.35632C8.91296 1.7461 9.65084 1.4405 10.0824 1.87198L14.1129 5.90178C14.5444 6.33325 14.2388 7.07097 13.6285 7.07097C12.7814 7.07097 11.9691 7.40746 11.3702 8.00634ZM7.36876 6.54295C7.89379 6.31124 8.37679 5.98291 8.79044 5.56928L8.79065 5.56907L8.86149 5.4982L8.8617 5.49798C9.40574 4.9539 9.7941 4.28328 9.99813 3.55532L12.4291 5.98588C11.7011 6.18996 11.0305 6.57836 10.4864 7.12237L10.4863 7.12243L10.4151 7.19366L10.415 7.19375C10.0014 7.60742 9.67302 8.09046 9.44134 8.61552L7.36876 6.54295ZM9.04252 11.7497L10.2252 12.9323C9.99261 13.5041 9.21053 13.7198 8.7214 13.2308L6.18996 10.6997L2.75694 14.1328C2.51287 14.3768 2.11714 14.3768 1.87306 14.1328C1.62898 13.8887 1.62898 13.493 1.87306 13.2489L5.30602 9.81592L2.7526 7.26292C2.26321 6.77362 2.47945 5.99115 3.05185 5.75901L4.23486 6.94201H4.19954L6.29621 9.03833L6.29623 9.03835L6.947 9.68904L6.94702 9.68906L9.04252 11.7842V11.7497Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
558
489
|
</symbol>
|
|
559
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
560
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
490
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="play">
|
|
491
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.20795 3.5565C3.95874 3.39036 3.62494 3.56901 3.62494 3.86852V12.1315C3.62494 12.431 3.95874 12.6096 4.20795 12.4435L10.4052 8.31202C10.6278 8.16358 10.6278 7.83641 10.4052 7.68798L4.20795 3.5565ZM2.37494 3.86852C2.37494 2.57064 3.82143 1.7965 4.90133 2.51643L11.0986 6.64792C12.0634 7.29113 12.0634 8.70887 11.0986 9.35208L4.90133 13.4836C3.82143 14.2035 2.37494 13.4294 2.37494 12.1315V3.86852Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
561
492
|
</symbol>
|
|
562
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
563
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
493
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="playBackRight">
|
|
494
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.3749 3.85512C11.3749 3.55663 11.0431 3.37778 10.7938 3.54186L4.59661 7.61981C4.37307 7.76691 4.37111 8.09408 4.59288 8.24384L10.7901 12.4288C11.0391 12.597 11.3749 12.4186 11.3749 12.118L11.3749 3.85512ZM10.1067 2.49766C11.1872 1.78664 12.6249 2.56166 12.6249 3.85512L12.6249 12.118C12.6249 13.4203 11.1697 14.1935 10.0905 13.4647L4.12592 9.43683V12.9998C4.12592 13.345 3.84609 13.6248 3.50092 13.6248C3.15574 13.6248 2.87592 13.345 2.87592 12.9998V2.99982C2.87592 2.65465 3.15574 2.37482 3.50092 2.37482C3.84609 2.37482 4.12592 2.65465 4.12592 2.99982V6.43319L10.1067 2.49766Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
564
495
|
</symbol>
|
|
565
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
566
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
496
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="playForwardRight">
|
|
497
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.62994 3.87688C4.63009 3.57675 4.96518 3.3984 5.21422 3.56589L11.4069 7.73079C11.6289 7.8801 11.6276 8.2072 11.4044 8.35476L5.20773 12.4521C4.95837 12.617 4.62576 12.4381 4.6259 12.1392L4.62994 3.87688ZM5.91181 2.52865C4.83266 1.80286 3.38057 2.57575 3.37994 3.87626L3.3759 12.1385C3.37527 13.434 4.81658 14.2093 5.89717 13.4948L11.874 9.54282L11.874 13.0002C11.874 13.3453 12.1538 13.6252 12.499 13.6252C12.8442 13.6252 13.124 13.3453 13.124 13.0002L13.124 3.00015C13.124 2.65497 12.8442 2.37515 12.499 2.37515C12.1538 2.37515 11.874 2.65497 11.874 3.00015L11.874 6.53855L5.91181 2.52865Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
567
498
|
</symbol>
|
|
568
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
569
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
499
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="png">
|
|
500
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 13.75H12C12.4142 13.75 12.75 13.4142 12.75 13H14C14 14.1046 13.1046 15 12 15H4C2.89543 15 2 14.1046 2 13H3.25C3.25 13.4142 3.58579 13.75 4 13.75ZM3.25 3V4H2V3C2 1.89543 2.89543 1 4 1H9.17157C9.70201 1 10.2107 1.21071 10.5858 1.58579L13 4H11.2322L9.7019 2.46967C9.56125 2.32902 9.37049 2.25 9.17157 2.25H4C3.58579 2.25 3.25 2.58579 3.25 3ZM1.8 6V6.24C2.00667 6.08 2.27333 6 2.6 6H3.3C3.88667 6 4.31667 6.12667 4.59 6.38C4.86333 6.62667 5 7.03333 5 7.6V9.4C5 9.96 4.86 10.3667 4.58 10.62C4.30667 10.8733 3.88 11 3.3 11H2.01V12H1V6H1.8ZM2.65 7C2.43 7 2.26667 7.06 2.16 7.18C2.05333 7.29333 2 7.41667 2 7.55L2.01 10H3.25C3.49667 10 3.68333 9.94333 3.81 9.83C3.93667 9.71667 4 9.55667 4 9.35V7.65C4 7.44333 3.93667 7.28333 3.81 7.17C3.68333 7.05667 3.49667 7 3.25 7H2.65ZM6.80133 6V6.24C7.008 6.08 7.27467 6 7.60133 6H8.30133C8.888 6 9.318 6.12667 9.59133 6.38C9.86467 6.62667 10.0013 7.03333 10.0013 7.6V9.4C10.0013 9.68752 10.001 9.96977 10.0006 10.244L10.0006 10.2452C10.0003 10.5044 10 10.7573 10 11H9L9.00133 7.65C9.00133 7.44333 8.938 7.28333 8.81133 7.17C8.68467 7.05667 8.498 7 8.25133 7H7.65133C7.43133 7 7.268 7.06 7.16133 7.18C7.05467 7.29333 7.00133 7.41667 7.00133 7.55L7.01133 10L7.01 11H6L6.00133 6H6.80133ZM14.2 6V6.24C13.9933 6.08 13.7267 6 13.4 6H12.7C12.1133 6 11.6833 6.12667 11.41 6.38C11.1367 6.62667 11 7.03333 11 7.6V8.4C11 8.96 11.14 9.36667 11.42 9.62C11.6933 9.87333 12.12 10 12.7 10H13.99L14 11H12V12H15V6H14.2ZM13.35 7C13.57 7 13.7333 7.06 13.84 7.18C13.9467 7.29333 14 7.41667 14 7.55L13.99 9H12.75C12.5033 9 12.3167 8.94333 12.19 8.83C12.0633 8.71667 12 8.55667 12 8.35V7.65C12 7.44333 12.0633 7.28333 12.19 7.17C12.3167 7.05667 12.5033 7 12.75 7H13.35Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
570
501
|
</symbol>
|
|
571
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
572
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.
|
|
502
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="print">
|
|
503
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 2.25H11C11.4142 2.25 11.75 2.58579 11.75 3V5H4.25V3C4.25 2.58579 4.58579 2.25 5 2.25ZM15 7C15 5.89543 14.1046 5 13 5V3C13 1.89543 12.1046 1 11 1H5C3.89543 1 3 1.89543 3 3V5C1.89543 5 1 5.89543 1 7V10C1 11.1 1.88808 11.9926 2.98637 12L3 12V13C3 14.1046 3.89543 15 5 15H11C12.1046 15 13 14.1046 13 13V12C14.1046 12 15 11.1046 15 10V7ZM4.25 12H4.23637V11.0039C4.23637 10.4516 4.68409 10.0039 5.23637 10.0039H10.75C11.3023 10.0039 11.75 10.4516 11.75 11.0039V12V13C11.75 13.4142 11.4142 13.75 11 13.75H5C4.58579 13.75 4.25 13.4142 4.25 13V12ZM3 6.25C2.58579 6.25 2.25 6.58579 2.25 7V10C2.25 10.4142 2.58579 10.75 3 10.75H3.00054C3.12668 9.62689 4.07958 8.75391 5.23637 8.75391L10.75 8.75391C11.9068 8.75391 12.8597 9.62689 12.9858 10.75H13C13.4142 10.75 13.75 10.4142 13.75 10V7C13.75 6.58579 13.4142 6.25 13 6.25H3ZM12.125 7C11.7798 7 11.5 7.27982 11.5 7.625C11.5 7.97018 11.7798 8.25 12.125 8.25C12.4702 8.25 12.75 7.97018 12.75 7.625C12.75 7.27982 12.4702 7 12.125 7Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
573
504
|
</symbol>
|
|
574
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
575
|
-
<
|
|
576
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.7411 7.79787C10.3342 7.66305 9.95619 7.46466 9.61897 7.21446C9.38056 7.57773 9.25 8.00611 9.25 8.44907V12.2039L6.75 13.3706V8.44907C6.75 7.80638 6.47517 7.19437 5.99482 6.7674L2.25 3.43867V2.25H8.40212C8.63489 1.77233 8.95998 1.34792 9.35418 1H2C1.44772 1 1 1.44772 1 2V3.55093C1 3.83657 1.12215 4.10858 1.33564 4.29834L5.16436 7.70166C5.37785 7.89142 5.5 8.16343 5.5 8.44907V13.7631C5.5 14.4948 6.2599 14.9787 6.92288 14.6693L9.92288 13.2693C10.275 13.105 10.5 12.7517 10.5 12.3631V8.44907C10.5 8.20872 10.5865 7.97804 10.7411 7.79787Z" fill="currentColor" fill-opacity="0.87" />
|
|
505
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="question">
|
|
506
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.75 8C13.75 11.1756 11.1756 13.75 8 13.75C4.82436 13.75 2.25 11.1756 2.25 8C2.25 4.82436 4.82436 2.25 8 2.25C11.1756 2.25 13.75 4.82436 13.75 8ZM15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8ZM8 5.09C7.24061 5.09 6.625 5.7056 6.625 6.465C6.625 6.81017 6.34518 7.09 6 7.09C5.65482 7.09 5.375 6.81017 5.375 6.465C5.375 5.01525 6.55025 3.84 8 3.84H8.1459C9.52263 3.84 10.625 4.97492 10.625 6.33648C10.625 7.25434 10.1077 8.1099 9.27951 8.52401L9.17393 8.5768C8.83751 8.74501 8.625 9.08886 8.625 9.465C8.625 9.81017 8.34518 10.09 8 10.09C7.65482 10.09 7.375 9.81017 7.375 9.465C7.375 8.6154 7.85501 7.83872 8.61492 7.45877L8.72049 7.40598C9.11799 7.20723 9.375 6.78903 9.375 6.33648C9.375 5.65006 8.81715 5.09 8.1459 5.09H8ZM8.625 11.625C8.625 11.9702 8.34517 12.25 8 12.25C7.65482 12.25 7.375 11.9702 7.375 11.625C7.375 11.2798 7.65482 11 8 11C8.34517 11 8.625 11.2798 8.625 11.625Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
577
507
|
</symbol>
|
|
578
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
579
|
-
<path d="
|
|
508
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="questionFilled">
|
|
509
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8C15 11.866 11.866 15 8 15ZM8 5.09C7.24061 5.09 6.625 5.7056 6.625 6.465C6.625 6.81017 6.34518 7.09 6 7.09C5.65482 7.09 5.375 6.81017 5.375 6.465C5.375 5.01525 6.55025 3.84 8 3.84H8.1459C9.52263 3.84 10.625 4.97492 10.625 6.33648C10.625 7.25434 10.1077 8.1099 9.27951 8.52401L9.17393 8.5768C8.83751 8.74501 8.625 9.08886 8.625 9.465C8.625 9.81017 8.34518 10.09 8 10.09C7.65482 10.09 7.375 9.81017 7.375 9.465C7.375 8.6154 7.85501 7.83872 8.61492 7.45877L8.72049 7.40598C9.11799 7.20723 9.375 6.78903 9.375 6.33648C9.375 5.65006 8.81715 5.09 8.1459 5.09H8ZM8.75 11.415C8.75 11.8292 8.41421 12.165 8 12.165C7.58578 12.165 7.25 11.8292 7.25 11.415C7.25 11.0008 7.58578 10.665 8 10.665C8.41421 10.665 8.75 11.0008 8.75 11.415Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
580
510
|
</symbol>
|
|
581
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
582
|
-
<path d="
|
|
583
|
-
<path d="M15 4.5L12.5 7M15 4.5L12.5 2M15 4.5L10.5 4.5C8.567 4.5 7 6.067 7 8L7 9" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round" />
|
|
511
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="redo">
|
|
512
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.55806 2.44194C9.31398 2.19786 9.31398 1.80214 9.55806 1.55806C9.80214 1.31398 10.1979 1.31398 10.4419 1.55806L12.4419 3.55806C12.686 3.80214 12.686 4.19786 12.4419 4.44194L10.4419 6.44194C10.1979 6.68602 9.80214 6.68602 9.55806 6.44194C9.31398 6.19786 9.31398 5.80214 9.55806 5.55806L10.4911 4.625H8C5.58375 4.625 3.625 6.58375 3.625 9C3.625 11.4162 5.58375 13.375 8 13.375C10.4162 13.375 12.375 11.4162 12.375 9H13.625C13.625 12.1066 11.1066 14.625 8 14.625C4.8934 14.625 2.375 12.1066 2.375 9C2.375 5.8934 4.8934 3.375 8 3.375H10.4911L9.55806 2.44194Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
584
513
|
</symbol>
|
|
585
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
586
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
514
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="rewBack">
|
|
515
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.3714 10.27C13.3713 10.5585 13.059 10.7388 12.8091 10.5947L8.82778 8.29956C8.57644 8.15466 8.57777 7.79148 8.83017 7.64843L12.8141 5.3905C13.0642 5.24877 13.3742 5.42952 13.374 5.71696L13.3714 10.27ZM12.1848 11.6776C13.2678 12.302 14.6207 11.5208 14.6214 10.2707L14.624 5.71767C14.6247 4.47209 13.2814 3.68885 12.1978 4.30301L8.21382 6.56094C7.95703 6.70648 7.76022 6.90461 7.62346 7.13072L7.62408 5.86144C7.62471 4.56598 6.18341 3.79065 5.10281 4.50516L1.9061 6.61889C0.939022 7.25834 0.933463 8.67576 1.89549 9.32277L5.09012 11.4713C6.16927 12.1971 7.62136 11.4242 7.622 10.1237L7.62264 8.81729C7.75752 9.04072 7.95111 9.23701 8.20349 9.3825L12.1848 11.6776ZM6.372 10.1231C6.37185 10.4232 6.03676 10.6016 5.78772 10.4341L2.59309 8.28554C2.37108 8.13623 2.37237 7.80913 2.59554 7.66156L5.79225 5.54784C6.04162 5.38295 6.37423 5.56188 6.37408 5.86083L6.372 10.1231Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
587
516
|
</symbol>
|
|
588
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
589
|
-
<path
|
|
590
|
-
<path d="M1 10H15" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
517
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="rewForward">
|
|
518
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.62857 5.72996C2.62874 5.44148 2.94094 5.26122 3.19086 5.40529L7.17221 7.70043C7.42355 7.84532 7.42222 8.20851 7.16982 8.35156L3.18588 10.6095C2.93581 10.7512 2.62581 10.5705 2.62598 10.283L2.62857 5.72996ZM3.81515 4.32234C2.73217 3.69804 1.37928 4.47921 1.37857 5.72924L1.37598 10.2823C1.37527 11.5279 2.71858 12.3111 3.80222 11.697L7.78617 9.43904C8.04296 9.29351 8.23977 9.09538 8.37653 8.86926L8.37591 10.1386C8.37528 11.434 9.81658 12.2093 10.8972 11.4948L14.0939 9.3811C15.061 8.74165 15.0665 7.32423 14.1045 6.67721L10.9099 4.52866C9.83071 3.80287 8.37862 4.57576 8.37799 5.87627L8.37735 7.1827C8.24247 6.95926 8.04888 6.76298 7.7965 6.61749L3.81515 4.32234ZM9.62799 5.87688C9.62814 5.57676 9.96323 5.3984 10.2123 5.56589L13.4069 7.71445C13.6289 7.86376 13.6276 8.19086 13.4045 8.33842L10.2077 10.4521C9.95837 10.617 9.62576 10.4381 9.62591 10.1392L9.62799 5.87688Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
591
519
|
</symbol>
|
|
592
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
593
|
-
<
|
|
594
|
-
<path d="
|
|
520
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="rightAlign">
|
|
521
|
+
<path d="M13 1.375C12.6548 1.375 12.375 1.65482 12.375 2V14C12.375 14.3452 12.6548 14.625 13 14.625C13.3452 14.625 13.625 14.3452 13.625 14V2C13.625 1.65482 13.3452 1.375 13 1.375Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
522
|
+
<path d="M3 5.5C3 5.22386 3.22386 5 3.5 5H10.5C10.7761 5 11 5.22386 11 5.5V6.5C11 6.77614 10.7761 7 10.5 7H3.5C3.22386 7 3 6.77614 3 6.5V5.5Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
523
|
+
<path d="M5.5 9C5.22386 9 5 9.22386 5 9.5V10.5C5 10.7761 5.22386 11 5.5 11H10.5C10.7761 11 11 10.7761 11 10.5V9.5C11 9.22386 10.7761 9 10.5 9H5.5Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
595
524
|
</symbol>
|
|
596
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
597
|
-
<path d="
|
|
525
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="ring">
|
|
526
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 1.25C5.6072 1.25 3.69879 3.1568 3.69879 5.47059V8.56059C3.69879 8.88922 3.59234 9.20728 3.39784 9.46867L2.44438 10.75H13.5556L12.6024 9.46902C12.4077 9.20748 12.3012 8.88926 12.3012 8.56059V5.47059C12.3012 3.1568 10.3928 1.25 8 1.25ZM2.39502 8.72245L1.20993 10.3151C0.68949 11.0144 1.19629 12 2.07636 12H13.9237C14.8037 12 15.3105 11.0144 14.7901 10.3151L13.605 8.72245C13.5701 8.67551 13.5512 8.61882 13.5512 8.56059V5.47059C13.5512 2.44926 11.0658 0 8 0C4.93415 0 2.44879 2.44926 2.44879 5.47059V8.56059C2.44879 8.61882 2.42995 8.67551 2.39502 8.72245Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
527
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.5 12C5.84518 12 6 12 6.125 12C6.125 13.0355 6.96447 13.875 8 13.875C9.03553 13.875 9.875 13.0355 9.875 12C10 12 10.1548 12 10.5 12C10.8452 12 11 12 11.125 12C11.125 13.7259 9.72589 15.125 8 15.125C6.27411 15.125 4.875 13.7259 4.875 12C5 12 5.15482 12 5.5 12Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
598
528
|
</symbol>
|
|
599
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
600
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
529
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="ringWithCircle">
|
|
530
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.69879 5.47059C3.69879 3.1568 5.6072 1.25 8 1.25C8.73328 1.25 9.42107 1.42907 10.0224 1.74406C10.3852 1.42573 10.8255 1.19354 11.3113 1.07942C10.3869 0.401308 9.241 0 8 0C4.93415 0 2.44879 2.44926 2.44879 5.47059V8.56059C2.44879 8.61882 2.42995 8.67551 2.39502 8.72245L1.20993 10.3151C0.68949 11.0144 1.19629 12 2.07636 12H4.875C4.875 13.7259 6.27411 15.125 8 15.125C9.72589 15.125 11.125 13.7259 11.125 12H13.9237C14.8037 12 15.3105 11.0144 14.7901 10.3151L13.605 8.72245C13.5701 8.67551 13.5512 8.61882 13.5512 8.56059V6.56835C13.1796 6.79325 12.7553 6.93979 12.3012 6.98507V8.56059C12.3012 8.88926 12.4077 9.20748 12.6024 9.46902L13.5556 10.75H2.44438L3.39784 9.46867C3.59234 9.20728 3.69879 8.88922 3.69879 8.56059V5.47059ZM6.125 12C6.125 13.0355 6.96447 13.875 8 13.875C9.03553 13.875 9.875 13.0355 9.875 12H6.125Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
531
|
+
<circle cx="12" cy="4" r="3.5" fill="#DE2C2C" stroke="white"></circle>
|
|
601
532
|
</symbol>
|
|
602
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
603
|
-
<path d="
|
|
533
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="roadMaps">
|
|
534
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.11179 1.88507C4.4514 1.94681 4.67665 2.27218 4.6149 2.61179L2.6149 13.6118C2.55316 13.9514 2.22779 14.1767 1.88818 14.1149C1.54857 14.0532 1.32332 13.7278 1.38507 13.3882L3.38507 2.38818C3.44681 2.04857 3.77218 1.82332 4.11179 1.88507ZM11.8882 1.88507C11.5486 1.94681 11.3233 2.27218 11.3851 2.61179L13.3851 13.6118C13.4468 13.9514 13.7722 14.1767 14.1118 14.1149C14.4514 14.0532 14.6767 13.7278 14.6149 13.3882L12.6149 2.38818C12.5532 2.04857 12.2278 1.82332 11.8882 1.88507ZM8.62499 2.49999C8.62499 2.15481 8.34516 1.87499 7.99999 1.87499C7.65481 1.87499 7.37499 2.15481 7.37499 2.49999V4.49999C7.37499 4.84516 7.65481 5.12499 7.99999 5.12499C8.34516 5.12499 8.62499 4.84516 8.62499 4.49999V2.49999ZM8.62499 6.99999C8.62499 6.65481 8.34516 6.37499 7.99999 6.37499C7.65481 6.37499 7.37499 6.65481 7.37499 6.99999V8.99999C7.37499 9.34516 7.65481 9.62499 7.99999 9.62499C8.34516 9.62499 8.62499 9.34516 8.62499 8.99999V6.99999ZM8.62499 11.5C8.62499 11.1548 8.34516 10.875 7.99999 10.875C7.65481 10.875 7.37499 11.1548 7.37499 11.5V13.5C7.37499 13.8452 7.65481 14.125 7.99999 14.125C8.34516 14.125 8.62499 13.8452 8.62499 13.5V11.5Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
604
535
|
</symbol>
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.51195 3.39045C3.29632 3.12091 3.34002 2.72761 3.60956 2.51198C3.8791 2.29635 4.27241 2.34005 4.48804 2.60959L7.99995 6.99955L11.512 2.60961C11.7276 2.34008 12.1209 2.29638 12.3904 2.51201C12.66 2.72764 12.7037 3.12095 12.488 3.39049L8.62495 8.21928L8.62518 13.5C8.6252 13.8452 8.34539 14.125 8.00021 14.1251C7.97656 14.1251 7.95323 14.1237 7.93027 14.1212C7.61788 14.0865 7.37493 13.8217 7.37493 13.5V8.21926L3.51195 3.39045Z" fill="currentColor" fill-opacity="0.87" />
|
|
536
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="ruler">
|
|
537
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 7.625C4.65482 7.625 4.375 7.34518 4.375 7V5.25H3C2.58579 5.25 2.25 5.58579 2.25 6V10C2.25 10.4142 2.58579 10.75 3 10.75H13C13.4142 10.75 13.75 10.4142 13.75 10V6C13.75 5.58579 13.4142 5.25 13 5.25H11.625V7C11.625 7.34518 11.3452 7.625 11 7.625C10.6548 7.625 10.375 7.34518 10.375 7V5.25H8.625V6C8.625 6.34518 8.34518 6.625 8 6.625C7.65482 6.625 7.375 6.34518 7.375 6V5.25H5.625V7C5.625 7.34518 5.34518 7.625 5 7.625ZM15 6V10C15 11.1046 14.1046 12 13 12H3C1.89543 12 1 11.1046 1 10V6C1 4.89543 1.89543 4 3 4H13C14.1046 4 15 4.89543 15 6Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
608
538
|
</symbol>
|
|
609
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
610
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
539
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="save">
|
|
540
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.25 12C3.25 12.4142 3.58579 12.75 4 12.75H12C12.4142 12.75 12.75 12.4142 12.75 12V5.82843C12.75 5.62951 12.671 5.43875 12.5303 5.2981L10.7019 3.46967C10.5613 3.32902 10.3705 3.25 10.1716 3.25H4C3.58579 3.25 3.25 3.58579 3.25 4V12ZM12 14H4C2.89543 14 2 13.1046 2 12V4C2 2.89543 2.89543 2 4 2H10.1716C10.702 2 11.2107 2.21071 11.5858 2.58579L13.4142 4.41421C13.7893 4.78929 14 5.29799 14 5.82843V12C14 13.1046 13.1046 14 12 14ZM5.875 5C5.875 4.65482 6.15482 4.375 6.5 4.375H9.5C9.84518 4.375 10.125 4.65482 10.125 5C10.125 5.34518 9.84518 5.625 9.5 5.625H6.5C6.15482 5.625 5.875 5.34518 5.875 5ZM9.25 9C9.25 9.69036 8.69036 10.25 8 10.25C7.30964 10.25 6.75 9.69036 6.75 9C6.75 8.30964 7.30964 7.75 8 7.75C8.69036 7.75 9.25 8.30964 9.25 9ZM10.5 9C10.5 10.3807 9.38071 11.5 8 11.5C6.61929 11.5 5.5 10.3807 5.5 9C5.5 7.61929 6.61929 6.5 8 6.5C9.38071 6.5 10.5 7.61929 10.5 9Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
611
541
|
</symbol>
|
|
612
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
613
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
542
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="search">
|
|
543
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.75 7C11.75 9.62335 9.62335 11.75 7 11.75C4.37665 11.75 2.25 9.62335 2.25 7C2.25 4.37665 4.37665 2.25 7 2.25C9.62335 2.25 11.75 4.37665 11.75 7ZM10.7778 11.6616C9.74634 12.4985 8.43173 13 7 13C3.68629 13 1 10.3137 1 7C1 3.68629 3.68629 1 7 1C10.3137 1 13 3.68629 13 7C13 8.43173 12.4985 9.74634 11.6616 10.7778L14.4419 13.5581C14.686 13.8021 14.686 14.1979 14.4419 14.4419C14.1979 14.686 13.8021 14.686 13.5581 14.4419L10.7778 11.6616Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
614
544
|
</symbol>
|
|
615
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
616
|
-
<path
|
|
545
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="settings">
|
|
546
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 15.625C4.15482 15.625 3.875 15.3452 3.875 15L3.875 12.9212C2.79673 12.6437 2 11.6649 2 10.5C2 9.3351 2.79673 8.35629 3.875 8.07876L3.875 1C3.875 0.654822 4.15482 0.375 4.5 0.375C4.84518 0.375 5.125 0.654822 5.125 1L5.125 8.07876C6.20327 8.35629 7 9.3351 7 10.5C7 11.6649 6.20327 12.6437 5.125 12.9212V15C5.125 15.3452 4.84518 15.625 4.5 15.625ZM4.5 11.75C3.80964 11.75 3.25 11.1904 3.25 10.5C3.25 9.80964 3.80964 9.25 4.5 9.25C5.19036 9.25 5.75 9.80964 5.75 10.5C5.75 11.1904 5.19036 11.75 4.5 11.75ZM11.5 0.375C11.8452 0.375 12.125 0.654822 12.125 1V3.07876C13.2033 3.35629 14 4.3351 14 5.5C14 6.6649 13.2033 7.64371 12.125 7.92124V15C12.125 15.3452 11.8452 15.625 11.5 15.625C11.1548 15.625 10.875 15.3452 10.875 15V7.92124C9.79673 7.64371 9 6.6649 9 5.5C9 4.3351 9.79673 3.35629 10.875 3.07876V1C10.875 0.654822 11.1548 0.375 11.5 0.375ZM11.5 4.25C12.1904 4.25 12.75 4.80964 12.75 5.5C12.75 6.19036 12.1904 6.75 11.5 6.75C10.8096 6.75 10.25 6.19036 10.25 5.5C10.25 4.80964 10.8096 4.25 11.5 4.25Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
617
547
|
</symbol>
|
|
618
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
619
|
-
<path
|
|
548
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="share">
|
|
549
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.12 3.5C10.12 2.74061 10.7356 2.125 11.495 2.125C12.2544 2.125 12.87 2.74061 12.87 3.5C12.87 4.25939 12.2544 4.875 11.495 4.875C11.0214 4.875 10.6038 4.6356 10.3565 4.27122C10.3511 4.26184 10.3455 4.25255 10.3396 4.24336C10.3334 4.2338 10.3271 4.22447 10.3205 4.21536C10.1933 4.00695 10.12 3.76203 10.12 3.5ZM11.495 6.125C10.7951 6.125 10.1592 5.85108 9.68858 5.40461L6.97809 7.1464C7.07006 7.41401 7.12 7.70118 7.12 8C7.12 8.29882 7.07007 8.58597 6.97809 8.85358L9.6886 10.5954C10.1592 10.1489 10.7951 9.875 11.495 9.875C12.9447 9.875 14.12 11.0503 14.12 12.5C14.12 13.9497 12.9447 15.125 11.495 15.125C10.0452 15.125 8.87 13.9497 8.87 12.5C8.87 12.2012 8.91993 11.914 9.01191 11.6464L6.30143 9.90459C5.83083 10.3511 5.1949 10.625 4.495 10.625C3.04525 10.625 1.87 9.44975 1.87 8C1.87 6.55025 3.04525 5.375 4.495 5.375C5.1949 5.375 5.83082 5.64892 6.30141 6.0954L9.0119 4.3536C8.91993 4.08599 8.87 3.79883 8.87 3.5C8.87 2.05025 10.0452 0.875 11.495 0.875C12.9447 0.875 14.12 2.05025 14.12 3.5C14.12 4.94975 12.9447 6.125 11.495 6.125ZM5.66921 8.71581C5.66276 8.72477 5.65651 8.73396 5.65047 8.74336C5.64466 8.7524 5.63912 8.76153 5.63383 8.77075C5.38656 9.13539 4.96876 9.375 4.495 9.375C3.7356 9.375 3.12 8.75939 3.12 8C3.12 7.24061 3.7356 6.625 4.495 6.625C4.96882 6.625 5.38666 6.86467 5.63392 7.22938C5.63918 7.23855 5.6447 7.24763 5.65047 7.25662C5.65648 7.26597 5.6627 7.2751 5.66911 7.28403C5.79655 7.49257 5.87 7.73771 5.87 8C5.87 8.26222 5.79659 8.5073 5.66921 8.71581ZM10.3206 11.7845C10.1933 11.9929 10.12 12.2379 10.12 12.5C10.12 13.2594 10.7356 13.875 11.495 13.875C12.2544 13.875 12.87 13.2594 12.87 12.5C12.87 11.7406 12.2544 11.125 11.495 11.125C11.0214 11.125 10.6037 11.3645 10.3564 11.7289C10.351 11.7382 10.3454 11.7475 10.3396 11.7566C10.3335 11.7661 10.3271 11.7754 10.3206 11.7845Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
620
550
|
</symbol>
|
|
621
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
622
|
-
<path
|
|
551
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="sideTube">
|
|
552
|
+
<path d="M2.75 1C2.33579 1 2 1.33579 2 1.75V14.25C2 14.6642 2.33579 15 2.75 15C3.16421 15 3.5 14.6642 3.5 14.25V8.59284C4.56809 10.3367 6.39463 11.5 8.5 11.5C11.8538 11.5 14.5 8.54801 14.5 5C14.5 4.72386 14.2761 4.5 14 4.5C13.7239 4.5 13.5 4.72386 13.5 5C13.5 8.07941 11.2214 10.5 8.5 10.5C5.77864 10.5 3.5 8.07941 3.5 5V1.75C3.5 1.33579 3.16421 1 2.75 1Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
623
553
|
</symbol>
|
|
624
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
|
625
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
626
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 12.625C5 12.2798 5.27982 12 5.625 12H13.375C13.7202 12 14 12.2798 14 12.625C14 12.9702 13.7202 13.25 13.375 13.25H5.625C5.27982 13.25 5 12.9702 5 12.625Z" fill="currentColor" fill-opacity="0.87" />
|
|
627
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 8.625C2 8.27982 2.27982 8 2.625 8C2.97018 8 3.25 8.27982 3.25 8.625C3.25 8.97018 2.97018 9.25 2.625 9.25C2.27982 9.25 2 8.97018 2 8.625Z" fill="currentColor" fill-opacity="0.87" />
|
|
628
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 12.625C2 12.2798 2.27982 12 2.625 12C2.97018 12 3.25 12.2798 3.25 12.625C3.25 12.9702 2.97018 13.25 2.625 13.25C2.27982 13.25 2 12.9702 2 12.625Z" fill="currentColor" fill-opacity="0.87" />
|
|
629
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.375 4C13.7202 4 14 4.27982 14 4.625C14 4.97018 13.7202 5.25 13.375 5.25H5.625C5.27982 5.25 5 4.97018 5 4.625C5 4.27982 5.27982 4 5.625 4H13.375Z" fill="currentColor" fill-opacity="0.87" />
|
|
630
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.625 4C2.97018 4 3.25 4.27982 3.25 4.625C3.25 4.97018 2.97018 5.25 2.625 5.25C2.27982 5.25 2 4.97018 2 4.625C2 4.27982 2.27982 4 2.625 4Z" fill="currentColor" fill-opacity="0.87" />
|
|
554
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16" id="sigma">
|
|
555
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.2503 1.62637C15.2503 1.2812 14.9705 1.00137 14.6253 1.00137C14.2801 1.00137 14.0003 1.2812 14.0003 1.62637C14.0003 2.38576 13.3847 3.00137 12.6253 3.00137H9.24769C9.20688 3.00048 9.16596 3.00003 9.12494 3.00003C9.08392 3.00003 9.043 3.00048 9.00219 3.00137H8.62531C8.53997 3.00137 8.45862 3.01848 8.38452 3.04944C5.6971 3.41106 3.62494 5.71356 3.62494 8.50003C3.62494 11.5376 6.08737 14 9.12494 14C12.1625 14 14.6249 11.5376 14.6249 8.50003C14.6249 6.78881 13.8434 5.26011 12.6179 4.25137H12.6253C14.0751 4.25137 15.2503 3.07612 15.2503 1.62637ZM9.01705 4.25137H9.23283C11.5302 4.30862 13.3749 6.18889 13.3749 8.50003C13.3749 10.8472 11.4721 12.75 9.12494 12.75C6.77773 12.75 4.87494 10.8472 4.87494 8.50003C4.87494 6.18889 6.7197 4.30862 9.01705 4.25137Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
631
556
|
</symbol>
|
|
632
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
633
|
-
<path d="
|
|
634
|
-
<path d="M9 9L13 13M13 9L9 13" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
557
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="signal">
|
|
558
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.6228 6.37727C14.8668 6.13319 14.8679 5.73573 14.6107 5.50552C12.7444 3.83517 10.5243 3 7.95026 3C5.39269 3.03045 3.1985 3.85746 1.36763 5.48106C1.10876 5.71062 1.10923 6.10923 1.35389 6.35388C1.59742 6.59741 1.99068 6.59615 2.25005 6.36957C3.83831 4.98217 5.72238 4.27811 7.95776 4.25C10.1984 4.25158 12.1027 4.95926 13.7254 6.39104C13.9842 6.61941 14.3787 6.62134 14.6228 6.37727ZM11.7969 9.20314C12.041 8.95906 12.043 8.56035 11.7771 8.34028C10.6974 7.44676 9.42844 7 7.97016 7C6.52352 7.01722 5.27064 7.4592 4.21151 8.32594C3.9437 8.54509 3.94507 8.94506 4.18976 9.18976C4.43327 9.43327 4.82529 9.42984 5.09705 9.21832C5.90998 8.58561 6.85599 8.26472 7.97759 8.25001C9.10084 8.25142 10.0571 8.57322 10.8887 9.22932C11.1596 9.44313 11.5528 9.44721 11.7969 9.20314ZM7.28856 12.7065C7.48093 12.9022 7.71642 13 7.99502 13C8.27363 13 8.51078 12.9022 8.70647 12.7065C8.90216 12.5108 9 12.2753 9 12C9 11.7247 8.90216 11.4892 8.70647 11.2935C8.51078 11.0978 8.27363 11 7.99502 11C7.71642 11.0033 7.48093 11.1012 7.28856 11.2935C7.09618 11.4859 7 11.7214 7 12C7 12.2786 7.09618 12.5141 7.28856 12.7065Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
635
559
|
</symbol>
|
|
636
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
|
637
|
-
<path d="
|
|
638
|
-
<path d="M13 10V14" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
639
|
-
<path d="M15 12L11 12" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
560
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16" id="sortAZ">
|
|
561
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.00003C2 3.65485 2.27982 3.37503 2.625 3.37503H6.625C6.97018 3.37503 7.25 3.65485 7.25 4.00003C7.25 4.34521 6.97018 4.62503 6.625 4.62503H2.625C2.27982 4.62503 2 4.34521 2 4.00003ZM2 8.00003C2 7.65485 2.27982 7.37503 2.625 7.37503H10.625C10.9702 7.37503 11.25 7.65485 11.25 8.00003C11.25 8.34521 10.9702 8.62503 10.625 8.62503H2.625C2.27982 8.62503 2 8.34521 2 8.00003ZM2 12C2 11.6549 2.27982 11.375 2.625 11.375H14.625C14.9702 11.375 15.25 11.6549 15.25 12C15.25 12.3452 14.9702 12.625 14.625 12.625H2.625C2.27982 12.625 2 12.3452 2 12Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
640
562
|
</symbol>
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.13501 8.0178C1.78983 8.0178 1.51001 7.73798 1.51001 7.3928C1.51001 3.99636 4.4592 1.31995 7.99872 1.31995C10.1364 1.31995 12.0509 2.29101 13.2374 3.80766V2.48969C13.2374 2.14451 13.5173 1.86469 13.8624 1.86469C14.2076 1.86469 14.4874 2.14451 14.4874 2.48969V5.7584C14.4874 6.10358 14.2076 6.3834 13.8624 6.3834H10.3442C9.99904 6.3834 9.71922 6.10358 9.71922 5.7584C9.71922 5.41323 9.99904 5.1334 10.3442 5.1334H12.6276C11.7539 3.6216 10.0223 2.56995 7.99872 2.56995C5.06137 2.56995 2.76001 4.77171 2.76001 7.3928C2.76001 7.73798 2.48019 8.0178 2.13501 8.0178ZM13.8625 7.97211C14.2076 7.97211 14.4875 8.25193 14.4875 8.59711C14.4875 8.92637 14.4594 9.24993 14.4053 9.56569C13.904 12.4917 11.197 14.67 7.99875 14.67C5.86109 14.67 3.94658 13.6989 2.76002 12.1822V13.5002C2.76002 13.8454 2.4802 14.1252 2.13502 14.1252C1.78984 14.1252 1.51002 13.8454 1.51002 13.5002V10.2315C1.51002 9.88633 1.78984 9.60651 2.13502 9.60651H5.65325C5.99843 9.60651 6.27825 9.88633 6.27825 10.2315C6.27825 10.5767 5.99843 10.8565 5.65325 10.8565H3.36984C4.24354 12.3683 5.97517 13.42 7.99875 13.42C10.6452 13.42 12.7842 11.6259 13.1733 9.35462C13.2155 9.10819 13.2375 8.85523 13.2375 8.59711C13.2375 8.25193 13.5173 7.97211 13.8625 7.97211Z" fill="currentColor" />
|
|
563
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16" id="sortZA">
|
|
564
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.00003C2 3.65485 2.27982 3.37503 2.625 3.37503H14.625C14.9702 3.37503 15.25 3.65485 15.25 4.00003C15.25 4.34521 14.9702 4.62503 14.625 4.62503H2.625C2.27982 4.62503 2 4.34521 2 4.00003ZM2 8.00003C2 7.65485 2.27982 7.37503 2.625 7.37503H10.625C10.9702 7.37503 11.25 7.65485 11.25 8.00003C11.25 8.34521 10.9702 8.62503 10.625 8.62503H2.625C2.27982 8.62503 2 8.34521 2 8.00003ZM2 12C2 11.6549 2.27982 11.375 2.625 11.375H6.625C6.97018 11.375 7.25 11.6549 7.25 12C7.25 12.3452 6.97018 12.625 6.625 12.625H2.625C2.27982 12.625 2 12.3452 2 12Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
644
565
|
</symbol>
|
|
645
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
646
|
-
<path
|
|
566
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="square">
|
|
567
|
+
<path d="M2 2H14V14H2V2Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
647
568
|
</symbol>
|
|
648
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
649
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
569
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="srt">
|
|
570
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14 1.375C14.3452 1.375 14.625 1.65482 14.625 2V4C14.625 4.89746 13.8975 5.625 13 5.625H12C11.7929 5.625 11.625 5.79289 11.625 6V7C11.625 7.89746 10.8975 8.625 10 8.625H9C8.79289 8.625 8.625 8.79289 8.625 9V10C8.625 10.8975 7.89746 11.625 7 11.625H6C5.79289 11.625 5.625 11.7929 5.625 12V13C5.625 13.8975 4.89746 14.625 4 14.625H2C1.65482 14.625 1.375 14.3452 1.375 14C1.375 13.6548 1.65482 13.375 2 13.375H4C4.20711 13.375 4.375 13.2071 4.375 13V12C4.375 11.1025 5.10254 10.375 6 10.375H7C7.20711 10.375 7.375 10.2071 7.375 10V9C7.375 8.10254 8.10254 7.375 9 7.375H10C10.2071 7.375 10.375 7.20711 10.375 7V6C10.375 5.10254 11.1025 4.375 12 4.375H13C13.2071 4.375 13.375 4.20711 13.375 4V2C13.375 1.65482 13.6548 1.375 14 1.375Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
650
571
|
</symbol>
|
|
651
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
652
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
572
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="star">
|
|
573
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 2.79188L6.87979 5.02908C6.54986 5.688 5.91818 6.1436 5.1888 6.2487L2.71297 6.60544L4.48194 8.30396C5.02182 8.82233 5.26859 9.57523 5.1403 10.3126L4.71981 12.7295L6.96443 11.5658C7.61378 11.2291 8.38623 11.2291 9.03557 11.5658L11.2802 12.7295L10.8597 10.3126C10.7314 9.57523 10.9782 8.82233 11.5181 8.30396L13.287 6.60544L10.8112 6.2487C10.0818 6.1436 9.45014 5.68801 9.12021 5.02908L8 2.79188ZM8.89417 1.78578C8.52546 1.04942 7.47454 1.04941 7.10583 1.78578L5.76208 4.46942C5.61544 4.76228 5.33469 4.96477 5.01053 5.01147L2.02776 5.44126C1.2034 5.56004 0.877007 6.57552 1.47778 7.15237L3.61619 9.20562C3.85614 9.436 3.96582 9.77063 3.9088 10.0983L3.40185 13.0122C3.26005 13.8272 4.11284 14.4521 4.8473 14.0714L7.53975 12.6755C7.82834 12.5259 8.17166 12.5259 8.46025 12.6755L11.1527 14.0714C11.8872 14.4521 12.74 13.8272 12.5982 13.0122L12.0912 10.0983C12.0342 9.77063 12.1439 9.436 12.3838 9.20562L14.5222 7.15237C15.123 6.57552 14.7966 5.56004 13.9722 5.44126L10.9895 5.01148C10.6653 4.96477 10.3846 4.76228 10.2379 4.46942L8.89417 1.78578Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
653
574
|
</symbol>
|
|
654
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
655
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
575
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="starFilled">
|
|
576
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.68884 0.899156C8.42853 0.294683 7.57147 0.294682 7.31116 0.899154L5.78171 4.45069C5.63694 4.78686 5.32006 5.01708 4.95561 5.05089L1.10527 5.408C0.449943 5.46878 0.185097 6.28388 0.679543 6.71825L3.58463 9.27033C3.85961 9.5119 3.98064 9.88441 3.90017 10.2415L3.04998 14.0137C2.90528 14.6557 3.59865 15.1595 4.16455 14.8235L7.48944 12.8493C7.80416 12.6624 8.19584 12.6624 8.51056 12.8493L11.8354 14.8235C12.4013 15.1595 13.0947 14.6557 12.95 14.0137L12.0998 10.2415C12.0194 9.88441 12.1404 9.5119 12.4154 9.27033L15.3205 6.71825C15.8149 6.28388 15.5501 5.46878 14.8947 5.408L11.0444 5.05089C10.6799 5.01708 10.363 4.78686 10.2182 4.45068L8.68884 0.899156Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
656
577
|
</symbol>
|
|
657
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
658
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
578
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="start">
|
|
579
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.995 3C13.3402 3 13.62 3.27982 13.62 3.625V12.375C13.62 12.7202 13.3402 13 12.995 13C12.6498 13 12.37 12.7202 12.37 12.375V3.625C12.37 3.27982 12.6498 3 12.995 3ZM11.0834 8.8005L8.93697 10.9469C8.69289 11.191 8.29716 11.191 8.05308 10.9469C7.80901 10.7029 7.80901 10.3071 8.05308 10.0631L9.48614 8.63H2.99503C2.64985 8.63 2.37003 8.35018 2.37003 8.005C2.37003 7.65983 2.64985 7.38 2.99503 7.38H9.48614L8.05308 5.94695C7.80901 5.70287 7.80901 5.30714 8.05308 5.06306C8.29716 4.81899 8.69289 4.81899 8.93697 5.06306L11.0834 7.20951C11.5228 7.64885 11.5228 8.36116 11.0834 8.8005Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
659
580
|
</symbol>
|
|
660
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
661
|
-
<path d="
|
|
662
|
-
<path d="M13.5 6V2.5M13.5 2.5H10M13.5 2.5L10 6" stroke="currentColor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round" />
|
|
663
|
-
<path d="M2.5 10V13.5M2.5 13.5H6M2.5 13.5L6 10" stroke="currentColor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round" />
|
|
664
|
-
<path d="M13.5 10V13.5M13.5 13.5H10M13.5 13.5L10 10" stroke="currentColor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round" />
|
|
581
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="stop">
|
|
582
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9999 3.25H3.99994C3.58573 3.25 3.24994 3.58579 3.24994 4V12C3.24994 12.4142 3.58573 12.75 3.99994 12.75H11.9999C12.4142 12.75 12.7499 12.4142 12.7499 12V4C12.7499 3.58579 12.4142 3.25 11.9999 3.25ZM3.99994 2C2.89537 2 1.99994 2.89543 1.99994 4V12C1.99994 13.1046 2.89537 14 3.99994 14H11.9999C13.1045 14 13.9999 13.1046 13.9999 12V4C13.9999 2.89543 13.1045 2 11.9999 2H3.99994Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
665
583
|
</symbol>
|
|
666
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
|
667
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
584
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16" id="sum">
|
|
585
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.03663 4.29553C3.32792 3.58682 3.82985 2.37503 4.83212 2.37503H12.625C12.9702 2.37503 13.25 2.65485 13.25 3.00003C13.25 3.34521 12.9702 3.62503 12.625 3.62503H5.1339L8.7134 7.20454C9.15274 7.64388 9.15274 8.35619 8.7134 8.79553L5.1339 12.375H12.625C12.9702 12.375 13.25 12.6549 13.25 13C13.25 13.3452 12.9702 13.625 12.625 13.625H4.83212C3.82985 13.625 3.32791 12.4132 4.03662 11.7045L7.74113 8.00003L4.03663 4.29553Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
668
586
|
</symbol>
|
|
669
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
670
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
587
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="table">
|
|
588
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.87503 3.5C1.87503 2.60254 2.60257 1.875 3.50003 1.875H12.5C13.3975 1.875 14.125 2.60254 14.125 3.5V12.5C14.125 13.3975 13.3975 14.125 12.5 14.125H3.50003C2.60257 14.125 1.87503 13.3975 1.87503 12.5V3.5ZM3.50003 3.125C3.29292 3.125 3.12503 3.29289 3.12503 3.5V5.875H5.87503V3.125H3.50003ZM7.12503 3.125V5.875H12.875V3.5C12.875 3.29289 12.7071 3.125 12.5 3.125H7.12503ZM12.875 7.125H7.12503V12.875H12.5C12.7071 12.875 12.875 12.7071 12.875 12.5V7.125ZM5.87503 12.875V7.125H3.12503V12.5C3.12503 12.7071 3.29292 12.875 3.50003 12.875H5.87503Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
671
589
|
</symbol>
|
|
672
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
673
|
-
<path d="
|
|
590
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="tabletGraph">
|
|
591
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 3.965C1 3.61982 1.27982 3.34 1.625 3.34H14.375C14.7202 3.34 15 3.61982 15 3.965C15 4.31017 14.7202 4.59 14.375 4.59H1.625C1.27982 4.59 1 4.31017 1 3.965ZM1 7.965C1 7.61982 1.27982 7.34 1.625 7.34H8.375C8.72018 7.34 9 7.61982 9 7.965C9 8.31017 8.72018 8.59 8.375 8.59H1.625C1.27982 8.59 1 8.31017 1 7.965ZM1.625 11.34C1.27982 11.34 1 11.6198 1 11.965C1 12.3102 1.27982 12.59 1.625 12.59H10.375C10.7202 12.59 11 12.3102 11 11.965C11 11.6198 10.7202 11.34 10.375 11.34H1.625Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
674
592
|
</symbol>
|
|
675
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
676
|
-
<path d="
|
|
593
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="templateDownload">
|
|
594
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 1.875C2.60254 1.875 1.875 2.60254 1.875 3.5V6.5V12.5C1.875 13.3975 2.60254 14.125 3.5 14.125H5.5C6.39746 14.125 7.125 13.3975 7.125 12.5V7.125H12.5C13.3975 7.125 14.125 6.39746 14.125 5.5V3.5C14.125 2.60254 13.3975 1.875 12.5 1.875H6.5H3.5ZM12.5 5.875H7.125V3.125H12.5C12.7071 3.125 12.875 3.29289 12.875 3.5V5.5C12.875 5.70711 12.7071 5.875 12.5 5.875ZM5.875 5.875V3.125H3.5C3.29289 3.125 3.125 3.29289 3.125 3.5V5.875H5.875ZM5.875 7.125H3.125V12.5C3.125 12.7071 3.29289 12.875 3.5 12.875H5.5C5.70711 12.875 5.875 12.7071 5.875 12.5V7.125ZM11.375 14C11.375 14.3452 11.6548 14.625 12 14.625C12.3452 14.625 12.625 14.3452 12.625 14V10.5089L14.0581 11.9419C14.3021 12.186 14.6979 12.186 14.9419 11.9419C15.186 11.6979 15.186 11.3021 14.9419 11.0581L12.4419 8.55806C12.1979 8.31398 11.8021 8.31398 11.5581 8.55806L9.05806 11.0581C8.81398 11.3021 8.81398 11.6979 9.05806 11.9419C9.30214 12.186 9.69786 12.186 9.94194 11.9419L11.375 10.5089V14Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
677
595
|
</symbol>
|
|
678
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
679
|
-
<path d="
|
|
680
|
-
<path d="M5.20711 9C4.76166 9 4.53857 9.53857 4.85355 9.85355L7.64646 12.6465C7.84173 12.8417 8.15831 12.8417 8.35357 12.6465L11.1465 9.85355C11.4614 9.53857 11.2384 9 10.7929 9H5.20711Z" fill="currentColor" fill-opacity="0.87" />
|
|
596
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="templateSettings">
|
|
597
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 1.87503C2.60254 1.87503 1.875 2.60257 1.875 3.50003V6.50003V12.5C1.875 13.3975 2.60254 14.125 3.5 14.125H5.5C6.39746 14.125 7.125 13.3975 7.125 12.5V7.12503H12.5C13.3975 7.12503 14.125 6.39749 14.125 5.50003V3.50003C14.125 2.60257 13.3975 1.87503 12.5 1.87503H6.5H3.5ZM12.5 5.87503H7.125V3.12503H12.5C12.7071 3.12503 12.875 3.29292 12.875 3.50003V5.50003C12.875 5.70714 12.7071 5.87503 12.5 5.87503ZM5.875 5.87503V3.12503H3.5C3.29289 3.12503 3.125 3.29292 3.125 3.50003V5.87503H5.875ZM5.875 7.12503H3.125V12.5C3.125 12.7071 3.29289 12.875 3.5 12.875H5.5C5.70711 12.875 5.875 12.7071 5.875 12.5V7.12503ZM12.625 8.50003C12.625 8.15485 12.3452 7.87503 12 7.87503C11.6548 7.87503 11.375 8.15485 11.375 8.50003V8.87778C11.3264 8.91837 11.2709 8.95166 11.2109 8.97567C11.1827 8.98696 11.1546 8.99866 11.1267 9.01066C11.0674 9.03621 11.0046 9.05203 10.9416 9.05778L10.6741 8.79035C10.4301 8.54627 10.0343 8.54627 9.79026 8.79035C9.54618 9.03443 9.54618 9.43016 9.79026 9.67423L10.0576 9.94162C10.0519 10.0047 10.0361 10.0675 10.0105 10.1269C9.99856 10.1547 9.98687 10.1829 9.97558 10.211C9.9516 10.2709 9.91835 10.3264 9.8778 10.375H9.49997C9.15479 10.375 8.87497 10.6549 8.87497 11C8.87497 11.3452 9.15479 11.625 9.49997 11.625H9.88305C9.92435 11.6729 9.95876 11.7274 9.98442 11.786C9.99992 11.8214 10.0161 11.8571 10.0327 11.8931C10.0547 11.9408 10.0689 11.9905 10.0755 12.0407L9.79029 12.3258C9.54621 12.5699 9.54621 12.9656 9.79029 13.2097C10.0344 13.4538 10.4301 13.4538 10.6742 13.2097L10.9413 12.9426C11.0044 12.9483 11.0672 12.9641 11.1265 12.9896C11.1544 13.0016 11.1826 13.0133 11.2109 13.0246C11.2708 13.0485 11.3264 13.0818 11.375 13.1223V13.5C11.375 13.8452 11.6548 14.125 12 14.125C12.3452 14.125 12.625 13.8452 12.625 13.5V13.1223C12.6736 13.0817 12.7292 13.0485 12.7891 13.0245C12.8173 13.0132 12.8455 13.0015 12.8733 12.9895C12.9327 12.964 12.9955 12.9482 13.0585 12.9425L13.3258 13.2098C13.5699 13.4539 13.9656 13.4539 14.2097 13.2098C14.4538 12.9657 14.4538 12.57 14.2097 12.3259L13.9425 12.0587C13.9482 11.9956 13.964 11.9328 13.9895 11.8734C14.0015 11.8456 14.0132 11.8174 14.0244 11.7892C14.0484 11.7292 14.0817 11.6737 14.1223 11.625H14.5C14.8452 11.625 15.125 11.3452 15.125 11C15.125 10.6549 14.8452 10.375 14.5 10.375H14.1222C14.0817 10.3264 14.0485 10.2709 14.0245 10.211C14.0132 10.1827 14.0015 10.1545 13.9895 10.1266C13.964 10.0672 13.9483 10.0044 13.9426 9.94129L14.2097 9.67415C14.4538 9.43007 14.4538 9.03434 14.2097 8.79027C13.9656 8.54619 13.5699 8.54619 13.3258 8.79027L13.0586 9.05746C12.9956 9.05174 12.9328 9.03596 12.8734 9.01048C12.8455 8.99845 12.8172 8.98673 12.7888 8.97542C12.729 8.95152 12.6736 8.91837 12.625 8.87791V8.50003ZM11.9999 12.2503C12.6902 12.2503 13.2498 11.6907 13.2498 11.0004C13.2498 10.3101 12.6902 9.7505 11.9999 9.7505C11.3095 9.7505 10.7499 10.3101 10.7499 11.0004C10.7499 11.6907 11.3095 12.2503 11.9999 12.2503Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
681
598
|
</symbol>
|
|
682
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
683
|
-
<path d="
|
|
599
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="templateUpload">
|
|
600
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.50003 1.875C2.60257 1.875 1.87503 2.60254 1.87503 3.5V6.5V12.5C1.87503 13.3975 2.60257 14.125 3.50003 14.125H5.50003C6.39749 14.125 7.12503 13.3975 7.12503 12.5V7.125H12.5C13.3975 7.125 14.125 6.39746 14.125 5.5V3.5C14.125 2.60254 13.3975 1.875 12.5 1.875H6.50003H3.50003ZM12.5 5.875H7.12503V3.125H12.5C12.7071 3.125 12.875 3.29289 12.875 3.5V5.5C12.875 5.70711 12.7071 5.875 12.5 5.875ZM5.87503 5.875V3.125H3.50003C3.29292 3.125 3.12503 3.29289 3.12503 3.5V5.875H5.87503ZM5.87503 7.125H3.12503V12.5C3.12503 12.7071 3.29292 12.875 3.50003 12.875H5.50003C5.70714 12.875 5.87503 12.7071 5.87503 12.5V7.125ZM12.625 9C12.625 8.65482 12.3452 8.375 12 8.375C11.6549 8.375 11.375 8.65482 11.375 9V12.4911L9.94197 11.0581C9.69789 10.814 9.30217 10.814 9.05809 11.0581C8.81401 11.3021 8.81401 11.6979 9.05809 11.9419L11.5581 14.4419C11.8022 14.686 12.1979 14.686 12.442 14.4419L14.942 11.9419C15.1861 11.6979 15.1861 11.3021 14.942 11.0581C14.6979 10.814 14.3022 10.814 14.0581 11.0581L12.625 12.4911V9Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
684
601
|
</symbol>
|
|
685
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
686
|
-
<path d="
|
|
602
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="tick">
|
|
603
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.4419 4.55806C14.686 4.80214 14.686 5.19786 14.4419 5.44194L7.79549 12.0884C7.35615 12.5277 6.64384 12.5277 6.2045 12.0884L2.55806 8.44194C2.31398 8.19786 2.31398 7.80214 2.55806 7.55806C2.80214 7.31398 3.19786 7.31398 3.44194 7.55806L7 11.1161L13.5581 4.55806C13.8021 4.31398 14.1979 4.31398 14.4419 4.55806Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
687
604
|
</symbol>
|
|
688
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
689
|
-
<path d="
|
|
605
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="tiles">
|
|
606
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.25 5.75V3.25H5.75V5.75H3.25ZM2 3C2 2.44772 2.44772 2 3 2H6C6.55228 2 7 2.44772 7 3V6C7 6.55228 6.55228 7 6 7H3C2.44772 7 2 6.55228 2 6V3ZM3.25 12.75V10.25H5.75V12.75H3.25ZM2 10C2 9.44772 2.44772 9 3 9H6C6.55228 9 7 9.44772 7 10V13C7 13.5523 6.55228 14 6 14H3C2.44772 14 2 13.5523 2 13V10ZM10.25 3.25V5.75H12.75V3.25H10.25ZM10 2C9.44772 2 9 2.44772 9 3V6C9 6.55228 9.44772 7 10 7H13C13.5523 7 14 6.55228 14 6V3C14 2.44772 13.5523 2 13 2H10ZM10.25 12.75V10.25H12.75V12.75H10.25ZM9 10C9 9.44772 9.44772 9 10 9H13C13.5523 9 14 9.44772 14 10V13C14 13.5523 13.5523 14 13 14H10C9.44772 14 9 13.5523 9 13V10Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
690
607
|
</symbol>
|
|
691
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
692
|
-
<path d="
|
|
608
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="timeOut">
|
|
609
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 1.375C2.65482 1.375 2.375 1.65482 2.375 2C2.375 2.34518 2.65482 2.625 3 2.625H4.375V4.63875C4.375 5.43618 4.73749 6.19038 5.36018 6.68853L6.99951 8L5.36018 9.31147C4.73749 9.80962 4.375 10.5638 4.375 11.3613V13.375H3C2.65482 13.375 2.375 13.6548 2.375 14C2.375 14.3452 2.65482 14.625 3 14.625H13C13.3452 14.625 13.625 14.3452 13.625 14C13.625 13.6548 13.3452 13.375 13 13.375H11.625V11.3612C11.625 10.5638 11.2625 9.80962 10.6398 9.31147L9.00049 8L10.6398 6.68853C11.2625 6.19038 11.625 5.43618 11.625 4.63875V2.625H13C13.3452 2.625 13.625 2.34518 13.625 2C13.625 1.65482 13.3452 1.375 13 1.375H3ZM8 8.80039L6.14104 10.2876C5.81487 10.5485 5.625 10.9435 5.625 11.3613V13.375H10.375V11.3612C10.375 10.9435 10.1851 10.5485 9.85896 10.2876L8 8.80039ZM8 7.19961L9.85896 5.71245C10.1851 5.45151 10.375 5.05645 10.375 4.63875V2.625H5.625V4.63875C5.625 5.05645 5.81487 5.45151 6.14104 5.71245L8 7.19961Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
693
610
|
</symbol>
|
|
694
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
695
|
-
<path d="
|
|
611
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="timePeriod">
|
|
612
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.0635 1.70421C10.1382 1.25311 9.09868 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15C9.09868 15 10.1382 14.7469 11.0635 14.2958C10.7057 14.0148 10.3724 13.704 10.0675 13.3671C9.42587 13.6144 8.72877 13.75 8 13.75C4.82436 13.75 2.25 11.1756 2.25 8C2.25 4.82436 4.82436 2.25 8 2.25C8.72877 2.25 9.42587 2.38558 10.0675 2.63288C10.3724 2.29598 10.7057 1.98517 11.0635 1.70421ZM8 3.375C8.34518 3.375 8.625 3.65482 8.625 4V7.74112L9.94194 9.05806C10.186 9.30214 10.186 9.69786 9.94194 9.94194C9.69786 10.186 9.30214 10.186 9.05806 9.94194L7.55806 8.44194C7.44085 8.32473 7.375 8.16576 7.375 8V4C7.375 3.65482 7.65482 3.375 8 3.375ZM11.4469 11.5581C11.2029 11.314 10.8071 11.314 10.5631 11.5581C10.319 11.8021 10.319 12.1979 10.5631 12.4419L12.0631 13.9419C12.3071 14.186 12.7029 14.186 12.9469 13.9419L14.4469 12.4419C14.691 12.1979 14.691 11.8021 14.4469 11.5581C14.2029 11.314 13.8071 11.314 13.5631 11.5581L13.13 11.9911V5.00888L13.5631 5.44194C13.8071 5.68602 14.2029 5.68602 14.4469 5.44194C14.691 5.19786 14.691 4.80214 14.4469 4.55806L12.9469 3.05806C12.7029 2.81398 12.3071 2.81398 12.0631 3.05806L10.5631 4.55806C10.319 4.80214 10.319 5.19786 10.5631 5.44194C10.8071 5.68602 11.2029 5.68602 11.4469 5.44194L11.88 5.00888V11.9911L11.4469 11.5581Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
696
613
|
</symbol>
|
|
697
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
698
|
-
<path d="M14
|
|
614
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="track">
|
|
615
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14 2.625C14 2.27982 13.7202 2 13.375 2H2.625C2.27982 2 2 2.27982 2 2.625C2 2.97018 2.27982 3.25 2.625 3.25L6.25 3.25V4.50841C6.25 4.953 6.51183 5.35589 6.91809 5.53645L9.65813 6.75425L5.48686 9.30336C4.71318 9.77617 4.78802 10.9231 5.61659 11.2913L8.5 12.5729V14C8.5 14.3452 8.77982 14.625 9.125 14.625C9.47018 14.625 9.75 14.3452 9.75 14V12.4916C9.75 12.047 9.48817 11.6441 9.08191 11.4636L6.34187 10.2458L10.5131 7.69668C11.2868 7.22387 11.212 6.07695 10.3834 5.7087L7.5 4.42718V3.25H13.375C13.7202 3.25 14 2.97018 14 2.625Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
699
616
|
</symbol>
|
|
700
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
701
|
-
<path d="
|
|
617
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="trackPeriod">
|
|
618
|
+
<path d="M2.625 2.00003H11.2589L10.0089 3.25003L4.49999 3.25003V4.42718L7.3834 5.7087C8.21197 6.07695 8.28681 7.22387 7.51313 7.69668L3.34186 10.2458L6.0819 11.4636C6.48816 11.6441 6.74999 12.047 6.74999 12.4916V14C6.74999 14.3452 6.47017 14.625 6.12499 14.625C5.77981 14.625 5.49999 14.3452 5.49999 14V12.5729L2.61658 11.2913C1.78801 10.9231 1.71317 9.77617 2.48685 9.30336L6.65812 6.75425L3.91808 5.53645C3.51182 5.35589 3.24999 4.953 3.24999 4.50841V3.25003H2.625C2.27982 3.25003 2 2.97021 2 2.62503C2 2.27985 2.27982 2.00003 2.625 2.00003Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
619
|
+
<path d="M10.5631 11.5581C10.8071 11.314 11.2029 11.314 11.4469 11.5581L11.88 11.9911V5.00888L11.4469 5.44194C11.2029 5.68602 10.8071 5.68602 10.5631 5.44194C10.319 5.19787 10.319 4.80214 10.5631 4.55806L12.0631 3.05806C12.3071 2.81398 12.7029 2.81398 12.9469 3.05806L14.4469 4.55806C14.691 4.80214 14.691 5.19786 14.4469 5.44194C14.2029 5.68602 13.8071 5.68602 13.5631 5.44194L13.13 5.00888V11.9911L13.5631 11.5581C13.8071 11.314 14.2029 11.314 14.4469 11.5581C14.691 11.8021 14.691 12.1979 14.4469 12.4419L12.9469 13.9419C12.7029 14.186 12.3071 14.186 12.0631 13.9419L10.5631 12.4419C10.319 12.1979 10.319 11.8021 10.5631 11.5581Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
702
620
|
</symbol>
|
|
703
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
704
|
-
<path d="
|
|
621
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="txt">
|
|
622
|
+
<path d="M12 13.75H4C3.58579 13.75 3.25 13.4142 3.25 13H2C2 14.1046 2.89543 15 4 15H12C13.1046 15 14 14.1046 14 13H12.75C12.75 13.4142 12.4142 13.75 12 13.75Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
623
|
+
<path d="M3.25 4V3C3.25 2.58579 3.58579 2.25 4 2.25H9.17157C9.37048 2.25 9.56125 2.32902 9.7019 2.46967L11.2322 4H13L10.5858 1.58579C10.2107 1.21071 9.70201 1 9.17157 1H4C2.89543 1 2 1.89543 2 3V4H3.25Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
624
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.05 10.9996C3.71 10.9996 3.45 10.8896 3.27 10.6696C3.09 10.4496 3 10.1596 3 9.79961V6.9998H2V5.99961H3V5H4V5.99961H5V6.9998H4V9.6C4 9.74667 4.03667 9.85 4.11 9.91C4.18333 9.97 4.29667 10 4.45 10L5 10.0004V11L4.05 10.9996ZM7 10.9998H6V8.99982H7V7.99982H6V5.99982H7V7.49982L8 7.99982L9 7.49982V5.99982H10V7.99982H9V8.99982H10V10.9998H9V9.49982L8 8.99982L7 9.49982V10.9998ZM12.27 10.6696C12.45 10.8896 12.71 10.9996 13.05 10.9996L14 11V10.0004L13.45 10C13.2967 10 13.1833 9.97 13.11 9.91C13.0367 9.85 13 9.74667 13 9.6V6.9998H14V5.99961H13V5H12V5.99961H11V6.9998H12V9.79961C12 10.1596 12.09 10.4496 12.27 10.6696Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
705
625
|
</symbol>
|
|
706
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
707
|
-
<path d="
|
|
626
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="undo">
|
|
627
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.44194 2.44194C6.68602 2.19786 6.68602 1.80214 6.44194 1.55806C6.19786 1.31398 5.80214 1.31398 5.55806 1.55806L3.55806 3.55806C3.31398 3.80214 3.31398 4.19786 3.55806 4.44194L5.55806 6.44194C5.80214 6.68602 6.19786 6.68602 6.44194 6.44194C6.68602 6.19786 6.68602 5.80214 6.44194 5.55806L5.50888 4.625H8C10.4162 4.625 12.375 6.58375 12.375 9C12.375 11.4162 10.4162 13.375 8 13.375C5.58375 13.375 3.625 11.4162 3.625 9H2.375C2.375 12.1066 4.8934 14.625 8 14.625C11.1066 14.625 13.625 12.1066 13.625 9C13.625 5.8934 11.1066 3.375 8 3.375H5.50888L6.44194 2.44194Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
708
628
|
</symbol>
|
|
709
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
710
|
-
<path d="
|
|
629
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="unlock">
|
|
630
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.2907 2.97744C11.4675 3.35888 11.152 3.75 10.7316 3.75C10.4465 3.75 10.2012 3.56213 10.0588 3.31517C9.64854 2.60381 8.88019 2.125 8.00001 2.125C6.68833 2.125 5.62501 3.18833 5.62501 4.5L5.62501 5H12C13.1046 5 14 5.89543 14 7V13C14 14.1046 13.1046 15 12 15H4C2.89543 15 2 14.1046 2 13V7C2 5.89543 2.89543 5 4 5H4.37501L4.37501 4.50001C4.375 2.49797 5.99797 0.875 8.00001 0.875C9.45824 0.875 10.7154 1.73604 11.2907 2.97744ZM12 6.25H4C3.58579 6.25 3.25 6.58579 3.25 7V13C3.25 13.4142 3.58579 13.75 4 13.75H12C12.4142 13.75 12.75 13.4142 12.75 13V7C12.75 6.58579 12.4142 6.25 12 6.25ZM8.625 8.5C8.625 8.15482 8.34518 7.875 8 7.875C7.65482 7.875 7.375 8.15482 7.375 8.5V10C7.375 10.3452 7.65482 10.625 8 10.625C8.34518 10.625 8.625 10.3452 8.625 10V8.5Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
711
631
|
</symbol>
|
|
712
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
713
|
-
<path d="
|
|
632
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="update">
|
|
633
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.13501 8.01787C1.78983 8.01787 1.51001 7.73805 1.51001 7.39287C1.51001 3.99642 4.4592 1.32001 7.99872 1.32001C10.1364 1.32001 12.0509 2.29107 13.2374 3.80773V2.48975C13.2374 2.14457 13.5173 1.86475 13.8624 1.86475C14.2076 1.86475 14.4874 2.14457 14.4874 2.48975V5.75847C14.4874 6.10365 14.2076 6.38347 13.8624 6.38347H10.3442C9.99904 6.38347 9.71922 6.10365 9.71922 5.75847C9.71922 5.41329 9.99904 5.13347 10.3442 5.13347H12.6276C11.7539 3.62166 10.0223 2.57001 7.99872 2.57001C5.06137 2.57001 2.76001 4.77178 2.76001 7.39287C2.76001 7.73805 2.48019 8.01787 2.13501 8.01787ZM13.8625 7.97218C14.2076 7.97218 14.4875 8.252 14.4875 8.59718C14.4875 8.92644 14.4594 9.25 14.4053 9.56576C13.904 12.4918 11.197 14.67 7.99875 14.67C5.86109 14.67 3.94658 13.699 2.76002 12.1823V13.5003C2.76002 13.8455 2.4802 14.1253 2.13502 14.1253C1.78984 14.1253 1.51002 13.8455 1.51002 13.5003V10.2316C1.51002 9.88641 1.78984 9.60658 2.13502 9.60658H5.65325C5.99843 9.60658 6.27825 9.88641 6.27825 10.2316C6.27825 10.5768 5.99843 10.8566 5.65325 10.8566H3.36984C4.24354 12.3684 5.97517 13.42 7.99875 13.42C10.6452 13.42 12.7842 11.626 13.1733 9.35469C13.2155 9.10826 13.2375 8.8553 13.2375 8.59718C13.2375 8.252 13.5173 7.97218 13.8625 7.97218Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
714
634
|
</symbol>
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
635
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 14" id="upload">
|
|
636
|
+
<path d="M3 4.00003V4.00003C3 2.89546 3.89543 2.00003 5 2.00003H13C14.1046 2.00003 15 2.89546 15 4.00003V12C15 13.1046 14.1046 14 13 14H5C3.89543 14 3 13.1046 3 12V12" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
637
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.25 5.5C1.25 5.15482 0.970178 4.875 0.625 4.875C0.279822 4.875 0 5.15482 0 5.5V6.00002C0 7.44977 1.17525 8.62502 2.625 8.62502H8.99112L7.55806 10.0581C7.31398 10.3022 7.31398 10.6979 7.55806 10.942C7.80214 11.186 8.19786 11.186 8.44194 10.942L10.5884 8.79551C11.0277 8.35617 11.0277 7.64386 10.5884 7.20452L8.44194 5.05808C8.19786 4.814 7.80214 4.814 7.55806 5.05808C7.31398 5.30215 7.31398 5.69788 7.55806 5.94196L8.99112 7.37502H2.625C1.86561 7.37502 1.25 6.75941 1.25 6.00002V5.5Z" fill="currentColor" fill-opacity="0.87" />
|
|
718
638
|
</symbol>
|
|
719
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
720
|
-
<
|
|
639
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="user">
|
|
640
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.25 5.5C10.25 6.74264 9.24264 7.75 8 7.75C6.75736 7.75 5.75 6.74264 5.75 5.5C5.75 4.25736 6.75736 3.25 8 3.25C9.24264 3.25 10.25 4.25736 10.25 5.5ZM11.5 5.5C11.5 7.433 9.933 9 8 9C6.067 9 4.5 7.433 4.5 5.5C4.5 3.567 6.067 2 8 2C9.933 2 11.5 3.567 11.5 5.5ZM3.625 14.25C3.625 12.6622 4.91218 11.375 6.5 11.375H9.5C11.0878 11.375 12.375 12.6622 12.375 14.25C12.375 14.5952 12.6548 14.875 13 14.875C13.3452 14.875 13.625 14.5952 13.625 14.25C13.625 11.9718 11.7782 10.125 9.5 10.125H6.5C4.22183 10.125 2.375 11.9718 2.375 14.25C2.375 14.5952 2.65482 14.875 3 14.875C3.34518 14.875 3.625 14.5952 3.625 14.25Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
721
641
|
</symbol>
|
|
722
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
723
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
642
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="verticalWidget">
|
|
643
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.25 12.75V3.25H5.75V12.75H3.25ZM2 3C2 2.44772 2.44772 2 3 2H6C6.55228 2 7 2.44772 7 3V13C7 13.5523 6.55228 14 6 14H3C2.44772 14 2 13.5523 2 13V3ZM10.25 12.75V3.25H12.75V12.75H10.25ZM9 3C9 2.44772 9.44772 2 10 2H13C13.5523 2 14 2.44772 14 3V13C14 13.5523 13.5523 14 13 14H10C9.44772 14 9 13.5523 9 13V3Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
724
644
|
</symbol>
|
|
725
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
726
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
645
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="warningFilled">
|
|
646
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.13174 2.01943L0.854914 13.0039C0.473967 13.6705 0.955335 14.5 1.72316 14.5H14.2768C15.0446 14.5 15.526 13.6705 15.145 13.0039L8.86822 2.01942C8.48433 1.34761 7.51563 1.34761 7.13174 2.01943ZM7.99998 9.85689C7.6548 9.85689 7.37498 9.57707 7.37498 9.23189V6.33427C7.37498 5.9891 7.6548 5.70927 7.99998 5.70927C8.34516 5.70927 8.62498 5.9891 8.62498 6.33427L8.62498 9.23189C8.62498 9.57707 8.34516 9.85689 7.99998 9.85689ZM7.99998 12.4557C7.6548 12.4557 7.37498 12.1759 7.37498 11.8307V11.4685C7.37498 11.1233 7.6548 10.8435 7.99998 10.8435C8.34516 10.8435 8.62498 11.1233 8.62498 11.4685V11.8307C8.62498 12.1759 8.34516 12.4557 7.99998 12.4557Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
727
647
|
</symbol>
|
|
728
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
729
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
648
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="warningStroke">
|
|
649
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.99998 3.01946L13.846 13.25H2.15395L7.99998 3.01946ZM0.854914 13.0039L7.13174 2.01943C7.51563 1.34761 8.48433 1.34761 8.86822 2.01942L15.145 13.0039C15.526 13.6705 15.0446 14.5 14.2768 14.5H1.72316C0.955335 14.5 0.473967 13.6705 0.854914 13.0039ZM8 9.85689C7.65482 9.85689 7.375 9.57707 7.375 9.23189V6.33427C7.375 5.9891 7.65482 5.70927 8 5.70927C8.34518 5.70927 8.625 5.9891 8.625 6.33427L8.625 9.23189C8.625 9.57707 8.34518 9.85689 8 9.85689ZM8 12.4557C7.65482 12.4557 7.375 12.1759 7.375 11.8307V11.4685C7.375 11.1233 7.65482 10.8435 8 10.8435C8.34518 10.8435 8.625 11.1233 8.625 11.4685V11.8307C8.625 12.1759 8.34518 12.4557 8 12.4557Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
730
650
|
</symbol>
|
|
731
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
732
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
651
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="well">
|
|
652
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.50288 2.9276C5.80957 1.80113 6.8325 1.01947 7.99997 1.01947C9.16745 1.01947 10.1904 1.80113 10.4971 2.9276L12.3885 9.875H14C14.3452 9.875 14.625 10.1548 14.625 10.5C14.625 10.8452 14.3452 11.125 14 11.125H12.7289L13.603 14.3358C13.6937 14.6689 13.4972 15.0124 13.1642 15.103C12.8311 15.1937 12.4876 14.9972 12.3969 14.6642L11.4334 11.125H4.56659L3.60302 14.6642C3.51235 14.9972 3.16884 15.1937 2.83579 15.103C2.50273 15.0124 2.30625 14.6689 2.39692 14.3358L3.27109 11.125H2C1.65482 11.125 1.375 10.8452 1.375 10.5C1.375 10.1548 1.65482 9.875 2 9.875H3.61141L5.50288 2.9276ZM9.29097 3.25597L11.093 9.875H8.625C8.625 9.76195 8.625 9.6407 8.625 9.5L8.625 2.5C8.625 2.47353 8.62335 2.44744 8.62016 2.42183C8.94209 2.59038 9.19065 2.88749 9.29097 3.25597ZM7.37984 2.4218C7.37665 2.44742 7.375 2.47352 7.375 2.5L7.375 9.5C7.375 9.6407 7.375 9.76195 7.375 9.875H4.90691L6.70898 3.25597C6.80931 2.88747 7.05789 2.59034 7.37984 2.4218Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
733
653
|
</symbol>
|
|
734
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
735
|
-
<
|
|
654
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="wellConstruction">
|
|
655
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 1.375C1.34518 1.375 1.625 1.65482 1.625 2V7C1.625 7.34518 1.34518 7.625 1 7.625C0.654822 7.625 0.375 7.34518 0.375 7V2C0.375 1.65482 0.654822 1.375 1 1.375ZM4.625 2C4.625 1.65482 4.34518 1.375 4 1.375C3.65482 1.375 3.375 1.65482 3.375 2V12C3.375 13.4497 4.55025 14.625 6 14.625H10C11.4497 14.625 12.625 13.4497 12.625 12V2C12.625 1.65482 12.3452 1.375 12 1.375C11.6548 1.375 11.375 1.65482 11.375 2V12C11.375 12.7594 10.7594 13.375 10 13.375H6C5.24061 13.375 4.625 12.7594 4.625 12V2ZM8.625 2C8.625 1.65482 8.34518 1.375 8 1.375C7.65482 1.375 7.375 1.65482 7.375 2V10C7.375 10.3452 7.65482 10.625 8 10.625C8.34518 10.625 8.625 10.3452 8.625 10V2ZM15.625 2C15.625 1.65482 15.3452 1.375 15 1.375C14.6548 1.375 14.375 1.65482 14.375 2V7C14.375 7.34518 14.6548 7.625 15 7.625C15.3452 7.625 15.625 7.34518 15.625 7V2Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
736
656
|
</symbol>
|
|
737
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
738
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
657
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="widgets">
|
|
658
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.52512 4L12 6.47487L14.4749 4L12 1.52512L9.52512 4ZM8.46446 3.29289C8.07394 3.68341 8.07394 4.31658 8.46446 4.7071L11.2929 7.53553C11.6834 7.92605 12.3166 7.92605 12.7071 7.53553L15.5355 4.7071C15.9261 4.31658 15.9261 3.68341 15.5355 3.29289L12.7071 0.464463C12.3166 0.0739388 11.6834 0.0739388 11.2929 0.464463L8.46446 3.29289ZM2.25 5.75V2.25H5.75V5.75H2.25ZM1 2C1 1.44771 1.44772 0.999997 2 0.999997H6C6.55228 0.999997 7 1.44771 7 2V6C7 6.55228 6.55228 7 6 7H2C1.44772 7 1 6.55228 1 6V2ZM2.25 13.75V10.25H5.75V13.75H2.25ZM1 10C1 9.44771 1.44772 9 2 9H6C6.55228 9 7 9.44771 7 10V14C7 14.5523 6.55228 15 6 15H2C1.44772 15 1 14.5523 1 14V10ZM10.25 13.75V10.25H13.75V13.75H10.25ZM9 10C9 9.44771 9.44772 9 10 9H14C14.5523 9 15 9.44771 15 10V14C15 14.5523 14.5523 15 14 15H10C9.44772 15 9 14.5523 9 14V10Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
739
659
|
</symbol>
|
|
740
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
741
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
660
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="world">
|
|
661
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.8275 11.125C12.1385 12.1871 11.1086 13.0075 9.89277 13.4312C10.2222 12.8055 10.4935 12.0198 10.6852 11.125H12.8275ZM10.8912 9.875C10.9621 9.27825 11 8.64945 11 8C11 7.35055 10.9621 6.72175 10.8912 6.125H13.4374C13.64 6.71268 13.75 7.34349 13.75 8C13.75 8.65651 13.64 9.28732 13.4374 9.875H10.8912ZM10.6852 4.875C10.4935 3.98018 10.2222 3.19455 9.89277 2.5688C11.1086 2.99248 12.1385 3.8129 12.8275 4.875H10.6852ZM8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15ZM7.99964 2.25C7.99487 2.25 7.97563 2.25035 7.93399 2.27023C7.8871 2.29262 7.81039 2.34101 7.71031 2.43978C7.50321 2.64417 7.25936 3.00191 7.02761 3.54265C6.86276 3.92731 6.71647 4.37549 6.59652 4.875H9.40348C9.28353 4.37549 9.13724 3.92731 8.97239 3.54265C8.74064 3.00191 8.49679 2.64417 8.28969 2.43978C8.18961 2.34101 8.1129 2.29262 8.06601 2.27023C8.02362 2.24999 8.00398 2.25 7.99964 2.25ZM3.17251 4.875C3.86145 3.8129 4.89138 2.99248 6.10723 2.5688C5.77783 3.19455 5.50645 3.98018 5.31481 4.875H3.17251ZM5.10883 6.125C5.03791 6.72175 5 7.35055 5 8C5 8.64945 5.03791 9.27825 5.10883 9.875H2.56264C2.36002 9.28732 2.25 8.65651 2.25 8C2.25 7.34349 2.36002 6.71268 2.56264 6.125H5.10883ZM6.36844 9.875C6.29226 9.28952 6.25 8.66015 6.25 8C6.25 7.33985 6.29226 6.71048 6.36844 6.125H9.63156C9.70774 6.71048 9.75 7.33985 9.75 8C9.75 8.66015 9.70774 9.28952 9.63156 9.875H6.36844ZM8.00036 13.75C8.00516 13.75 8.0244 13.7496 8.06601 13.7298C8.1129 13.7074 8.18961 13.659 8.28969 13.5602C8.49679 13.3558 8.74064 12.9981 8.97239 12.4573C9.13724 12.0727 9.28353 11.6245 9.40348 11.125H6.59652C6.71647 11.6245 6.86276 12.0727 7.02761 12.4573C7.25936 12.9981 7.50321 13.3558 7.71031 13.5602C7.81039 13.659 7.8871 13.7074 7.93399 13.7298L8.00036 13.75ZM5.31481 11.125C5.50645 12.0198 5.77784 12.8055 6.10723 13.4312C4.89138 13.0075 3.86145 12.1871 3.17251 11.125H5.31481Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
662
|
+
</symbol>
|
|
663
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="wrench">
|
|
664
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.575 7.65141L2.4063 11.8201C1.91787 12.3085 1.91787 13.1004 2.40631 13.5888C2.89473 14.0773 3.68662 14.0773 4.17505 13.5888L8.34486 9.41903L9.0489 9.61622C9.38022 9.70903 9.73012 9.7589 10.0926 9.7589C12.2241 9.7589 13.952 8.03098 13.952 5.89945C13.952 5.61746 13.9219 5.34286 13.8647 5.07858L11.8078 7.13544C11.2709 7.6724 10.4001 7.67268 9.86293 7.13534L8.85934 6.13172C8.32245 5.59483 8.32229 4.72423 8.85935 4.18719L10.9181 2.12839C10.6524 2.07052 10.3763 2.04001 10.0926 2.04001C7.9611 2.04001 6.23317 3.76793 6.23317 5.89945C6.23317 6.26334 6.28338 6.61446 6.37682 6.94673L6.575 7.65141ZM10.747 6.25164C10.7958 6.30046 10.875 6.30045 10.9238 6.25164L13.5563 3.61917C13.7314 3.444 13.9818 3.36663 14.2253 3.41243C14.4687 3.45823 14.6739 3.6213 14.7734 3.84815C15.0493 4.47697 15.202 5.17136 15.202 5.89945C15.202 8.72131 12.9145 11.0089 10.0926 11.0089C9.6149 11.0089 9.1516 10.9431 8.71175 10.8199L5.05894 14.4727C4.08235 15.4493 2.499 15.4493 1.52241 14.4727C0.545834 13.4961 0.545832 11.9128 1.52241 10.9362L5.1735 7.28513C5.0494 6.84384 4.98317 6.3789 4.98317 5.89945C4.98317 3.07758 7.27074 0.790009 10.0926 0.790009C10.8225 0.790009 11.5185 0.943497 12.1485 1.22067C12.3751 1.32038 12.5379 1.52552 12.5836 1.76887C12.6293 2.01222 12.5519 2.26242 12.3768 2.4375L9.74323 5.07107C9.69441 5.11988 9.69441 5.19903 9.74323 5.24785L10.747 6.25164Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
665
|
+
</symbol>
|
|
666
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16" id="x">
|
|
667
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.113 3.39046C13.3286 3.12092 13.2849 2.72761 13.0154 2.51198C12.7458 2.29635 12.3525 2.34005 12.1369 2.60959L8.62493 6.99953L5.11298 2.60959C4.89734 2.34005 4.50404 2.29635 4.2345 2.51198C3.96496 2.72761 3.92126 3.12092 4.13689 3.39046L7.82454 8.00002L4.13689 12.6096C3.92126 12.8791 3.96496 13.2724 4.2345 13.4881C4.50404 13.7037 4.89734 13.66 5.11297 13.3905L8.62493 9.00051L12.1369 13.3905C12.3525 13.66 12.7458 13.7037 13.0154 13.4881C13.2849 13.2724 13.3286 12.8791 13.113 12.6096L9.42532 8.00002L13.113 3.39046Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
668
|
+
</symbol>
|
|
669
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="xls">
|
|
670
|
+
<path d="M3 11H2V9H3V8H2V6H3V7.5L4 8L5 7.5V6H6V8H5V9H6V11H5V9.5L4 9L3 9.5V11Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
671
|
+
<path d="M8.92001 11C8.69334 11 8.39314 10.92 8.21981 10.76C8.05314 10.6 8.00001 10.3467 8.00001 10V6.00001H7V5.00001H9.00001V9.7C9.00001 9.80667 9.02668 9.88333 9.08001 9.93C9.13334 9.97667 9.22334 10 9.35001 10H10V11H8.92001Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
672
|
+
<path d="M14 9.75C14 10.17 13.87 10.4833 13.61 10.69C13.3567 10.8967 12.9867 11 12.5 11H11V10H12.45C12.63 10 12.7667 9.96333 12.86 9.89C12.9533 9.81 13 9.69667 13 9.55V9.45C13 9.15 12.8567 9 12.57 9H12.2C11.7333 9 11.5333 8.9 11.3 8.7C11.0733 8.49333 11 8.17 11 7.73V7.26C11 6.81333 11.0867 6.49333 11.34 6.3C11.5933 6.1 12.0067 6 12.5 6H14V7H12.55C12.3833 7 12.25 7.04 12.15 7.12C12.05 7.19333 12 7.30333 12 7.45V7.56C12 7.71333 12.0433 7.82667 12.13 7.9C12.2233 7.97333 12.34 8 12.48 8H12.63C13.0767 8 13.4167 8.12 13.65 8.34C13.8833 8.55333 14 8.87333 14 9.3V9.75Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
673
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 13.75H4C3.58579 13.75 3.25 13.4142 3.25 13H2C2 14.1046 2.89543 15 4 15H12C13.1046 15 14 14.1046 14 13H12.75C12.75 13.4142 12.4142 13.75 12 13.75ZM3.25 4V3C3.25 2.58579 3.58579 2.25 4 2.25H9.17157C9.37048 2.25 9.56125 2.32902 9.7019 2.46967L11.2322 4H13L10.5858 1.58579C10.2107 1.21071 9.70201 1 9.17157 1H4C2.89543 1 2 1.89543 2 3V4H3.25Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
674
|
+
</symbol>
|
|
675
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16" id="y">
|
|
676
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.13689 3.39045C3.92126 3.12091 3.96496 2.72761 4.2345 2.51198C4.50404 2.29635 4.89735 2.34005 5.11298 2.60959L8.62489 6.99955L12.1369 2.60961C12.3525 2.34008 12.7458 2.29638 13.0154 2.51201C13.2849 2.72764 13.3286 3.12095 13.113 3.39049L9.24988 8.21928L9.25012 13.5C9.25013 13.8452 8.97032 14.125 8.62515 14.1251C8.6015 14.1251 8.57817 14.1237 8.5552 14.1212C8.24281 14.0865 7.99987 13.8217 7.99987 13.5V8.21926L4.13689 3.39045Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
742
677
|
</symbol>
|
|
743
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="
|
|
744
|
-
<path d="
|
|
678
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="zoom">
|
|
679
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 11.75C9.62335 11.75 11.75 9.62331 11.75 6.99995C11.75 4.3766 9.62335 2.24995 7 2.24995C4.37665 2.24995 2.25 4.3766 2.25 6.99995C2.25 9.62331 4.37665 11.75 7 11.75ZM11.6616 10.7777C12.4985 9.74632 13 8.4317 13 6.99995C13 3.68625 10.3137 0.999954 7 0.999954C3.68629 0.999954 1 3.68625 1 6.99995C1 10.3137 3.68629 13 7 13C8.43172 13 9.74632 12.4985 10.7777 11.6616L13.5581 14.4419C13.8021 14.686 14.1979 14.686 14.4419 14.4419C14.686 14.1979 14.686 13.8021 14.4419 13.5581L11.6616 10.7777ZM7 4.375C7.34518 4.375 7.625 4.65482 7.625 5V6.375H9C9.34518 6.375 9.625 6.65482 9.625 7C9.625 7.34518 9.34518 7.625 9 7.625H7.625V9C7.625 9.34518 7.34518 9.625 7 9.625C6.65482 9.625 6.375 9.34518 6.375 9V7.625H5C4.65482 7.625 4.375 7.34518 4.375 7C4.375 6.65482 4.65482 6.375 5 6.375H6.375V5C6.375 4.65482 6.65482 4.375 7 4.375Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
745
680
|
</symbol>
|
|
746
681
|
</svg>
|