@rededor/cura 0.4.5 → 0.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/icons/iconset-default-list.ts +1 -1
- package/dist/assets/icons/iconset-default-tmp.svg +951 -0
- package/dist/assets/icons/iconset-default.svg +1 -1
- package/dist/cjs/{app-globals-858f45bf.js → app-globals-11fb6b23.js} +4 -4
- package/dist/cjs/{app-globals-858f45bf.js.map → app-globals-11fb6b23.js.map} +1 -1
- package/dist/cjs/cura-button_10.cjs.entry.js +1 -1
- package/dist/cjs/cura-button_10.cjs.entry.js.map +1 -1
- package/dist/cjs/cura.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/api/theme-presets/static.js +3 -3
- package/dist/collection/api/theme-presets/static.js.map +1 -1
- package/dist/collection/assets/icons/iconset-default-list.js +1 -1
- package/dist/collection/assets/icons/iconset-default-list.js.map +1 -1
- package/dist/collection/assets/icons/iconset-default-tmp.svg +951 -0
- package/dist/collection/assets/icons/iconset-default.svg +1 -1
- package/dist/collection/assets-raw/icons/default/airdrop.svg +6 -0
- package/dist/collection/assets-raw/icons/default/doc.svg +5 -2
- package/dist/collection/assets-raw/icons/default/examDoc.svg +8 -0
- package/dist/collection/assets-raw/icons/default/maintenance.svg +4 -0
- package/dist/collection/assets-raw/icons/default/profile.svg +2 -2
- package/dist/collection/assets-raw/icons/default/profileCircle.svg +4 -0
- package/dist/collection/assets-raw/icons/default/scheduleCheck.svg +8 -0
- package/dist/collection/assets-raw/icons/default/telegram.svg +3 -0
- package/dist/collection/assets-raw/icons/default/twitter.svg +3 -1
- package/dist/collection/components/buttons/cura-button/cura-button.stories.js +168 -0
- package/dist/collection/components/buttons/cura-button/cura-button.stories.js.map +1 -0
- package/dist/collection/components/buttons/cura-button-outline/cura-button-outline.stories.js +168 -0
- package/dist/collection/components/buttons/cura-button-outline/cura-button-outline.stories.js.map +1 -0
- package/dist/collection/components/buttons/cura-button-transparent/cura-button-transparent.stories.js +168 -0
- package/dist/collection/components/buttons/cura-button-transparent/cura-button-transparent.stories.js.map +1 -0
- package/dist/collection/components/cura-icon/cura-icon.stories.js +75 -0
- package/dist/collection/components/cura-icon/cura-icon.stories.js.map +1 -0
- package/dist/collection/components/loaders/cura-loader-circle/cura-loader-circle.stories.js +56 -0
- package/dist/collection/components/loaders/cura-loader-circle/cura-loader-circle.stories.js.map +1 -0
- package/dist/collection/components/text/cura-display/cura-display.stories.js +80 -0
- package/dist/collection/components/text/cura-display/cura-display.stories.js.map +1 -0
- package/dist/collection/components/text/cura-heading/cura-heading.stories.js +91 -0
- package/dist/collection/components/text/cura-heading/cura-heading.stories.js.map +1 -0
- package/dist/collection/components/text/cura-paragraph/cura-paragraph.stories.js +94 -0
- package/dist/collection/components/text/cura-paragraph/cura-paragraph.stories.js.map +1 -0
- package/dist/collection/stories/Button.js +21 -0
- package/dist/collection/stories/Button.st.js +50 -0
- package/dist/collection/stories/Header.js +47 -0
- package/dist/collection/stories/Header.st.js +28 -0
- package/dist/collection/stories/Page.js +94 -0
- package/dist/collection/stories/Page.st.js +27 -0
- package/dist/collection/stories/assets/accessibility.svg +5 -0
- package/dist/collection/stories/assets/discord.svg +15 -0
- package/dist/collection/stories/assets/github.svg +3 -0
- package/dist/collection/stories/assets/tutorials.svg +12 -0
- package/dist/collection/stories/assets/youtube.svg +4 -0
- package/dist/collection/utils/utils.js +12 -0
- package/dist/collection/utils/utils.js.map +1 -1
- package/dist/components/cura-icons-view.js +1 -1
- package/dist/components/cura-icons-view.js.map +1 -1
- package/dist/components/index.js +3 -3
- package/dist/components/index.js.map +1 -1
- package/dist/cura/cura.esm.js +1 -1
- package/dist/cura/cura.js +1 -1
- package/dist/cura/{p-aa9ad33b.system.js → p-0bb24006.system.js} +2 -2
- package/dist/cura/{p-aa9ad33b.system.js.map → p-0bb24006.system.js.map} +1 -1
- package/dist/cura/{p-deafb1b5.js → p-0e6b48da.js} +2 -2
- package/dist/cura/{p-deafb1b5.js.map → p-0e6b48da.js.map} +1 -1
- package/dist/cura/{p-b1ae12e5.system.js → p-19176c44.system.js} +2 -2
- package/dist/cura/{p-2b6e4727.entry.js → p-d184517b.entry.js} +2 -2
- package/dist/cura/{p-2b6e4727.entry.js.map → p-d184517b.entry.js.map} +1 -1
- package/dist/cura/{p-8e62c529.system.entry.js → p-eec653ca.system.entry.js} +2 -2
- package/dist/cura/{p-8e62c529.system.entry.js.map → p-eec653ca.system.entry.js.map} +1 -1
- package/dist/esm/{app-globals-66a65edd.js → app-globals-5009a324.js} +4 -4
- package/dist/esm/{app-globals-66a65edd.js.map → app-globals-5009a324.js.map} +1 -1
- package/dist/esm/cura-button_10.entry.js +1 -1
- package/dist/esm/cura-button_10.entry.js.map +1 -1
- package/dist/esm/cura.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm-es5/{app-globals-66a65edd.js → app-globals-5009a324.js} +2 -2
- package/dist/esm-es5/{app-globals-66a65edd.js.map → app-globals-5009a324.js.map} +1 -1
- package/dist/esm-es5/cura-button_10.entry.js +1 -1
- package/dist/esm-es5/cura-button_10.entry.js.map +1 -1
- package/dist/esm-es5/cura.js +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/types/components/buttons/cura-button/cura-button.stories.d.ts +171 -0
- package/dist/types/components/buttons/cura-button-outline/cura-button-outline.stories.d.ts +171 -0
- package/dist/types/components/buttons/cura-button-transparent/cura-button-transparent.stories.d.ts +171 -0
- package/dist/types/components/cura-icon/cura-icon.stories.d.ts +65 -0
- package/dist/types/components/loaders/cura-loader-circle/cura-loader-circle.stories.d.ts +43 -0
- package/dist/types/components/text/cura-display/cura-display.stories.d.ts +76 -0
- package/dist/types/components/text/cura-heading/cura-heading.stories.d.ts +90 -0
- package/dist/types/components/text/cura-paragraph/cura-paragraph.stories.d.ts +74 -0
- package/dist/types/utils/utils.d.ts +1 -0
- package/package.json +15 -3
- package/dist/collection/assets-raw/icons/default/profile2.svg +0 -4
- /package/dist/cura/{p-b1ae12e5.system.js.map → p-19176c44.system.js.map} +0 -0
|
@@ -0,0 +1,951 @@
|
|
|
1
|
+
<svg width="0" height="0" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<defs>
|
|
3
|
+
|
|
4
|
+
<symbol id="360" viewBox="0 0 24 24">
|
|
5
|
+
<path d="M12.3016 14.5948C15.6151 14.2212 18.0097 11.2317 17.6501 7.91754C17.2905 4.60333 14.313 2.21944 10.9995 2.59296C7.68606 2.96649 5.29145 5.95598 5.65101 9.27019C6.01057 12.5844 8.98814 14.9683 12.3016 14.5948Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M10 5.99976V9.99976" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M8 8.03833H12" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
<path d="M17.1032 19.583C20 19 22 17.9893 22 17C22 16.2413 20.8512 15.4906 19 15M5 15C3.14883 15.4906 2 16.2413 2 17C2 18.4933 6.5 20 12 20H13" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
+
<path d="M13 19.9998L11 21.9998" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10
|
+
<path d="M13 19.9995L11 17.9995" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11
|
+
</symbol>
|
|
12
|
+
|
|
13
|
+
<symbol id="accessibility" viewBox="0 0 24 24">
|
|
14
|
+
<path d="M6 12.9995C4.78555 13.9117 4 15.3641 4 16.9999C4 19.7613 6.23858 21.9999 9 21.9999C11.0503 21.9999 12.8124 20.7658 13.584 18.9999" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
15
|
+
<path d="M12.336 8.96324C12.336 8.96324 13.5796 8.96338 13.6705 10.2882L13.6705 12.9998H16C17 12.9998 17.7725 13.8748 18 14.4998L20 18.9998C20.1399 19.4058 19.919 19.8643 19.5 19.9998C19.0165 19.9998 17.8451 19.9998 17.5 19.9998C17.1549 19.9998 16.6092 19.8173 16.5 19.4998L15 15.9998H10C9.51648 15.9998 9 15.4998 9 14.9998L9.00008 14.4998L9 10.4998C9 9.689 9.6954 8.99976 10.5 8.96313L12.336 8.96324Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
16
|
+
<path d="M11.2529 1.99976C10.4519 1.99976 9.80237 2.72969 9.80237 3.63001C9.80237 3.83737 9.83684 4.7752 9.89967 4.95765C10.1096 5.56734 10.6364 5.99976 11.253 5.99976C11.8695 5.99976 12.3963 5.56734 12.6062 4.95765C12.6691 4.7752 12.7035 3.83737 12.7035 3.63001C12.7035 2.72969 12.054 1.99976 11.2529 1.99976Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
17
|
+
</symbol>
|
|
18
|
+
|
|
19
|
+
<symbol id="addUser" viewBox="0 0 24 24">
|
|
20
|
+
<path d="M13.5 11.5V13.1082L19 15C20.2812 15.4511 21 16.7421 21 18L21.0001 21" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
21
|
+
<path d="M3 21V18.0269C3 16.5 3.5 15.5 5 15C6.5 14.5 10 13 10 13V11.5L10.0107 11.0609C9.03814 10.4363 8.5 9.37367 8.5 8.16786V5.46996C8.5 3.55281 10.0152 2 12.0054 2C13.9956 2 15.5 3.55281 15.5 5.46996V8.16786C15.5 9.69569 14.5 11 13 11.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
22
|
+
<path d="M12 17L12 23" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
23
|
+
<path d="M15 20.0005L9.00001 20.0005" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
24
|
+
</symbol>
|
|
25
|
+
|
|
26
|
+
<symbol id="airdrop" viewBox="0 0 24 24">
|
|
27
|
+
<path d="M17 21C19.989 19.2397 22 15.9494 22 12.181C22 6.5582 17.5228 2 12 2C6.47715 2 2 6.5582 2 12.181C2 15.9494 4.01099 19.2397 7 21" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
28
|
+
<path d="M15.6076 18.2895C17.6404 17.0425 19 14.7733 19 12.1809C19 8.24494 15.866 5.0542 12 5.0542C8.13401 5.0542 5 8.24494 5 12.1809C5 14.7733 6.35958 17.0425 8.39241 18.2895" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
29
|
+
<path d="M14 15.7086C15.1956 15.0045 16 13.6884 16 12.1811C16 9.93192 14.2091 8.10864 12 8.10864C9.79086 8.10864 8 9.93192 8 12.1811C8 13.6884 8.8044 15.0045 10 15.7086" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
30
|
+
<circle cx="1" cy="1" r="1" transform="matrix(1 0 0 -1 11 13.1992)" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
31
|
+
</symbol>
|
|
32
|
+
|
|
33
|
+
<symbol id="alertCircle" viewBox="0 0 24 24">
|
|
34
|
+
<circle cx="12" cy="12" r="10" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
35
|
+
<path d="M12 17V16" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
36
|
+
<path d="M12 13V7" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
37
|
+
</symbol>
|
|
38
|
+
|
|
39
|
+
<symbol id="alertTriangle" viewBox="0 0 24 24">
|
|
40
|
+
<path d="M12 3L22 21H2L12 3Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
41
|
+
<path d="M12 18V17" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
42
|
+
<path d="M12 14V9.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
43
|
+
</symbol>
|
|
44
|
+
|
|
45
|
+
<symbol id="arrowDown" viewBox="0 0 24 24">
|
|
46
|
+
<path d="M20 12.0452L12.0131 20M11.9082 19.8838L11.9082 4L11.9082 19.8838ZM4 12.0452L12.0131 20L4 12.0452Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
47
|
+
</symbol>
|
|
48
|
+
|
|
49
|
+
<symbol id="arrowDownCircle" viewBox="0 0 24 24">
|
|
50
|
+
<path d="M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
51
|
+
<path d="M15 11L12.0032 14L9 11" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
52
|
+
</symbol>
|
|
53
|
+
|
|
54
|
+
<symbol id="arrowLeft" viewBox="0 0 24 24">
|
|
55
|
+
<path d="M11.9548 4L4 11.9869M4.11622 12.0918H20H4.11622ZM11.9548 20L4 11.9869L11.9548 20Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
56
|
+
</symbol>
|
|
57
|
+
|
|
58
|
+
<symbol id="arrowLeftCircle" viewBox="0 0 24 24">
|
|
59
|
+
<path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
60
|
+
<path d="M13 9L10 11.9968L13 15" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
61
|
+
</symbol>
|
|
62
|
+
|
|
63
|
+
<symbol id="arrowRight" viewBox="0 0 24 24">
|
|
64
|
+
<path d="M12.0452 4L20 11.9869M19.8838 12.0918H4H19.8838ZM12.0452 20L20 11.9869L12.0452 20Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
65
|
+
</symbol>
|
|
66
|
+
|
|
67
|
+
<symbol id="arrowRightCircle" viewBox="0 0 24 24">
|
|
68
|
+
<path d="M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
69
|
+
<path d="M11 9L14 11.9968L11 15" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
70
|
+
</symbol>
|
|
71
|
+
|
|
72
|
+
<symbol id="arrowUp" viewBox="0 0 24 24">
|
|
73
|
+
<path d="M4 11.9548L11.9869 4M12.0918 4.11622L12.0918 20L12.0918 4.11622ZM20 11.9548L11.9869 4L20 11.9548Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
74
|
+
</symbol>
|
|
75
|
+
|
|
76
|
+
<symbol id="arrowUpCircle" viewBox="0 0 24 24">
|
|
77
|
+
<path d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
78
|
+
<path d="M9 13L11.9968 10L15 13" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
79
|
+
</symbol>
|
|
80
|
+
|
|
81
|
+
<symbol id="attach" viewBox="0 0 24 24">
|
|
82
|
+
<path d="M3 13L12.6812 3.4148C14.5843 1.52839 17.6697 1.5284 19.5728 3.41484C21.4758 5.30124 21.4757 8.35965 19.5727 10.246L8.69173 21.032C7.38968 22.3227 5.27863 22.3227 3.97656 21.032C2.67447 19.7413 2.67448 17.6487 3.97658 16.358L13.407 7.01025C14.1081 6.3153 15.2448 6.31532 15.9459 7.0103C16.647 7.70527 16.647 8.832 15.9459 9.52695L7.5 18" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
83
|
+
</symbol>
|
|
84
|
+
|
|
85
|
+
<symbol id="avatarF" viewBox="0 0 24 24">
|
|
86
|
+
<path d="M14 12.5554V14.3423L19.75 16.646C21.105 17.1472 22 18.4003 22 19.7979V21.9999" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
87
|
+
<path d="M16 7V8.85313C16 10.5507 14.8632 11.9912 13.2829 12.5062M8 6V8.85313C8 10.1929 8.705 11.3737 9.785 12.0677L10 12.2122V14.3761L4.265 16.6509C2.9 17.1473 2 18.4052 2 19.8076V21.9999" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
88
|
+
<path d="M18 15.5V8C18 4.68629 15.3137 2 12 2C8.68629 2 6 4.68629 6 8V15.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
89
|
+
<path d="M7 6L12 6" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
90
|
+
</symbol>
|
|
91
|
+
|
|
92
|
+
<symbol id="avatarM" viewBox="0 0 24 24">
|
|
93
|
+
<path d="M14 12.5554V14.3423L19.75 16.646C21.105 17.1472 22 18.4003 22 19.7979V21.9999" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
94
|
+
<path d="M2 22V19.8076C2 18.4052 2.9 17.1473 4.265 16.6509L10 14.3762V12.2123L9.785 12.0677C8.705 11.3737 8 10.193 8 8.85317V5.85551C8 3.72534 9.79 2 12 2C14.21 2 16 3.72534 16 5.85551V8.85317C16 10.5508 14.8632 11.9912 13.2829 12.5063" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
95
|
+
<path d="M9 4L13.5 6.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
96
|
+
</symbol>
|
|
97
|
+
|
|
98
|
+
<symbol id="biometry" viewBox="0 0 24 24">
|
|
99
|
+
<path d="M10 22C12.9924 17.6965 13.4461 15.1131 14 13C14.3612 11.6221 13.7939 10.2666 12.5 10C11.3787 9.76899 10.2957 11.1427 10 12.5C9.94772 12.7297 8.86858 16.6606 5.94349 20M14.4009 2.21847C14.4781 2.23745 14.5533 2.25768 14.6284 2.27792C19.8027 3.67127 22.932 9.15754 21.7512 14.7673C21.6624 15.1945 21.1778 18.4121 19.5 22M9.32193 2.40049C9.96022 2.20132 10.6186 2.06759 11.2863 2M2 10.5653C2.64676 7.67649 4.33195 5.28917 6.53544 3.76353M16.9248 16.8819C16.4354 18.2744 15.5291 20.1472 14.5 22M4.51247 15.1432C5.52524 13.2442 5.93701 11.5252 5.94349 11.4942C6.72327 7.91184 10.0119 5.51794 13.2635 6.18254C13.3838 6.20768 13.4744 6.23026 13.5663 6.25499C16.6585 7.08767 18.5137 10.4593 17.7835 13.9295" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
100
|
+
</symbol>
|
|
101
|
+
|
|
102
|
+
<symbol id="bloodGroup" viewBox="0 0 24 24">
|
|
103
|
+
<path d="M20 14C20 18.4183 16.4183 22 12 22C7.58172 22 4 18.4183 4 14C4 9.58172 8 7 12 2C16 7 20 9.58172 20 14Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
104
|
+
</symbol>
|
|
105
|
+
|
|
106
|
+
<symbol id="calendar" viewBox="0 0 24 24">
|
|
107
|
+
<path d="M2 7.99341H22" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
108
|
+
<path d="M8 2V3.99781" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
109
|
+
<path d="M16 2V3.99781" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
110
|
+
<path d="M5 3.01166H2L2.00005 21.9789H22V2.99951H19" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
111
|
+
<path d="M11 2.99902H13" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
112
|
+
<path d="M18 11.9902H15V14.9869H18V11.9902Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
113
|
+
</symbol>
|
|
114
|
+
|
|
115
|
+
<symbol id="cam" viewBox="0 0 24 24">
|
|
116
|
+
<path d="M2 8C2 6.89543 2.89543 6 4 6H13C14.1046 6 15 6.89543 15 8V16C15 17.1046 14.1046 18 13 18H4C2.89543 18 2 17.1046 2 16V8Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
117
|
+
<path d="M17.5 12.5L22 8V17L17.5 12.5Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
118
|
+
</symbol>
|
|
119
|
+
|
|
120
|
+
<symbol id="camOff" viewBox="0 0 24 24">
|
|
121
|
+
<path d="M15 13V16C15 17.1046 14.1046 18 13 18H10M15 9V8C15 6.89543 14.1046 6 13 6H4C2.89543 6 2 6.89543 2 8V16C2 17.1046 2.89543 18 4 18H5.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
122
|
+
<path d="M17.5 12.5L22 8V17L17.5 12.5Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
123
|
+
<path d="M21 3L3 21" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
124
|
+
</symbol>
|
|
125
|
+
|
|
126
|
+
<symbol id="central" viewBox="0 0 24 24">
|
|
127
|
+
<path d="M4 14C4 14 2 13.2286 2 12.2857V9.71429C2 8 4 8 4 8V11V14Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
128
|
+
<path d="M20 14C20 14 22 13.2286 22 12.2857V9.71429C22 8 20 8 20 8V14Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
129
|
+
<path d="M14 21C17.0171 20.96 20 19 20 15V14" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
130
|
+
<path d="M13.2 22H10.8C10.36 22 10 21.55 10 21C10 20.45 10.36 20 10.8 20H13.2C13.64 20 14 20.45 14 21C14 21.55 13.64 22 13.2 22Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
131
|
+
<path d="M20 10V9.55556C20 5.38667 16.4141 2 12 2C7.58588 2 4 5.38667 4 9.55556V10" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
132
|
+
</symbol>
|
|
133
|
+
|
|
134
|
+
<symbol id="chatCircle" viewBox="0 0 24 24">
|
|
135
|
+
<path d="M6.90435 20.6L4.45217 21.3L2 22L3.55652 17.3391C2.56522 15.8 2 13.9652 2 12C2 6.47826 6.47826 2 12 2C17.5217 2 22 6.47826 22 12C22 17.5217 17.5217 22 12 22C10.1391 22 8.3913 21.487 6.90435 20.6Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
136
|
+
<circle cx="7" cy="12" r="1" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
137
|
+
<circle cx="12" cy="12" r="1" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
138
|
+
<circle cx="17" cy="12" r="1" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
139
|
+
</symbol>
|
|
140
|
+
|
|
141
|
+
<symbol id="check" viewBox="0 0 24 24">
|
|
142
|
+
<path d="M22 5L9 19L2 11.9488" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
143
|
+
</symbol>
|
|
144
|
+
|
|
145
|
+
<symbol id="checkBadge" viewBox="0 0 24 24">
|
|
146
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.11119 15.2677C3.8477 16.9493 4.08874 18.2309 4.92893 19.0711C5.76913 19.9113 7.05074 20.1523 8.73235 19.8888C9.73511 21.2642 10.8118 22 12 22C13.1882 22 14.2649 21.2642 15.2677 19.8888C16.9493 20.1523 18.2309 19.9113 19.0711 19.0711C19.9113 18.2309 20.1523 16.9493 19.8888 15.2677C21.2642 14.2649 22 13.1882 22 12C22 10.8118 21.2642 9.73511 19.8888 8.73235C20.1523 7.05074 19.9113 5.76913 19.0711 4.92893C18.2309 4.08874 16.9493 3.8477 15.2677 4.11119C14.2649 2.7358 13.1882 2 12 2C10.8118 2 9.73511 2.7358 8.73235 4.11119C7.05074 3.8477 5.76913 4.08874 4.92893 4.92893C4.08874 5.76913 3.8477 7.05074 4.11119 8.73235C2.7358 9.73511 2 10.8118 2 12C2 13.1882 2.7358 14.2649 4.11119 15.2677Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
147
|
+
<path d="M16.5 10L11 15L8 11.978" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
148
|
+
</symbol>
|
|
149
|
+
|
|
150
|
+
<symbol id="checkCircle" viewBox="0 0 24 24">
|
|
151
|
+
<path d="M21 5.99976L12 14.9998L6.99997 9.99976" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
152
|
+
<path d="M17.1179 3.40792C16.1501 2.83146 15.0676 2.41001 13.8978 2.18395C8.47631 1.13629 3.23204 4.68197 2.18438 10.1034C1.13672 15.5249 4.68239 20.7692 10.1039 21.8168C15.5253 22.8645 20.7696 19.3188 21.8173 13.8974C22.002 12.9412 22.0439 11.9905 21.9579 11.0674" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
153
|
+
</symbol>
|
|
154
|
+
|
|
155
|
+
<symbol id="checkDouble" viewBox="0 0 24 24">
|
|
156
|
+
<path d="M18 6L7 16.5L2 11" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
157
|
+
<path d="M22 7.5L12 17L11 16" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
158
|
+
</symbol>
|
|
159
|
+
|
|
160
|
+
<symbol id="clock" viewBox="0 0 24 24">
|
|
161
|
+
<path d="M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
162
|
+
<path d="M12 12L12 6" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
163
|
+
<path d="M12 12.0002L16 12.0002" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
164
|
+
</symbol>
|
|
165
|
+
|
|
166
|
+
<symbol id="close" viewBox="0 0 24 24">
|
|
167
|
+
<path d="M4 4L20 20M4 20L20 4" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
168
|
+
</symbol>
|
|
169
|
+
|
|
170
|
+
<symbol id="closeCircle" viewBox="0 0 24 24">
|
|
171
|
+
<path d="M4.92893 19.0711C8.83418 22.9763 15.1658 22.9763 19.0711 19.0711C22.9763 15.1658 22.9763 8.83418 19.0711 4.92893C15.1658 1.02369 8.83418 1.02369 4.92893 4.92893C1.02369 8.83418 1.02369 15.1658 4.92893 19.0711Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
172
|
+
<path d="M9 9L15 15" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
173
|
+
<path d="M9 15L15 9" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
174
|
+
</symbol>
|
|
175
|
+
|
|
176
|
+
<symbol id="collapse" viewBox="0 0 24 24">
|
|
177
|
+
<path d="M18 20.9998L12 14.9998L6 20.9998" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
178
|
+
<path d="M6 2.99976L12 8.99976L18 2.99976" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
179
|
+
</symbol>
|
|
180
|
+
|
|
181
|
+
<symbol id="config" viewBox="0 0 24 24">
|
|
182
|
+
<path d="M15.5354 5.25609L18.1022 3.96078L20.0392 5.8978L18.7439 8.46465L19.2668 9.7243L22 10.6393V13.3607L19.2668 14.2757L18.7439 15.5354L20.0392 18.1022L18.1022 20.0392L15.5354 18.7439L14.2757 19.2668L13.3607 22H10.6393L9.7243 19.2668L8.46465 18.7439L5.8978 20.0392L3.96078 18.1022L5.25609 15.5354L4.73321 14.2757L2 13.3607V10.6393L4.73321 9.7243L5.25609 8.46465L3.96078 5.8978L5.8978 3.96078L8.46465 5.25609L9.7243 4.73321L10.6393 2H13.3607L14.2757 4.73321L15.5354 5.25609Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
183
|
+
<path d="M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
184
|
+
</symbol>
|
|
185
|
+
|
|
186
|
+
<symbol id="delete" viewBox="0 0 24 24">
|
|
187
|
+
<path d="M3.00006 5.99951H5.00006H21.0001" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
188
|
+
<path d="M8 6V4C8 3.46957 8.21071 2.96086 8.58579 2.58579C8.96086 2.21071 9.46957 2 10 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V6" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
189
|
+
<path d="M19 6V20C19 20.5304 18.7893 21.0391 18.4142 21.4142C18.0391 21.7893 17.5304 22 17 22H7C6.46957 22 5.96086 21.7893 5.58579 21.4142C5.21071 21.0391 5 20.5304 5 20V6H19Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
190
|
+
<path d="M10 11V17" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
191
|
+
<path d="M14 11V17" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
192
|
+
</symbol>
|
|
193
|
+
|
|
194
|
+
<symbol id="desktop" viewBox="0 0 24 24">
|
|
195
|
+
<path d="M8 22H16" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
196
|
+
<path d="M10 17L10 22" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
197
|
+
<path d="M14 17V22" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
198
|
+
<rect x="2" y="3" width="20" height="14" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
199
|
+
</symbol>
|
|
200
|
+
|
|
201
|
+
<symbol id="doc" viewBox="0 0 24 24">
|
|
202
|
+
<path d="M3 7V22H21V10V2H8L3 7Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
203
|
+
<path d="M10 6V9H7" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
204
|
+
<path d="M14 9H17" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
205
|
+
<path d="M7 13L17 13" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
206
|
+
<path d="M7 17L17 17" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
207
|
+
</symbol>
|
|
208
|
+
|
|
209
|
+
<symbol id="down" viewBox="0 0 24 24">
|
|
210
|
+
<path d="M16 10L12 14L8 10" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
211
|
+
</symbol>
|
|
212
|
+
|
|
213
|
+
<symbol id="download" viewBox="0 0 24 24">
|
|
214
|
+
<path d="M12 17V4M12 17L19 10.544M12 17L5 10.544M5 20H19" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
215
|
+
</symbol>
|
|
216
|
+
|
|
217
|
+
<symbol id="duplicate" viewBox="0 0 24 24">
|
|
218
|
+
<path d="M1.99988 22C1.99988 22 1.99966 12.2939 2.00003 8H16C16.0002 12.2939 16 22 16 22H1.99988Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
219
|
+
<path d="M8.00004 3.99976V1.99976L22 1.99999L22 16H20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
220
|
+
</symbol>
|
|
221
|
+
|
|
222
|
+
<symbol id="edit" viewBox="0 0 24 24">
|
|
223
|
+
<path d="M4 17L19 1.99976L22 4.99976L7 20L2 22L4 17Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
224
|
+
<path d="M16 6L18 8" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
225
|
+
<path d="M5 17L7 19" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
226
|
+
</symbol>
|
|
227
|
+
|
|
228
|
+
<symbol id="exam" viewBox="0 0 24 24">
|
|
229
|
+
<path d="M7.99988 5.99976H15.9999V17.9998C15.9999 20.2089 14.209 21.9998 11.9999 21.9998V21.9998C9.79074 21.9998 7.99988 20.2089 7.99988 17.9998V5.99976Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
230
|
+
<path d="M15.9999 11.9998H11.9999" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
231
|
+
<path d="M16.9998 5.99976H6.99976" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
232
|
+
<path d="M8.99949 5.99949L8.99976 1.99975L14.9997 1.99954L14.9997 5.99949" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
233
|
+
</symbol>
|
|
234
|
+
|
|
235
|
+
<symbol id="examDoc" viewBox="0 0 24 24">
|
|
236
|
+
<path d="M21 6V2H8L3 7V22H12" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
237
|
+
<path d="M10.0001 6V9H7.00006" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
238
|
+
<path d="M16 13H21V19.5C21 20.8807 19.8807 22 18.5 22C17.1193 22 16 20.8807 16 19.5V13Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
239
|
+
<path d="M21 17L19 17" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
240
|
+
<path d="M22 13L15 13" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
241
|
+
<path d="M16 13L16.0002 10.0002L21 10L21 13" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
242
|
+
</symbol>
|
|
243
|
+
|
|
244
|
+
<symbol id="expand" viewBox="0 0 24 24">
|
|
245
|
+
<path d="M18 15L12.0001 21L6 15" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
246
|
+
<path d="M6 9L12 3L18 9" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
247
|
+
</symbol>
|
|
248
|
+
|
|
249
|
+
<symbol id="facebook" viewBox="0 0 24 24">
|
|
250
|
+
<path d="M9.26757 22H13.6289V11.9128H16.675L17 8.53645H13.6364C13.6364 8.53645 13.6364 7.27381 13.6364 6.61109C13.6364 5.81584 13.8103 5.50192 14.6417 5.50192C15.3144 5.50192 17 5.50192 17 5.50192V2C17 2 14.5132 2 13.9766 2C10.7339 2 9.26757 3.31845 9.26757 5.84374C9.26757 8.04116 9.26757 8.53645 9.26757 8.53645H7V11.9547H9.26757V22Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
251
|
+
</symbol>
|
|
252
|
+
|
|
253
|
+
<symbol id="fileBmp" viewBox="0 0 24 24">
|
|
254
|
+
<path d="M2 12V7L7 2H22V12" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
255
|
+
<path d="M9 6V9H6" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
256
|
+
<path d="M2 16H5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
257
|
+
<path d="M2 19H6" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
258
|
+
<path d="M2 22H6" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
259
|
+
<path d="M18 16H22" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
260
|
+
<path d="M18 19H22" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
261
|
+
<path d="M2 16V22" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
262
|
+
<path d="M18 16V22" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
263
|
+
<path d="M9 16V22" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
264
|
+
<path d="M9 16L11.5 19.5L14 16" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
265
|
+
<path d="M14 16V22" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
266
|
+
<path d="M5 16V19" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
267
|
+
<path d="M6 19V22" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
268
|
+
<path d="M22 16V19" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
269
|
+
</symbol>
|
|
270
|
+
|
|
271
|
+
<symbol id="fileJpg" viewBox="0 0 24 24">
|
|
272
|
+
<path d="M2 12V7L7 2H22V12" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
273
|
+
<path d="M9 6V9H6" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
274
|
+
<path d="M6 16V22H2V19.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
275
|
+
<path d="M22 16H18V22H22V19H21" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
276
|
+
<path d="M10 16H14V19H10" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
277
|
+
<path d="M10 16V22" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
278
|
+
</symbol>
|
|
279
|
+
|
|
280
|
+
<symbol id="filePdf" viewBox="0 0 24 24">
|
|
281
|
+
<path d="M2 12V7L7 2H22V12" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
282
|
+
<path d="M9.00006 6V9H6.00006" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
283
|
+
<path d="M2 16H6V19H2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
284
|
+
<path d="M2 16V22" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
285
|
+
<path d="M10 22V16H13L14 22H10Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
286
|
+
<path d="M18 22L18 16" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
287
|
+
<path d="M22 16L18 16" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
288
|
+
<path d="M21 19H18" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
289
|
+
</symbol>
|
|
290
|
+
|
|
291
|
+
<symbol id="filePng" viewBox="0 0 24 24">
|
|
292
|
+
<path d="M2 12V7L7 2H22V12" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
293
|
+
<path d="M9.00006 6V9H6.00006" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
294
|
+
<path d="M2 16H6V19H2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
295
|
+
<path d="M2 16V22" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
296
|
+
<path d="M10 16V22" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
297
|
+
<path d="M14 16V22" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
298
|
+
<path d="M10 16L14 22" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
299
|
+
<path d="M22 16H18V22H22V19H21" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
300
|
+
</symbol>
|
|
301
|
+
|
|
302
|
+
<symbol id="fileUpload" viewBox="0 0 24 24">
|
|
303
|
+
<path d="M22 10V2H7L2 7V22H11.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
304
|
+
<path d="M9.00006 6V9H6.00006" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
305
|
+
<path d="M14 17L18.0001 13M18.0001 13V22M18.0001 13L22 17" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
306
|
+
</symbol>
|
|
307
|
+
|
|
308
|
+
<symbol id="fileXls" viewBox="0 0 24 24">
|
|
309
|
+
<path d="M2 12V7L7 2H22V12" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
310
|
+
<path d="M9.00006 6V9H6.00006" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
311
|
+
<path d="M2 16L6 22" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
312
|
+
<path d="M2 22L6 16" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
313
|
+
<path d="M10 16V22H14" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
314
|
+
<path d="M22 16H18V19H22V22H18" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
315
|
+
</symbol>
|
|
316
|
+
|
|
317
|
+
<symbol id="filter" viewBox="0 0 24 24">
|
|
318
|
+
<path d="M12.0173 13L12.0173 22" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
319
|
+
<path d="M11.9672 2.15942V4.9368" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
320
|
+
<path d="M11.9959 8.97416C13.1 8.97416 13.9951 8.07681 13.9951 6.96987C13.9951 5.86293 13.1 4.96558 11.9959 4.96558C10.8918 4.96558 9.9968 5.86293 9.9968 6.96987C9.9968 8.07681 10.8918 8.97416 11.9959 8.97416Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
321
|
+
<path d="M4.03781 13V22" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
322
|
+
<path d="M4.03781 2L4.03781 5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
323
|
+
<path d="M3.9992 12.9825C5.1033 12.9825 5.99835 12.0851 5.99835 10.9782C5.99835 9.87123 5.1033 8.97388 3.9992 8.97388C2.89511 8.97388 2.00006 9.87123 2.00006 10.9782C2.00006 12.0851 2.89511 12.9825 3.9992 12.9825Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
324
|
+
<path d="M19.9968 19V22" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
325
|
+
<path d="M19.9968 2V10" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
326
|
+
<path d="M20.0008 18.323C21.1049 18.323 22 17.4257 22 16.3187C22 15.2118 21.1049 14.3145 20.0008 14.3145C18.8967 14.3145 18.0017 15.2118 18.0017 16.3187C18.0017 17.4257 18.8967 18.323 20.0008 18.323Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
327
|
+
</symbol>
|
|
328
|
+
|
|
329
|
+
<symbol id="fullscreen" viewBox="0 0 24 24">
|
|
330
|
+
<path d="M8 2H2V8" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
331
|
+
<path d="M16 22L22 22L22 16" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
332
|
+
<path d="M22 8L22 2L16 2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
333
|
+
<path d="M2 16L2 22L8 22" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
334
|
+
</symbol>
|
|
335
|
+
|
|
336
|
+
<symbol id="gallery" viewBox="0 0 24 24">
|
|
337
|
+
<rect x="2" y="2" width="8" height="8" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
338
|
+
<rect x="2" y="14" width="8" height="8" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
339
|
+
<rect x="14" y="2" width="8" height="8" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
340
|
+
<rect x="14" y="14" width="8" height="8" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
341
|
+
</symbol>
|
|
342
|
+
|
|
343
|
+
<symbol id="geotag" viewBox="0 0 24 24">
|
|
344
|
+
<path d="M12 2C8 2 5 5 5 9C5 14 9.5 17 12 22C14.5 17 19 14 19 9C19 5 16 2 12 2Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
345
|
+
<path d="M9 9C9 10.6538 10.3448 12 12 12C13.6552 12 14.9871 10.6538 15 9C15 7.34615 13.6552 6 12 6C10.3448 6 9 7.34615 9 9Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
346
|
+
</symbol>
|
|
347
|
+
|
|
348
|
+
<symbol id="geotagUnity" viewBox="0 0 24 24">
|
|
349
|
+
<path d="M12 2C8 2 5 5 5 9C5 14 9.5 16.5 12 22C14.5 16.5 19 14 19 9C19 5 16 2 12 2Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
350
|
+
<path d="M12 6V12" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
351
|
+
<path d="M15 9L9 9" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
352
|
+
</symbol>
|
|
353
|
+
|
|
354
|
+
<symbol id="google" viewBox="0 0 24 24">
|
|
355
|
+
<path d="M16.7892 6.802C16.4066 7.17697 15.8011 7.174 15.3529 6.88056C14.4374 6.2812 13.3668 5.97727 12.2041 5.97727C9.54639 5.97727 7.29686 7.73642 6.49443 10.1C6.29036 10.7 6.1744 11.341 6.1744 12.0001C6.1744 12.6591 6.29033 13.3 6.49439 13.8999C7.2968 16.2636 9.54639 18.0227 12.2041 18.0227C13.577 18.0227 14.7458 17.6681 15.6595 17.0681C16.3919 16.5875 16.9582 15.9461 17.3208 15.1936C17.5928 14.6289 17.1155 14.0499 16.4887 14.0499H13.2041C12.6518 14.0499 12.2041 13.6022 12.2041 13.0499V11.1817C12.2041 10.6294 12.6518 10.1817 13.2041 10.1817H20.9819C21.4643 10.1817 21.8828 10.5258 21.9346 11.0054C21.9776 11.4032 22 11.8105 22 12.2271C22 15.2726 20.8868 17.8363 18.9573 19.5772C17.269 21.1044 14.9592 22 12.2041 22C8.21526 22 4.76442 19.7591 3.08536 16.491C2.39428 15.141 2 13.6137 2 12.0001C2 10.3864 2.39427 8.8591 3.08536 7.50911C4.7644 4.24094 8.21522 2 12.2041 2C14.5494 2 16.5743 2.72049 18.2156 3.93319C18.6773 4.27434 18.6866 4.94261 18.2766 5.34442L16.7892 6.802Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
356
|
+
</symbol>
|
|
357
|
+
|
|
358
|
+
<symbol id="graph" viewBox="0 0 24 24">
|
|
359
|
+
<path d="M22 22H2V2" stroke-miterlimit="10" />
|
|
360
|
+
<path d="M5 20V14C5 13.4477 5.44772 13 6 13H7C7.55228 13 8 13.4477 8 14V20" />
|
|
361
|
+
<path d="M11 20V11C11 10.4477 11.4477 10 12 10H13C13.5523 10 14 10.4477 14 11V20" />
|
|
362
|
+
<path d="M17 20V8C17 7.44772 17.4477 7 18 7H19C19.5523 7 20 7.44772 20 8V20" />
|
|
363
|
+
</symbol>
|
|
364
|
+
|
|
365
|
+
<symbol id="healthPlan" viewBox="0 0 24 24">
|
|
366
|
+
<path d="M10.9999 21H2.99994C2.44765 21 1.99994 20.5523 1.99994 20V4C1.99994 3.44772 2.44765 3 2.99994 3H21.0002C21.5524 3 22.0002 3.44772 22.0002 4V10" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
367
|
+
<path d="M1.99994 7L21.9999 7" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
368
|
+
<path d="M1.99994 12L11.9999 12" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
369
|
+
<path d="M19.9999 15V13H15.9999V15H13.9999V19H15.9999V21H19.9999V19H21.9999V15H19.9999Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
370
|
+
</symbol>
|
|
371
|
+
|
|
372
|
+
<symbol id="height" viewBox="0 0 24 24">
|
|
373
|
+
<path d="M5 21.5V2.12695" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
374
|
+
<path d="M8 5L4.99471 2L2 5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
375
|
+
<path d="M8 19L4.99471 22L2 19" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
376
|
+
<path d="M12 2L22 2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
377
|
+
<path d="M14 7L22 7" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
378
|
+
<path d="M16 12L22 12" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
379
|
+
<path d="M18 17L22 17" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
380
|
+
<path d="M20 22L22 22" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
381
|
+
</symbol>
|
|
382
|
+
|
|
383
|
+
<symbol id="height2" viewBox="0 0 24 24">
|
|
384
|
+
<path d="M12.1699 11.5V13.1082L16 14.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
385
|
+
<path d="M2 22V18.0269C2 16.7647 2.76274 15.6326 3.91956 15.1859L8.7799 13.1386V11.1911L8.59769 11.0609C7.6824 10.4363 7.08492 9.37367 7.08492 8.16786V5.46996C7.08492 3.55281 8.60193 2 10.4749 2C12.3478 2 13.8648 3.55281 13.8648 5.46996V8.16786C13.8648 9.69568 12.9014 10.9921 11.5622 11.4557" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
386
|
+
<path d="M19 2H22V22H19" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
387
|
+
<path d="M20.5 7H21.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
388
|
+
<path d="M20.5 12H21.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
389
|
+
<path d="M20.5 17H21.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
390
|
+
</symbol>
|
|
391
|
+
|
|
392
|
+
<symbol id="home" viewBox="0 0 24 24">
|
|
393
|
+
<path d="M2 10.9999L12 2C12 2 14.3367 4.43784 16 5.99989" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
394
|
+
<path d="M21.9999 11.4779L19.0218 8.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
395
|
+
<path d="M4.03711 9.5V22H9C9 22 9 17.6257 9 16.5629C9 15.5 9.96296 14 12 14C14.037 14 15 15.5 15 16.5629C15 17.6257 15 22 15 22H20V10" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
396
|
+
<path d="M16.0001 6V3H19.0001V8.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
397
|
+
</symbol>
|
|
398
|
+
|
|
399
|
+
<symbol id="horizontalList" viewBox="0 0 24 24">
|
|
400
|
+
<rect x="22" y="2" width="20" height="8" transform="rotate(90 22 2)" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
401
|
+
<rect x="10" y="2" width="20" height="8" transform="rotate(90 10 2)" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
402
|
+
</symbol>
|
|
403
|
+
|
|
404
|
+
<symbol id="imageUp" viewBox="0 0 24 24">
|
|
405
|
+
<path d="M22 11L22 6.99938C22 6.44713 21.5524 5.99942 21.0001 5.99937L17.535 5.99903C17.2007 5.999 16.8886 5.83198 16.7031 5.55392L15.2969 3.44551C15.1114 3.16745 14.7993 3.00043 14.465 3.0004L9.5352 3C9.20085 2.99997 8.88861 3.16705 8.70312 3.44523L7.29691 5.55418C7.11142 5.83237 6.79916 5.99945 6.4648 5.99942L3.00012 5.99908C2.4478 5.99902 2.00003 6.44675 2.00003 6.99908L2 20C2 20.5522 2.44772 21 3 21H13" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
406
|
+
<path d="M15.4649 11C14.7733 9.8044 13.4806 9 12 9C9.79086 9 8 10.7909 8 13C8 14.4806 8.8044 15.7733 10 16.4649" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
407
|
+
<path d="M16 17L19 14M19 14V21M19 14L22 17" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
408
|
+
</symbol>
|
|
409
|
+
|
|
410
|
+
<symbol id="infoCircle" viewBox="0 0 24 24">
|
|
411
|
+
<path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
412
|
+
<path d="M12 7L12 8" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
413
|
+
<path d="M12 12L12 17" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
414
|
+
</symbol>
|
|
415
|
+
|
|
416
|
+
<symbol id="instagram" viewBox="0 0 24 24">
|
|
417
|
+
<path d="M12.0047 2C15.2614 2 15.6462 2.00939 16.932 2.07508C18.1239 2.13139 18.7715 2.32848 19.1938 2.49742C19.7663 2.72267 20.1699 2.98545 20.5922 3.40779C21.0239 3.83951 21.2867 4.24308 21.5026 4.80619C21.6715 5.23792 21.8686 5.8855 21.9249 7.06804C21.9812 8.35382 22 8.73862 22 11.9953C22 15.252 21.9906 15.6368 21.9249 16.9226C21.8686 18.1145 21.6715 18.7621 21.5026 19.1844C21.2773 19.7569 21.0145 20.1605 20.5922 20.5922C20.1699 21.0145 19.7569 21.2867 19.1938 21.5026C18.7621 21.6715 18.1145 21.8686 16.932 21.9249C15.6462 21.9812 15.2614 22 12.0047 22C8.74801 22 8.36321 21.9906 7.07743 21.9249C5.8855 21.8686 5.23792 21.6715 4.81558 21.5026C4.24308 21.2773 3.83951 21.0145 3.40779 20.5922C2.98545 20.1605 2.71328 19.7569 2.49742 19.1844C2.32848 18.7527 2.13139 18.1051 2.07508 16.9226C2.01877 15.6368 2 15.252 2 11.9953C2 8.73862 2.00938 8.35382 2.07508 7.06804C2.13139 5.87611 2.32848 5.22853 2.49742 4.80619C2.72266 4.23369 2.98545 3.83013 3.40779 3.40779C3.83951 2.97607 4.24308 2.71328 4.81558 2.49742C5.2473 2.32848 5.89489 2.13139 7.07743 2.07508C8.35383 2.01877 8.73862 2 12.0047 2Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
418
|
+
<path d="M12 16C9.79215 16 8 14.2079 8 12C8 9.79215 9.79215 8 12 8C14.2079 8 16 9.79215 16 12C16 14.2079 14.2079 16 12 16Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
419
|
+
<path d="M19 6C19 6.55128 18.5513 7 18 7C17.4487 7 17 6.55128 17 6C17 5.44872 17.4487 5 18 5C18.5513 5 19 5.44872 19 6Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
420
|
+
</symbol>
|
|
421
|
+
|
|
422
|
+
<symbol id="key" viewBox="0 0 24 24">
|
|
423
|
+
<path d="M15.8291 2.00291C15.3428 2.01471 14.8802 2.08554 14.4296 2.21539C11.5475 2.78201 9.38894 5.2846 9.38894 8.30659C9.38894 9.06209 9.5194 9.78218 9.76847 10.4432C7.90641 12.2848 2.13046 17.9392 2.13046 17.9392C2.04744 18.0218 2 18.1281 2 18.2461V21.5632C2 21.7993 2.20162 22 2.43883 22H5.91388C6.16295 22 6.35271 21.7993 6.35271 21.5632V19.7099H8.16733C8.44012 19.7099 8.6536 19.4856 8.6536 19.2259V17.4198H9.93451C10.2192 17.4198 10.4445 17.1955 10.4445 16.9122V15.6019L11.3696 14.6575L11.6898 14.9998C11.8559 15.1651 12.1287 15.1769 12.2947 15.0116C12.2947 15.0116 12.8166 14.4804 13.2791 14.0437C14.0026 14.3388 14.8091 14.504 15.6393 14.504C18.6874 14.504 21.2136 12.3556 21.7829 9.49886C21.9015 9.06209 21.9727 8.61352 21.9964 8.15313C22.115 4.71798 19.2923 1.89666 15.8291 2.00291Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
424
|
+
<path d="M16.5 6C17.3322 6 18 6.66781 18 7.5C18 8.33219 17.3219 9 16.5 9C15.6678 9 15 8.33219 15 7.5C15 6.66781 15.6678 6 16.5 6Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
425
|
+
</symbol>
|
|
426
|
+
|
|
427
|
+
<symbol id="lamp" viewBox="0 0 24 24">
|
|
428
|
+
<path d="M14.0001 21.4998H13.5001L13.0001 21.9998H12.0001H11.0001L10.5001 21.4998H10.0001" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
429
|
+
<path d="M9 18H15" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
430
|
+
<path d="M9.5 20H14.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
431
|
+
<path d="M14.5 17V16C14.5 15.095 14.815 14.265 15.44 13.625C16.385 12.66 17 11.47 17 10C17 7.24 14.76 5 12 5C9.24 5 7 7.24 7 10C7 11.47 7.615 12.66 8.56 13.625C9.185 14.265 9.5 15.095 9.5 16V17" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
432
|
+
<path d="M12 17V12" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
433
|
+
<path d="M11 11L12.0374 12.0369L13.0748 11" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
434
|
+
<path d="M8.00006 2L8.50006 2.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
435
|
+
<path d="M4 5.99976L4.5 6.49976" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
436
|
+
<path d="M20 6L19.5 6.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
437
|
+
<path d="M15.9999 2L15.4999 2.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
438
|
+
</symbol>
|
|
439
|
+
|
|
440
|
+
<symbol id="language" viewBox="0 0 24 24">
|
|
441
|
+
<path d="M12.0018 2C10.9559 2 9.94756 2.1605 9 2.45821C7.47752 2.93655 6.11199 3.76913 5 4.85935C3.14859 6.67453 2 9.20393 2 12.0018C2 17.526 6.47761 22 12.0018 22C17.526 22 22 17.5224 22 12.0018C22 6.47761 17.5224 2 12.0018 2Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
442
|
+
<path d="M12.0055 21.9998V1.99976" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
443
|
+
<path d="M22 12.0127H2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
444
|
+
<path d="M19.5183 18.3274C16.5692 16.5607 11.1097 14.6005 4.48145 18.3346" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
445
|
+
<path d="M19.6013 5.66246C16.6522 7.45067 11.1064 9.49689 4.36304 5.63379" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
446
|
+
<path d="M11 2C11 2 2.00002 10.604 11 21.9283" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
447
|
+
<path d="M13 2C13 2 22 10.604 13 21.9283" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
448
|
+
</symbol>
|
|
449
|
+
|
|
450
|
+
<symbol id="language2" viewBox="0 0 24 24">
|
|
451
|
+
<path d="M8.27562 2.78L8.5 6.5L5.5 9L5.79511 10.541L9 10L12 12.5L9 18.5L6.99791 14.5L5 13.5L5.79511 10.7112L2.9248 7.81457C4.50524 4.37901 7.97442 2 11.9999 2C12.4166 2 12.8279 2.02509 13.2312 2.07466" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
452
|
+
<path d="M21.6563 9.54793L19 14.4998L17.8434 16.0539L17 11.9998H16C16 11.9998 13.5 10.4998 15.5 8.99976L18.5 8.49976L19.5 6.49976H15.5L14.5 5.99976L16.1354 2.88599C19.5939 4.46018 22 7.94537 22 11.9978C22 17.5217 17.5245 21.9996 11.9965 21.9996C6.47555 21.9996 2 17.5217 2 11.9978C2 11.6192 2.02096 11.2453 2.06188 10.8771" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
453
|
+
</symbol>
|
|
454
|
+
|
|
455
|
+
<symbol id="languageEN" viewBox="0 0 24 24">
|
|
456
|
+
<rect x="2" y="2" width="20" height="20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
457
|
+
<path d="M10 9L7 9L7 12M10 12L7 12M7 12L7 15L10 15" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
458
|
+
<path d="M13 15V9L17 15V9" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
459
|
+
</symbol>
|
|
460
|
+
|
|
461
|
+
<symbol id="languagePT" viewBox="0 0 24 24">
|
|
462
|
+
<rect x="2" y="2" width="20" height="20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
463
|
+
<path d="M7 15L7 13M7 13L7 9L9 9C10.1046 9 11 9.89543 11 11V11C11 12.1046 10.1046 13 9 13L7 13Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
464
|
+
<path d="M15 15L15 9L13 9.00001L17 9" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
465
|
+
</symbol>
|
|
466
|
+
|
|
467
|
+
<symbol id="lattes" viewBox="0 0 24 24">
|
|
468
|
+
<path d="M6.1167 20.2747C3.95523 15.8789 2.66926 13.2242 2.66926 13.1583C2.66926 13.0508 2.80133 13.0657 4.09996 13.3184C6.38401 13.7635 7.60434 13.8891 9.63848 13.8899C12.3298 13.8907 14.5214 13.4676 16.2241 12.6175C17.1249 12.1677 17.6667 11.7689 18.1104 11.2289C18.6569 10.5632 18.8324 10.1048 18.8388 9.33323C18.8443 8.59929 18.7447 8.21231 18.3168 7.31433C18.1475 6.95953 17.9989 6.55214 17.9846 6.40928C17.9625 6.17929 17.9815 6.14632 18.1523 6.12669C18.5256 6.08274 20.3683 7.8583 21.0469 8.91563C22.2166 10.7391 22.3115 12.7117 21.3213 14.6191C20.7132 15.791 20.0409 16.6019 18.9155 17.5234C17.0451 19.0541 14.8709 20.12 11.8688 20.9788C10.2562 21.4403 7.64863 22 7.11162 22C6.99774 22 6.7842 21.6295 6.11828 20.2739L6.1167 20.2747ZM6.71856 13.1858C4.61877 12.9157 2.8567 12.681 2.80213 12.6638C2.7088 12.634 2.37505 11.5287 2.18682 10.6292C2.13937 10.4015 2.06977 9.7987 2.03181 9.28848C1.86256 7.01212 2.36161 5.43829 3.69898 4.02302C5.96327 1.62892 10.8114 1.3377 16.2811 3.26711C17.2412 3.60621 17.6224 3.8417 17.446 3.98849C17.3155 4.09681 16.4313 4.09524 14.9034 3.98378C12.5149 3.80952 10.6967 4.1392 9.75948 4.91787C8.33274 6.10315 8.55023 8.70134 10.3906 12.4495C10.5899 12.8553 10.7908 13.2525 10.8367 13.3333C10.9434 13.5194 10.8659 13.6921 10.6801 13.6834C10.601 13.6795 8.81834 13.4558 6.71856 13.1858ZM13.7629 11.1465C12.087 10.8474 10.5804 9.81597 10.094 8.63619C9.86072 8.06945 9.87179 7.33003 10.1209 6.88731C10.3463 6.48699 10.9284 6.02387 11.4496 5.82998C12.3172 5.50737 13.8365 5.6361 14.9437 6.12669C15.9948 6.59217 16.9264 7.41088 17.2728 8.17228C17.7173 9.14955 17.3472 10.2398 16.395 10.7603C15.7638 11.1049 14.538 11.2846 13.7629 11.1465Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
469
|
+
</symbol>
|
|
470
|
+
|
|
471
|
+
<symbol id="left" viewBox="0 0 24 24">
|
|
472
|
+
<path d="M13.9999 16L9.99994 12L13.9999 8" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
473
|
+
</symbol>
|
|
474
|
+
|
|
475
|
+
<symbol id="like" viewBox="0 0 24 24">
|
|
476
|
+
<path d="M6.07001 20.5401C6.07001 20.5401 17.54 20.5401 18.61 20.5401C19.69 20.5401 20.26 19.7901 20.42 19.1301C20.42 19.1301 21.84 11.9201 21.92 11.4501C22 10.9801 22.08 10.3401 21.8 9.87009C21.39 9.17009 20.65 9.21009 20.46 9.21009C20.27 9.21009 15.73 9.21009 15.73 9.21009C16.74 7.19009 16.37 4.12009 16.37 4.12009C16.22 2.52009 14.8 2.66009 14.8 2.66009C13.51 2.66009 13.42 3.83009 13.42 3.83009C13.42 8.42009 9.47001 9.90009 8.40001 10.2201C7.33001 10.5301 6.04001 10.4801 6.04001 10.4801" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
477
|
+
<path d="M2 9.64014H6.07V21.3501H2V15.9101V9.64014Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
478
|
+
</symbol>
|
|
479
|
+
|
|
480
|
+
<symbol id="link" viewBox="0 0 24 24">
|
|
481
|
+
<path d="M11 13.8829L10.083 12.9659C8.77355 11.6555 8.77355 9.49409 10.083 8.18372L15.2805 2.98278C16.59 1.67241 18.7499 1.67241 20.0594 2.98278L21.0179 3.94191C22.3274 5.25228 22.3274 7.41371 21.0179 8.72408L17.742 12" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
482
|
+
<path d="M13 10.1438L13.9035 11.0473C15.213 12.3577 15.213 14.5191 13.9035 15.8295L8.71954 21.0169C7.41006 22.3273 5.25009 22.3273 3.9406 21.0169C2.63112 19.7065 4.2916 21.3681 2.98211 20.0578C1.67263 18.7474 1.67263 16.586 2.98211 15.2756L6.25794 11.9998" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
483
|
+
</symbol>
|
|
484
|
+
|
|
485
|
+
<symbol id="linkExternal" viewBox="0 0 24 24">
|
|
486
|
+
<path d="M8 2H2V22H22V16" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
487
|
+
<path d="M15 2H22V9M21.8361 2.14085L12 12" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
488
|
+
</symbol>
|
|
489
|
+
|
|
490
|
+
<symbol id="linkedin" viewBox="0 0 24 24">
|
|
491
|
+
<path d="M6.52026 8.6665H2.38727V21.9915H6.52026V8.6665Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
492
|
+
<path d="M4.44113 6.92645C5.78792 6.92645 6.88219 5.82515 6.88219 4.46323C6.88219 3.10131 5.78792 2 4.44113 2C3.09433 2 2.00005 3.10131 2.00005 4.46323C1.99163 5.82515 3.08591 6.92645 4.44113 6.92645Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
493
|
+
<path d="M13.128 15.0055C13.128 13.1308 13.995 12.0127 15.6448 12.0127C17.1599 12.0127 17.8923 13.0803 17.8923 15.0055C17.8923 16.9223 17.8923 22.0001 17.8923 22.0001H22C22 22.0001 22 17.1325 22 13.5595C22 9.9866 19.9714 8.26318 17.1431 8.26318C14.3148 8.26318 13.1195 10.4658 13.1195 10.4658V8.66671H9.15491V21.9917H13.1195C13.128 22.0001 13.128 17.0568 13.128 15.0055Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
494
|
+
</symbol>
|
|
495
|
+
|
|
496
|
+
<symbol id="list" viewBox="0 0 24 24">
|
|
497
|
+
<path d="M4 6C5.10457 6 6 5.10457 6 4C6 2.89543 5.10457 2 4 2C2.89543 2 2 2.89543 2 4C2 5.10457 2.89543 6 4 6Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
498
|
+
<path d="M4 14.0002C5.10457 14.0002 6 13.1048 6 12.0002C6 10.8957 5.10457 10.0002 4 10.0002C2.89543 10.0002 2 10.8957 2 12.0002C2 13.1048 2.89543 14.0002 4 14.0002Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
499
|
+
<path d="M4 22C5.10457 22 6 21.1046 6 20C6 18.8954 5.10457 18 4 18C2.89543 18 2 18.8954 2 20C2 21.1046 2.89543 22 4 22Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
500
|
+
<path d="M10.0187 3.99976H22.0002" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
501
|
+
<path d="M10.0187 12H22.0002" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
502
|
+
<path d="M10.0187 20.0002H22.0002" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
503
|
+
</symbol>
|
|
504
|
+
|
|
505
|
+
<symbol id="login" viewBox="0 0 24 24">
|
|
506
|
+
<path d="M13 4.00024H16V6M13 20.0002H16V18M2 20.0002V4L9.99953 2V22.0002L2 20.0002Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
507
|
+
<path d="M13 12L16 9M13 12L16 15M13 12L22 12" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
508
|
+
</symbol>
|
|
509
|
+
|
|
510
|
+
<symbol id="logout" viewBox="0 0 24 24">
|
|
511
|
+
<path d="M13 4H16V7M13 20H16V17M22 12H13M22 12L19 15M22 12L19 9M2 20V3.99976L9.99953 1.99976V22L2 20Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
512
|
+
</symbol>
|
|
513
|
+
|
|
514
|
+
<symbol id="mail" viewBox="0 0 24 24">
|
|
515
|
+
<path d="M21.9999 20.0094H2V4H21.9999V20.0094Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
516
|
+
<path d="M2.00006 4L10.0001 12.5C10.5001 13 11.0001 13.5 12.0001 13.5C13.0001 13.5 13.5001 13 14.0001 12.5L22.0001 4" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
517
|
+
<path d="M1.99994 20.0002L9.49994 12.5002" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
518
|
+
<path d="M22 19.9998L14.5 12.4998" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
519
|
+
</symbol>
|
|
520
|
+
|
|
521
|
+
<symbol id="maintenance" viewBox="0 0 24 24">
|
|
522
|
+
<path d="M10.5 21L10.6393 22H13.3607L14.2757 19.2668L15.5354 18.7439L18.1022 20.0392L20.0392 18.1022L18.7439 15.5354L19.2668 14.2757L22 13.3607V10.6393L19.2668 9.7243L18.7439 8.46465L20.0392 5.8978L18.1022 3.96078L15.5354 5.25609L14.2757 4.73321L13.3607 2H10.6393L9.7243 4.73321L8.46465 5.25609L5.8978 3.96078L3.96078 5.8978L5.25609 8.46465L4.73321 9.7243L2 10.6393V13.3607L3 13.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
523
|
+
<path d="M3.85594 17.756L7.29425 14.3177C8.14882 13.4146 7.94428 12.2781 7.93131 11.934L7.93056 11.9019C7.8651 10.7791 8.24659 9.65494 9.0818 8.8183C10.2802 7.62132 12.0702 7.35521 13.5979 8.00407L11.8313 9.77063C11.2155 10.3865 11.2397 11.4177 11.886 12.0639L11.9024 12.0804C12.5479 12.7259 13.5805 12.7516 14.1964 12.1357L15.963 10.3692C16.6111 11.8961 16.345 13.6861 15.1473 14.8838C14.3114 15.7197 13.1873 16.1012 12.0644 16.0344L12.0323 16.0336C11.6875 16.0199 10.5453 15.8097 9.64216 16.6643L6.20385 20.1026" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
524
|
+
</symbol>
|
|
525
|
+
|
|
526
|
+
<symbol id="medDoc" viewBox="0 0 24 24">
|
|
527
|
+
<path d="M21 10V2H8L3 7V22H9.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
528
|
+
<path d="M10.0001 6V9H7.00006" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
529
|
+
<path d="M18 15V12H14V15H11V19H14V22H18V19H21V15H18Z" stroke-miterlimit="10" stroke-linejoin="round"/>
|
|
530
|
+
</symbol>
|
|
531
|
+
|
|
532
|
+
<symbol id="medEspec" viewBox="0 0 24 24">
|
|
533
|
+
<circle cx="12" cy="12" r="10" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
534
|
+
<path d="M14 10V7H10V10H7V13.6667H10V17H14V14H17V10H14Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
535
|
+
</symbol>
|
|
536
|
+
|
|
537
|
+
<symbol id="medImg" viewBox="0 0 24 24">
|
|
538
|
+
<path d="M3 7V22H21V10V2H8L3 7Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
539
|
+
<path d="M16.1083 19L16.1083 15.3453C16.1083 14.9528 16.5755 14.447 16.8684 14.1817C17.6506 13.4714 17.5539 12.6228 17.4986 12.2912C17.3963 11.6693 16.7828 11.0446 16.0475 11.0446C15.1465 11.0446 14.8397 11.4343 14.5467 11.4343C14.2537 11.4343 13.9497 11.0419 13.0459 11.0446C12.3107 11.0446 11.6971 11.6693 11.5948 12.2912C11.5396 12.6228 11.4373 13.4714 12.225 14.1817C12.518 14.447 12.9851 14.9473 12.9851 15.3453L12.9851 19" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
540
|
+
<path d="M10.0001 6V9H7.00006" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
541
|
+
</symbol>
|
|
542
|
+
|
|
543
|
+
<symbol id="medUser" viewBox="0 0 24 24">
|
|
544
|
+
<path d="M2 22V19.9174C2 18.1652 3.09565 16.6 4.74348 16L9.82609 14.5739V11.9783C8.82174 11.2174 8.08696 10.0217 8.08696 8.66522V5.93043C8.08696 3.76087 9.84783 2 12.0174 2C14.187 2 15.9478 3.76087 15.9478 5.93043V8.66522C15.9478 10.5446 14.7068 12.1308 13 12.6511" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
545
|
+
<path d="M22 22V19.9174C22 18.1653 20.9044 16.6 19.2566 16L14.174 14.574V12.4131" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
546
|
+
<path d="M14.95 15.4043L11.85 19.1932L8.75 15.4043" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
547
|
+
<path d="M11.75 19V22" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
548
|
+
<path d="M7.08694 22.0001C7.80731 22.0001 8.39129 21.4161 8.39129 20.6957C8.39129 19.9753 7.80731 19.3914 7.08694 19.3914C6.36657 19.3914 5.78259 19.9753 5.78259 20.6957C5.78259 21.4161 6.36657 22.0001 7.08694 22.0001Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
549
|
+
<path d="M7.08691 19V16" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
550
|
+
<path d="M18.835 22.0001H19.5V21.487C19.5 20.3914 18.695 19.4218 17.5 19.074C16.305 19.4218 15.5 20.3914 15.5 21.487V22.0001H16.165" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
551
|
+
<path d="M17.6522 19V16" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
552
|
+
</symbol>
|
|
553
|
+
|
|
554
|
+
<symbol id="medical" viewBox="0 0 24 24">
|
|
555
|
+
<path d="M21.0001 16.5C21.0001 17.8855 19.8857 19 18.5001 19C17.1146 19 16.0001 17.8855 16.0001 16.5C16.0001 15.1145 17.1146 14 18.5001 14C19.8857 14 21.0001 15.1145 21.0001 16.5Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
556
|
+
<path d="M14.0001 2V3.87549" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
557
|
+
<path d="M9.00012 3H7.55225C6.67918 3 6.00012 3.71139 6.00012 4.55213L5.99963 8C5.99963 9.06709 6.38815 10.0816 7.26123 10.6636C8.1343 11.2457 12.0001 13 12.0001 13" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
558
|
+
<path d="M15.0001 3H16.448C17.3211 3 18.0001 3.71139 18.0001 4.55213V8C18.0001 9.06709 17.6121 10.0816 16.739 10.6636C15.8659 11.2457 12.0001 13 12.0001 13" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
559
|
+
<path d="M10.0001 2V3.87549" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
560
|
+
<path d="M14 21C17 21.5 17.5 19 17.5 19" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
561
|
+
<path d="M12 13.4556L11.9998 16C11.9998 20 9.18297 22 6.99983 22C4.25754 22 2.99979 20 2.99979 18.5C2.99979 16 5.99979 15 8.99979 17" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
562
|
+
</symbol>
|
|
563
|
+
|
|
564
|
+
<symbol id="menuHamburguer" viewBox="0 0 24 24">
|
|
565
|
+
<path d="M3 12H21" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
566
|
+
<path d="M3 20H21" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
567
|
+
<path d="M3 4H21" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
568
|
+
</symbol>
|
|
569
|
+
|
|
570
|
+
<symbol id="menuKebab" viewBox="0 0 24 24">
|
|
571
|
+
<path d="M10 4C10 2.89543 10.8954 2 12 2C13.1046 2 14 2.89543 14 4C14 5.10457 13.1046 6 12 6C10.8954 6 10 5.10457 10 4Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
572
|
+
<path d="M10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
573
|
+
<path d="M10 20C10 18.8954 10.8954 18 12 18C13.1046 18 14 18.8954 14 20C14 21.1046 13.1046 22 12 22C10.8954 22 10 21.1046 10 20Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
574
|
+
</symbol>
|
|
575
|
+
|
|
576
|
+
<symbol id="menuMeatballs" viewBox="0 0 24 24">
|
|
577
|
+
<path d="M20 10C21.1046 10 22 10.8954 22 12C22 13.1046 21.1046 14 20 14C18.8954 14 18 13.1046 18 12C18 10.8954 18.8954 10 20 10Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
578
|
+
<path d="M12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
579
|
+
<path d="M4 10C5.10457 10 6 10.8954 6 12C6 13.1046 5.10457 14 4 14C2.89543 14 2 13.1046 2 12C2 10.8954 2.89543 10 4 10Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
580
|
+
</symbol>
|
|
581
|
+
|
|
582
|
+
<symbol id="mic" viewBox="0 0 24 24">
|
|
583
|
+
<path d="M8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7V12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12V7Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
584
|
+
<path d="M19 11C19 11 19 11.4999 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 11.5 5 11 5 11" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
585
|
+
<path d="M12 19V21" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
586
|
+
</symbol>
|
|
587
|
+
|
|
588
|
+
<symbol id="micOff" viewBox="0 0 24 24">
|
|
589
|
+
<path d="M16 12C16 13.8638 14.7252 15.4299 13 15.874M16 7.5V7C16 4.79086 14.2091 3 12 3C9.79086 3 8 4.79086 8 7V12C8 12.9863 8.35696 13.8892 8.94873 14.5866" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
590
|
+
<path d="M19 11C19 11 19 11.4999 19 12C19 15.866 15.866 19 12 19C11.305 19 10.6337 18.8987 10 18.7101M5 11C5 11 5 11.5 5 12C5 13.838 5.70841 15.5106 6.8671 16.7596" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
591
|
+
<path d="M12 19V21" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
592
|
+
<path d="M21 3L3 21" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
593
|
+
</symbol>
|
|
594
|
+
|
|
595
|
+
<symbol id="minus" viewBox="0 0 24 24">
|
|
596
|
+
<path d="M4 12H20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
597
|
+
</symbol>
|
|
598
|
+
|
|
599
|
+
<symbol id="minusCircle" viewBox="0 0 24 24">
|
|
600
|
+
<path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
601
|
+
<path d="M8 11.9883H16" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
602
|
+
</symbol>
|
|
603
|
+
|
|
604
|
+
<symbol id="minusSquare" viewBox="0 0 24 24">
|
|
605
|
+
<rect x="2" y="2" width="20" height="20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
606
|
+
<path d="M8 12H16" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
607
|
+
</symbol>
|
|
608
|
+
|
|
609
|
+
<symbol id="mobile" viewBox="0 0 24 24">
|
|
610
|
+
<path d="M6 4C6 2.89543 6.89543 2 8 2H16C17.1046 2 18 2.89543 18 4V20C18 21.1046 17.1046 22 16 22H8C6.89543 22 6 21.1046 6 20V4Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
611
|
+
<path d="M11 18H13" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
612
|
+
</symbol>
|
|
613
|
+
|
|
614
|
+
<symbol id="news" viewBox="0 0 24 24">
|
|
615
|
+
<path d="M18.0159 14H16.0139V18.0404H18.0159V14Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
616
|
+
<path d="M9.00696 14H12.0099" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
617
|
+
<path d="M9.00696 18H12.0099" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
618
|
+
<path d="M9.00696 10H18.0159" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
619
|
+
<path d="M9.00696 6H18.0159" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
620
|
+
<path d="M3.5 22H20.227C21.2199 22 22 21.2128 22 20.2108V2H5V10.5492V11.8732V20.5C5 21.5 4.42199 22 3.5 22ZM3.5 22C2.57801 22 2 21.5 2 20.5V13" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
621
|
+
</symbol>
|
|
622
|
+
|
|
623
|
+
<symbol id="notification" viewBox="0 0 24 24">
|
|
624
|
+
<path d="M5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12V19H5V12Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
625
|
+
<path d="M3 19L21 19" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
626
|
+
<circle cx="12" cy="3" r="1" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
627
|
+
<path d="M10 19V20C10 21.1046 10.8954 22 12 22C13.1046 22 14 21.1046 14 20V19" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
628
|
+
</symbol>
|
|
629
|
+
|
|
630
|
+
<symbol id="npsDeslike" viewBox="0 0 24 24">
|
|
631
|
+
<path d="M4 10C4 5.58172 7.58172 2 12 2C16.4183 2 20 5.58172 20 10V14C20 18.4183 16.4183 22 12 22C7.58172 22 4 18.4183 4 14V10Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
632
|
+
<path d="M14.5 15.9966C13.2373 14.671 10.7627 14.6678 9.5 16" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
633
|
+
<path d="M9 9.5V10.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
634
|
+
<path d="M15 9.5V10.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
635
|
+
</symbol>
|
|
636
|
+
|
|
637
|
+
<symbol id="npsHate" viewBox="0 0 24 24">
|
|
638
|
+
<path d="M4 10C4 5.58172 7.58172 2 12 2C16.4183 2 20 5.58172 20 10V14C20 18.4183 16.4183 22 12 22C7.58172 22 4 18.4183 4 14V10Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
639
|
+
<path d="M9 17C9 13 15 12.995 15 17Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
640
|
+
<path d="M8.5 9.5L9 10.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
641
|
+
<path d="M15.5 9.5L15 10.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
642
|
+
</symbol>
|
|
643
|
+
|
|
644
|
+
<symbol id="npsLike" viewBox="0 0 24 24">
|
|
645
|
+
<path d="M4 10C4 5.58172 7.58172 2 12 2C16.4183 2 20 5.58172 20 10V14C20 18.4183 16.4183 22 12 22C7.58172 22 4 18.4183 4 14V10Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
646
|
+
<path d="M14.5 16C13.2373 17.3256 10.7627 17.3322 9.5 16" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
647
|
+
<path d="M9 9.5V10.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
648
|
+
<path d="M15 9.5V10.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
649
|
+
</symbol>
|
|
650
|
+
|
|
651
|
+
<symbol id="npsLove" viewBox="0 0 24 24">
|
|
652
|
+
<path d="M4 10C4 5.58172 7.58172 2 12 2C16.4183 2 20 5.58172 20 10V14C20 18.4183 16.4183 22 12 22C7.58172 22 4 18.4183 4 14V10Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
653
|
+
<path d="M16 15C15.5 19 8.5 19 8 15" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
654
|
+
<path d="M9 9.5V10.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
655
|
+
<path d="M15 9.5V10.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
656
|
+
</symbol>
|
|
657
|
+
|
|
658
|
+
<symbol id="npsNeutral" viewBox="0 0 24 24">
|
|
659
|
+
<path d="M4 10C4 5.58172 7.58172 2 12 2C16.4183 2 20 5.58172 20 10V14C20 18.4183 16.4183 22 12 22C7.58172 22 4 18.4183 4 14V10Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
660
|
+
<path d="M15 16H9" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
661
|
+
<path d="M9 9.5V10.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
662
|
+
<path d="M15 9.5V10.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
663
|
+
</symbol>
|
|
664
|
+
|
|
665
|
+
<symbol id="order" viewBox="0 0 24 24">
|
|
666
|
+
<path d="M7 18L7 3" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
667
|
+
<path d="M17 6L17 21" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
668
|
+
<path d="M10 6L6.99471 3L4 6" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
669
|
+
<path d="M14 18L17.0053 21L20 18" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
670
|
+
</symbol>
|
|
671
|
+
|
|
672
|
+
<symbol id="partner" viewBox="0 0 24 24">
|
|
673
|
+
<path d="M14 5V2H10V5H7V8.66667H10V12H14V9H17V5H14Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
674
|
+
<path d="M12.8007 17.7243L18.4706 15.1971C19.1733 14.791 20.072 15.0313 20.4723 15.7439C20.8726 16.4565 20.6357 17.368 19.9331 17.7823L17.9559 18.7269L12.2696 21.4447C11.9755 21.6187 11.6405 21.7015 11.2974 21.7015H6.49343C6.14212 21.7015 5.79082 21.801 5.48853 21.9833L5.49992 22" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
675
|
+
<path d="M7.98851 18.3205H11.4771C12.3023 18.3205 12.9722 17.6411 12.9722 16.8042C12.9722 15.9673 12.3023 15.2878 11.4771 15.2878H6.80386C6.28915 15.2878 5.79079 15.4038 5.3251 15.6359L1.99991 17.3096" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
676
|
+
</symbol>
|
|
677
|
+
|
|
678
|
+
<symbol id="phone" viewBox="0 0 24 24">
|
|
679
|
+
<path d="M2.12888 4.83704C1.95828 5.12118 1.98265 5.51085 2.05577 5.91676C2.7869 10.0165 4.76907 13.6859 7.55549 16.4786C10.3419 19.2632 14.1194 21.3495 18.0919 21.9503C18.4981 22.0152 18.888 22.0396 19.1723 21.8772C19.2698 21.8204 19.3998 21.7149 19.4323 21.5525L20.987 17.7243C21.0357 17.4726 20.9463 17.2128 20.7432 17.0018C20.6458 16.9043 18.428 16.1006 17.38 15.5973C16.9495 15.3862 16.4458 15.508 16.2346 15.8571L15.8284 16.5553C15.6903 16.7907 15.4547 16.9693 15.1948 17.0342C14.1712 17.294 11.003 14.3796 10.3125 13.6895C9.59757 12.9751 6.58369 9.72782 6.84365 8.70492C6.90863 8.43702 7.08736 8.20971 7.32294 8.0717C7.94034 7.7145 7.76974 7.81192 8.02158 7.66579C8.37902 7.45471 8.50087 6.95138 8.28966 6.52112C7.83473 5.58752 7.56665 4.71075 7.26608 3.71221C7.1361 3.27382 6.71367 2.92474 6.29124 3.01404C6.29124 3.01404 5.16667 3.43436 2.4457 4.57725C2.29135 4.60973 2.18575 4.73962 2.12888 4.83704Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
680
|
+
<path d="M14 5C16.7637 5 19 7.23629 19 10" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
681
|
+
<path d="M15 2C18.8666 2 22 5.1334 22 9" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
682
|
+
</symbol>
|
|
683
|
+
|
|
684
|
+
<symbol id="play" viewBox="0 0 24 24">
|
|
685
|
+
<path d="M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
686
|
+
<path d="M10 16V8L16 12L10 16Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
687
|
+
</symbol>
|
|
688
|
+
|
|
689
|
+
<symbol id="plus" viewBox="0 0 24 24">
|
|
690
|
+
<path d="M4 12H20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
691
|
+
<path d="M12 4L12 20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
692
|
+
</symbol>
|
|
693
|
+
|
|
694
|
+
<symbol id="plusCircle" viewBox="0 0 24 24">
|
|
695
|
+
<path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
696
|
+
<path d="M8 12H16" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
697
|
+
<path d="M12 16V8" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
698
|
+
</symbol>
|
|
699
|
+
|
|
700
|
+
<symbol id="plusSquare" viewBox="0 0 24 24">
|
|
701
|
+
<rect x="2" y="2" width="20" height="20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
702
|
+
<path d="M8 12H16" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
703
|
+
<path d="M12 8L12 16" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
704
|
+
</symbol>
|
|
705
|
+
|
|
706
|
+
<symbol id="print" viewBox="0 0 24 24">
|
|
707
|
+
<path d="M5.82828 17H2V6H22V17H18.1836" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
708
|
+
<path d="M6 6V2H18V6" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
709
|
+
<path d="M18 15H6V22H18V15Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
710
|
+
<path d="M9 18H15" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
711
|
+
<path d="M18 9H19" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
712
|
+
</symbol>
|
|
713
|
+
|
|
714
|
+
<symbol id="profile" viewBox="0 0 24 24">
|
|
715
|
+
<path d="M13.5 11.5V13.1082L19 15C20.2812 15.4511 21 16.7421 21 18L21.0001 22" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
716
|
+
<path d="M3 22V18.0269C3 16.5 3.5 15.5 5 15C6.5 14.5 10 13 10 13V11.5L10.0107 11.0609C9.03814 10.4363 8.5 9.37367 8.5 8.16786V5.46996C8.5 3.55281 10.0152 2 12.0054 2C13.9956 2 15.5 3.55281 15.5 5.46996V8.16786C15.5 9.69569 14.5 11 13 11.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
717
|
+
</symbol>
|
|
718
|
+
|
|
719
|
+
<symbol id="profileCircle" viewBox="0 0 24 24">
|
|
720
|
+
<path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
721
|
+
<path d="M19 19V17.9663C19 17.0079 19 16 17.5 15.5L13.5 14V13C14.5 12.5 15 11.5 15 10.5V8C15 6 13.5786 5 12 5C10.4214 5 9 6 9 8V10.5C9 11.5 9.5 12.5 10.5 13V14L6.5 15.5C5 16 5 17.0735 5 18.0202V19" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
722
|
+
</symbol>
|
|
723
|
+
|
|
724
|
+
<symbol id="questionCircle" viewBox="0 0 24 24">
|
|
725
|
+
<path d="M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
726
|
+
<path d="M9 8.94314C9 7.31769 10.3431 6 12 6C13.6569 6 15 7.31769 15 8.94314C15 10.5686 13.6569 12 12 12V14M12 18V17" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
727
|
+
</symbol>
|
|
728
|
+
|
|
729
|
+
<symbol id="questionSquare" viewBox="0 0 24 24">
|
|
730
|
+
<rect x="2" y="2" width="20" height="20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
731
|
+
<path d="M9 8.94314C9 7.31769 10.3431 6 12 6C13.6569 6 15 7.31769 15 8.94314C15 10.5686 13.6569 12 12 12V14M12 18V17" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
732
|
+
</symbol>
|
|
733
|
+
|
|
734
|
+
<symbol id="range" viewBox="0 0 24 24">
|
|
735
|
+
<path d="M2.01855 11.9944H22.0001" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
736
|
+
<path d="M7 6H22M2 6H3" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
737
|
+
<path d="M17.0001 17.989H2.00012M22.0001 17.989H20.9826" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
738
|
+
</symbol>
|
|
739
|
+
|
|
740
|
+
<symbol id="reload" viewBox="0 0 24 24">
|
|
741
|
+
<path d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C15.3911 2 18.388 3.68797 20.1963 6.26954" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
742
|
+
<path d="M20.3334 2V6.44444H15.8889" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
743
|
+
</symbol>
|
|
744
|
+
|
|
745
|
+
<symbol id="ribbon" viewBox="0 0 24 24">
|
|
746
|
+
<path d="M14.5 12C17 10 17.0391 7.39724 17.0391 7.39724C17.0391 1.79885 11.447 2.00017 11.447 2.00017C11.447 2.00017 6.00018 1.79885 6.00018 7.39724C6.00018 7.39724 6 10 8.50001 12.5C11 15 18 21.5 18 21.5L21 18.5C21 18.5 15 13.5 11 9.5C10.2565 8.75646 9.50001 7.50017 10 6.50017C10.6986 5.10299 12.5 5.50017 13 6.50017C13.4229 7.34594 13 8.00017 13 8.00017" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
747
|
+
<path d="M8.5 13L3 18.5L6 21.5L10 17.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
748
|
+
</symbol>
|
|
749
|
+
|
|
750
|
+
<symbol id="right" viewBox="0 0 24 24">
|
|
751
|
+
<path d="M9.99994 8L13.9999 12L9.99994 16" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
752
|
+
</symbol>
|
|
753
|
+
|
|
754
|
+
<symbol id="schedule" viewBox="0 0 24 24">
|
|
755
|
+
<path d="M2 7.99341H22" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
756
|
+
<path d="M8 2V3.99781" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
757
|
+
<path d="M16 2V3.99781" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
758
|
+
<path d="M5 3.01166H2L2.00005 21.9789H22V2.99951H19" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
759
|
+
<path d="M11 2.99902H13" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
760
|
+
<path d="M12 11.9888L12 17.9822" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
761
|
+
<path d="M15 14.9858L9.00001 14.9858" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
762
|
+
</symbol>
|
|
763
|
+
|
|
764
|
+
<symbol id="scheduleCheck" viewBox="0 0 24 24">
|
|
765
|
+
<path d="M2 7.99341H22" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
766
|
+
<path d="M8 2V3.99781" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
767
|
+
<path d="M16 2V3.99781" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
768
|
+
<path d="M5.00006 3.01166H2.00006L2.00012 21.9789H22.0001V2.99951H19.0001" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
769
|
+
<path d="M11 2.99902H13" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
770
|
+
<path d="M15 13L11.1 17L9 14.9854" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
771
|
+
</symbol>
|
|
772
|
+
|
|
773
|
+
<symbol id="scheduleHistorico" viewBox="0 0 24 24">
|
|
774
|
+
<path d="M2 6.99341H19" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
775
|
+
<path d="M7 1V2.99781" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
776
|
+
<path d="M14 1V2.99781" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
777
|
+
<path d="M3.55 2.01088H2L2.00005 19H19V2H17.45" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
778
|
+
<path d="M5.00005 22H22V5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
779
|
+
<path d="M10 1.99902H11" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
780
|
+
<path d="M16 9.99023H13V12.9869H16V9.99023Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
781
|
+
</symbol>
|
|
782
|
+
|
|
783
|
+
<symbol id="search" viewBox="0 0 24 24">
|
|
784
|
+
<path d="M17 15.0002L22 20.0002L20 22.0002L15 17.0002" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
785
|
+
<path d="M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
786
|
+
</symbol>
|
|
787
|
+
|
|
788
|
+
<symbol id="secure" viewBox="0 0 24 24">
|
|
789
|
+
<path d="M12 22C15.3137 22 18 19.3137 18 16C18 12.6863 15.3137 10 12 10C8.68629 10 6 12.6863 6 16C6 19.3137 8.68629 22 12 22Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
790
|
+
<path d="M8 11V6.05041C8 3.81458 9.792 2 12 2C13.104 2 14.104 2.45365 14.832 3.18272C15.552 3.91989 16 4.93249 16 6.05041V11" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
791
|
+
<path d="M12 17V19" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
792
|
+
<path d="M12 17C13.1046 17 14 16.1046 14 15C14 13.8954 13.1046 13 12 13C10.8954 13 10 13.8954 10 15C10 16.1046 10.8954 17 12 17Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
793
|
+
</symbol>
|
|
794
|
+
|
|
795
|
+
<symbol id="share" viewBox="0 0 24 24">
|
|
796
|
+
<path d="M19 22C20.6569 22 22 20.6569 22 19C22 17.3431 20.6569 16 19 16C17.3431 16 16 17.3431 16 19C16 20.6569 17.3431 22 19 22Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
797
|
+
<path d="M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
798
|
+
<path d="M5 15C6.65685 15 8 13.6569 8 12C8 10.3431 6.65685 9 5 9C3.34315 9 2 10.3431 2 12C2 13.6569 3.34315 15 5 15Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
799
|
+
<path d="M8 11.0002L16 6.50024" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
800
|
+
<path d="M8 13.0002L16 17.5002" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
801
|
+
</symbol>
|
|
802
|
+
|
|
803
|
+
<symbol id="sound" viewBox="0 0 24 24">
|
|
804
|
+
<path d="M2 9V15H5.98269L11 21V3L5.98269 9H2Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
805
|
+
<path d="M15 9C16.5 9.5 17 11 17 12C17 13 16.5 14.5 15 15" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
806
|
+
<path d="M15 4C19 4.5 22 8 22 12C22 16 19 19.5 15 20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
807
|
+
</symbol>
|
|
808
|
+
|
|
809
|
+
<symbol id="soundOff" viewBox="0 0 24 24">
|
|
810
|
+
<path d="M8.98269 15H5V9H8.98269L14 3V8.5M14 14V21L11 17" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
811
|
+
<path d="M19 3L4 21" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
812
|
+
</symbol>
|
|
813
|
+
|
|
814
|
+
<symbol id="subItem" viewBox="0 0 24 24">
|
|
815
|
+
<path d="M15 19L20 14L15 9" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
816
|
+
<path d="M19.5294 14H5.6C4.8 14 4 13.2 4 12.4L4.00003 5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
817
|
+
</symbol>
|
|
818
|
+
|
|
819
|
+
<symbol id="target" viewBox="0 0 24 24">
|
|
820
|
+
<path d="M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
821
|
+
<path d="M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
822
|
+
<path d="M19 12L22 12" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
823
|
+
<path d="M2 12L5 12" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
824
|
+
<path d="M12 5L12 2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
825
|
+
<path d="M12 22L12 19" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
826
|
+
</symbol>
|
|
827
|
+
|
|
828
|
+
<symbol id="team" viewBox="0 0 24 24">
|
|
829
|
+
<path d="M16.5454 20V18.6364C16.5454 17.6719 16.1623 16.747 15.4804 16.0651C14.7984 15.3831 13.8735 15 12.9091 15H5.63636C4.67194 15 3.74702 15.3831 3.06507 16.0651C2.38312 16.747 2 17.6719 2 18.6364V20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
830
|
+
<path d="M9.5 11C11.433 11 13 9.433 13 7.5C13 5.567 11.433 4 9.5 4C7.567 4 6 5.567 6 7.5C6 9.433 7.567 11 9.5 11Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
831
|
+
<path d="M22 20.0002V18.5453C21.9994 17.7396 21.7312 16.9569 21.2376 16.3201C20.744 15.6833 20.0528 15.2285 19.2727 15.0271" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
832
|
+
<path d="M15.6364 4C16.4185 4.20027 17.1118 4.65518 17.6069 5.29301C18.102 5.93084 18.3708 6.7153 18.3708 7.52273C18.3708 8.33015 18.102 9.11462 17.6069 9.75244C17.1118 10.3903 16.4185 10.8452 15.6364 11.0455" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
833
|
+
</symbol>
|
|
834
|
+
|
|
835
|
+
<symbol id="telegram" viewBox="0 0 24 24">
|
|
836
|
+
<path d="M22 5L2 7.69231L6 11.4615L14 9.84615L8.5 14.1538L13 19L22 5Z" stroke-linejoin="round"/>
|
|
837
|
+
</symbol>
|
|
838
|
+
|
|
839
|
+
<symbol id="twitter" viewBox="0 0 24 24">
|
|
840
|
+
<path d="M16 22L2 2H8L22 22H16Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
841
|
+
<path d="M14.0968 10.7097L21.5 2H19.5L13.1935 9.41935L14.0968 10.7097Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
842
|
+
<path d="M9.90323 13.2903L2.5 22H4.5L10.8065 14.5806L9.90323 13.2903Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
843
|
+
</symbol>
|
|
844
|
+
|
|
845
|
+
<symbol id="unLink" viewBox="0 0 24 24">
|
|
846
|
+
<path d="M11.5182 6.74707L15.2653 2.99497C16.5902 1.66834 18.7447 1.66834 20.0696 2.99497L21.0064 3.933C22.3312 5.25963 22.3312 7.41709 21.0064 8.74372L17.2192 12.536" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
847
|
+
<path d="M12.4282 17.3332L8.7347 21.0049C7.40984 22.3315 5.25527 22.3315 3.93041 21.0049L2.99364 20.0669C1.66879 18.7402 1.66879 16.5828 2.99364 15.2561L6.70057 11.571" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
848
|
+
<path d="M3.5 8L5.5 8" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
849
|
+
<path d="M8 3.5V5.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
850
|
+
<path d="M3.5 3.50024L5 5.00024" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
851
|
+
<path d="M20.5 16L18.5 16" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
852
|
+
<path d="M15.9999 20.5002V18.5002" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
853
|
+
<path d="M20.5 20.4998L19 18.9998" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
854
|
+
</symbol>
|
|
855
|
+
|
|
856
|
+
<symbol id="unSecure" viewBox="0 0 24 24">
|
|
857
|
+
<path d="M12 22C15.3137 22 18 19.3137 18 16C18 12.6863 15.3137 10 12 10C8.68629 10 6 12.6863 6 16C6 19.3137 8.68629 22 12 22Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
858
|
+
<path d="M8 11V6.05041C8 3.81458 9.792 2 12 2C13.104 2 14.104 2.45365 14.832 3.18272C15.552 3.91989 16 4.93249 16 6.05041" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
859
|
+
<path d="M12 17V19" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
860
|
+
<path d="M12 17C13.1046 17 14 16.1046 14 15C14 13.8954 13.1046 13 12 13C10.8954 13 10 13.8954 10 15C10 16.1046 10.8954 17 12 17Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
861
|
+
</symbol>
|
|
862
|
+
|
|
863
|
+
<symbol id="unity" viewBox="0 0 24 24">
|
|
864
|
+
<rect x="5" y="2" width="14" height="20" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
865
|
+
<rect x="9" y="16" width="6" height="6" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
866
|
+
<rect x="2" y="12" width="3" height="10" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
867
|
+
<path d="M22 22H2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
868
|
+
<path d="M10 6H9" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
869
|
+
<path d="M15 6H14" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
870
|
+
<path d="M10 9H9" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
871
|
+
<path d="M15 9H14" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
872
|
+
<path d="M10 12H9" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
873
|
+
<path d="M15 12H14" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
874
|
+
<path d="M12 22V16" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
875
|
+
</symbol>
|
|
876
|
+
|
|
877
|
+
<symbol id="unlike" viewBox="0 0 24 24">
|
|
878
|
+
<path d="M6.07001 3.46699C6.07001 3.46699 17.54 3.46699 18.61 3.46699C19.69 3.46699 20.26 4.21699 20.42 4.87699C20.42 4.87699 21.84 12.087 21.92 12.557C22 13.027 22.08 13.667 21.8 14.137C21.39 14.837 20.65 14.797 20.46 14.797C20.27 14.797 15.73 14.797 15.73 14.797C16.74 16.817 16.37 19.887 16.37 19.887C16.22 21.487 14.8 21.347 14.8 21.347C13.51 21.347 13.42 20.177 13.42 20.177C13.42 15.587 9.47001 14.107 8.40001 13.787C7.33001 13.477 6.04001 13.527 6.04001 13.527" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
879
|
+
<path d="M2 14.3669H6.07V2.65694H2V8.09694V14.3669Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
880
|
+
</symbol>
|
|
881
|
+
|
|
882
|
+
<symbol id="up" viewBox="0 0 24 24">
|
|
883
|
+
<path d="M7.99994 13L11.9999 9L15.9999 13" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
884
|
+
</symbol>
|
|
885
|
+
|
|
886
|
+
<symbol id="upload" viewBox="0 0 24 24">
|
|
887
|
+
<path d="M12 7V20M12 7L19 13.456M12 7L5 13.456M5 4H19" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
888
|
+
</symbol>
|
|
889
|
+
|
|
890
|
+
<symbol id="verticalList" viewBox="0 0 24 24">
|
|
891
|
+
<rect x="2" y="2" width="20" height="8" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
892
|
+
<rect x="2" y="14" width="20" height="8" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
893
|
+
</symbol>
|
|
894
|
+
|
|
895
|
+
<symbol id="viewFalse" viewBox="0 0 24 24">
|
|
896
|
+
<path d="M16.5 7.17391C15.1523 6.4778 13.6292 6 12 6C7 6 3 10.5 2 12C2.63317 12.9498 4.46907 15.1022 7 16.5536M10.5 17.8669C10.9881 17.953 11.4888 18 12 18C17 18 21 13.5 22 12C21.6013 11.4019 20.7257 10.327 19.5 9.25053" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
897
|
+
<path d="M16 12C16 14.2091 14.2091 16 12 16M14.6458 9C13.9407 8.37764 13.0144 8 12 8C9.79086 8 8 9.79086 8 12C8 13.0144 8.37764 13.9407 9 14.6458" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
898
|
+
<path d="M21 3L3 21" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
899
|
+
</symbol>
|
|
900
|
+
|
|
901
|
+
<symbol id="viewTrue" viewBox="0 0 24 24">
|
|
902
|
+
<path d="M22 12C21 13.5 17 18 12 18C7 18 3 13.5 2 12C3 10.5 7 6 12 6C17 6 21 10.5 22 12Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
903
|
+
<path d="M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
904
|
+
</symbol>
|
|
905
|
+
|
|
906
|
+
<symbol id="weight" viewBox="0 0 24 24">
|
|
907
|
+
<path d="M17 12L19 7.00012C17.5 5.99976 15 4.99976 12 4.99976C9 4.99976 6.5 5.99976 5 7.00012L7 12C8.5 11.4998 9.5 10.9998 12 11C14.5 11.0002 15.5 11.4998 17 12Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
908
|
+
<path d="M12 10.5L10 8.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
909
|
+
<path d="M2 20V4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
910
|
+
</symbol>
|
|
911
|
+
|
|
912
|
+
<symbol id="whatsapp" viewBox="0 0 24 24">
|
|
913
|
+
<path d="M7.28023 20.8132C7.03742 20.6824 6.75396 20.6429 6.48875 20.7186L3.72991 21.5062C2.97571 21.7215 2.27853 21.0243 2.49382 20.2701L3.28136 17.5112C3.35707 17.246 3.31759 16.9626 3.18678 16.7198C2.43135 15.3175 2 13.7063 2 12C2 6.47826 6.47826 2 12 2C17.5217 2 22 6.47826 22 12C22 17.5217 17.5217 22 12 22C10.2937 22 8.68247 21.5687 7.28023 20.8132Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
914
|
+
<path d="M10.1902 9.43327C10.1661 9.46465 10.1421 9.48819 10.1181 9.51958C9.88579 9.78636 9.99793 10.1787 10.1581 10.6102C10.6547 11.9677 12.0324 13.3173 13.2658 13.9607C13.6743 14.1725 14.1148 14.2039 14.3791 13.9685C14.4112 13.945 14.4352 13.9214 14.4673 13.8901C14.7316 13.6547 15.132 13.4742 15.5005 13.6233C15.7248 13.7174 15.925 13.8116 16.2534 13.9371C16.7259 14.1254 17.0623 14.6041 16.9903 15.0513C16.9022 15.5692 16.5898 16.1106 16.4296 16.3931C16.2454 16.7226 15.4364 17.1267 14.8758 16.962C10.3744 15.6359 8.30794 12.9446 7.06646 9.15474C6.89025 8.61333 7.06645 7.88593 7.57103 7.58935C7.85137 7.42457 8.31592 7.02441 8.91664 7.00087C9.3892 6.98517 9.81371 7.18133 10.094 7.6992C10.2062 7.91105 10.2783 8.1543 10.3824 8.374C10.5506 8.72709 10.4224 9.16649 10.1902 9.43327Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
915
|
+
</symbol>
|
|
916
|
+
|
|
917
|
+
<symbol id="wifi" viewBox="0 0 24 24">
|
|
918
|
+
<path d="M14 19.0005C14 20.1074 13.1071 21 12 21C10.8929 21 10 20.1074 10 19.0005C10 17.8936 10.8929 17.001 12 17.001C13.1071 16.9653 14 17.8936 14 19.0005Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
919
|
+
<path d="M8 14.8752C10 12.3749 14 12.375 16 14.8753" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
920
|
+
<path d="M5 10.9999C8.5 6.99994 15.5 7 19 10.9999" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
921
|
+
<path d="M3 6.7503C8 1.74996 16 1.75 21 6.74993" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
922
|
+
</symbol>
|
|
923
|
+
|
|
924
|
+
<symbol id="wifiOff" viewBox="0 0 24 24">
|
|
925
|
+
<path d="M14 19.0005C14 20.1074 13.1071 21 12 21C10.8929 21 10 20.1074 10 19.0005C10 17.8936 10.8929 17.001 12 17.001C13.1071 16.9653 14 17.8936 14 19.0005Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
926
|
+
<path d="M19 2L8 14.85" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
927
|
+
<path d="M15.9999 14.8753C15.3288 14.0363 14.4325 13.4788 13.462 13.2029" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
928
|
+
<path d="M5 10.9999C7.13429 8.56074 10.5701 7.60899 13.7201 8.14463M19 10.9999C18.3686 10.2783 17.6233 9.68693 16.8052 9.22568" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
929
|
+
<path d="M3 6.7503C6.85556 2.89448 12.495 2.01195 17.1671 4.1025M21 6.74993C20.6195 6.36945 20.2217 6.01792 19.8091 5.69534" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
930
|
+
</symbol>
|
|
931
|
+
|
|
932
|
+
<symbol id="youtube" viewBox="0 0 24 24">
|
|
933
|
+
<path d="M21.5838 7.18685C21.3519 6.32885 20.6776 5.64873 19.8135 5.41853C18.2539 5 12 5 12 5C12 5 5.74605 5 4.18652 5.41853C3.32772 5.64873 2.64805 6.32362 2.41623 7.18685C2 8.74589 2 11.0375 2 12C2 12.9625 2 15.2541 2.41623 16.8132C2.64805 17.6711 3.32245 18.3513 4.18652 18.5815C5.74605 19 12 19 12 19C12 19 18.2539 19 19.8135 18.5815C20.6723 18.3513 21.3519 17.6764 21.5838 16.8132C22 15.2541 22 12.9625 22 12C22 11.0375 22 8.74066 21.5838 7.18685Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
934
|
+
<path d="M11.4935 13.8711C10.8362 14.2289 10 13.7994 10 13.1039V10.8961C10 10.2006 10.8362 9.77108 11.4935 10.1289L13.5212 11.2328C14.1596 11.5803 14.1596 12.4197 13.5212 12.7672L11.4935 13.8711Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
935
|
+
</symbol>
|
|
936
|
+
|
|
937
|
+
<symbol id="zoomIn" viewBox="0 0 24 24">
|
|
938
|
+
<path d="M17 15.0002L22 20.0002L20 22.0002L15 17.0002" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
939
|
+
<path d="M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
940
|
+
<path d="M10 7L10 13" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
941
|
+
<path d="M13 10.0005L7.00001 10.0005" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
942
|
+
</symbol>
|
|
943
|
+
|
|
944
|
+
<symbol id="zoomOut" viewBox="0 0 24 24">
|
|
945
|
+
<path d="M17 15.0002L22 20.0002L20 22.0002L15 17.0002" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
946
|
+
<path d="M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
947
|
+
<path d="M13 10.0005L7.00001 10.0005" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
948
|
+
</symbol>
|
|
949
|
+
|
|
950
|
+
</defs>
|
|
951
|
+
</svg>
|