@rededor/cura 2.0.0-alpha.14 → 2.0.0-alpha.17

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.
Files changed (141) hide show
  1. package/dist/assets/assets/icons/iconset-default-list.ts +1 -1
  2. package/dist/assets/assets/icons/iconset-default-tmp.svg +78 -2
  3. package/dist/assets/assets/icons/iconset-default.svg +1 -1
  4. package/dist/cjs/cura-accordion_22.cjs.entry.js +39 -83
  5. package/dist/cjs/cura-display.cjs.entry.js +1 -1
  6. package/dist/cjs/cura-icons-view.cjs.entry.js +1 -1
  7. package/dist/cjs/cura-input-textarea.cjs.entry.js +236 -0
  8. package/dist/cjs/cura-loader-bar.cjs.entry.js +1 -1
  9. package/dist/cjs/cura-radio.cjs.entry.js +1 -1
  10. package/dist/cjs/cura-switch.cjs.entry.js +1 -1
  11. package/dist/cjs/cura-tabs-button.cjs.entry.js +1 -1
  12. package/dist/cjs/cura-tabs-transparent.cjs.entry.js +1 -1
  13. package/dist/cjs/cura.cjs.js +1 -1
  14. package/dist/cjs/loader.cjs.js +1 -1
  15. package/dist/cjs/utils-DMHZ2n4p.js +47 -0
  16. package/dist/collection/assets/icons/iconset-default-list.js +1 -1
  17. package/dist/collection/assets/icons/iconset-default-tmp.svg +78 -2
  18. package/dist/collection/assets/icons/iconset-default.svg +1 -1
  19. package/dist/collection/assets-raw/icons/default/airCond.svg +3 -0
  20. package/dist/collection/assets-raw/icons/default/backspaceDelete.svg +3 -0
  21. package/dist/collection/assets-raw/icons/default/bathroom.svg +3 -0
  22. package/dist/collection/assets-raw/icons/default/bed.svg +3 -0
  23. package/dist/collection/assets-raw/icons/default/blinds.svg +3 -0
  24. package/dist/collection/assets-raw/icons/default/clean.svg +3 -0
  25. package/dist/collection/assets-raw/icons/default/docs.svg +4 -0
  26. package/dist/collection/assets-raw/icons/default/door.svg +3 -0
  27. package/dist/collection/assets-raw/icons/default/keyboardArrows.svg +3 -0
  28. package/dist/collection/assets-raw/icons/default/keyboardNum.svg +10 -0
  29. package/dist/collection/assets-raw/icons/default/lampSmart.svg +3 -0
  30. package/dist/collection/assets-raw/icons/default/mobileRotate2.svg +1 -1
  31. package/dist/collection/assets-raw/icons/default/nutrition.svg +3 -0
  32. package/dist/collection/assets-raw/icons/default/pause.svg +3 -0
  33. package/dist/collection/assets-raw/icons/default/sink.svg +3 -0
  34. package/dist/collection/assets-raw/icons/default/stop.svg +1 -1
  35. package/dist/collection/assets-raw/icons/default/tv.svg +3 -0
  36. package/dist/collection/assets-raw/icons/default/userChecklist.svg +3 -0
  37. package/dist/collection/assets-raw/icons/default/window.svg +3 -0
  38. package/dist/collection/collection-manifest.json +1 -0
  39. package/dist/collection/components/cura-calendar/cura-calendar.js +20 -27
  40. package/dist/collection/components/forms/cura-input-textarea/cura-input-textarea.css +174 -0
  41. package/dist/collection/components/forms/cura-input-textarea/cura-input-textarea.js +613 -0
  42. package/dist/collection/components/forms/cura-input-textarea/cura-input-textarea.stories.js +222 -0
  43. package/dist/collection/components/forms/cura-label/cura-label.js +1 -1
  44. package/dist/collection/components/forms/cura-radio/cura-radio.js +1 -1
  45. package/dist/collection/components/forms/cura-select/cura-select.js +3 -3
  46. package/dist/collection/components/forms/cura-select-options/cura-select-option.js +1 -1
  47. package/dist/collection/components/forms/cura-switch/cura-switch.js +1 -1
  48. package/dist/collection/components/loaders/cura-loader-bar/cura-loader-bar.js +1 -1
  49. package/dist/collection/components/loaders/cura-loader-circle/cura-loader-circle.js +1 -1
  50. package/dist/collection/components/tabs/cura-tabs/cura-tabs.js +1 -1
  51. package/dist/collection/components/tabs/cura-tabs-button/cura-tabs-button.js +1 -1
  52. package/dist/collection/components/tabs/cura-tabs-group/cura-tabs-group.js +1 -1
  53. package/dist/collection/components/tabs/cura-tabs-transparent/cura-tabs-transparent.js +1 -1
  54. package/dist/collection/components/text/cura-display/cura-display.js +1 -1
  55. package/dist/collection/components/text/cura-heading/cura-heading.js +1 -1
  56. package/dist/collection/components/text/cura-paragraph/cura-paragraph.js +1 -1
  57. package/dist/components/cura-accordion-item.js +1 -1
  58. package/dist/components/cura-alert.js +1 -1
  59. package/dist/components/cura-badge-counter.js +1 -1
  60. package/dist/components/cura-badge-distance.js +1 -1
  61. package/dist/components/cura-badge-pill.js +1 -1
  62. package/dist/components/cura-button-outline.js +1 -1
  63. package/dist/components/cura-button-select.js +1 -1
  64. package/dist/components/cura-button-transparent.js +1 -1
  65. package/dist/components/cura-button.js +1 -1
  66. package/dist/components/cura-calendar.js +1 -1
  67. package/dist/components/cura-checkbox.js +1 -1
  68. package/dist/components/cura-display.js +1 -1
  69. package/dist/components/cura-dropdown-search-category.js +1 -1
  70. package/dist/components/cura-dropdown-search-not-found.js +1 -1
  71. package/dist/components/cura-dropdown-search.js +1 -1
  72. package/dist/components/cura-heading.js +1 -1
  73. package/dist/components/cura-icons-view.js +1 -1
  74. package/dist/components/cura-input-date.js +1 -1
  75. package/dist/components/cura-input-text.js +1 -1
  76. package/dist/components/cura-input-textarea.d.ts +11 -0
  77. package/dist/components/cura-input-textarea.js +1 -0
  78. package/dist/components/cura-label.js +1 -1
  79. package/dist/components/cura-loader-bar.js +1 -1
  80. package/dist/components/cura-loader-circle.js +1 -1
  81. package/dist/components/cura-modal.js +1 -1
  82. package/dist/components/cura-paragraph.js +1 -1
  83. package/dist/components/cura-radio.js +1 -1
  84. package/dist/components/cura-select-option.js +1 -1
  85. package/dist/components/cura-select.js +1 -1
  86. package/dist/components/cura-stepper-item.js +1 -1
  87. package/dist/components/cura-stepper.js +1 -1
  88. package/dist/components/cura-switch.js +1 -1
  89. package/dist/components/cura-tabs-button.js +1 -1
  90. package/dist/components/cura-tabs-group.js +1 -1
  91. package/dist/components/cura-tabs-transparent.js +1 -1
  92. package/dist/components/cura-tabs.js +1 -1
  93. package/dist/components/cura-toast.js +1 -1
  94. package/dist/components/cura-tooltip.js +1 -1
  95. package/dist/components/index.js +1 -1
  96. package/dist/components/p-B2TDH4aP.js +1 -0
  97. package/dist/components/{p-Oyg5hynZ.js → p-BHVSbubb.js} +1 -1
  98. package/dist/components/{p-BBtCzdwH.js → p-BKDpza6x.js} +1 -1
  99. package/dist/components/{p-BOQ-9WHP.js → p-BuETJyzc.js} +1 -1
  100. package/dist/components/{p-BGBnVlL3.js → p-CksTHXxZ.js} +1 -1
  101. package/dist/components/{p-I4AXUk2V.js → p-D4hCuriT.js} +1 -1
  102. package/dist/components/p-DQP7jRHp.js +1 -0
  103. package/dist/components/p-DgK8dEko.js +1 -0
  104. package/dist/components/{p-BXFxWVl3.js → p-DgQJ968V.js} +1 -1
  105. package/dist/components/{p-BFGkepgq.js → p-Dmalf4Oj.js} +1 -1
  106. package/dist/components/{p-DbZtk_CM.js → p-KovUKiTX.js} +1 -1
  107. package/dist/components/{p-Bac-rr_f.js → p-PiUhcFob.js} +1 -1
  108. package/dist/components/{p-BmMvoH-m.js → p-TnCIk87O.js} +1 -1
  109. package/dist/components/{p-Cm1Vfoc6.js → p-i55vIhdM.js} +1 -1
  110. package/dist/cura/cura.esm.js +1 -1
  111. package/dist/cura/{p-71fffffa.entry.js → p-1c48aaa7.entry.js} +1 -1
  112. package/dist/cura/{p-2572a4f9.entry.js → p-4178e3e6.entry.js} +1 -1
  113. package/dist/cura/p-5b26a166.entry.js +1 -0
  114. package/dist/cura/p-CUmwazb8.js +1 -0
  115. package/dist/cura/p-a305e17a.entry.js +1 -0
  116. package/dist/cura/{p-8b29b763.entry.js → p-b157025d.entry.js} +1 -1
  117. package/dist/cura/{p-1ecb2249.entry.js → p-bd649bed.entry.js} +1 -1
  118. package/dist/cura/p-cc5d2e34.entry.js +1 -0
  119. package/dist/cura/{p-04b5c710.entry.js → p-d43fb791.entry.js} +1 -1
  120. package/dist/cura/{p-a5c4849c.entry.js → p-d64ef37d.entry.js} +1 -1
  121. package/dist/esm/cura-accordion_22.entry.js +32 -76
  122. package/dist/esm/cura-display.entry.js +1 -1
  123. package/dist/esm/cura-icons-view.entry.js +1 -1
  124. package/dist/esm/cura-input-textarea.entry.js +234 -0
  125. package/dist/esm/cura-loader-bar.entry.js +1 -1
  126. package/dist/esm/cura-radio.entry.js +1 -1
  127. package/dist/esm/cura-switch.entry.js +1 -1
  128. package/dist/esm/cura-tabs-button.entry.js +1 -1
  129. package/dist/esm/cura-tabs-transparent.entry.js +1 -1
  130. package/dist/esm/cura.js +1 -1
  131. package/dist/esm/loader.js +1 -1
  132. package/dist/esm/utils-BZCR971L.js +41 -0
  133. package/dist/types/components/cura-calendar/cura-calendar.d.ts +3 -6
  134. package/dist/types/components/forms/cura-input-textarea/cura-input-textarea.d.ts +116 -0
  135. package/dist/types/components/forms/cura-input-textarea/cura-input-textarea.stories.d.ts +188 -0
  136. package/dist/types/components.d.ts +210 -0
  137. package/package.json +4 -2
  138. package/dist/components/p-BJafC0R3.js +0 -1
  139. package/dist/components/p-nqT7t82E.js +0 -1
  140. package/dist/cura/p-c287c69e.entry.js +0 -1
  141. package/dist/cura/p-c987ddde.entry.js +0 -1
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="0" height="0"><defs><symbol id="360" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12.302 14.595a6.067 6.067 0 0 0 5.348-6.677A6.006 6.006 0 0 0 11 2.593 6.067 6.067 0 0 0 5.65 9.27a6.006 6.006 0 0 0 6.65 5.325M10 6v4M8 8.038h4M17.103 19.583C20 19 22 17.989 22 17c0-.759-1.149-1.51-3-2M5 15c-1.851.49-3 1.241-3 2 0 1.493 4.5 3 10 3h1M13 20l-2 2M13 20l-2-2"/></symbol><symbol id="accessibility" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M6 13a5 5 0 1 0 7.584 6"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12.336 8.963s1.244 0 1.335 1.325V13H16c1 0 1.773.875 2 1.5l2 4.5a.79.79 0 0 1-.5 1h-2c-.345 0-.89-.183-1-.5L15 16h-5c-.484 0-1-.5-1-1v-4.5c0-.811.695-1.5 1.5-1.537zM11.253 2c-.801 0-1.45.73-1.45 1.63 0 .207.034 1.145.097 1.328.21.61.736 1.042 1.353 1.042s1.143-.433 1.353-1.042c.063-.183.098-1.12.098-1.328 0-.9-.65-1.63-1.451-1.63"/></symbol><symbol id="accessibility2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M3.914 13.498a4.237 4.237 0 1 0 8.085 2.2m-4.3-7.86s.97-.415 1.483.587l.907 2.111 1.813-.779c.78-.334 1.673.089 2.06.5l3.061 2.835c.245.27.226.7-.055.946l-1.557.669c-.269.115-.755.155-.946-.056l-2.338-2.223-3.894 1.671c-.376.162-.946-.055-1.113-.444L5.616 10.15c-.271-.632.04-1.4.654-1.698zm-3.17-5.06c-.624.268-.886 1.054-.585 1.755.07.161.41.88.52 1.001.367.405.922.565 1.402.36.48-.207.746-.72.705-1.265-.012-.163-.299-.904-.368-1.066-.301-.701-1.05-1.052-1.675-.784"/><path stroke-linecap="round" d="m10 22 12-5"/></symbol><symbol id="accessibility3" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M3 22h18M4.353 11.607a4.237 4.237 0 1 0 6.561 5.21m-.85-8.916s1.054 0 1.131 1.123v2.298h1.974c.848 0 1.502.741 1.695 1.27l1.695 3.814a.667.667 0 0 1-.424.848H14.44c-.292 0-.755-.155-.847-.424l-1.271-2.966H8.085c-.41 0-.848-.424-.848-.847V9.203c0-.687.59-1.271 1.271-1.302zM9.146 2c-.679 0-1.229.619-1.229 1.382 0 .175.03.97.083 1.125.177.516.624.883 1.146.883.523 0 .97-.367 1.147-.883.053-.155.083-.95.083-1.125 0-.763-.55-1.382-1.23-1.382M21 6.5h-5m5 0L18.692 9M21 6.5 18.692 4"/></symbol><symbol id="accessibility4" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m22 17-12 5h12zM3.914 13.498a4.237 4.237 0 1 0 8.085 2.2m-4.3-7.86s.97-.415 1.483.587l.907 2.111 1.813-.779c.78-.334 1.673.089 2.06.5l3.061 2.835c.245.27.226.7-.055.946l-1.557.669c-.269.115-.755.155-.946-.056l-2.338-2.223-3.894 1.671c-.376.162-.946-.055-1.113-.444L5.616 10.15c-.271-.632.04-1.4.654-1.698zm-3.17-5.06c-.624.268-.886 1.054-.585 1.755.07.161.41.88.52 1.001.367.405.922.565 1.402.36.48-.207.746-.72.705-1.265-.012-.163-.299-.904-.368-1.066-.301-.701-1.05-1.052-1.675-.784"/></symbol><symbol id="addUser" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M13.5 11.5v1.608L19 15c1.281.451 2 1.742 2 3v3"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M3 21v-2.973C3 16.5 3.5 15.5 5 15s5-2 5-2v-1.5l.01-.44c-.972-.624-1.51-1.686-1.51-2.892V5.47C8.5 3.553 10.015 2 12.005 2S15.5 3.553 15.5 5.47v2.698c0 1.528-1 2.832-2.5 3.332M12 17v6M15 20H9"/></symbol><symbol id="airdrop" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M17 21c2.989-1.76 5-5.05 5-8.819C22 6.558 17.523 2 12 2S2 6.558 2 12.181C2 15.949 4.011 19.24 7 21"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M15.608 18.29A7.15 7.15 0 0 0 19 12.18c0-3.935-3.134-7.126-7-7.126s-7 3.19-7 7.127a7.15 7.15 0 0 0 3.392 6.109"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14 15.709c1.196-.704 2-2.02 2-3.528 0-2.25-1.79-4.072-4-4.072S8 9.932 8 12.18c0 1.507.804 2.824 2 3.528"/><circle cx="1" cy="1" r="1" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" transform="matrix(1 0 0 -1 11 13.2)"/></symbol><symbol id="alertCircle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 17v-1M12 13V7"/></symbol><symbol id="alertTriangle" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m12 3 10 18H2zM12 18v-1M12 14V9.5"/></symbol><symbol id="arrowDown" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M20 12.045 12.013 20m-.105-.116V4zM4 12.045 12.013 20z"/></symbol><symbol id="arrowDownCircle" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m15 11-2.997 3L9 11"/></symbol><symbol id="arrowLeft" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M11.955 4 4 11.987m.116.105H20zM11.955 20 4 11.987z"/></symbol><symbol id="arrowLeftCircle" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m13 9-3 2.997L13 15"/></symbol><symbol id="arrowRight" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12.045 4 20 11.987m-.116.105H4zM12.045 20 20 11.987z"/></symbol><symbol id="arrowRightCircle" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m11 9 3 2.997L11 15"/></symbol><symbol id="arrowUp" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4 11.955 11.987 4m.105.116V20zM20 11.955 11.987 4z"/></symbol><symbol id="arrowUpCircle" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m9 13 2.997-3L15 13"/></symbol><symbol id="attach" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m3 13 9.681-9.585a4.904 4.904 0 0 1 6.892 0 4.8 4.8 0 0 1 0 6.831L8.692 21.032a3.355 3.355 0 0 1-4.715 0 3.285 3.285 0 0 1 0-4.674l9.43-9.348a1.806 1.806 0 0 1 2.539 0 1.77 1.77 0 0 1 0 2.517L7.5 18"/></symbol><symbol id="autism" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 5.5V7l1.274-.212a1.482 1.482 0 1 1 0 2.924L12 9.5V12m0 0h2.5l-.212 1.274a1.482 1.482 0 1 0 2.924 0L17 12h4m-9 0v2.5l-1.274-.212a1.482 1.482 0 1 0 0 2.924L12 17v3m0-8H9.5l.212-1.273a1.483 1.483 0 1 0-2.926-.001L7 12.02H3m18.661-5.425c-.728-2.15-2.287-3.356-4.453-3.573C13.886 2.69 12 6.175 12 6.175S10.115 2.69 6.791 3.022c-2.165.217-3.724 1.423-4.453 3.573-.746 2.204-.195 4.83 1.04 6.777C5.557 16.806 11.543 20.706 12 21c.457-.294 6.443-4.194 8.622-7.628 1.235-1.947 1.786-4.573 1.04-6.777"/></symbol><symbol id="avatarF" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14 12.555v1.787l5.75 2.304c1.355.501 2.25 1.754 2.25 3.152V22M16 7v1.853c0 1.698-1.137 3.138-2.717 3.653M8 6v2.853c0 1.34.705 2.52 1.785 3.215l.215.144v2.164l-5.735 2.275C2.9 17.147 2 18.405 2 19.808V22"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M18 15.5V8A6 6 0 0 0 6 8v7.5M7 6h5"/></symbol><symbol id="avatarM" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14 12.555v1.787l5.75 2.304c1.355.501 2.25 1.754 2.25 3.152V22M2 22v-2.192c0-1.403.9-2.66 2.265-3.157L10 14.376v-2.164l-.215-.144C8.705 11.374 8 10.193 8 8.853V5.856C8 3.726 9.79 2 12 2s4 1.725 4 3.856v2.997c0 1.698-1.137 3.138-2.717 3.653M9 4l4.5 2.5"/></symbol><symbol id="bike" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m10 9-4.5 6.5h6l5-6.5zm0 0L8.5 6m2 0h-3m11 9.5-2-9.5-2-.5M9 15.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m13 0a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0"/></symbol><symbol id="biometry" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10 22c2.992-4.303 3.446-6.887 4-9 .361-1.378-.206-2.733-1.5-3-1.121-.231-2.204 1.143-2.5 2.5-.052.23-1.131 4.16-4.057 7.5m8.458-17.782.227.06c5.175 1.393 8.304 6.88 7.123 12.49-.089.426-.573 3.644-2.251 7.232M9.322 2.4a10 10 0 0 1 1.964-.4M2 10.565c.647-2.889 2.332-5.276 4.535-6.801m10.39 13.118c-.49 1.392-1.396 3.265-2.425 5.118m-9.988-6.857c1.013-1.899 1.425-3.618 1.431-3.649.78-3.582 4.069-5.976 7.32-5.311.12.025.211.047.303.072 3.092.833 4.948 4.204 4.217 7.675"/></symbol><symbol id="biop" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M17 21H3m0 0L18.173 3.456a1.626 1.626 0 0 1 2.46 2.126L12.5 15a5.41 5.41 0 0 1-3.907 4.446zm18 0h-1"/></symbol><symbol id="bloodGroup" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M20 14a8 8 0 1 1-16 0c0-4.418 4-7 8-12 4 5 8 7.582 8 12"/></symbol><symbol id="calendar" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 7.993h20M8 2v1.998M16 2v1.998M5 3.012H2v18.967h20V2.999h-3M11 2.999h2"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M18 11.99h-3v2.997h3z"/></symbol><symbol id="cam" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 8a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zM17.5 12.5 22 8v9z"/></symbol><symbol id="camOff" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M15 13v3a2 2 0 0 1-2 2h-3m5-9V8a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h1.5M17.5 12.5 22 8v9zM21 3 3 21"/></symbol><symbol id="cart" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m6.5 6 14.344.925a1 1 0 0 1 .913 1.208l-.918 4.286A2 2 0 0 1 18.883 14H8.5m6 3h-3.953a2 2 0 0 1-1.936-1.497L5.492 3.497A2 2 0 0 0 3.557 2H2m7 18.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m9 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"/></symbol><symbol id="central" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4 14s-2-.771-2-1.714V9.714C2 8 4 8 4 8v6M20 14s2-.771 2-1.714V9.714C22 8 20 8 20 8zM14 21c3.017-.04 6-2 6-6v-1M13.2 22h-2.4c-.44 0-.8-.45-.8-1s.36-1 .8-1h2.4c.44 0 .8.45.8 1s-.36 1-.8 1M20 10v-.444C20 5.386 16.414 2 12 2S4 5.387 4 9.556V10"/></symbol><symbol id="chatCircle" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m6.904 20.6-2.452.7L2 22l1.557-4.66A9.82 9.82 0 0 1 2 12C2 6.478 6.478 2 12 2s10 4.478 10 10-4.478 10-10 10a9.93 9.93 0 0 1-5.096-1.4"/><circle cx="7" cy="12" r="1" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"/><circle cx="12" cy="12" r="1" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"/><circle cx="17" cy="12" r="1" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"/></symbol><symbol id="check" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M22 5 9 19l-7-7.051"/></symbol><symbol id="checkBadge" viewBox="0 0 24 24"><path fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4.111 15.268c-.263 1.681-.022 2.963.818 3.803s2.122 1.081 3.803.818C9.735 21.264 10.812 22 12 22s2.265-.736 3.268-2.111c1.681.263 2.963.022 3.803-.818s1.081-2.122.818-3.803C21.264 14.265 22 13.188 22 12s-.736-2.265-2.111-3.268c.263-1.681.022-2.963-.818-3.803s-2.122-1.081-3.803-.818C14.265 2.736 13.188 2 12 2s-2.265.736-3.268 2.111C7.051 3.848 5.77 4.09 4.93 4.93S3.848 7.05 4.11 8.732C2.736 9.735 2 10.812 2 12s.736 2.265 2.111 3.268" clip-rule="evenodd"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16.5 10 11 15l-3-3.022"/></symbol><symbol id="checkCircle" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m21 6-9 9-5-5"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M17.118 3.408a10 10 0 0 0-3.22-1.224C8.476 1.136 3.232 4.682 2.184 10.104c-1.047 5.42 2.498 10.665 7.92 11.713 5.421 1.047 10.666-2.498 11.713-7.92.185-.956.227-1.906.14-2.83"/></symbol><symbol id="checkDouble" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M18 6 7 16.5 2 11M22 7.5 12 17l-1-1"/></symbol><symbol id="clock" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12M12 12V6M12 12h4"/></symbol><symbol id="close" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m4 4 16 16M4 20 20 4"/></symbol><symbol id="closeCircle" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4.929 19.071c3.905 3.905 10.237 3.905 14.142 0s3.905-10.237 0-14.142-10.237-3.905-14.142 0-3.905 10.237 0 14.142M9 9l6 6M9 15l6-6"/></symbol><symbol id="coffee" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M3 22h18M6 13h7m5-4H6v6a6 6 0 0 0 12 0m0-6v6m0-6h1a3 3 0 1 1 0 6h-1m-6-9V3M8 6V5m8 1V5"/></symbol><symbol id="collapse" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m18 21-6-6-6 6M6 3l6 6 6-6"/></symbol><symbol id="config" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m15.535 5.256 2.567-1.295 1.937 1.937-1.295 2.567.523 1.26 2.733.914v2.722l-2.733.915-.523 1.26 1.295 2.566-1.937 1.937-2.567-1.295-1.26.523L13.362 22h-2.722l-.915-2.733-1.26-.523-2.566 1.295-1.937-1.937 1.295-2.567-.523-1.26L2 13.362v-2.722l2.733-.915.523-1.26-1.295-2.566L5.898 3.96l2.567 1.295 1.26-.523L10.638 2h2.722l.915 2.733z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6"/></symbol><symbol id="contacts" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2.01 15.99h1.998m-1.997-8h1.997M3.022 20v1.99H18.99a3 3 0 0 0 3-3v-14a3 3 0 0 0-3-3H3.01V4m-1 8h1.998M17 17v-.852c0-.603-.237-1.181-.659-1.607a2.24 2.24 0 0 0-1.591-.666h-4.5c-.597 0-1.169.24-1.591.666A2.28 2.28 0 0 0 8 16.148V17m6.806-7.812c0 1.208-.97 2.187-2.165 2.187a2.177 2.177 0 0 1-2.166-2.187c0-1.209.97-2.188 2.166-2.188s2.165.98 2.165 2.188"/></symbol><symbol id="currency" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10.008 14.049c0 1.078.894 1.951 1.995 1.951C13.107 16 14 15.127 14 14.049s-1.065-1.55-2.002-2.049C11.064 11.5 10 11.03 10 9.951S10.893 8 11.995 8s1.996.873 1.996 1.951M12 8V6.5m0 11V16M6.349 4.993a9 9 0 0 1 3.178-1.644c4.779-1.366 9.76 1.401 11.125 6.178a9 9 0 0 1-6.182 11.124c-4.777 1.366-9.758-1.402-11.122-6.18a8.97 8.97 0 0 1 .706-6.691"/></symbol><symbol id="delete" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M3 6h18M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6zM10 11v6M14 11v6"/></symbol><symbol id="desktop" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M8 22h8M10 17v5M14 17v5M2 3h20v14H2z"/></symbol><symbol id="doc" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M3 7v15h18V2H8z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10 6v3H7M14 9h3M7 13h10M7 17h10"/></symbol><symbol id="down" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m16 10-4 4-4-4"/></symbol><symbol id="download" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 17V4m0 13 7-6.456M12 17l-7-6.456M5 20h14"/></symbol><symbol id="drug" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M6 12v6h6.546v-6zm0 0v10h12V12a4 4 0 0 0-4-4h-4a4 4 0 0 0-4 4m1.09-6 .001-4h9.818v4z"/></symbol><symbol id="duplicate" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 22V8h14v14z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M8 4V2h14v14h-2"/></symbol><symbol id="edit" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4 17 19 2l3 3L7 20l-5 2zM16 6l2 2M5 17l2 2"/></symbol><symbol id="elevator" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M12 7v15M4 7h16v15H4zM7 3.5 8.5 2 10 3.5M17 2l-1.5 1.5L14 2"/></symbol><symbol id="exam" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M8 6h8v12a4 4 0 0 1-8 0zM16 12h-4M17 6H7M9 6V2h6v4"/></symbol><symbol id="examDoc" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M21 6V2H8L3 7v15h9"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10 6v3H7M16 13h5v6.5a2.5 2.5 0 0 1-5 0zM21 17h-2M22 13h-7M16 13v-3h5v3"/></symbol><symbol id="expand" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m18 15-6 6-6-6M6 9l6-6 6 6"/></symbol><symbol id="facebook" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9.268 22h4.36V11.913h3.047L17 8.536h-3.364V6.611c0-.795.174-1.11 1.006-1.11H17V2h-3.023c-3.243 0-4.71 1.318-4.71 3.844v2.692H7v3.419h2.268z"/></symbol><symbol id="fileBmp" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 12V7l5-5h15v10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9 6v3H6M2 16h3M2 19h4M2 22h4M18 16h4M18 19h4M2 16v6M18 16v6M9 16v6M9 16l2.5 3.5L14 16M14 16v6M5 16v3M6 19v3M22 16v3"/></symbol><symbol id="fileJpg" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 12V7l5-5h15v10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9 6v3H6M6 16v6H2v-2.5M22 16h-4v6h4v-3h-1M10 16h4v3h-4M10 16v6"/></symbol><symbol id="filePdf" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 12V7l5-5h15v10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9 6v3H6M2 16h4v3H2M2 16v6M10 22v-6h3l1 6zM18 22v-6M22 16h-4M21 19h-3"/></symbol><symbol id="filePng" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 12V7l5-5h15v10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9 6v3H6M2 16h4v3H2M2 16v6M10 16v6M14 16v6M10 16l4 6M22 16h-4v6h4v-3h-1"/></symbol><symbol id="fileUpload" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M22 10V2H7L2 7v15h9.5"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9 6v3H6M14 17l4-4m0 0v9m0-9 4 4"/></symbol><symbol id="fileXls" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 12V7l5-5h15v10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9 6v3H6M2 16l4 6M2 22l4-6M10 16v6h4M22 16h-4v3h4v3h-4"/></symbol><symbol id="filter" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12.017 13v9M11.967 2.16v2.777M11.996 8.974c1.104 0 2-.897 2-2.004a2 2 0 0 0-2-2.004c-1.104 0-2 .897-2 2.004s.896 2.004 2 2.004M4.038 13v9M4.038 2v3M4 12.983c1.103 0 1.998-.898 1.998-2.005A2 2 0 0 0 4 8.974C2.895 8.974 2 9.87 2 10.978s.895 2.005 2 2.005M19.997 19v3M19.997 2v8M20 18.323c1.105 0 2-.897 2-2.004a2 2 0 0 0-2-2.004c-1.103 0-1.998.897-1.998 2.004s.895 2.004 1.999 2.004"/></symbol><symbol id="fullscreen" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M8 2H2v6M16 22h6v-6M22 8V2h-6M2 16v6h6"/></symbol><symbol id="gallery" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 2h8v8H2zM2 14h8v8H2zM14 2h8v8h-8zM14 14h8v8h-8z"/></symbol><symbol id="geotag" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 2C8 2 5 5 5 9c0 5 4.5 8 7 13 2.5-5 7-8 7-13 0-4-3-7-7-7"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9 9c0 1.654 1.345 3 3 3s2.987-1.346 3-3c0-1.654-1.345-3-3-3S9 7.346 9 9"/></symbol><symbol id="geotagUnity" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 2C8 2 5 5 5 9c0 5 4.5 7.5 7 13 2.5-5.5 7-8 7-13 0-4-3-7-7-7M12 6v6M15 9H9"/></symbol><symbol id="geotagUnityGroup" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16 5c1.195 0 2.265.367 3.106 1C20.275 6.88 21 8.271 21 9.9c0 3.5-3.214 5.25-5 9.1q-.244-.524-.518-1M10 6v6m3-3H7m3-7C6 2 3 5 3 9c0 5 4.5 7.5 7 13 2.5-5.5 7-8 7-13 0-4-3-7-7-7"/></symbol><symbol id="google" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16.79 6.802c-.383.375-.989.372-1.437.079-.916-.6-1.986-.904-3.149-.904-2.658 0-4.907 1.76-5.71 4.123-.204.6-.32 1.241-.32 1.9 0 .66.116 1.3.32 1.9.803 2.364 3.052 4.123 5.71 4.123 1.373 0 2.542-.355 3.455-.955a4.66 4.66 0 0 0 1.662-1.874c.272-.565-.206-1.144-.832-1.144h-3.285a1 1 0 0 1-1-1v-1.868a1 1 0 0 1 1-1h7.778c.482 0 .9.344.953.823q.065.597.065 1.222c0 3.046-1.113 5.61-3.043 7.35C17.27 21.104 14.96 22 12.204 22c-3.989 0-7.44-2.24-9.119-5.509a9.83 9.83 0 0 1 0-8.982C4.765 4.241 8.215 2 12.205 2c2.344 0 4.37.72 6.01 1.933.462.341.472 1.01.062 1.411z"/></symbol><symbol id="graph" viewBox="0 0 24 24"><path stroke-miterlimit="10" d="M22 22H2V2"/><path d="M5 20v-6a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v6M11 20v-9a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v9M17 20V8a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v12"/></symbol><symbol id="healthPlan" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M11 21H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v6M2 7h20M2 12h10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M20 15v-2h-4v2h-2v4h2v2h4v-2h2v-4z"/></symbol><symbol id="heart" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M20.458 4.591a5.3 5.3 0 0 0-1.708-1.177 5.12 5.12 0 0 0-4.028 0 5.3 5.3 0 0 0-1.708 1.177L12 5.638 10.986 4.59a5.18 5.18 0 0 0-3.722-1.59 5.18 5.18 0 0 0-3.722 1.59A5.52 5.52 0 0 0 2 8.431a5.52 5.52 0 0 0 1.542 3.841L12 21l8.458-8.728a5.45 5.45 0 0 0 1.141-1.761 5.58 5.58 0 0 0 0-4.158 5.45 5.45 0 0 0-1.141-1.762"/></symbol><symbol id="height" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M5 21.5V2.127M8 5 4.995 2 2 5M8 19l-3.005 3L2 19M12 2h10M14 7h8M16 12h6M18 17h4M20 22h2"/></symbol><symbol id="height2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12.17 11.5v1.608L16 14.5"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 22v-3.973c0-1.262.763-2.394 1.92-2.841l4.86-2.047V11.19l-.182-.13a3.49 3.49 0 0 1-1.513-2.893V5.47c0-1.917 1.517-3.47 3.39-3.47s3.39 1.553 3.39 3.47v2.698c0 1.528-.964 2.824-2.303 3.288M19 2h3v20h-3M20.5 7h1M20.5 12h1M20.5 17h1"/></symbol><symbol id="home" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m2 11 10-9s2.337 2.438 4 4M22 11.478 19.022 8.5"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4.037 9.5V22H9v-5.437C9 15.5 9.963 14 12 14s3 1.5 3 2.563V22h5V10M16 6V3h3v5.5"/></symbol><symbol id="horizontalList" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M22 2v20h-8V2zM10 2v20H2V2z"/></symbol><symbol id="id" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14 9h4m-4 3h4m-4 3h1M9 9.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m1 6.5v-1a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v1zm-6 4h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2"/></symbol><symbol id="image" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M18 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0M10 10l-5 7.898h14l-3-4-1.5 2z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2z"/></symbol><symbol id="imageUp" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M22 11V7a1 1 0 0 0-1-1l-3.465-.001a1 1 0 0 1-.832-.445l-1.406-2.108A1 1 0 0 0 14.465 3h-4.93a1 1 0 0 0-.832.445l-1.406 2.11a1 1 0 0 1-.832.444H3a1 1 0 0 0-1 1V20a1 1 0 0 0 1 1h10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M15.465 11A4 4 0 1 0 10 16.465M16 17l3-3m0 0v7m0-7 3 3"/></symbol><symbol id="infoCircle" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10M12 7v1M12 12v5"/></symbol><symbol id="instagram" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12.005 2c3.256 0 3.641.01 4.927.075 1.192.056 1.84.253 2.262.422.572.226.976.488 1.398.91.432.433.695.836.91 1.4.17.43.367 1.079.423 2.261.056 1.286.075 1.67.075 4.927s-.01 3.642-.075 4.928c-.056 1.192-.253 1.84-.422 2.261a3.9 3.9 0 0 1-.91 1.408 3.8 3.8 0 0 1-1.4.91c-.43.17-1.079.367-2.261.423-1.286.056-1.67.075-4.927.075s-3.642-.01-4.928-.075c-1.191-.056-1.84-.253-2.261-.422a3.9 3.9 0 0 1-1.408-.91 3.8 3.8 0 0 1-.91-1.409c-.17-.431-.367-1.079-.423-2.261C2.02 15.637 2 15.252 2 11.995s.01-3.641.075-4.927c.056-1.192.253-1.84.422-2.262.226-.572.488-.976.91-1.398a3.7 3.7 0 0 1 1.409-.91c.431-.17 1.079-.367 2.261-.423C8.354 2.02 8.74 2 12.005 2"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 16c-2.208 0-4-1.792-4-4s1.792-4 4-4 4 1.792 4 4-1.792 4-4 4M19 6c0 .551-.449 1-1 1s-1-.449-1-1 .449-1 1-1 1 .449 1 1"/></symbol><symbol id="key" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M15.83 2.003a5.5 5.5 0 0 0-1.4.212c-2.883.567-5.041 3.07-5.041 6.092 0 .755.13 1.475.38 2.136C7.905 12.285 2.13 17.94 2.13 17.94a.43.43 0 0 0-.13.307v3.317c0 .236.202.437.439.437h3.475c.249 0 .439-.2.439-.437V19.71h1.814a.487.487 0 0 0 .487-.484V17.42h1.28c.285 0 .51-.225.51-.508v-1.31l.926-.944.32.342a.43.43 0 0 0 .605.012s.522-.532.984-.968c.724.295 1.53.46 2.36.46a6.245 6.245 0 0 0 6.144-5.005 6.4 6.4 0 0 0 .213-1.346c.119-3.435-2.704-6.256-6.167-6.15"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16.5 6c.832 0 1.5.668 1.5 1.5S17.322 9 16.5 9c-.832 0-1.5-.668-1.5-1.5S15.668 6 16.5 6"/></symbol><symbol id="lab" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M20 11V8h-8v3m8 0h-8m8 0v10h-8V11M9 6V3H4v3m5 0H4m5 0v12.5a2.5 2.5 0 0 1-5 0V6m3 5h2m7 6h4"/></symbol><symbol id="lamp" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14 21.5h-.5l-.5.5h-2l-.5-.5H10M9 18h6M9.5 20h5M14.5 17v-1c0-.905.315-1.735.94-2.375C16.385 12.66 17 11.47 17 10c0-2.76-2.24-5-5-5s-5 2.24-5 5c0 1.47.615 2.66 1.56 3.625.625.64.94 1.47.94 2.375v1M12 17v-5"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m11 11 1.037 1.037L13.075 11M8 2l.5.5M4 6l.5.5M20 6l-.5.5M16 2l-.5.5"/></symbol><symbol id="language" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12.002 2c-1.046 0-2.054.16-3.002.458A10 10 0 0 0 5 4.86a9.97 9.97 0 0 0-3 7.143C2 17.526 6.478 22 12.002 22S22 17.522 22 12.002C22 6.478 17.522 2 12.002 2M12.006 22V2M22 12.013H2"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M19.518 18.327c-2.949-1.766-8.408-3.727-15.037.008M19.601 5.662c-2.949 1.789-8.495 3.835-15.238-.028"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M11 2s-9 8.604 0 19.928M13 2s9 8.604 0 19.928"/></symbol><symbol id="language2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M8.276 2.78 8.5 6.5 5.5 9l.295 1.541L9 10l3 2.5-3 6-2.002-4L5 13.5l.795-2.789-2.87-2.896a9.98 9.98 0 0 1 10.306-5.74"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M21.656 9.548 19 14.5l-1.157 1.554L17 12h-1s-2.5-1.5-.5-3l3-.5 1-2h-4l-1-.5 1.635-3.114A10.01 10.01 0 0 1 22 11.998C22 17.522 17.525 22 11.997 22 6.475 22 2 17.522 2 11.998q0-.569.062-1.12"/></symbol><symbol id="languageEN" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 2h20v20H2z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10 9H7v3m3 0H7m0 0v3h3M13 15V9l4 6V9"/></symbol><symbol id="languagePT" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 2h20v20H2z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M7 15v-2m0 0V9h2a2 2 0 1 1 0 4zM15 15V9h-2 4"/></symbol><symbol id="lattes" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M6.117 20.275c-2.162-4.396-3.448-7.05-3.448-7.117 0-.107.132-.092 1.431.16 2.284.446 3.504.571 5.538.572 2.692 0 4.883-.422 6.586-1.273.9-.45 1.443-.848 1.886-1.388.547-.666.722-1.124.729-1.896.005-.734-.094-1.12-.522-2.019-.17-.354-.318-.762-.332-.905-.023-.23-.003-.263.167-.282.374-.044 2.216 1.731 2.895 2.789 1.17 1.823 1.264 3.796.274 5.703-.608 1.172-1.28 1.983-2.405 2.904-1.87 1.531-4.045 2.597-7.047 3.456C10.256 21.44 7.649 22 7.112 22c-.114 0-.328-.37-.994-1.726zm.602-7.09c-2.1-.27-3.862-.504-3.917-.521-.093-.03-.427-1.135-.615-2.035-.048-.227-.117-.83-.155-1.34-.17-2.277.33-3.85 1.667-5.266 2.264-2.394 7.112-2.685 12.582-.756.96.34 1.341.575 1.165.721-.13.109-1.015.107-2.543-.004-2.388-.174-4.206.155-5.144.934-1.426 1.185-1.209 3.783.632 7.532.199.405.4.803.446.883.106.186.029.36-.157.35a372 372 0 0 1-3.961-.497m7.044-2.039c-1.676-.299-3.183-1.33-3.669-2.51-.233-.567-.222-1.306.027-1.749.225-.4.807-.863 1.329-1.057.867-.323 2.387-.194 3.494.297 1.05.465 1.982 1.284 2.329 2.045.444.978.074 2.068-.878 2.588-.631.345-1.857.525-2.632.386"/></symbol><symbol id="left" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m14 16-4-4 4-4"/></symbol><symbol id="like" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M6.07 20.54h12.54c1.08 0 1.65-.75 1.81-1.41 0 0 1.42-7.21 1.5-7.68s.16-1.11-.12-1.58c-.41-.7-1.15-.66-1.34-.66h-4.73c1.01-2.02.64-5.09.64-5.09-.15-1.6-1.57-1.46-1.57-1.46-1.29 0-1.38 1.17-1.38 1.17 0 4.59-3.95 6.07-5.02 6.39-1.07.31-2.36.26-2.36.26"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 9.64h4.07v11.71H2V9.64"/></symbol><symbol id="link" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m11 13.883-.917-.917a3.4 3.4 0 0 1 0-4.782l5.198-5.201a3.396 3.396 0 0 1 4.778 0l.959.959a3.4 3.4 0 0 1 0 4.782L17.742 12"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m13 10.144.903.903a3.4 3.4 0 0 1 0 4.782L8.72 21.018a3.396 3.396 0 0 1-4.78 0c-1.309-1.31.352.351-.958-.96a3.4 3.4 0 0 1 0-4.781L6.258 12"/></symbol><symbol id="linkExternal" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M8 2H2v20h20v-6M15 2h7v7m-.164-6.86L12 12"/></symbol><symbol id="linkedin" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M6.52 8.667H2.387V21.99H6.52zM4.441 6.926a2.45 2.45 0 0 0 2.441-2.463A2.45 2.45 0 0 0 4.442 2 2.45 2.45 0 0 0 2 4.463a2.44 2.44 0 0 0 2.441 2.463M13.128 15.006c0-1.875.867-2.993 2.517-2.993 1.515 0 2.247 1.067 2.247 2.992V22H22v-8.44c0-3.573-2.029-5.297-4.857-5.297s-4.024 2.203-4.024 2.203v-1.8H9.156v13.326h3.965c.008.008.008-4.935.008-6.987"/></symbol><symbol id="list" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4M4 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4M4 22a2 2 0 1 0 0-4 2 2 0 0 0 0 4M10.019 4H22M10.019 12H22M10.019 20H22"/></symbol><symbol id="login" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M13 4h3v2m-3 14h3v-2M2 20V4l8-2v20zM13 12l3-3m-3 3 3 3m-3-3h9"/></symbol><symbol id="logout" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M13 4h3v3m-3 13h3v-3m6-5h-9m9 0-3 3m3-3-3-3M2 20V4l8-2v20z"/></symbol><symbol id="mail" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M22 20.01H2V4h20z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m2 4 8 8.5c.5.5 1 1 2 1s1.5-.5 2-1L22 4M2 20l7.5-7.5M22 20l-7.5-7.5"/></symbol><symbol id="maintenance" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m10.5 21 .14 1h2.72l.916-2.733 1.26-.523 2.566 1.295 1.937-1.937-1.295-2.567.523-1.26L22 13.362v-2.722l-2.733-.915-.523-1.26 1.295-2.566-1.937-1.937-2.567 1.295-1.26-.523L13.362 2h-2.722l-.915 2.733-1.26.523-2.566-1.295L3.96 5.898l1.295 2.567-.523 1.26L2 10.638v2.722l1 .139"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m3.856 17.756 3.438-3.438c.855-.903.65-2.04.637-2.384v-.032c-.066-1.123.316-2.247 1.15-3.084 1.2-1.197 2.99-1.463 4.517-.814L11.83 9.771c-.615.615-.591 1.647.055 2.293l.016.016c.646.646 1.679.672 2.294.056l1.767-1.767c.648 1.527.382 3.317-.816 4.515a4 4 0 0 1-3.083 1.15h-.032c-.344-.014-1.487-.224-2.39.63l-3.438 3.439"/></symbol><symbol id="medDoc" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M21 10V2H8L3 7v15h6.5"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10 6v3H7"/><path stroke-linejoin="round" stroke-miterlimit="10" d="M18 15v-3h-4v3h-3v4h3v3h4v-3h3v-4z"/></symbol><symbol id="medEspec" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14 10V7h-4v3H7v3.667h3V17h4v-3h3v-4z"/></symbol><symbol id="medImg" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M3 7v15h18V2H8z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16.108 19v-3.655c0-.392.468-.898.76-1.163.783-.71.686-1.56.63-1.89-.102-.623-.715-1.247-1.45-1.247-.901 0-1.208.39-1.501.39s-.597-.393-1.501-.39c-.735 0-1.349.624-1.451 1.246-.055.332-.158 1.18.63 1.89.293.266.76.766.76 1.164V19M10 6v3H7"/></symbol><symbol id="medUser" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 22v-2.083A4.17 4.17 0 0 1 4.743 16l5.083-1.426v-2.596c-1.004-.76-1.739-1.956-1.739-3.313V5.93c0-2.17 1.76-3.93 3.93-3.93s3.93 1.76 3.93 3.93v2.735A4.17 4.17 0 0 1 13 12.651M22 22v-2.083A4.17 4.17 0 0 0 19.257 16l-5.083-1.426v-2.16"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m14.95 15.404-3.1 3.79-3.1-3.79M11.75 19v3M7.087 22a1.304 1.304 0 1 0 0-2.609 1.304 1.304 0 0 0 0 2.61M7.087 19v-3M18.835 22h.665v-.513c0-1.096-.805-2.065-2-2.413-1.195.348-2 1.317-2 2.413V22h.665M17.652 19v-3"/></symbol><symbol id="medical" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M21 16.5c0 1.386-1.114 2.5-2.5 2.5a2.494 2.494 0 0 1-2.5-2.5c0-1.386 1.115-2.5 2.5-2.5s2.5 1.114 2.5 2.5M14 2v1.875M9 3H7.552C6.68 3 6 3.711 6 4.552V8c0 1.067.388 2.082 1.261 2.664S12.001 13 12.001 13"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M15 3h1.448C17.321 3 18 3.711 18 4.552V8c0 1.067-.388 2.082-1.261 2.664S12 13 12 13M10 2v1.875M14 21c3 .5 3.5-2 3.5-2M12 13.456V16c0 4-2.817 6-5 6-2.742 0-4-2-4-3.5C3 16 6 15 9 17"/></symbol><symbol id="menuHamburguer" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M3 12h18M3 20h18M3 4h18"/></symbol><symbol id="menuKebab" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10 4a2 2 0 1 1 4 0 2 2 0 0 1-4 0M10 12a2 2 0 1 1 4 0 2 2 0 0 1-4 0M10 20a2 2 0 1 1 4 0 2 2 0 0 1-4 0"/></symbol><symbol id="menuMeatballs" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M20 10a2 2 0 1 1 0 4 2 2 0 0 1 0-4M12 10a2 2 0 1 1 0 4 2 2 0 0 1 0-4M4 10a2 2 0 1 1 0 4 2 2 0 0 1 0-4"/></symbol><symbol id="mic" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M8 7a4 4 0 1 1 8 0v5a4 4 0 0 1-8 0z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M19 11v1a7 7 0 1 1-14 0v-1M12 19v2"/></symbol><symbol id="micOff" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16 12a4 4 0 0 1-3 3.874M16 7.5V7a4 4 0 0 0-8 0v5c0 .986.357 1.89.949 2.587"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M19 11v1a7 7 0 0 1-9 6.71M5 11v1c0 1.838.708 3.51 1.867 4.76M12 19v2M21 3 3 21"/></symbol><symbol id="minus" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4 12h16"/></symbol><symbol id="minusCircle" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10M8 11.988h8"/></symbol><symbol id="minusSquare" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 2h20v20H2zM8 12h8"/></symbol><symbol id="mobile" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M6 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2zM11 18h2"/></symbol><symbol id="mobileClick" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9.107 16.132V6.29C9.107 5.577 9.74 5 10.525 5s1.418.577 1.418 1.289v7.898m0-3.11c0-.713.634-1.29 1.418-1.29s1.418.577 1.418 1.29v3.406m0-2.26c0-.713.634-1.29 1.418-1.29s1.418.577 1.418 1.29v2.444m0-1.79c0-.599.534-1.084 1.192-1.084.659 0 1.193.486 1.193 1.084v3.703c0 2.28-.234 4.207-1.193 5.791m-9.7-6.24L6.77 14.026c-.653-.589-1.713-.568-2.337.046-.533.524-.578 1.319-.107 1.889 1.273 1.543 3.69 4.44 4.591 5.305 0 0 .393.415.79 1.105M6.256 8a4.5 4.5 0 1 1 8.488 0"/></symbol><symbol id="mobileRotate1" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M11.167 17.8h1.666m7.326.2c1.25-1.632 2-3.722 2-6s-.75-4.368-2-6M4 5.75c-1.25 1.633-2 3.722-2 6s.75 4.369 2 6M19.788 16l.386 1.962 1.963-.386M4.37 7.751l-.386-1.963-1.962.386M8.667 21h6.666c.92 0 1.667-.716 1.667-1.6V4.6c0-.884-.746-1.6-1.667-1.6H8.667C7.747 3 7 3.716 7 4.6v14.8c0 .884.746 1.6 1.667 1.6"/></symbol><symbol id="mobileRotate2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m7.333 15.687 1.178 1.178m5.039 5.322c2.038-.27 4.046-1.218 5.657-2.829 1.61-1.61 2.558-3.619 2.828-5.657M10.785 2.1c-2.037.27-4.046 1.217-5.656 2.828C3.518 6.538 2.57 8.547 2.3 10.584m12.402 9.926-1.115 1.66 1.66 1.115M9.635 3.775l1.114-1.66L9.088 1M3.302 16.182l4.714 4.714c.651.65 1.685.672 2.31.047l10.465-10.465c.625-.625.604-1.66-.047-2.31L16.03 3.454c-.65-.651-1.685-.672-2.31-.048L3.255 13.872c-.625.624-.603 1.659.047 2.31"/></symbol><symbol id="mobileRotate3" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M6.28 11.087v1.667m-.2 7.326c1.632 1.25 3.721 2 6 2s4.368-.75 6-2m.249-16.16c-1.632-1.25-3.722-2-6-2s-4.368.75-6 2m1.75 15.789-1.962.386.386 1.962M16.33 4.291l1.962-.386-.386-1.962M3.08 8.587v6.667c0 .92.716 1.666 1.6 1.666h14.8c.883 0 1.6-.746 1.6-1.666V8.587c0-.92-.717-1.667-1.6-1.667H4.68c-.884 0-1.6.747-1.6 1.667"/></symbol><symbol id="news" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M18.016 14h-2.002v4.04h2.002zM9.007 14h3.003M9.007 18h3.003M9.007 10h9.009M9.007 6h9.009"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M3.5 22h16.727C21.22 22 22 21.213 22 20.21V2H5v18.5c0 1-.578 1.5-1.5 1.5m0 0c-.922 0-1.5-.5-1.5-1.5V13"/></symbol><symbol id="notification" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M5 12a7 7 0 0 1 14 0v7H5zM3 19h18"/><circle cx="12" cy="3" r="1" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10 19v1a2 2 0 1 0 4 0v-1"/></symbol><symbol id="npsDeslike" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4 10a8 8 0 1 1 16 0v4a8 8 0 1 1-16 0z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14.5 15.997c-1.263-1.326-3.737-1.33-5 .003M9 9.5v1M15 9.5v1"/></symbol><symbol id="npsHate" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4 10a8 8 0 1 1 16 0v4a8 8 0 1 1-16 0z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9 17c0-4 6-4.005 6 0ZM8.5 9.5l.5 1M15.5 9.5l-.5 1"/></symbol><symbol id="npsLike" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4 10a8 8 0 1 1 16 0v4a8 8 0 1 1-16 0z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14.5 16c-1.263 1.326-3.737 1.332-5 0M9 9.5v1M15 9.5v1"/></symbol><symbol id="npsLove" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4 10a8 8 0 1 1 16 0v4a8 8 0 1 1-16 0z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16 15c-.5 4-7.5 4-8 0M9 9.5v1M15 9.5v1"/></symbol><symbol id="npsNeutral" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4 10a8 8 0 1 1 16 0v4a8 8 0 1 1-16 0zM15 16H9M9 9.5v1M15 9.5v1"/></symbol><symbol id="order" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M7 18V3M17 6v15M10 6 6.995 3 4 6M14 18l3.005 3L20 18"/></symbol><symbol id="parking" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9 12v5h6m-6-5V7h6m-6 5h5m8 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10"/></symbol><symbol id="partner" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14 5V2h-4v3H7v3.667h3V12h4V9h3V5zM12.8 17.724l5.67-2.527a1.456 1.456 0 0 1 2.002.547c.4.712.164 1.624-.539 2.038l-1.977.945-5.686 2.718c-.294.174-.63.256-.973.256H6.493c-.35 0-.702.1-1.004.282l.01.017"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M7.989 18.32h3.488c.825 0 1.495-.679 1.495-1.516s-.67-1.516-1.495-1.516H6.804c-.515 0-1.013.116-1.479.348L2 17.31"/></symbol><symbol id="phone" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2.129 4.837c-.17.284-.146.674-.073 1.08a19.93 19.93 0 0 0 5.5 10.562c2.786 2.784 6.563 4.87 10.536 5.471.406.065.796.09 1.08-.073.098-.057.228-.162.26-.325l1.555-3.828c.049-.251-.04-.511-.244-.722-.097-.098-2.315-.901-3.363-1.405-.43-.21-.934-.089-1.145.26l-.407.698a1.04 1.04 0 0 1-.633.48c-1.024.259-4.192-2.655-4.882-3.345-.715-.715-3.73-3.962-3.47-4.985a1.02 1.02 0 0 1 .48-.633c.617-.357.447-.26.699-.406.357-.211.479-.715.268-1.145-.455-.933-.723-1.81-1.024-2.809-.13-.438-.552-.787-.975-.698 0 0-1.124.42-3.845 1.563-.155.033-.26.163-.317.26M14 5c2.764 0 5 2.236 5 5M15 2a7 7 0 0 1 7 7"/></symbol><symbol id="play" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10 16V8l6 4z"/></symbol><symbol id="plus" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4 12h16M12 4v16"/></symbol><symbol id="plusCircle" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10M8 12h8M12 16V8"/></symbol><symbol id="plusSquare" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 2h20v20H2zM8 12h8M12 8v8"/></symbol><symbol id="print" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M5.828 17H2V6h20v11h-3.816M6 6V2h12v4"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M18 15H6v7h12zM9 18h6M18 9h1"/></symbol><symbol id="profile" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M13.5 11.5v1.608L19 15c1.281.451 2 1.742 2 3v4"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M3 22v-3.973C3 16.5 3.5 15.5 5 15s5-2 5-2v-1.5l.01-.44c-.972-.624-1.51-1.686-1.51-2.892V5.47C8.5 3.553 10.015 2 12.005 2S15.5 3.553 15.5 5.47v2.698c0 1.528-1 2.832-2.5 3.332"/></symbol><symbol id="profileCircle" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M19 19v-1.034c0-.958 0-1.966-1.5-2.466l-4-1.5v-1c1-.5 1.5-1.5 1.5-2.5V8c0-2-1.421-3-3-3S9 6 9 8v2.5c0 1 .5 2 1.5 2.5v1l-4 1.5C5 16 5 17.073 5 18.02V19"/></symbol><symbol id="questionCircle" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9 8.943C9 7.318 10.343 6 12 6s3 1.318 3 2.943S13.657 12 12 12v2m0 4v-1"/></symbol><symbol id="questionSquare" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 2h20v20H2z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9 8.943C9 7.318 10.343 6 12 6s3 1.318 3 2.943S13.657 12 12 12v2m0 4v-1"/></symbol><symbol id="range" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2.019 11.994H22M7 6h15M2 6h1M17 17.989H2m20 0h-1.017"/></symbol><symbol id="reload" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2a9.99 9.99 0 0 1 8.196 4.27"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M20.333 2v4.444H15.89"/></symbol><symbol id="ribbon" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14.5 12c2.5-2 2.54-4.603 2.54-4.603C17.04 1.8 11.446 2 11.446 2S6 1.8 6 7.397c0 0 0 2.603 2.5 5.103s9.5 9 9.5 9l3-3s-6-5-10-9c-.743-.744-1.5-2-1-3 .699-1.397 2.5-1 3 0 .423.846 0 1.5 0 1.5M8.5 13 3 18.5l3 3 4-4"/></symbol><symbol id="right" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m10 8 4 4-4 4"/></symbol><symbol id="schedule" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 7.993h20M8 2v1.998M16 2v1.998M5 3.012H2v18.967h20V2.999h-3M11 2.999h2M12 11.989v5.993M15 14.986H9"/></symbol><symbol id="scheduleCancel" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 7.993h20M8 2v1.998M16 2v1.998M5 3.012H2v18.967h20V2.999h-3m-8 0h2m1.119 9.868-2.12 2.119m0 0-2.118 2.119M12 14.985l2.121 2.122M12 14.986l-2.122-2.122"/></symbol><symbol id="scheduleCheck" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 7.993h20M8 2v1.998M16 2v1.998M5 3.012H2v18.967h20V2.999h-3M11 2.999h2"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m15 13-3.9 4L9 14.985"/></symbol><symbol id="scheduleHistorico" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 6.993h17M7 1v1.998M14 1v1.998M3.55 2.01H2V19h17V2h-1.55"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M5 22h17V5M10 1.999h1"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16 9.99h-3v2.997h3z"/></symbol><symbol id="search" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m17 15 5 5-2 2-5-5"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16"/></symbol><symbol id="secure" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 22a6 6 0 1 0 0-12 6 6 0 0 0 0 12"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M8 11V6.05C8 3.815 9.792 2 12 2c1.104 0 2.104.454 2.832 1.183A4.1 4.1 0 0 1 16 6.05V11M12 17v2M12 17a2 2 0 1 0 0-4 2 2 0 0 0 0 4"/></symbol><symbol id="share" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M19 22a3 3 0 1 0 0-6 3 3 0 0 0 0 6M19 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6M5 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6M8 11l8-4.5M8 13l8 4.5"/></symbol><symbol id="siren" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m4.563 19 1.825-9.737A4 4 0 0 1 10.32 6h3.36a4 4 0 0 1 3.932 3.263L19.438 19M12 19v-5.5M12 2v1M4 4l1 1M2 11h1M21 11h1M20 4l-1 1"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M13 13a2 2 0 0 0 2 2v-4a2 2 0 0 0-2 2M11 13a2 2 0 0 0-2-2v4a2 2 0 0 0 2-2M3.5 19h17l.5 3H3z"/></symbol><symbol id="sound" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 9v6h3.983L11 21V3L5.983 9zM15 9c1.5.5 2 2 2 3s-.5 2.5-2 3"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M15 4c4 .5 7 4 7 8s-3 7.5-7 8"/></symbol><symbol id="soundOff" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M8.983 15H5V9h3.983L14 3v5.5m0 5.5v7l-3-4M19 3 4 21"/></symbol><symbol id="star" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m12 4 2.423 5.005L20 9.729l-4.08 3.818L16.944 19 12 16.355 7.056 19l1.024-5.453L4 9.73l5.577-.724z"/></symbol><symbol id="stop" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M8.919 7.221V4.165c0-.64.513-1.151 1.16-1.151.645 0 1.159.526 1.159 1.151m0 6.113v-7.35c0-.64.514-1.151 1.16-1.151s1.159.526 1.159 1.151v7.35m-.015-6.099c0-.64.514-1.151 1.16-1.151s1.16.526 1.16 1.151v2.403m-2.29 14.641c2.612-.455 4.593-2.672 4.593-5.316v-9.51a1.15 1.15 0 0 0-1.16-1.152c-.645 0-1.159.526-1.159 1.152v4.62m-4.49 10.192c-2.57-.483-4.521-2.687-4.521-5.302V8.998c0-.554.675-.796 1.16-.512l.454.313c.528.44.807 1.01.807 1.564v2.985s2.892 1.194 2.892 3.426"/></symbol><symbol id="store" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M21 12v10H3V12m3-6v1m0 0a2 2 0 1 1-4 0V6l2-4h16l2 4v1a2 2 0 1 1-4 0M6 7a2 2 0 1 0 4 0m0 0V6m0 1a2 2 0 1 0 4 0m0-1v1m0 0a2 2 0 1 0 4 0m0-1v1m-6 15V12m-4 2h1v2H8zm7 0h1v2h-1z"/></symbol><symbol id="subItem" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m15 19 5-5-5-5"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M19.53 14H5.6c-.8 0-1.6-.8-1.6-1.6V5"/></symbol><symbol id="swap" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M18 17H3M6 7h15M6 14l-3 3.005L6 20m12-10 3-3.005L18 4"/></symbol><symbol id="target" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 19a7 7 0 1 0 0-14 7 7 0 0 0 0 14"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6M19 12h3M2 12h3M12 5V2M12 22v-3"/></symbol><symbol id="team" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16.545 20v-1.364A3.636 3.636 0 0 0 12.91 15H5.636A3.636 3.636 0 0 0 2 18.636V20M9.5 11a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7M22 20v-1.455a3.64 3.64 0 0 0-2.727-3.518M15.636 4a3.636 3.636 0 0 1 0 7.046"/></symbol><symbol id="telegram" viewBox="0 0 24 24"><path stroke-linejoin="round" d="M22 5 2 7.692l4 3.77 8-1.616-5.5 4.308L13 19z"/></symbol><symbol id="twitter" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16 22 2 2h6l14 20z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14.097 10.71 21.5 2h-2l-6.306 7.42zM9.903 13.29 2.5 22h2l6.307-7.42z"/></symbol><symbol id="unLink" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m11.518 6.747 3.747-3.752a3.397 3.397 0 0 1 4.805 0l.936.938a3.41 3.41 0 0 1 0 4.81l-3.787 3.793M12.428 17.333l-3.693 3.672a3.397 3.397 0 0 1-4.805 0l-.936-.938a3.41 3.41 0 0 1 0-4.81L6.7 11.57M3.5 8h2M8 3.5v2M3.5 3.5 5 5M20.5 16h-2M16 20.5v-2M20.5 20.5 19 19"/></symbol><symbol id="unSecure" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 22a6 6 0 1 0 0-12 6 6 0 0 0 0 12M8 11V6.05C8 3.815 9.792 2 12 2c1.104 0 2.104.454 2.832 1.183A4.1 4.1 0 0 1 16 6.05M12 17v2"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 17a2 2 0 1 0 0-4 2 2 0 0 0 0 4"/></symbol><symbol id="unity" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M5 2h14v20H5z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9 16h6v6H9zM2 12h3v10H2zM22 22H2M10 6H9M15 6h-1M10 9H9M15 9h-1M10 12H9M15 12h-1M12 22v-6"/></symbol><symbol id="unlike" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M6.07 3.467h12.54c1.08 0 1.65.75 1.81 1.41 0 0 1.42 7.21 1.5 7.68s.16 1.11-.12 1.58c-.41.7-1.15.66-1.34.66h-4.73c1.01 2.02.64 5.09.64 5.09-.15 1.6-1.57 1.46-1.57 1.46-1.29 0-1.38-1.17-1.38-1.17 0-4.59-3.95-6.07-5.02-6.39-1.07-.31-2.36-.26-2.36-.26"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 14.367h4.07V2.657H2v11.71"/></symbol><symbol id="up" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m8 13 4-4 4 4"/></symbol><symbol id="upload" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 7v13m0-13 7 6.456M12 7l-7 6.456M5 4h14"/></symbol><symbol id="vaccine" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m18 18 4 4M10 4l-6 6m2-8L2 6m5 1L4 4m5.5 6.5L8 12m4.5 1.5L11 15M5 9l4-4 9 9-4 4zm10 8 2-2 2 2-2 2z"/></symbol><symbol id="verticalList" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 2h20v8H2zM2 14h20v8H2z"/></symbol><symbol id="viewFalse" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16.5 7.174C15.152 6.478 13.63 6 12 6c-5 0-9 4.5-10 6 .633.95 2.47 3.102 5 4.554m3.5 1.313c.488.086.989.133 1.5.133 5 0 9-4.5 10-6-.399-.598-1.274-1.673-2.5-2.75"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16 12a4 4 0 0 1-4 4m2.646-7A4 4 0 0 0 9 14.646M21 3 3 21"/></symbol><symbol id="viewTrue" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M22 12c-1 1.5-5 6-10 6s-9-4.5-10-6c1-1.5 5-6 10-6s9 4.5 10 6"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 16a4 4 0 1 0 0-8 4 4 0 0 0 0 8"/></symbol><symbol id="weight" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m17 12 2-5c-1.5-1-4-2-7-2S6.5 6 5 7l2 5c1.5-.5 2.5-1 5-1s3.5.5 5 1M12 10.5l-2-2"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 20V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2"/></symbol><symbol id="whatsapp" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M7.28 20.813a1.06 1.06 0 0 0-.791-.094l-2.76.787a1 1 0 0 1-1.235-1.236l.787-2.759a1.06 1.06 0 0 0-.094-.791A9.94 9.94 0 0 1 2 12C2 6.478 6.478 2 12 2s10 4.478 10 10-4.478 10-10 10a9.93 9.93 0 0 1-4.72-1.187"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10.19 9.433c-.024.032-.048.055-.072.087-.232.266-.12.659.04 1.09.497 1.358 1.874 2.707 3.108 3.35.408.212.849.244 1.113.008.032-.023.056-.047.088-.078.265-.235.665-.416 1.034-.267.224.094.424.189.752.314.473.188.81.667.737 1.114-.088.518-.4 1.06-.56 1.342-.185.33-.994.734-1.554.569-4.502-1.326-6.568-4.017-7.81-7.807-.176-.542 0-1.27.505-1.566.28-.164.745-.565 1.346-.588.472-.016.897.18 1.177.698.112.212.184.455.288.675.169.353.04.792-.192 1.06"/></symbol><symbol id="wifi" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14 19c0 1.107-.893 2-2 2s-2-.893-2-2 .893-1.999 2-1.999c1.107-.036 2 .893 2 2M8 14.875c2-2.5 6-2.5 8 0M5 11c3.5-4 10.5-4 14 0M3 6.75c5-5 13-5 18 0"/></symbol><symbol id="wifiOff" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14 19c0 1.107-.893 2-2 2s-2-.893-2-2 .893-1.999 2-1.999c1.107-.036 2 .893 2 2M19 2 8 14.85M16 14.875a4.97 4.97 0 0 0-2.538-1.672M5 11c2.134-2.44 5.57-3.391 8.72-2.855M19 11a8.4 8.4 0 0 0-2.195-1.774M3 6.75a12.67 12.67 0 0 1 14.167-2.647M21 6.75q-.571-.57-1.19-1.055"/></symbol><symbol id="xray" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10 2v4.091c0 .357-.214.623-.5.909-.5.5-.825 1.264-.5 2 .285.644.796 1 1.5 1 1 0 .883-.5 1.5-.5s.5.5 1.5.5c.704 0 1.215-.356 1.5-1 .325-.736 0-1.5-.5-2-.282-.241-.5-.547-.5-.909V2m0 20v-5.091c0-.357.214-.623.5-.909.5-.5.825-1.264.5-2-.284-.644-.796-1-1.5-1-1 0-.883.5-1.5.5s-.5-.5-1.5-.5c-.704 0-1.215.356-1.5 1-.325.736 0 1.5.5 2 .282.241.5.547.5.909V22m1-3H5m14 0h-1M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2"/></symbol><symbol id="youtube" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M21.584 7.187a2.51 2.51 0 0 0-1.77-1.768C18.254 5 12 5 12 5s-6.254 0-7.813.419a2.51 2.51 0 0 0-1.77 1.768C2 8.746 2 11.037 2 12s0 3.254.416 4.813a2.51 2.51 0 0 0 1.77 1.768C5.747 19 12 19 12 19s6.254 0 7.814-.419a2.51 2.51 0 0 0 1.77-1.768C22 15.254 22 12.963 22 12s0-3.26-.416-4.813"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M11.494 13.871C10.836 14.23 10 13.8 10 13.104v-2.208c0-.695.836-1.125 1.493-.767l2.028 1.104c.639.347.639 1.187 0 1.534z"/></symbol><symbol id="zoomIn" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m17 15 5 5-2 2-5-5"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16M10 7v6M13 10H7"/></symbol><symbol id="zoomOut" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m17 15 5 5-2 2-5-5"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16M13 10H7"/></symbol></defs></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="0" height="0"><defs><symbol id="360" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12.302 14.595a6.067 6.067 0 0 0 5.348-6.677A6.006 6.006 0 0 0 11 2.593 6.067 6.067 0 0 0 5.65 9.27a6.006 6.006 0 0 0 6.65 5.325M10 6v4M8 8.038h4M17.103 19.583C20 19 22 17.989 22 17c0-.759-1.149-1.51-3-2M5 15c-1.851.49-3 1.241-3 2 0 1.493 4.5 3 10 3h1M13 20l-2 2M13 20l-2-2"/></symbol><symbol id="accessibility" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M6 13a5 5 0 1 0 7.584 6"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12.336 8.963s1.244 0 1.335 1.325V13H16c1 0 1.773.875 2 1.5l2 4.5a.79.79 0 0 1-.5 1h-2c-.345 0-.89-.183-1-.5L15 16h-5c-.484 0-1-.5-1-1v-4.5c0-.811.695-1.5 1.5-1.537zM11.253 2c-.801 0-1.45.73-1.45 1.63 0 .207.034 1.145.097 1.328.21.61.736 1.042 1.353 1.042s1.143-.433 1.353-1.042c.063-.183.098-1.12.098-1.328 0-.9-.65-1.63-1.451-1.63"/></symbol><symbol id="accessibility2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M3.914 13.498a4.237 4.237 0 1 0 8.085 2.2m-4.3-7.86s.97-.415 1.483.587l.907 2.111 1.813-.779c.78-.334 1.673.089 2.06.5l3.061 2.835c.245.27.226.7-.055.946l-1.557.669c-.269.115-.755.155-.946-.056l-2.338-2.223-3.894 1.671c-.376.162-.946-.055-1.113-.444L5.616 10.15c-.271-.632.04-1.4.654-1.698zm-3.17-5.06c-.624.268-.886 1.054-.585 1.755.07.161.41.88.52 1.001.367.405.922.565 1.402.36.48-.207.746-.72.705-1.265-.012-.163-.299-.904-.368-1.066-.301-.701-1.05-1.052-1.675-.784"/><path stroke-linecap="round" d="m10 22 12-5"/></symbol><symbol id="accessibility3" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M3 22h18M4.353 11.607a4.237 4.237 0 1 0 6.561 5.21m-.85-8.916s1.054 0 1.131 1.123v2.298h1.974c.848 0 1.502.741 1.695 1.27l1.695 3.814a.667.667 0 0 1-.424.848H14.44c-.292 0-.755-.155-.847-.424l-1.271-2.966H8.085c-.41 0-.848-.424-.848-.847V9.203c0-.687.59-1.271 1.271-1.302zM9.146 2c-.679 0-1.229.619-1.229 1.382 0 .175.03.97.083 1.125.177.516.624.883 1.146.883.523 0 .97-.367 1.147-.883.053-.155.083-.95.083-1.125 0-.763-.55-1.382-1.23-1.382M21 6.5h-5m5 0L18.692 9M21 6.5 18.692 4"/></symbol><symbol id="accessibility4" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m22 17-12 5h12zM3.914 13.498a4.237 4.237 0 1 0 8.085 2.2m-4.3-7.86s.97-.415 1.483.587l.907 2.111 1.813-.779c.78-.334 1.673.089 2.06.5l3.061 2.835c.245.27.226.7-.055.946l-1.557.669c-.269.115-.755.155-.946-.056l-2.338-2.223-3.894 1.671c-.376.162-.946-.055-1.113-.444L5.616 10.15c-.271-.632.04-1.4.654-1.698zm-3.17-5.06c-.624.268-.886 1.054-.585 1.755.07.161.41.88.52 1.001.367.405.922.565 1.402.36.48-.207.746-.72.705-1.265-.012-.163-.299-.904-.368-1.066-.301-.701-1.05-1.052-1.675-.784"/></symbol><symbol id="addUser" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M13.5 11.5v1.608L19 15c1.281.451 2 1.742 2 3v3"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M3 21v-2.973C3 16.5 3.5 15.5 5 15s5-2 5-2v-1.5l.01-.44c-.972-.624-1.51-1.686-1.51-2.892V5.47C8.5 3.553 10.015 2 12.005 2S15.5 3.553 15.5 5.47v2.698c0 1.528-1 2.832-2.5 3.332M12 17v6M15 20H9"/></symbol><symbol id="airCond" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M18 5h-2m2 7v-1a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v1m6 6.5V20m5.25-2.25L16.5 17m-9.75.75L7.5 17M19 12H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v4a3 3 0 0 1-3 3"/></symbol><symbol id="airdrop" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M17 21c2.989-1.76 5-5.05 5-8.819C22 6.558 17.523 2 12 2S2 6.558 2 12.181C2 15.949 4.011 19.24 7 21"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M15.608 18.29A7.15 7.15 0 0 0 19 12.18c0-3.935-3.134-7.126-7-7.126s-7 3.19-7 7.127a7.15 7.15 0 0 0 3.392 6.109"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14 15.709c1.196-.704 2-2.02 2-3.528 0-2.25-1.79-4.072-4-4.072S8 9.932 8 12.18c0 1.507.804 2.824 2 3.528"/><circle cx="1" cy="1" r="1" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" transform="matrix(1 0 0 -1 11 13.2)"/></symbol><symbol id="alertCircle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 17v-1M12 13V7"/></symbol><symbol id="alertTriangle" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m12 3 10 18H2zM12 18v-1M12 14V9.5"/></symbol><symbol id="arrowDown" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M20 12.045 12.013 20m-.105-.116V4zM4 12.045 12.013 20z"/></symbol><symbol id="arrowDownCircle" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m15 11-2.997 3L9 11"/></symbol><symbol id="arrowLeft" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M11.955 4 4 11.987m.116.105H20zM11.955 20 4 11.987z"/></symbol><symbol id="arrowLeftCircle" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m13 9-3 2.997L13 15"/></symbol><symbol id="arrowRight" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12.045 4 20 11.987m-.116.105H4zM12.045 20 20 11.987z"/></symbol><symbol id="arrowRightCircle" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m11 9 3 2.997L11 15"/></symbol><symbol id="arrowUp" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4 11.955 11.987 4m.105.116V20zM20 11.955 11.987 4z"/></symbol><symbol id="arrowUpCircle" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m9 13 2.997-3L15 13"/></symbol><symbol id="attach" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m3 13 9.681-9.585a4.904 4.904 0 0 1 6.892 0 4.8 4.8 0 0 1 0 6.831L8.692 21.032a3.355 3.355 0 0 1-4.715 0 3.285 3.285 0 0 1 0-4.674l9.43-9.348a1.806 1.806 0 0 1 2.539 0 1.77 1.77 0 0 1 0 2.517L7.5 18"/></symbol><symbol id="autism" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 5.5V7l1.274-.212a1.482 1.482 0 1 1 0 2.924L12 9.5V12m0 0h2.5l-.212 1.274a1.482 1.482 0 1 0 2.924 0L17 12h4m-9 0v2.5l-1.274-.212a1.482 1.482 0 1 0 0 2.924L12 17v3m0-8H9.5l.212-1.273a1.483 1.483 0 1 0-2.926-.001L7 12.02H3m18.661-5.425c-.728-2.15-2.287-3.356-4.453-3.573C13.886 2.69 12 6.175 12 6.175S10.115 2.69 6.791 3.022c-2.165.217-3.724 1.423-4.453 3.573-.746 2.204-.195 4.83 1.04 6.777C5.557 16.806 11.543 20.706 12 21c.457-.294 6.443-4.194 8.622-7.628 1.235-1.947 1.786-4.573 1.04-6.777"/></symbol><symbol id="avatarF" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14 12.555v1.787l5.75 2.304c1.355.501 2.25 1.754 2.25 3.152V22M16 7v1.853c0 1.698-1.137 3.138-2.717 3.653M8 6v2.853c0 1.34.705 2.52 1.785 3.215l.215.144v2.164l-5.735 2.275C2.9 17.147 2 18.405 2 19.808V22"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M18 15.5V8A6 6 0 0 0 6 8v7.5M7 6h5"/></symbol><symbol id="avatarM" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14 12.555v1.787l5.75 2.304c1.355.501 2.25 1.754 2.25 3.152V22M2 22v-2.192c0-1.403.9-2.66 2.265-3.157L10 14.376v-2.164l-.215-.144C8.705 11.374 8 10.193 8 8.853V5.856C8 3.726 9.79 2 12 2s4 1.725 4 3.856v2.997c0 1.698-1.137 3.138-2.717 3.653M9 4l4.5 2.5"/></symbol><symbol id="backspaceDelete" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m14.5 13.5-3-3m3 0-3 3M17 5H9.4a4 4 0 0 0-3.123 1.501l-2.4 3a4 4 0 0 0 0 4.998l2.4 3A4 4 0 0 0 9.4 19H17a4 4 0 0 0 4-4V9a4 4 0 0 0-4-4"/></symbol><symbol id="bathroom" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M19 6V5a2 2 0 0 0-2-2m0 0a2 2 0 0 0-2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m12-3H8a3 3 0 0 0-3 3m0 0H3.5a1.5 1.5 0 0 0 0 3H5m14 0v6a2 2 0 0 1-2 2h-2m0-8h5.5a1.5 1.5 0 0 0 0-3H15"/></symbol><symbol id="bed" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4 12h16M4 12a2 2 0 0 0-2 2v4a1 1 0 0 0 1 1m1-7V7a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v5m0 0a2 2 0 0 1 2 2v4a1 1 0 0 1-1 1m0 0H3m18 0v2M3 19v2m5.5-9h7a1.5 1.5 0 0 0 1.5-1.5v-1A1.5 1.5 0 0 0 15.5 8h-7A1.5 1.5 0 0 0 7 9.5v1A1.5 1.5 0 0 0 8.5 12"/></symbol><symbol id="bike" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m10 9-4.5 6.5h6l5-6.5zm0 0L8.5 6m2 0h-3m11 9.5-2-9.5-2-.5M9 15.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m13 0a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0"/></symbol><symbol id="biometry" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10 22c2.992-4.303 3.446-6.887 4-9 .361-1.378-.206-2.733-1.5-3-1.121-.231-2.204 1.143-2.5 2.5-.052.23-1.131 4.16-4.057 7.5m8.458-17.782.227.06c5.175 1.393 8.304 6.88 7.123 12.49-.089.426-.573 3.644-2.251 7.232M9.322 2.4a10 10 0 0 1 1.964-.4M2 10.565c.647-2.889 2.332-5.276 4.535-6.801m10.39 13.118c-.49 1.392-1.396 3.265-2.425 5.118m-9.988-6.857c1.013-1.899 1.425-3.618 1.431-3.649.78-3.582 4.069-5.976 7.32-5.311.12.025.211.047.303.072 3.092.833 4.948 4.204 4.217 7.675"/></symbol><symbol id="biop" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M17 21H3m0 0L18.173 3.456a1.626 1.626 0 0 1 2.46 2.126L12.5 15a5.41 5.41 0 0 1-3.907 4.446zm18 0h-1"/></symbol><symbol id="blinds" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9.5 3v10m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4M7 11H3m18-4h-9m9 4h-9m-7 4H3m18 0h-7M7 7H3m3 14h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H6a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3"/></symbol><symbol id="bloodGroup" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M20 14a8 8 0 1 1-16 0c0-4.418 4-7 8-12 4 5 8 7.582 8 12"/></symbol><symbol id="calendar" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 7.993h20M8 2v1.998M16 2v1.998M5 3.012H2v18.967h20V2.999h-3M11 2.999h2"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M18 11.99h-3v2.997h3z"/></symbol><symbol id="cam" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 8a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zM17.5 12.5 22 8v9z"/></symbol><symbol id="camOff" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M15 13v3a2 2 0 0 1-2 2h-3m5-9V8a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h1.5M17.5 12.5 22 8v9zM21 3 3 21"/></symbol><symbol id="cart" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m6.5 6 14.344.925a1 1 0 0 1 .913 1.208l-.918 4.286A2 2 0 0 1 18.883 14H8.5m6 3h-3.953a2 2 0 0 1-1.936-1.497L5.492 3.497A2 2 0 0 0 3.557 2H2m7 18.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m9 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"/></symbol><symbol id="central" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4 14s-2-.771-2-1.714V9.714C2 8 4 8 4 8v6M20 14s2-.771 2-1.714V9.714C22 8 20 8 20 8zM14 21c3.017-.04 6-2 6-6v-1M13.2 22h-2.4c-.44 0-.8-.45-.8-1s.36-1 .8-1h2.4c.44 0 .8.45.8 1s-.36 1-.8 1M20 10v-.444C20 5.386 16.414 2 12 2S4 5.387 4 9.556V10"/></symbol><symbol id="chatCircle" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m6.904 20.6-2.452.7L2 22l1.557-4.66A9.82 9.82 0 0 1 2 12C2 6.478 6.478 2 12 2s10 4.478 10 10-4.478 10-10 10a9.93 9.93 0 0 1-5.096-1.4"/><circle cx="7" cy="12" r="1" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"/><circle cx="12" cy="12" r="1" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"/><circle cx="17" cy="12" r="1" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"/></symbol><symbol id="check" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M22 5 9 19l-7-7.051"/></symbol><symbol id="checkBadge" viewBox="0 0 24 24"><path fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4.111 15.268c-.263 1.681-.022 2.963.818 3.803s2.122 1.081 3.803.818C9.735 21.264 10.812 22 12 22s2.265-.736 3.268-2.111c1.681.263 2.963.022 3.803-.818s1.081-2.122.818-3.803C21.264 14.265 22 13.188 22 12s-.736-2.265-2.111-3.268c.263-1.681.022-2.963-.818-3.803s-2.122-1.081-3.803-.818C14.265 2.736 13.188 2 12 2s-2.265.736-3.268 2.111C7.051 3.848 5.77 4.09 4.93 4.93S3.848 7.05 4.11 8.732C2.736 9.735 2 10.812 2 12s.736 2.265 2.111 3.268" clip-rule="evenodd"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16.5 10 11 15l-3-3.022"/></symbol><symbol id="checkCircle" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m21 6-9 9-5-5"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M17.118 3.408a10 10 0 0 0-3.22-1.224C8.476 1.136 3.232 4.682 2.184 10.104c-1.047 5.42 2.498 10.665 7.92 11.713 5.421 1.047 10.666-2.498 11.713-7.92.185-.956.227-1.906.14-2.83"/></symbol><symbol id="checkDouble" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M18 6 7 16.5 2 11M22 7.5 12 17l-1-1"/></symbol><symbol id="clean" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12.08 20H4.834a1 1 0 0 1-.996-.917l-.833-10A1 1 0 0 1 4 8h11.5M13 8V6.934a3.5 3.5 0 1 0-7 0V8m15.52 10h-9.04m6.8-3h-4.56a2 2 0 0 0-1.961 1.608l-.74 3.696A1 1 0 0 0 13 21.5h8a1 1 0 0 0 .98-1.196l-.739-3.696A2 2 0 0 0 19.28 15M17 2.5A1.5 1.5 0 0 1 18.5 4v10.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5V4A1.5 1.5 0 0 1 17 2.5"/></symbol><symbol id="clock" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12M12 12V6M12 12h4"/></symbol><symbol id="close" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m4 4 16 16M4 20 20 4"/></symbol><symbol id="closeCircle" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4.929 19.071c3.905 3.905 10.237 3.905 14.142 0s3.905-10.237 0-14.142-10.237-3.905-14.142 0-3.905 10.237 0 14.142M9 9l6 6M9 15l6-6"/></symbol><symbol id="coffee" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M3 22h18M6 13h7m5-4H6v6a6 6 0 0 0 12 0m0-6v6m0-6h1a3 3 0 1 1 0 6h-1m-6-9V3M8 6V5m8 1V5"/></symbol><symbol id="collapse" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m18 21-6-6-6 6M6 3l6 6 6-6"/></symbol><symbol id="config" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m15.535 5.256 2.567-1.295 1.937 1.937-1.295 2.567.523 1.26 2.733.914v2.722l-2.733.915-.523 1.26 1.295 2.566-1.937 1.937-2.567-1.295-1.26.523L13.362 22h-2.722l-.915-2.733-1.26-.523-2.566 1.295-1.937-1.937 1.295-2.567-.523-1.26L2 13.362v-2.722l2.733-.915.523-1.26-1.295-2.566L5.898 3.96l2.567 1.295 1.26-.523L10.638 2h2.722l.915 2.733z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6"/></symbol><symbol id="contacts" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2.01 15.99h1.998m-1.997-8h1.997M3.022 20v1.99H18.99a3 3 0 0 0 3-3v-14a3 3 0 0 0-3-3H3.01V4m-1 8h1.998M17 17v-.852c0-.603-.237-1.181-.659-1.607a2.24 2.24 0 0 0-1.591-.666h-4.5c-.597 0-1.169.24-1.591.666A2.28 2.28 0 0 0 8 16.148V17m6.806-7.812c0 1.208-.97 2.187-2.165 2.187a2.177 2.177 0 0 1-2.166-2.187c0-1.209.97-2.188 2.166-2.188s2.165.98 2.165 2.188"/></symbol><symbol id="currency" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10.008 14.049c0 1.078.894 1.951 1.995 1.951C13.107 16 14 15.127 14 14.049s-1.065-1.55-2.002-2.049C11.064 11.5 10 11.03 10 9.951S10.893 8 11.995 8s1.996.873 1.996 1.951M12 8V6.5m0 11V16M6.349 4.993a9 9 0 0 1 3.178-1.644c4.779-1.366 9.76 1.401 11.125 6.178a9 9 0 0 1-6.182 11.124c-4.777 1.366-9.758-1.402-11.122-6.18a8.97 8.97 0 0 1 .706-6.691"/></symbol><symbol id="delete" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M3 6h18M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6zM10 11v6M14 11v6"/></symbol><symbol id="desktop" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M8 22h8M10 17v5M14 17v5M2 3h20v14H2z"/></symbol><symbol id="doc" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M3 7v15h18V2H8z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10 6v3H7M14 9h3M7 13h10M7 17h10"/></symbol><symbol id="docs" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M6 8h3V5M3 19V7l5-5h11v17z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M5 22h17V5"/></symbol><symbol id="door" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M3 21h18M5 21V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v17m-3-9h3M9 6h3v12H9z"/></symbol><symbol id="down" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m16 10-4 4-4-4"/></symbol><symbol id="download" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 17V4m0 13 7-6.456M12 17l-7-6.456M5 20h14"/></symbol><symbol id="drug" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M6 12v6h6.546v-6zm0 0v10h12V12a4 4 0 0 0-4-4h-4a4 4 0 0 0-4 4m1.09-6 .001-4h9.818v4z"/></symbol><symbol id="duplicate" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 22V8h14v14z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M8 4V2h14v14h-2"/></symbol><symbol id="edit" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4 17 19 2l3 3L7 20l-5 2zM16 6l2 2M5 17l2 2"/></symbol><symbol id="elevator" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M12 7v15M4 7h16v15H4zM7 3.5 8.5 2 10 3.5M17 2l-1.5 1.5L14 2"/></symbol><symbol id="exam" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M8 6h8v12a4 4 0 0 1-8 0zM16 12h-4M17 6H7M9 6V2h6v4"/></symbol><symbol id="examDoc" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M21 6V2H8L3 7v15h9"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10 6v3H7M16 13h5v6.5a2.5 2.5 0 0 1-5 0zM21 17h-2M22 13h-7M16 13v-3h5v3"/></symbol><symbol id="expand" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m18 15-6 6-6-6M6 9l6-6 6 6"/></symbol><symbol id="facebook" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9.268 22h4.36V11.913h3.047L17 8.536h-3.364V6.611c0-.795.174-1.11 1.006-1.11H17V2h-3.023c-3.243 0-4.71 1.318-4.71 3.844v2.692H7v3.419h2.268z"/></symbol><symbol id="fileBmp" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 12V7l5-5h15v10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9 6v3H6M2 16h3M2 19h4M2 22h4M18 16h4M18 19h4M2 16v6M18 16v6M9 16v6M9 16l2.5 3.5L14 16M14 16v6M5 16v3M6 19v3M22 16v3"/></symbol><symbol id="fileJpg" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 12V7l5-5h15v10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9 6v3H6M6 16v6H2v-2.5M22 16h-4v6h4v-3h-1M10 16h4v3h-4M10 16v6"/></symbol><symbol id="filePdf" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 12V7l5-5h15v10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9 6v3H6M2 16h4v3H2M2 16v6M10 22v-6h3l1 6zM18 22v-6M22 16h-4M21 19h-3"/></symbol><symbol id="filePng" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 12V7l5-5h15v10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9 6v3H6M2 16h4v3H2M2 16v6M10 16v6M14 16v6M10 16l4 6M22 16h-4v6h4v-3h-1"/></symbol><symbol id="fileUpload" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M22 10V2H7L2 7v15h9.5"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9 6v3H6M14 17l4-4m0 0v9m0-9 4 4"/></symbol><symbol id="fileXls" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 12V7l5-5h15v10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9 6v3H6M2 16l4 6M2 22l4-6M10 16v6h4M22 16h-4v3h4v3h-4"/></symbol><symbol id="filter" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12.017 13v9M11.967 2.16v2.777M11.996 8.974c1.104 0 2-.897 2-2.004a2 2 0 0 0-2-2.004c-1.104 0-2 .897-2 2.004s.896 2.004 2 2.004M4.038 13v9M4.038 2v3M4 12.983c1.103 0 1.998-.898 1.998-2.005A2 2 0 0 0 4 8.974C2.895 8.974 2 9.87 2 10.978s.895 2.005 2 2.005M19.997 19v3M19.997 2v8M20 18.323c1.105 0 2-.897 2-2.004a2 2 0 0 0-2-2.004c-1.103 0-1.998.897-1.998 2.004s.895 2.004 1.999 2.004"/></symbol><symbol id="fullscreen" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M8 2H2v6M16 22h6v-6M22 8V2h-6M2 16v6h6"/></symbol><symbol id="gallery" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 2h8v8H2zM2 14h8v8H2zM14 2h8v8h-8zM14 14h8v8h-8z"/></symbol><symbol id="geotag" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 2C8 2 5 5 5 9c0 5 4.5 8 7 13 2.5-5 7-8 7-13 0-4-3-7-7-7"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9 9c0 1.654 1.345 3 3 3s2.987-1.346 3-3c0-1.654-1.345-3-3-3S9 7.346 9 9"/></symbol><symbol id="geotagUnity" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 2C8 2 5 5 5 9c0 5 4.5 7.5 7 13 2.5-5.5 7-8 7-13 0-4-3-7-7-7M12 6v6M15 9H9"/></symbol><symbol id="geotagUnityGroup" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16 5c1.195 0 2.265.367 3.106 1C20.275 6.88 21 8.271 21 9.9c0 3.5-3.214 5.25-5 9.1q-.244-.524-.518-1M10 6v6m3-3H7m3-7C6 2 3 5 3 9c0 5 4.5 7.5 7 13 2.5-5.5 7-8 7-13 0-4-3-7-7-7"/></symbol><symbol id="google" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16.79 6.802c-.383.375-.989.372-1.437.079-.916-.6-1.986-.904-3.149-.904-2.658 0-4.907 1.76-5.71 4.123-.204.6-.32 1.241-.32 1.9 0 .66.116 1.3.32 1.9.803 2.364 3.052 4.123 5.71 4.123 1.373 0 2.542-.355 3.455-.955a4.66 4.66 0 0 0 1.662-1.874c.272-.565-.206-1.144-.832-1.144h-3.285a1 1 0 0 1-1-1v-1.868a1 1 0 0 1 1-1h7.778c.482 0 .9.344.953.823q.065.597.065 1.222c0 3.046-1.113 5.61-3.043 7.35C17.27 21.104 14.96 22 12.204 22c-3.989 0-7.44-2.24-9.119-5.509a9.83 9.83 0 0 1 0-8.982C4.765 4.241 8.215 2 12.205 2c2.344 0 4.37.72 6.01 1.933.462.341.472 1.01.062 1.411z"/></symbol><symbol id="graph" viewBox="0 0 24 24"><path stroke-miterlimit="10" d="M22 22H2V2"/><path d="M5 20v-6a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v6M11 20v-9a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v9M17 20V8a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v12"/></symbol><symbol id="healthPlan" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M11 21H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v6M2 7h20M2 12h10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M20 15v-2h-4v2h-2v4h2v2h4v-2h2v-4z"/></symbol><symbol id="heart" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M20.458 4.591a5.3 5.3 0 0 0-1.708-1.177 5.12 5.12 0 0 0-4.028 0 5.3 5.3 0 0 0-1.708 1.177L12 5.638 10.986 4.59a5.18 5.18 0 0 0-3.722-1.59 5.18 5.18 0 0 0-3.722 1.59A5.52 5.52 0 0 0 2 8.431a5.52 5.52 0 0 0 1.542 3.841L12 21l8.458-8.728a5.45 5.45 0 0 0 1.141-1.761 5.58 5.58 0 0 0 0-4.158 5.45 5.45 0 0 0-1.141-1.762"/></symbol><symbol id="height" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M5 21.5V2.127M8 5 4.995 2 2 5M8 19l-3.005 3L2 19M12 2h10M14 7h8M16 12h6M18 17h4M20 22h2"/></symbol><symbol id="height2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12.17 11.5v1.608L16 14.5"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 22v-3.973c0-1.262.763-2.394 1.92-2.841l4.86-2.047V11.19l-.182-.13a3.49 3.49 0 0 1-1.513-2.893V5.47c0-1.917 1.517-3.47 3.39-3.47s3.39 1.553 3.39 3.47v2.698c0 1.528-.964 2.824-2.303 3.288M19 2h3v20h-3M20.5 7h1M20.5 12h1M20.5 17h1"/></symbol><symbol id="home" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m2 11 10-9s2.337 2.438 4 4M22 11.478 19.022 8.5"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4.037 9.5V22H9v-5.437C9 15.5 9.963 14 12 14s3 1.5 3 2.563V22h5V10M16 6V3h3v5.5"/></symbol><symbol id="horizontalList" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M22 2v20h-8V2zM10 2v20H2V2z"/></symbol><symbol id="id" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14 9h4m-4 3h4m-4 3h1M9 9.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m1 6.5v-1a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v1zm-6 4h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2"/></symbol><symbol id="image" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M18 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0M10 10l-5 7.898h14l-3-4-1.5 2z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2z"/></symbol><symbol id="imageUp" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M22 11V7a1 1 0 0 0-1-1l-3.465-.001a1 1 0 0 1-.832-.445l-1.406-2.108A1 1 0 0 0 14.465 3h-4.93a1 1 0 0 0-.832.445l-1.406 2.11a1 1 0 0 1-.832.444H3a1 1 0 0 0-1 1V20a1 1 0 0 0 1 1h10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M15.465 11A4 4 0 1 0 10 16.465M16 17l3-3m0 0v7m0-7 3 3"/></symbol><symbol id="infoCircle" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10M12 7v1M12 12v5"/></symbol><symbol id="instagram" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12.005 2c3.256 0 3.641.01 4.927.075 1.192.056 1.84.253 2.262.422.572.226.976.488 1.398.91.432.433.695.836.91 1.4.17.43.367 1.079.423 2.261.056 1.286.075 1.67.075 4.927s-.01 3.642-.075 4.928c-.056 1.192-.253 1.84-.422 2.261a3.9 3.9 0 0 1-.91 1.408 3.8 3.8 0 0 1-1.4.91c-.43.17-1.079.367-2.261.423-1.286.056-1.67.075-4.927.075s-3.642-.01-4.928-.075c-1.191-.056-1.84-.253-2.261-.422a3.9 3.9 0 0 1-1.408-.91 3.8 3.8 0 0 1-.91-1.409c-.17-.431-.367-1.079-.423-2.261C2.02 15.637 2 15.252 2 11.995s.01-3.641.075-4.927c.056-1.192.253-1.84.422-2.262.226-.572.488-.976.91-1.398a3.7 3.7 0 0 1 1.409-.91c.431-.17 1.079-.367 2.261-.423C8.354 2.02 8.74 2 12.005 2"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 16c-2.208 0-4-1.792-4-4s1.792-4 4-4 4 1.792 4 4-1.792 4-4 4M19 6c0 .551-.449 1-1 1s-1-.449-1-1 .449-1 1-1 1 .449 1 1"/></symbol><symbol id="key" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M15.83 2.003a5.5 5.5 0 0 0-1.4.212c-2.883.567-5.041 3.07-5.041 6.092 0 .755.13 1.475.38 2.136C7.905 12.285 2.13 17.94 2.13 17.94a.43.43 0 0 0-.13.307v3.317c0 .236.202.437.439.437h3.475c.249 0 .439-.2.439-.437V19.71h1.814a.487.487 0 0 0 .487-.484V17.42h1.28c.285 0 .51-.225.51-.508v-1.31l.926-.944.32.342a.43.43 0 0 0 .605.012s.522-.532.984-.968c.724.295 1.53.46 2.36.46a6.245 6.245 0 0 0 6.144-5.005 6.4 6.4 0 0 0 .213-1.346c.119-3.435-2.704-6.256-6.167-6.15"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16.5 6c.832 0 1.5.668 1.5 1.5S17.322 9 16.5 9c-.832 0-1.5-.668-1.5-1.5S15.668 6 16.5 6"/></symbol><symbol id="keyboardArrows" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M13.5 7.5 12 6l-1.5 1.5m0 9L12 18l1.5-1.5m3-3L18 12l-1.5-1.5m-9 0L6 12l1.5 1.5M2 12c0 5.523 4.477 10 10 10s10-4.477 10-10S17.523 2 12 2 2 6.477 2 12"/></symbol><symbol id="keyboardNum" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10M8.25 8.5"/></symbol><symbol id="lab" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M20 11V8h-8v3m8 0h-8m8 0v10h-8V11M9 6V3H4v3m5 0H4m5 0v12.5a2.5 2.5 0 0 1-5 0V6m3 5h2m7 6h4"/></symbol><symbol id="lamp" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14 21.5h-.5l-.5.5h-2l-.5-.5H10M9 18h6M9.5 20h5M14.5 17v-1c0-.905.315-1.735.94-2.375C16.385 12.66 17 11.47 17 10c0-2.76-2.24-5-5-5s-5 2.24-5 5c0 1.47.615 2.66 1.56 3.625.625.64.94 1.47.94 2.375v1M12 17v-5"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m11 11 1.037 1.037L13.075 11M8 2l.5.5M4 6l.5.5M20 6l-.5.5M16 2l-.5.5"/></symbol><symbol id="lampSmart" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14 14h-4M2.685 8c-1.4 3.681-.655 8.02 2.24 10.993a9.824 9.824 0 0 0 14.149 0C21.97 16.02 22.714 11.68 21.316 8M5 5c3.866-4 10.134-4 14 0m-9.306 9.05C8.51 13.238 7.8 11.82 8.05 10.26c.27-1.688 1.719-3.034 3.467-3.232C13.942 6.752 16 8.584 16 10.882c0 1.31-.67 2.466-1.695 3.169a.66.66 0 0 0-.305.54v1.79c0 .894-.746 1.619-1.667 1.619h-.667c-.92 0-1.667-.724-1.667-1.618v-1.788a.66.66 0 0 0-.305-.544"/></symbol><symbol id="language" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12.002 2c-1.046 0-2.054.16-3.002.458A10 10 0 0 0 5 4.86a9.97 9.97 0 0 0-3 7.143C2 17.526 6.478 22 12.002 22S22 17.522 22 12.002C22 6.478 17.522 2 12.002 2M12.006 22V2M22 12.013H2"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M19.518 18.327c-2.949-1.766-8.408-3.727-15.037.008M19.601 5.662c-2.949 1.789-8.495 3.835-15.238-.028"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M11 2s-9 8.604 0 19.928M13 2s9 8.604 0 19.928"/></symbol><symbol id="language2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M8.276 2.78 8.5 6.5 5.5 9l.295 1.541L9 10l3 2.5-3 6-2.002-4L5 13.5l.795-2.789-2.87-2.896a9.98 9.98 0 0 1 10.306-5.74"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M21.656 9.548 19 14.5l-1.157 1.554L17 12h-1s-2.5-1.5-.5-3l3-.5 1-2h-4l-1-.5 1.635-3.114A10.01 10.01 0 0 1 22 11.998C22 17.522 17.525 22 11.997 22 6.475 22 2 17.522 2 11.998q0-.569.062-1.12"/></symbol><symbol id="languageEN" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 2h20v20H2z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10 9H7v3m3 0H7m0 0v3h3M13 15V9l4 6V9"/></symbol><symbol id="languagePT" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 2h20v20H2z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M7 15v-2m0 0V9h2a2 2 0 1 1 0 4zM15 15V9h-2 4"/></symbol><symbol id="lattes" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M6.117 20.275c-2.162-4.396-3.448-7.05-3.448-7.117 0-.107.132-.092 1.431.16 2.284.446 3.504.571 5.538.572 2.692 0 4.883-.422 6.586-1.273.9-.45 1.443-.848 1.886-1.388.547-.666.722-1.124.729-1.896.005-.734-.094-1.12-.522-2.019-.17-.354-.318-.762-.332-.905-.023-.23-.003-.263.167-.282.374-.044 2.216 1.731 2.895 2.789 1.17 1.823 1.264 3.796.274 5.703-.608 1.172-1.28 1.983-2.405 2.904-1.87 1.531-4.045 2.597-7.047 3.456C10.256 21.44 7.649 22 7.112 22c-.114 0-.328-.37-.994-1.726zm.602-7.09c-2.1-.27-3.862-.504-3.917-.521-.093-.03-.427-1.135-.615-2.035-.048-.227-.117-.83-.155-1.34-.17-2.277.33-3.85 1.667-5.266 2.264-2.394 7.112-2.685 12.582-.756.96.34 1.341.575 1.165.721-.13.109-1.015.107-2.543-.004-2.388-.174-4.206.155-5.144.934-1.426 1.185-1.209 3.783.632 7.532.199.405.4.803.446.883.106.186.029.36-.157.35a372 372 0 0 1-3.961-.497m7.044-2.039c-1.676-.299-3.183-1.33-3.669-2.51-.233-.567-.222-1.306.027-1.749.225-.4.807-.863 1.329-1.057.867-.323 2.387-.194 3.494.297 1.05.465 1.982 1.284 2.329 2.045.444.978.074 2.068-.878 2.588-.631.345-1.857.525-2.632.386"/></symbol><symbol id="left" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m14 16-4-4 4-4"/></symbol><symbol id="like" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M6.07 20.54h12.54c1.08 0 1.65-.75 1.81-1.41 0 0 1.42-7.21 1.5-7.68s.16-1.11-.12-1.58c-.41-.7-1.15-.66-1.34-.66h-4.73c1.01-2.02.64-5.09.64-5.09-.15-1.6-1.57-1.46-1.57-1.46-1.29 0-1.38 1.17-1.38 1.17 0 4.59-3.95 6.07-5.02 6.39-1.07.31-2.36.26-2.36.26"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 9.64h4.07v11.71H2V9.64"/></symbol><symbol id="link" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m11 13.883-.917-.917a3.4 3.4 0 0 1 0-4.782l5.198-5.201a3.396 3.396 0 0 1 4.778 0l.959.959a3.4 3.4 0 0 1 0 4.782L17.742 12"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m13 10.144.903.903a3.4 3.4 0 0 1 0 4.782L8.72 21.018a3.396 3.396 0 0 1-4.78 0c-1.309-1.31.352.351-.958-.96a3.4 3.4 0 0 1 0-4.781L6.258 12"/></symbol><symbol id="linkExternal" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M8 2H2v20h20v-6M15 2h7v7m-.164-6.86L12 12"/></symbol><symbol id="linkedin" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M6.52 8.667H2.387V21.99H6.52zM4.441 6.926a2.45 2.45 0 0 0 2.441-2.463A2.45 2.45 0 0 0 4.442 2 2.45 2.45 0 0 0 2 4.463a2.44 2.44 0 0 0 2.441 2.463M13.128 15.006c0-1.875.867-2.993 2.517-2.993 1.515 0 2.247 1.067 2.247 2.992V22H22v-8.44c0-3.573-2.029-5.297-4.857-5.297s-4.024 2.203-4.024 2.203v-1.8H9.156v13.326h3.965c.008.008.008-4.935.008-6.987"/></symbol><symbol id="list" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4M4 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4M4 22a2 2 0 1 0 0-4 2 2 0 0 0 0 4M10.019 4H22M10.019 12H22M10.019 20H22"/></symbol><symbol id="login" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M13 4h3v2m-3 14h3v-2M2 20V4l8-2v20zM13 12l3-3m-3 3 3 3m-3-3h9"/></symbol><symbol id="logout" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M13 4h3v3m-3 13h3v-3m6-5h-9m9 0-3 3m3-3-3-3M2 20V4l8-2v20z"/></symbol><symbol id="mail" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M22 20.01H2V4h20z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m2 4 8 8.5c.5.5 1 1 2 1s1.5-.5 2-1L22 4M2 20l7.5-7.5M22 20l-7.5-7.5"/></symbol><symbol id="maintenance" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m10.5 21 .14 1h2.72l.916-2.733 1.26-.523 2.566 1.295 1.937-1.937-1.295-2.567.523-1.26L22 13.362v-2.722l-2.733-.915-.523-1.26 1.295-2.566-1.937-1.937-2.567 1.295-1.26-.523L13.362 2h-2.722l-.915 2.733-1.26.523-2.566-1.295L3.96 5.898l1.295 2.567-.523 1.26L2 10.638v2.722l1 .139"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m3.856 17.756 3.438-3.438c.855-.903.65-2.04.637-2.384v-.032c-.066-1.123.316-2.247 1.15-3.084 1.2-1.197 2.99-1.463 4.517-.814L11.83 9.771c-.615.615-.591 1.647.055 2.293l.016.016c.646.646 1.679.672 2.294.056l1.767-1.767c.648 1.527.382 3.317-.816 4.515a4 4 0 0 1-3.083 1.15h-.032c-.344-.014-1.487-.224-2.39.63l-3.438 3.439"/></symbol><symbol id="medDoc" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M21 10V2H8L3 7v15h6.5"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10 6v3H7"/><path stroke-linejoin="round" stroke-miterlimit="10" d="M18 15v-3h-4v3h-3v4h3v3h4v-3h3v-4z"/></symbol><symbol id="medEspec" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14 10V7h-4v3H7v3.667h3V17h4v-3h3v-4z"/></symbol><symbol id="medImg" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M3 7v15h18V2H8z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16.108 19v-3.655c0-.392.468-.898.76-1.163.783-.71.686-1.56.63-1.89-.102-.623-.715-1.247-1.45-1.247-.901 0-1.208.39-1.501.39s-.597-.393-1.501-.39c-.735 0-1.349.624-1.451 1.246-.055.332-.158 1.18.63 1.89.293.266.76.766.76 1.164V19M10 6v3H7"/></symbol><symbol id="medUser" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 22v-2.083A4.17 4.17 0 0 1 4.743 16l5.083-1.426v-2.596c-1.004-.76-1.739-1.956-1.739-3.313V5.93c0-2.17 1.76-3.93 3.93-3.93s3.93 1.76 3.93 3.93v2.735A4.17 4.17 0 0 1 13 12.651M22 22v-2.083A4.17 4.17 0 0 0 19.257 16l-5.083-1.426v-2.16"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m14.95 15.404-3.1 3.79-3.1-3.79M11.75 19v3M7.087 22a1.304 1.304 0 1 0 0-2.609 1.304 1.304 0 0 0 0 2.61M7.087 19v-3M18.835 22h.665v-.513c0-1.096-.805-2.065-2-2.413-1.195.348-2 1.317-2 2.413V22h.665M17.652 19v-3"/></symbol><symbol id="medical" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M21 16.5c0 1.386-1.114 2.5-2.5 2.5a2.494 2.494 0 0 1-2.5-2.5c0-1.386 1.115-2.5 2.5-2.5s2.5 1.114 2.5 2.5M14 2v1.875M9 3H7.552C6.68 3 6 3.711 6 4.552V8c0 1.067.388 2.082 1.261 2.664S12.001 13 12.001 13"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M15 3h1.448C17.321 3 18 3.711 18 4.552V8c0 1.067-.388 2.082-1.261 2.664S12 13 12 13M10 2v1.875M14 21c3 .5 3.5-2 3.5-2M12 13.456V16c0 4-2.817 6-5 6-2.742 0-4-2-4-3.5C3 16 6 15 9 17"/></symbol><symbol id="menuHamburguer" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M3 12h18M3 20h18M3 4h18"/></symbol><symbol id="menuKebab" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10 4a2 2 0 1 1 4 0 2 2 0 0 1-4 0M10 12a2 2 0 1 1 4 0 2 2 0 0 1-4 0M10 20a2 2 0 1 1 4 0 2 2 0 0 1-4 0"/></symbol><symbol id="menuMeatballs" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M20 10a2 2 0 1 1 0 4 2 2 0 0 1 0-4M12 10a2 2 0 1 1 0 4 2 2 0 0 1 0-4M4 10a2 2 0 1 1 0 4 2 2 0 0 1 0-4"/></symbol><symbol id="mic" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M8 7a4 4 0 1 1 8 0v5a4 4 0 0 1-8 0z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M19 11v1a7 7 0 1 1-14 0v-1M12 19v2"/></symbol><symbol id="micOff" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16 12a4 4 0 0 1-3 3.874M16 7.5V7a4 4 0 0 0-8 0v5c0 .986.357 1.89.949 2.587"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M19 11v1a7 7 0 0 1-9 6.71M5 11v1c0 1.838.708 3.51 1.867 4.76M12 19v2M21 3 3 21"/></symbol><symbol id="minus" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4 12h16"/></symbol><symbol id="minusCircle" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10M8 11.988h8"/></symbol><symbol id="minusSquare" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 2h20v20H2zM8 12h8"/></symbol><symbol id="mobile" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M6 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2zM11 18h2"/></symbol><symbol id="mobileClick" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9.107 16.132V6.29C9.107 5.577 9.74 5 10.525 5s1.418.577 1.418 1.289v7.898m0-3.11c0-.713.634-1.29 1.418-1.29s1.418.577 1.418 1.29v3.406m0-2.26c0-.713.634-1.29 1.418-1.29s1.418.577 1.418 1.29v2.444m0-1.79c0-.599.534-1.084 1.192-1.084.659 0 1.193.486 1.193 1.084v3.703c0 2.28-.234 4.207-1.193 5.791m-9.7-6.24L6.77 14.026c-.653-.589-1.713-.568-2.337.046-.533.524-.578 1.319-.107 1.889 1.273 1.543 3.69 4.44 4.591 5.305 0 0 .393.415.79 1.105M6.256 8a4.5 4.5 0 1 1 8.488 0"/></symbol><symbol id="mobileRotate1" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M11.167 17.8h1.666m7.326.2c1.25-1.632 2-3.722 2-6s-.75-4.368-2-6M4 5.75c-1.25 1.633-2 3.722-2 6s.75 4.369 2 6M19.788 16l.386 1.962 1.963-.386M4.37 7.751l-.386-1.963-1.962.386M8.667 21h6.666c.92 0 1.667-.716 1.667-1.6V4.6c0-.884-.746-1.6-1.667-1.6H8.667C7.747 3 7 3.716 7 4.6v14.8c0 .884.746 1.6 1.667 1.6"/></symbol><symbol id="mobileRotate2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m7.333 15.687 1.178 1.178m5.039 5.322c2.038-.27 4.046-1.218 5.657-2.829 1.61-1.61 2.558-3.619 2.828-5.657M10.785 2.1c-2.037.27-4.045 1.217-5.656 2.828S2.57 8.547 2.3 10.584m12.402 9.926-1.115 1.66 1.66 1.115M9.635 3.775l1.114-1.66L9.088 1M3.302 16.182l4.714 4.714c.651.65 1.685.672 2.31.047l10.465-10.465c.625-.625.604-1.66-.047-2.31L16.03 3.454c-.65-.651-1.685-.672-2.31-.048L3.255 13.872c-.625.624-.603 1.659.047 2.31"/></symbol><symbol id="mobileRotate3" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M6.28 11.087v1.667m-.2 7.326c1.632 1.25 3.721 2 6 2s4.368-.75 6-2m.249-16.16c-1.632-1.25-3.722-2-6-2s-4.368.75-6 2m1.75 15.789-1.962.386.386 1.962M16.33 4.291l1.962-.386-.386-1.962M3.08 8.587v6.667c0 .92.716 1.666 1.6 1.666h14.8c.883 0 1.6-.746 1.6-1.666V8.587c0-.92-.717-1.667-1.6-1.667H4.68c-.884 0-1.6.747-1.6 1.667"/></symbol><symbol id="news" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M18.016 14h-2.002v4.04h2.002zM9.007 14h3.003M9.007 18h3.003M9.007 10h9.009M9.007 6h9.009"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M3.5 22h16.727C21.22 22 22 21.213 22 20.21V2H5v18.5c0 1-.578 1.5-1.5 1.5m0 0c-.922 0-1.5-.5-1.5-1.5V13"/></symbol><symbol id="notification" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M5 12a7 7 0 0 1 14 0v7H5zM3 19h18"/><circle cx="12" cy="3" r="1" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10 19v1a2 2 0 1 0 4 0v-1"/></symbol><symbol id="npsDeslike" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4 10a8 8 0 1 1 16 0v4a8 8 0 1 1-16 0z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14.5 15.997c-1.263-1.326-3.737-1.33-5 .003M9 9.5v1M15 9.5v1"/></symbol><symbol id="npsHate" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4 10a8 8 0 1 1 16 0v4a8 8 0 1 1-16 0z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9 17c0-4 6-4.005 6 0ZM8.5 9.5l.5 1M15.5 9.5l-.5 1"/></symbol><symbol id="npsLike" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4 10a8 8 0 1 1 16 0v4a8 8 0 1 1-16 0z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14.5 16c-1.263 1.326-3.737 1.332-5 0M9 9.5v1M15 9.5v1"/></symbol><symbol id="npsLove" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4 10a8 8 0 1 1 16 0v4a8 8 0 1 1-16 0z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16 15c-.5 4-7.5 4-8 0M9 9.5v1M15 9.5v1"/></symbol><symbol id="npsNeutral" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4 10a8 8 0 1 1 16 0v4a8 8 0 1 1-16 0zM15 16H9M9 9.5v1M15 9.5v1"/></symbol><symbol id="nutrition" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9 7a3 3 0 1 1 6 0 2.12 2.12 0 0 1 3 0c.653.647.81 1.643.39 2.46M9 13a3 3 0 0 1 3-3m0 0a3 3 0 0 1 3 3m-3-3a3 3 0 0 0-5.917-.705.475.475 0 0 1-.664.319 1.758 1.758 0 0 0-1.904 2.871l.68.68m15.788.103a4.76 4.76 0 0 0 .916-2.8v-.6a.6.6 0 0 0-.6-.6h-.6A4.795 4.795 0 0 0 15.026 13m4.773 5.6A6 6 0 0 1 15 21H9a6 6 0 0 1-6-6 2 2 0 0 1 2-2h14a2 2 0 0 1 2 2 6 6 0 0 1-1.2 3.6"/></symbol><symbol id="order" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M7 18V3M17 6v15M10 6 6.995 3 4 6M14 18l3.005 3L20 18"/></symbol><symbol id="parking" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9 12v5h6m-6-5V7h6m-6 5h5m8 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10"/></symbol><symbol id="partner" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14 5V2h-4v3H7v3.667h3V12h4V9h3V5zM12.8 17.724l5.67-2.527a1.456 1.456 0 0 1 2.002.547c.4.712.164 1.624-.539 2.038l-1.977.945-5.686 2.718c-.294.174-.63.256-.973.256H6.493c-.35 0-.702.1-1.004.282l.01.017"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M7.989 18.32h3.488c.825 0 1.495-.679 1.495-1.516s-.67-1.516-1.495-1.516H6.804c-.515 0-1.013.116-1.479.348L2 17.31"/></symbol><symbol id="pause" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14 15V9m-4 6V9m-8 3c0 5.523 4.477 10 10 10s10-4.477 10-10S17.523 2 12 2 2 6.477 2 12"/></symbol><symbol id="phone" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2.129 4.837c-.17.284-.146.674-.073 1.08a19.93 19.93 0 0 0 5.5 10.562c2.786 2.784 6.563 4.87 10.536 5.471.406.065.796.09 1.08-.073.098-.057.228-.162.26-.325l1.555-3.828c.049-.251-.04-.511-.244-.722-.097-.098-2.315-.901-3.363-1.405-.43-.21-.934-.089-1.145.26l-.407.698a1.04 1.04 0 0 1-.633.48c-1.024.259-4.192-2.655-4.882-3.345-.715-.715-3.73-3.962-3.47-4.985a1.02 1.02 0 0 1 .48-.633c.617-.357.447-.26.699-.406.357-.211.479-.715.268-1.145-.455-.933-.723-1.81-1.024-2.809-.13-.438-.552-.787-.975-.698 0 0-1.124.42-3.845 1.563-.155.033-.26.163-.317.26M14 5c2.764 0 5 2.236 5 5M15 2a7 7 0 0 1 7 7"/></symbol><symbol id="play" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10 16V8l6 4z"/></symbol><symbol id="plus" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4 12h16M12 4v16"/></symbol><symbol id="plusCircle" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10M8 12h8M12 16V8"/></symbol><symbol id="plusSquare" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 2h20v20H2zM8 12h8M12 8v8"/></symbol><symbol id="print" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M5.828 17H2V6h20v11h-3.816M6 6V2h12v4"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M18 15H6v7h12zM9 18h6M18 9h1"/></symbol><symbol id="profile" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M13.5 11.5v1.608L19 15c1.281.451 2 1.742 2 3v4"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M3 22v-3.973C3 16.5 3.5 15.5 5 15s5-2 5-2v-1.5l.01-.44c-.972-.624-1.51-1.686-1.51-2.892V5.47C8.5 3.553 10.015 2 12.005 2S15.5 3.553 15.5 5.47v2.698c0 1.528-1 2.832-2.5 3.332"/></symbol><symbol id="profileCircle" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M19 19v-1.034c0-.958 0-1.966-1.5-2.466l-4-1.5v-1c1-.5 1.5-1.5 1.5-2.5V8c0-2-1.421-3-3-3S9 6 9 8v2.5c0 1 .5 2 1.5 2.5v1l-4 1.5C5 16 5 17.073 5 18.02V19"/></symbol><symbol id="questionCircle" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9 8.943C9 7.318 10.343 6 12 6s3 1.318 3 2.943S13.657 12 12 12v2m0 4v-1"/></symbol><symbol id="questionSquare" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 2h20v20H2z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9 8.943C9 7.318 10.343 6 12 6s3 1.318 3 2.943S13.657 12 12 12v2m0 4v-1"/></symbol><symbol id="range" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2.019 11.994H22M7 6h15M2 6h1M17 17.989H2m20 0h-1.017"/></symbol><symbol id="reload" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2a9.99 9.99 0 0 1 8.196 4.27"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M20.333 2v4.444H15.89"/></symbol><symbol id="ribbon" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14.5 12c2.5-2 2.54-4.603 2.54-4.603C17.04 1.8 11.446 2 11.446 2S6 1.8 6 7.397c0 0 0 2.603 2.5 5.103s9.5 9 9.5 9l3-3s-6-5-10-9c-.743-.744-1.5-2-1-3 .699-1.397 2.5-1 3 0 .423.846 0 1.5 0 1.5M8.5 13 3 18.5l3 3 4-4"/></symbol><symbol id="right" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m10 8 4 4-4 4"/></symbol><symbol id="schedule" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 7.993h20M8 2v1.998M16 2v1.998M5 3.012H2v18.967h20V2.999h-3M11 2.999h2M12 11.989v5.993M15 14.986H9"/></symbol><symbol id="scheduleCancel" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 7.993h20M8 2v1.998M16 2v1.998M5 3.012H2v18.967h20V2.999h-3m-8 0h2m1.119 9.868-2.12 2.119m0 0-2.118 2.119M12 14.985l2.121 2.122M12 14.986l-2.122-2.122"/></symbol><symbol id="scheduleCheck" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 7.993h20M8 2v1.998M16 2v1.998M5 3.012H2v18.967h20V2.999h-3M11 2.999h2"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m15 13-3.9 4L9 14.985"/></symbol><symbol id="scheduleHistorico" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 6.993h17M7 1v1.998M14 1v1.998M3.55 2.01H2V19h17V2h-1.55"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M5 22h17V5M10 1.999h1"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16 9.99h-3v2.997h3z"/></symbol><symbol id="search" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m17 15 5 5-2 2-5-5"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16"/></symbol><symbol id="secure" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 22a6 6 0 1 0 0-12 6 6 0 0 0 0 12"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M8 11V6.05C8 3.815 9.792 2 12 2c1.104 0 2.104.454 2.832 1.183A4.1 4.1 0 0 1 16 6.05V11M12 17v2M12 17a2 2 0 1 0 0-4 2 2 0 0 0 0 4"/></symbol><symbol id="share" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M19 22a3 3 0 1 0 0-6 3 3 0 0 0 0 6M19 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6M5 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6M8 11l8-4.5M8 13l8 4.5"/></symbol><symbol id="sink" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M22 14H2m15-7v-.5a2.5 2.5 0 0 0-5 0V14m-5 0v-3H4m13 3v-3h3m1 3-.544 3.485A4.156 4.156 0 0 1 16.349 21H7.65a4.156 4.156 0 0 1-4.106-3.515L3 14"/></symbol><symbol id="siren" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m4.563 19 1.825-9.737A4 4 0 0 1 10.32 6h3.36a4 4 0 0 1 3.932 3.263L19.438 19M12 19v-5.5M12 2v1M4 4l1 1M2 11h1M21 11h1M20 4l-1 1"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M13 13a2 2 0 0 0 2 2v-4a2 2 0 0 0-2 2M11 13a2 2 0 0 0-2-2v4a2 2 0 0 0 2-2M3.5 19h17l.5 3H3z"/></symbol><symbol id="sound" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 9v6h3.983L11 21V3L5.983 9zM15 9c1.5.5 2 2 2 3s-.5 2.5-2 3"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M15 4c4 .5 7 4 7 8s-3 7.5-7 8"/></symbol><symbol id="soundOff" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M8.983 15H5V9h3.983L14 3v5.5m0 5.5v7l-3-4M19 3 4 21"/></symbol><symbol id="star" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m12 4 2.423 5.005L20 9.729l-4.08 3.818L16.944 19 12 16.355 7.056 19l1.024-5.453L4 9.73l5.577-.724z"/></symbol><symbol id="stop" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M8.919 7.221V4.165c0-.64.513-1.151 1.16-1.151.645 0 1.159.526 1.159 1.151m0 6.113v-7.35c0-.64.514-1.151 1.16-1.151s1.159.526 1.159 1.151v7.35m-.015-6.099c0-.64.514-1.151 1.16-1.151s1.16.526 1.16 1.151v2.403m-2.29 14.641c2.612-.455 4.593-2.672 4.593-5.316v-9.51a1.15 1.15 0 0 0-1.16-1.152c-.645 0-1.159.526-1.159 1.152v4.62m-4.49 10.192c-2.57-.483-4.521-2.687-4.521-5.302V8.998c0-.554.675-.796 1.16-.512l.454.313c.529.44.807 1.01.807 1.564v2.985s2.892 1.194 2.892 3.426"/></symbol><symbol id="store" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M21 12v10H3V12m3-6v1m0 0a2 2 0 1 1-4 0V6l2-4h16l2 4v1a2 2 0 1 1-4 0M6 7a2 2 0 1 0 4 0m0 0V6m0 1a2 2 0 1 0 4 0m0-1v1m0 0a2 2 0 1 0 4 0m0-1v1m-6 15V12m-4 2h1v2H8zm7 0h1v2h-1z"/></symbol><symbol id="subItem" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m15 19 5-5-5-5"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M19.53 14H5.6c-.8 0-1.6-.8-1.6-1.6V5"/></symbol><symbol id="swap" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M18 17H3M6 7h15M6 14l-3 3.005L6 20m12-10 3-3.005L18 4"/></symbol><symbol id="target" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 19a7 7 0 1 0 0-14 7 7 0 0 0 0 14"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6M19 12h3M2 12h3M12 5V2M12 22v-3"/></symbol><symbol id="team" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16.545 20v-1.364A3.636 3.636 0 0 0 12.91 15H5.636A3.636 3.636 0 0 0 2 18.636V20M9.5 11a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7M22 20v-1.455a3.64 3.64 0 0 0-2.727-3.518M15.636 4a3.636 3.636 0 0 1 0 7.046"/></symbol><symbol id="telegram" viewBox="0 0 24 24"><path stroke-linejoin="round" d="M22 5 2 7.692l4 3.77 8-1.616-5.5 4.308L13 19z"/></symbol><symbol id="tv" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M4.717 21c4.022-1.338 10.545-1.338 14.568 0m.64-4.181H4.075C2.93 16.819 2 15.92 2 14.812V5.007C2 3.898 2.93 3 4.076 3h15.848C21.07 3 22 3.898 22 5.007v9.806c.001 1.108-.93 2.006-2.076 2.006"/></symbol><symbol id="twitter" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16 22 2 2h6l14 20z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14.097 10.71 21.5 2h-2l-6.306 7.42zM9.903 13.29 2.5 22h2l6.307-7.42z"/></symbol><symbol id="unLink" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m11.518 6.747 3.747-3.752a3.397 3.397 0 0 1 4.805 0l.936.938a3.41 3.41 0 0 1 0 4.81l-3.787 3.793M12.428 17.333l-3.693 3.672a3.397 3.397 0 0 1-4.805 0l-.936-.938a3.41 3.41 0 0 1 0-4.81L6.7 11.57M3.5 8h2M8 3.5v2M3.5 3.5 5 5M20.5 16h-2M16 20.5v-2M20.5 20.5 19 19"/></symbol><symbol id="unSecure" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 22a6 6 0 1 0 0-12 6 6 0 0 0 0 12M8 11V6.05C8 3.815 9.792 2 12 2c1.104 0 2.104.454 2.832 1.183A4.1 4.1 0 0 1 16 6.05M12 17v2"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 17a2 2 0 1 0 0-4 2 2 0 0 0 0 4"/></symbol><symbol id="unity" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M5 2h14v20H5z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M9 16h6v6H9zM2 12h3v10H2zM22 22H2M10 6H9M15 6h-1M10 9H9M15 9h-1M10 12H9M15 12h-1M12 22v-6"/></symbol><symbol id="unlike" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M6.07 3.467h12.54c1.08 0 1.65.75 1.81 1.41 0 0 1.42 7.21 1.5 7.68s.16 1.11-.12 1.58c-.41.7-1.15.66-1.34.66h-4.73c1.01 2.02.64 5.09.64 5.09-.15 1.6-1.57 1.46-1.57 1.46-1.29 0-1.38-1.17-1.38-1.17 0-4.59-3.95-6.07-5.02-6.39-1.07-.31-2.36-.26-2.36-.26"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 14.367h4.07V2.657H2v11.71"/></symbol><symbol id="up" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m8 13 4-4 4 4"/></symbol><symbol id="upload" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 7v13m0-13 7 6.456M12 7l-7 6.456M5 4h14"/></symbol><symbol id="userChecklist" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M13 9h4m-7 12H8a5 5 0 0 1-5-5V8a5 5 0 0 1 5-5h8a5 5 0 0 1 5 5v2M7 8.726l.919.828 1.85-1.666M7 13.726l.919.828 1.85-1.666M14 21.5v-.406A2.1 2.1 0 0 1 16.094 19h2.812A2.1 2.1 0 0 1 21 21.094v.406a.5.5 0 0 1-.5.5h-6a.5.5 0 0 1-.5-.5m5.5-6.75a2 2 0 1 1-4 0 2 2 0 0 1 4 0"/></symbol><symbol id="vaccine" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m18 18 4 4M10 4l-6 6m2-8L2 6m5 1L4 4m5.5 6.5L8 12m4.5 1.5L11 15M5 9l4-4 9 9-4 4zm10 8 2-2 2 2-2 2z"/></symbol><symbol id="verticalList" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 2h20v8H2zM2 14h20v8H2z"/></symbol><symbol id="viewFalse" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16.5 7.174C15.152 6.478 13.63 6 12 6c-5 0-9 4.5-10 6 .633.95 2.47 3.102 5 4.554m3.5 1.313c.488.086.989.133 1.5.133 5 0 9-4.5 10-6-.399-.598-1.274-1.673-2.5-2.75"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16 12a4 4 0 0 1-4 4m2.646-7A4 4 0 0 0 9 14.646M21 3 3 21"/></symbol><symbol id="viewTrue" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M22 12c-1 1.5-5 6-10 6s-9-4.5-10-6c1-1.5 5-6 10-6s9 4.5 10 6"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M12 16a4 4 0 1 0 0-8 4 4 0 0 0 0 8"/></symbol><symbol id="weight" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m17 12 2-5c-1.5-1-4-2-7-2S6.5 6 5 7l2 5c1.5-.5 2.5-1 5-1s3.5.5 5 1M12 10.5l-2-2"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 20V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2"/></symbol><symbol id="whatsapp" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M7.28 20.813a1.06 1.06 0 0 0-.791-.094l-2.76.787a1 1 0 0 1-1.235-1.236l.787-2.759a1.06 1.06 0 0 0-.094-.791A9.94 9.94 0 0 1 2 12C2 6.478 6.478 2 12 2s10 4.478 10 10-4.478 10-10 10a9.93 9.93 0 0 1-4.72-1.187"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10.19 9.433c-.024.032-.048.055-.072.087-.232.266-.12.659.04 1.09.497 1.358 1.874 2.707 3.108 3.35.408.212.849.244 1.113.008.032-.023.056-.047.088-.078.265-.235.665-.416 1.034-.267.224.094.424.189.752.314.473.188.81.667.737 1.114-.088.518-.4 1.06-.56 1.342-.185.33-.994.734-1.554.569-4.502-1.326-6.568-4.017-7.81-7.807-.176-.542 0-1.27.505-1.566.28-.164.745-.565 1.346-.588.472-.016.897.18 1.177.698.112.212.184.455.288.675.169.353.04.792-.192 1.06"/></symbol><symbol id="wifi" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14 19c0 1.107-.893 2-2 2s-2-.893-2-2 .893-1.999 2-1.999c1.107-.036 2 .893 2 2M8 14.875c2-2.5 6-2.5 8 0M5 11c3.5-4 10.5-4 14 0M3 6.75c5-5 13-5 18 0"/></symbol><symbol id="wifiOff" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14 19c0 1.107-.893 2-2 2s-2-.893-2-2 .893-1.999 2-1.999c1.107-.036 2 .893 2 2M19 2 8 14.85M16 14.875a4.97 4.97 0 0 0-2.538-1.672M5 11c2.134-2.44 5.57-3.391 8.72-2.855M19 11a8.4 8.4 0 0 0-2.195-1.774M3 6.75a12.67 12.67 0 0 1 14.167-2.647M21 6.75q-.571-.57-1.19-1.055"/></symbol><symbol id="window" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M20 18V5a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v13m8-7V3m8 8H4m-1 7h18v3H3z"/></symbol><symbol id="xray" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10 2v4.091c0 .357-.214.623-.5.909-.5.5-.825 1.264-.5 2 .285.644.796 1 1.5 1 1 0 .883-.5 1.5-.5s.5.5 1.5.5c.704 0 1.215-.356 1.5-1 .325-.736 0-1.5-.5-2-.282-.241-.5-.547-.5-.909V2m0 20v-5.091c0-.357.214-.623.5-.909.5-.5.825-1.264.5-2-.284-.644-.796-1-1.5-1-1 0-.883.5-1.5.5s-.5-.5-1.5-.5c-.704 0-1.215.356-1.5 1-.325.736 0 1.5.5 2 .282.241.5.547.5.909V22m1-3H5m14 0h-1M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2"/></symbol><symbol id="youtube" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M21.584 7.187a2.51 2.51 0 0 0-1.77-1.768C18.254 5 12 5 12 5s-6.254 0-7.813.419a2.51 2.51 0 0 0-1.77 1.768C2 8.746 2 11.037 2 12s0 3.254.416 4.813a2.51 2.51 0 0 0 1.77 1.768C5.747 19 12 19 12 19s6.254 0 7.814-.419a2.51 2.51 0 0 0 1.77-1.768C22 15.254 22 12.963 22 12s0-3.26-.416-4.813"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M11.494 13.871C10.836 14.23 10 13.8 10 13.104v-2.208c0-.695.836-1.125 1.493-.767l2.028 1.104c.639.347.639 1.187 0 1.534z"/></symbol><symbol id="zoomIn" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m17 15 5 5-2 2-5-5"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16M10 7v6M13 10H7"/></symbol><symbol id="zoomOut" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="m17 15 5 5-2 2-5-5"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16M13 10H7"/></symbol></defs></svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M18 5H16M18 12V11C18 9.895 17.105 9 16 9H8C6.895 9 6 9.895 6 11V12M12 18.5V20M17.25 17.75L16.5 17M6.75 17.75L7.5 17M19 12H5C3.343 12 2 10.657 2 9V5C2 3.343 3.343 2 5 2H19C20.657 2 22 3.343 22 5V9C22 10.657 20.657 12 19 12Z" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14.5 13.5L11.5 10.5M14.5 10.5L11.5 13.5M17 5H9.39998C8.18486 5.00001 7.03562 5.55236 6.27653 6.50121L3.87653 9.50121C2.70782 10.9621 2.70782 13.0379 3.87653 14.4988L6.27653 17.4988C7.03562 18.4476 8.18486 19 9.39998 19H17C19.2091 19 21 17.2091 21 15V9C21 6.79086 19.2091 5 17 5Z" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19 6V5C19 3.895 18.105 3 17 3M17 3C15.895 3 15 3.895 15 5V19C15 20.105 14.105 21 13 21H7C5.895 21 5 20.105 5 19V6M17 3H8C6.343 3 5 4.343 5 6M5 6H3.5C2.672 6 2 6.672 2 7.5C2 8.328 2.672 9 3.5 9H5M19 9V15C19 16.105 18.105 17 17 17H15M15 9H20.5C21.328 9 22 8.328 22 7.5C22 6.672 21.328 6 20.5 6H15" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4 12H20M4 12C2.89543 12 2 12.8954 2 14V18C2 18.5523 2.44772 19 3 19M4 12V7C4 5.34315 5.34315 4 7 4H17C18.6569 4 20 5.34315 20 7V12M20 12C21.1046 12 22 12.8954 22 14V18C22 18.5523 21.5523 19 21 19M21 19H3M21 19V21M3 19V21M8.5 12H15.5C16.3284 12 17 11.3284 17 10.5V9.50001C17 8.67158 16.3284 8.00001 15.5 8.00001H8.5C7.67157 8.00001 7 8.67158 7 9.50001V10.5C7 11.3284 7.67157 12 8.5 12Z" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.5 3V13M9.5 13C8.39543 13 7.5 13.8954 7.5 15C7.5 16.1046 8.39543 17 9.5 17C10.6046 17 11.5 16.1046 11.5 15C11.5 13.8954 10.6046 13 9.5 13ZM7 11H3M21 7H12M21 11H12M5 15H3M21 15H14M7 7H3M6 21H18C19.6569 21 21 19.6569 21 18V6C21 4.34315 19.6569 3 18 3H6C4.34315 3 3 4.34315 3 6V18C3 19.6569 4.34315 21 6 21Z" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.0805 20H4.83341C4.31332 20 3.88006 19.6013 3.83687 19.083L3.00353 9.08305C2.9803 8.80436 3.07483 8.52868 3.26419 8.32289C3.45355 8.1171 3.72042 8 4.00007 8H15.5M13 8V6.93421C13 5.00121 11.433 3.43421 9.50001 3.43421C7.56701 3.43421 6.00001 5.00121 6.00001 6.93421V8M21.5195 18H12.4805M19.2799 15H14.7201C13.7668 15 12.946 15.6729 12.759 16.6078L12.0198 20.3039C11.961 20.5977 12.0371 20.9023 12.227 21.134C12.417 21.3657 12.7008 21.5 13.0003 21.5H20.9997C21.2993 21.5 21.5831 21.3657 21.773 21.134C21.9629 20.9023 22.039 20.5977 21.9802 20.3039L21.241 16.6078C21.054 15.6729 20.2332 15 19.2799 15ZM17 2.5C17.8284 2.5 18.5 3.17157 18.5 4V14.5C18.5 14.7761 18.2761 15 18 15H16C15.7239 15 15.5 14.7761 15.5 14.5V4C15.5 3.17157 16.1716 2.5 17 2.5Z" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6 7.99976H9V4.99976M3 18.9998V6.99976L8 1.99976H19V18.9998H3Z" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M5 22H22V5" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3 21H21M5 21V4C5 3.44772 5.44772 3 6 3H18C18.5523 3 19 3.44772 19 4V21M16 12H19M9 6H12V18H9V6Z" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.5 7.5L12 6L10.5 7.5M10.5 16.5L12 18L13.5 16.5M16.5 13.5L18 12L16.5 10.5M7.5 10.5L6 12L7.5 13.5M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12Z" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <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="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M12.25 12.5003C12.2498 12.6383 12.1379 12.7501 11.9999 12.75C11.8618 12.7499 11.75 12.638 11.75 12.5C11.75 12.362 11.8618 12.2501 11.9999 12.25C12.1379 12.2499 12.2498 12.3617 12.25 12.4997V12.5003" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M12.25 8.5003C12.2498 8.63831 12.1379 8.75008 11.9999 8.75C11.8618 8.74992 11.75 8.63801 11.75 8.5C11.75 8.36199 11.8618 8.25008 11.9999 8.25C12.1379 8.24992 12.2498 8.36169 12.25 8.4997V8.5003" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M12.25 16.5003C12.2498 16.6383 12.1379 16.7501 11.9999 16.75C11.8618 16.7499 11.75 16.638 11.75 16.5C11.75 16.362 11.8618 16.2501 11.9999 16.25C12.1379 16.2499 12.2498 16.3617 12.25 16.4997V16.5003" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M16.25 12.5003C16.2498 12.6383 16.1379 12.7501 15.9999 12.75C15.8618 12.7499 15.75 12.638 15.75 12.5C15.75 12.362 15.8618 12.2501 15.9999 12.25C16.1379 12.2499 16.2498 12.3617 16.25 12.4997V12.5003" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M16.25 8.5003C16.2498 8.63831 16.1379 8.75008 15.9999 8.75C15.8618 8.74992 15.75 8.63801 15.75 8.5C15.75 8.36199 15.8618 8.25008 15.9999 8.25C16.1379 8.24992 16.2498 8.36169 16.25 8.4997V8.5003" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
8
+ <path d="M8.25 12.5003C8.24983 12.6383 8.13786 12.7501 7.99985 12.75C7.86184 12.7499 7.75 12.638 7.75 12.5C7.75 12.362 7.86184 12.2501 7.99985 12.25C8.13786 12.2499 8.24983 12.3617 8.25 12.4997V12.5003" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
9
+ <path d="M8.25 8.5003C8.24983 8.63831 8.13786 8.75008 7.99985 8.75C7.86184 8.74992 7.75 8.63801 7.75 8.5C7.75 8.36199 7.86184 8.25008 7.99985 8.25C8.13786 8.24992 8.24983 8.36169 8.25 8.4997V8.5003" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
10
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14 14H10M2.6845 8C1.28558 11.681 2.03005 16.0202 4.92567 18.9929C8.83242 23.0024 15.167 23.0024 19.0738 18.9929C21.9705 16.0202 22.7138 11.6799 21.316 8M5 5C8.86586 1 15.1341 1 19 5M9.6942 14.0499C8.50988 13.2381 7.80042 11.8203 8.04975 10.2594C8.32061 8.57198 9.769 7.22559 11.5166 7.02759C13.9419 6.7515 16 8.58408 16 10.882C16 12.192 15.3291 13.3481 14.3046 14.051C14.121 14.1775 13.9997 14.3722 13.9997 14.5911V16.3819C13.9997 17.2751 13.254 18 12.3326 18H11.6662C10.7459 18 9.99906 17.2762 9.99906 16.3819V14.5944C10.0002 14.3733 9.87893 14.1775 9.6942 14.0499Z" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M7.33289 15.6866L8.5114 16.8651M13.55 22.1867C15.5877 21.9163 17.596 20.9691 19.2068 19.3582C20.8177 17.7474 21.7648 15.7391 22.0352 13.7014M10.7855 2.09878C8.74778 2.36917 6.73948 3.31636 5.12863 4.92721C3.51778 6.53805 2.57059 8.54636 2.3002 10.5841M14.7019 20.5102L13.5873 22.1707L15.2479 23.2854M9.63359 3.77522L10.7482 2.11463L9.08765 1M3.30237 16.1816L8.01642 20.8956C8.66729 21.5465 9.70146 21.5676 10.3263 20.9427L20.7915 10.4776C21.4163 9.85273 21.3952 8.81855 20.7443 8.16768L16.0303 3.45364C15.3794 2.80276 14.3452 2.78166 13.7204 3.4065L3.25523 13.8717C2.63039 14.4965 2.6515 15.5307 3.30237 16.1816Z" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M7.33292 15.6866L8.51143 16.8651M13.55 22.1867C15.5877 21.9163 17.596 20.9691 19.2068 19.3582C20.8177 17.7474 21.7649 15.7391 22.0353 13.7014M10.7855 2.09878C8.74781 2.36917 6.73951 3.31636 5.12866 4.92721C3.51781 6.53805 2.57062 8.54636 2.30023 10.5841M14.702 20.5102L13.5873 22.1707L15.2479 23.2854M9.63362 3.77522L10.7483 2.11463L9.08768 1M3.3024 16.1816L8.01645 20.8956C8.66732 21.5465 9.70149 21.5676 10.3263 20.9427L20.7915 10.4776C21.4163 9.85273 21.3952 8.81855 20.7444 8.16768L16.0303 3.45364C15.3794 2.80276 14.3453 2.78166 13.7204 3.4065L3.25526 13.8717C2.63042 14.4965 2.65153 15.5307 3.3024 16.1816Z" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9 7C9 5.34315 10.3431 4 12 4C13.6569 4 15 5.34315 15 7C15.3978 6.60218 15.9374 6.37868 16.5 6.37868C17.0626 6.37868 17.6022 6.60218 18 7C18.653 7.647 18.8108 8.64276 18.39 9.46M9 13C9 11.3431 10.3431 10 12 10M12 10C13.6569 10 15 11.3431 15 13M12 10C11.9998 8.48035 10.8635 7.20082 9.35449 7.02107C7.84551 6.84132 6.44042 7.81813 6.08325 9.29521C6.04986 9.43422 5.95565 9.5508 5.82675 9.61262C5.69785 9.67444 5.54796 9.67494 5.41866 9.61396C4.64392 9.2996 3.75497 9.57449 3.29292 10.2713C2.83087 10.9681 2.92362 11.894 3.51472 12.4853L4.19539 13.1659M19.9829 13.2681C20.5764 12.455 20.8969 11.4748 20.8986 10.4681V9.86813C20.8986 9.53676 20.6299 9.26813 20.2986 9.26813H19.6985C17.4616 9.27032 15.5234 10.8188 15.0273 13M19.8 18.6C18.6669 20.1108 16.8885 21 15 21H9C7.11146 21 5.33313 20.1108 4.2 18.6C3.42107 17.5614 3 16.2982 3 15C3 13.8954 3.89543 13 5 13H19C20.1046 13 21 13.8954 21 15C21 16.2982 20.5789 17.5614 19.8 18.6Z" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14 15V9M10 15V9M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12Z" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M22 14H2M17 7V6.5C17 5.11929 15.8807 4 14.5 4C13.1193 4 12 5.11929 12 6.5V14M7 14V11H4M17 14V11H20M21 14L20.4555 17.4852C20.1394 19.5085 18.3967 21 16.3489 21H7.65107C5.60328 21 3.86062 19.5085 3.54452 17.4852L3 14" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.91879 7.22123V4.16499C8.91879 3.52531 9.43249 3.01357 10.0783 3.01357C10.7241 3.01357 11.2378 3.53953 11.2378 4.16499M11.2378 10.2775V2.92828C11.2378 2.2886 11.7515 1.77686 12.3973 1.77686C13.0431 1.77686 13.5568 2.30281 13.5568 2.92828V10.2775M13.5421 4.1792C13.5421 3.53953 14.0558 3.02778 14.7016 3.02778C15.3474 3.02778 15.8611 3.55374 15.8611 4.1792V6.58155M13.5714 21.2231C16.184 20.7682 18.1654 18.5506 18.1654 15.9066V6.39676C18.1654 5.75708 17.6517 5.24534 17.0059 5.24534C16.3601 5.24534 15.8464 5.77129 15.8464 6.39676V11.0167M11.3552 21.2089C8.78669 20.7256 6.83464 18.5222 6.83464 15.9066V8.99812C6.83464 8.44373 7.50978 8.20207 7.99413 8.48637L8.44912 8.79911C8.9775 9.23977 9.25636 9.80838 9.25636 10.3628V13.3479C9.25636 13.3479 12.1477 14.542 12.1477 16.7738" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M8.9188 7.22123V4.16499C8.9188 3.52531 9.4325 3.01357 10.0783 3.01357C10.7241 3.01357 11.2378 3.53953 11.2378 4.16499M11.2378 10.2775V2.92828C11.2378 2.2886 11.7515 1.77686 12.3973 1.77686C13.0431 1.77686 13.5568 2.30281 13.5568 2.92828V10.2775M13.5421 4.1792C13.5421 3.53953 14.0558 3.02778 14.7016 3.02778C15.3474 3.02778 15.8611 3.55374 15.8611 4.1792V6.58155M13.5714 21.2231C16.184 20.7682 18.1654 18.5506 18.1654 15.9066V6.39676C18.1654 5.75708 17.6517 5.24534 17.0059 5.24534C16.3601 5.24534 15.8464 5.77129 15.8464 6.39676V11.0167M11.3552 21.2089C8.78671 20.7256 6.83466 18.5222 6.83466 15.9066V8.99812C6.83466 8.44373 7.5098 8.20207 7.99415 8.48637L8.44914 8.79911C8.97751 9.23977 9.25638 9.80838 9.25638 10.3628V13.3479C9.25638 13.3479 12.1478 14.542 12.1478 16.7738" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.7171 21C8.73931 19.6624 15.2617 19.6624 19.2849 21M19.9245 16.8186H4.07649C2.92921 16.8186 1.99997 15.9205 1.99997 14.8117V5.00691C1.99997 3.89809 2.92921 3 4.07649 3H19.9235C21.0707 3 22 3.89809 22 5.00691V14.8127C22.001 15.9205 21.0707 16.8186 19.9245 16.8186Z" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13 9H17M10 21H8C5.23858 21 3 18.7614 3 16V8C3 5.23858 5.23858 3 8 3H16C18.7614 3 21 5.23858 21 8V10M7 8.726L7.919 9.554L9.769 7.888M7 13.726L7.919 14.554L9.769 12.888M14 21.5V21.094C14.0033 19.9389 14.9389 19.0033 16.094 19H18.906C20.0611 19.0033 20.9967 19.9389 21 21.094V21.5C21 21.7761 20.7761 22 20.5 22H14.5C14.3674 22 14.2402 21.9473 14.1464 21.8536C14.0527 21.7598 14 21.6326 14 21.5ZM19.5 14.75C19.5 15.8546 18.6046 16.75 17.5 16.75C16.3954 16.75 15.5 15.8546 15.5 14.75C15.5 13.6454 16.3954 12.75 17.5 12.75C18.6046 12.75 19.5 13.6454 19.5 14.75Z" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20 18V5C20 3.89543 19.1046 3 18 3H6C4.89543 3 4 3.89543 4 5V18M12 11V3M20 11H4M3 18H21V21H3V18Z" stroke="#4A4A4A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -30,6 +30,7 @@
30
30
  "components/cura-tooltip/cura-tooltip.js",
31
31
  "components/forms/cura-checkbox/cura-checkbox.js",
32
32
  "components/forms/cura-input-date/cura-input-date.js",
33
+ "components/forms/cura-input-textarea/cura-input-textarea.js",
33
34
  "components/forms/cura-label/cura-label.js",
34
35
  "components/forms/cura-radio/cura-radio.js",
35
36
  "components/forms/cura-select/cura-select.js",