@topconsultnpm/sdkui-react 6.19.0-dev2.2 → 6.19.0-test.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/lib/assets/IconsS4t/add.svg +12 -12
  2. package/lib/assets/IconsS4t/aggiorna.svg +18 -18
  3. package/lib/assets/IconsS4t/bookmark.svg +42 -42
  4. package/lib/assets/IconsS4t/cancella.svg +15 -15
  5. package/lib/assets/IconsS4t/check-box.svg +19 -19
  6. package/lib/assets/IconsS4t/down-arrow-signBook.svg +40 -40
  7. package/lib/assets/IconsS4t/down.svg +28 -28
  8. package/lib/assets/IconsS4t/edit-file.svg +19 -19
  9. package/lib/assets/IconsS4t/edita.svg +32 -32
  10. package/lib/assets/IconsS4t/firma.svg +19 -19
  11. package/lib/assets/IconsS4t/icona_download.svg +16 -16
  12. package/lib/assets/IconsS4t/info.svg +51 -51
  13. package/lib/assets/IconsS4t/left.svg +20 -20
  14. package/lib/assets/IconsS4t/line.svg +40 -40
  15. package/lib/assets/IconsS4t/more.svg +19 -19
  16. package/lib/assets/IconsS4t/plus.svg +23 -23
  17. package/lib/assets/IconsS4t/printer.svg +49 -49
  18. package/lib/assets/IconsS4t/radio-on-button.svg +25 -25
  19. package/lib/assets/IconsS4t/rectangle.svg +41 -41
  20. package/lib/assets/IconsS4t/redo.svg +19 -19
  21. package/lib/assets/IconsS4t/right-arrow-signBook-finish.svg +40 -40
  22. package/lib/assets/IconsS4t/right-arrow-signBook.svg +40 -40
  23. package/lib/assets/IconsS4t/right.svg +22 -22
  24. package/lib/assets/IconsS4t/searchbar.svg +21 -21
  25. package/lib/assets/IconsS4t/text-box.svg +36 -36
  26. package/lib/assets/IconsS4t/tick.svg +8 -8
  27. package/lib/assets/IconsS4t/trash-white.svg +10 -10
  28. package/lib/assets/IconsS4t/undo.svg +19 -19
  29. package/lib/assets/IconsS4t/up.svg +32 -32
  30. package/lib/assets/IconsS4t/video-streaming.svg +2 -2
  31. package/lib/assets/IconsS4t/zoom-in.svg +58 -58
  32. package/lib/assets/IconsS4t/zoom-out.svg +56 -56
  33. package/lib/assets/icomoon.svg +96 -96
  34. package/lib/assets/italy.svg +16 -16
  35. package/lib/assets/six.svg +3 -3
  36. package/lib/assets/thumbnails/index.ts +39 -39
  37. package/lib/assets/topmedia-six.svg +65 -65
  38. package/lib/assets/topmeida-six-bianco.svg +65 -65
  39. package/lib/components/base/Styled.js +302 -302
  40. package/lib/components/base/TMAccordion.js +43 -43
  41. package/lib/components/base/TMAreaManager.js +23 -23
  42. package/lib/components/base/TMButton.js +130 -130
  43. package/lib/components/base/TMClosableList.js +46 -46
  44. package/lib/components/base/TMConfirm.js +20 -20
  45. package/lib/components/base/TMContextMenu.js +4 -4
  46. package/lib/components/base/TMContextMenuOLD.js +25 -25
  47. package/lib/components/base/TMCounterBar.js +32 -32
  48. package/lib/components/base/TMCounterContainer.js +30 -30
  49. package/lib/components/base/TMCustomButton.js +7 -7
  50. package/lib/components/base/TMDropDownMenu.js +24 -24
  51. package/lib/components/base/TMFileManagerUtils.js +19 -19
  52. package/lib/components/base/TMFloatingToolbar.js +34 -34
  53. package/lib/components/base/TMLayout.js +44 -44
  54. package/lib/components/base/TMList.js +34 -34
  55. package/lib/components/base/TMModal.js +31 -31
  56. package/lib/components/base/TMPanel.js +57 -57
  57. package/lib/components/base/TMPopUp.js +114 -114
  58. package/lib/components/base/TMProgressBar.js +20 -20
  59. package/lib/components/base/TMResizableMenu.js +28 -28
  60. package/lib/components/base/TMRightSidebar.js +40 -40
  61. package/lib/components/base/TMSpinner.js +121 -121
  62. package/lib/components/base/TMTab.js +11 -11
  63. package/lib/components/base/TMToggleButton.js +36 -36
  64. package/lib/components/base/TMToolbarCard.js +35 -35
  65. package/lib/components/base/TMTreeView.js +16 -16
  66. package/lib/components/base/TMUserAvatar.js +7 -7
  67. package/lib/components/base/TMWaitPanel.js +22 -22
  68. package/lib/components/choosers/TMCultureIDPicker.js +35 -35
  69. package/lib/components/choosers/TMDataListItemPicker.js +54 -54
  70. package/lib/components/editors/TMCheckBox.js +24 -24
  71. package/lib/components/editors/TMDropDown.js +43 -43
  72. package/lib/components/editors/TMEditorStyled.js +71 -71
  73. package/lib/components/editors/TMHtmlContentDisplay.js +16 -16
  74. package/lib/components/editors/TMLocalizedTextBox.js +31 -31
  75. package/lib/components/editors/TMMetadataValues.js +17 -17
  76. package/lib/components/editors/TMRadioButton.js +39 -39
  77. package/lib/components/editors/TMSummary.js +39 -39
  78. package/lib/components/editors/TMTextArea.js +12 -12
  79. package/lib/components/editors/TMTextBox.js +19 -19
  80. package/lib/components/features/assistant/ToppyHelpCenter.js +114 -114
  81. package/lib/components/features/blog/TMBlogCommentForm.js +3 -3
  82. package/lib/components/features/documents/TMDcmtIcon.js +8 -8
  83. package/lib/components/features/documents/TMDcmtPreview.js +30 -30
  84. package/lib/components/features/documents/TMFileUploader.js +21 -21
  85. package/lib/components/features/search/TMSavedQuerySelector.js +51 -51
  86. package/lib/components/features/search/TMSearchQueryEditor.js +13 -13
  87. package/lib/components/features/search/TMSearchQueryPanel.js +30 -30
  88. package/lib/components/features/search/TMSearchResult.js +3 -3
  89. package/lib/components/features/search/TMTreeSelector.js +66 -66
  90. package/lib/components/features/tasks/TMTaskForm.js +31 -31
  91. package/lib/components/features/wg/TMWGsCopyMoveForm.js +9 -9
  92. package/lib/components/features/workflow/TMWorkflowPopup.js +41 -41
  93. package/lib/components/features/workflow/diagram/ConnectionComponent.js +29 -29
  94. package/lib/components/features/workflow/diagram/ConnectionForm.js +10 -10
  95. package/lib/components/features/workflow/diagram/DiagramItemComponent.js +57 -57
  96. package/lib/components/features/workflow/diagram/DiagramItemForm.js +29 -29
  97. package/lib/components/features/workflow/diagram/DiagramItemSvgContent.js +12 -12
  98. package/lib/components/features/workflow/diagram/RecipientList.js +38 -38
  99. package/lib/components/features/workflow/diagram/WFDiagram.js +278 -278
  100. package/lib/components/features/workflow/diagram/WorkitemRecipientsEditor.js +4 -4
  101. package/lib/components/forms/Login/Chooser.js +35 -35
  102. package/lib/components/forms/Login/Menu.js +22 -22
  103. package/lib/components/forms/Login/SelectBox.js +46 -46
  104. package/lib/components/forms/Login/TMLoginForm.js +14 -14
  105. package/lib/components/forms/Login/TextBox.js +57 -57
  106. package/lib/components/grids/TMBlogsPostUtils.js +5 -5
  107. package/lib/components/grids/TMRecentsManager.js +50 -50
  108. package/lib/components/grids/TMValidationItemsList.js +48 -48
  109. package/lib/components/layout/panelManager/TMPanelManagerContainer.js +12 -12
  110. package/lib/components/layout/panelManager/TMPanelManagerToolbar.js +34 -34
  111. package/lib/components/query/TMQueryEditor.js +17 -17
  112. package/lib/components/query/TMQuerySummary.js +12 -12
  113. package/lib/components/settings/SettingsAppearance.js +0 -8
  114. package/lib/components/sidebar/TMCommandsPanel.js +10 -10
  115. package/lib/components/sidebar/TMHeader.js +307 -307
  116. package/lib/components/sidebar/TMSidebar.js +24 -24
  117. package/lib/components/sidebar/TMSidebarItem.js +21 -21
  118. package/lib/components/wizard/TMStepIndicator.js +102 -102
  119. package/lib/components/wizard/TMWizard.js +29 -29
  120. package/lib/helper/SDKUI_Globals.d.ts +0 -2
  121. package/lib/helper/SDKUI_Globals.js +1 -9
  122. package/lib/helper/TMIcons.js +1 -1
  123. package/lib/helper/TMToppyMessage.js +30 -30
  124. package/lib/helper/TMUtils.js +37 -37
  125. package/package.json +54 -54
@@ -1,40 +1,40 @@
1
- <?xml version="1.0"?>
2
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 512.171 512.171" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g>
3
- <g xmlns="http://www.w3.org/2000/svg">
4
- <g>
5
- <path d="M509.035,248.212l-213.504-212.8c-3.051-3.029-7.595-3.904-11.627-2.304c-3.989,1.664-6.571,5.547-6.571,9.856v117.333 H10.667C4.779,160.298,0,165.076,0,170.964v170.667c0,5.888,4.779,10.667,10.667,10.667h266.667v116.885 c0,4.309,2.603,8.192,6.592,9.856c1.323,0.555,2.709,0.811,4.075,0.811c2.773,0,5.504-1.088,7.552-3.115l213.504-213.419 c2.005-2.005,3.115-4.715,3.115-7.552C512.171,252.927,511.04,250.218,509.035,248.212z" fill="#c80000" data-original="#000000"/>
6
-
7
- <text x="200" y="280" font-family="Verdana" font-size="70" fill="white" font-style="italic">Finish</text>
8
- </g>
9
- </g>
10
- <g xmlns="http://www.w3.org/2000/svg">
11
- </g>
12
- <g xmlns="http://www.w3.org/2000/svg">
13
- </g>
14
- <g xmlns="http://www.w3.org/2000/svg">
15
- </g>
16
- <g xmlns="http://www.w3.org/2000/svg">
17
- </g>
18
- <g xmlns="http://www.w3.org/2000/svg">
19
- </g>
20
- <g xmlns="http://www.w3.org/2000/svg">
21
- </g>
22
- <g xmlns="http://www.w3.org/2000/svg">
23
- </g>
24
- <g xmlns="http://www.w3.org/2000/svg">
25
- </g>
26
- <g xmlns="http://www.w3.org/2000/svg">
27
- </g>
28
- <g xmlns="http://www.w3.org/2000/svg">
29
- </g>
30
- <g xmlns="http://www.w3.org/2000/svg">
31
- </g>
32
- <g xmlns="http://www.w3.org/2000/svg">
33
- </g>
34
- <g xmlns="http://www.w3.org/2000/svg">
35
- </g>
36
- <g xmlns="http://www.w3.org/2000/svg">
37
- </g>
38
- <g xmlns="http://www.w3.org/2000/svg">
39
- </g>
40
- </g></svg>
1
+ <?xml version="1.0"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 512.171 512.171" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g>
3
+ <g xmlns="http://www.w3.org/2000/svg">
4
+ <g>
5
+ <path d="M509.035,248.212l-213.504-212.8c-3.051-3.029-7.595-3.904-11.627-2.304c-3.989,1.664-6.571,5.547-6.571,9.856v117.333 H10.667C4.779,160.298,0,165.076,0,170.964v170.667c0,5.888,4.779,10.667,10.667,10.667h266.667v116.885 c0,4.309,2.603,8.192,6.592,9.856c1.323,0.555,2.709,0.811,4.075,0.811c2.773,0,5.504-1.088,7.552-3.115l213.504-213.419 c2.005-2.005,3.115-4.715,3.115-7.552C512.171,252.927,511.04,250.218,509.035,248.212z" fill="#c80000" data-original="#000000"/>
6
+
7
+ <text x="200" y="280" font-family="Verdana" font-size="70" fill="white" font-style="italic">Finish</text>
8
+ </g>
9
+ </g>
10
+ <g xmlns="http://www.w3.org/2000/svg">
11
+ </g>
12
+ <g xmlns="http://www.w3.org/2000/svg">
13
+ </g>
14
+ <g xmlns="http://www.w3.org/2000/svg">
15
+ </g>
16
+ <g xmlns="http://www.w3.org/2000/svg">
17
+ </g>
18
+ <g xmlns="http://www.w3.org/2000/svg">
19
+ </g>
20
+ <g xmlns="http://www.w3.org/2000/svg">
21
+ </g>
22
+ <g xmlns="http://www.w3.org/2000/svg">
23
+ </g>
24
+ <g xmlns="http://www.w3.org/2000/svg">
25
+ </g>
26
+ <g xmlns="http://www.w3.org/2000/svg">
27
+ </g>
28
+ <g xmlns="http://www.w3.org/2000/svg">
29
+ </g>
30
+ <g xmlns="http://www.w3.org/2000/svg">
31
+ </g>
32
+ <g xmlns="http://www.w3.org/2000/svg">
33
+ </g>
34
+ <g xmlns="http://www.w3.org/2000/svg">
35
+ </g>
36
+ <g xmlns="http://www.w3.org/2000/svg">
37
+ </g>
38
+ <g xmlns="http://www.w3.org/2000/svg">
39
+ </g>
40
+ </g></svg>
@@ -1,40 +1,40 @@
1
- <?xml version="1.0"?>
2
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 512.171 512.171" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g>
3
- <g xmlns="http://www.w3.org/2000/svg">
4
- <g>
5
- <path d="M509.035,248.212l-213.504-212.8c-3.051-3.029-7.595-3.904-11.627-2.304c-3.989,1.664-6.571,5.547-6.571,9.856v117.333 H10.667C4.779,160.298,0,165.076,0,170.964v170.667c0,5.888,4.779,10.667,10.667,10.667h266.667v116.885 c0,4.309,2.603,8.192,6.592,9.856c1.323,0.555,2.709,0.811,4.075,0.811c2.773,0,5.504-1.088,7.552-3.115l213.504-213.419 c2.005-2.005,3.115-4.715,3.115-7.552C512.171,252.927,511.04,250.218,509.035,248.212z" fill="#c80000" data-original="#000000"/>
6
-
7
- <text x="220" y="280" font-family="Verdana" font-size="70" fill="white" font-style="italic">Next</text>
8
- </g>
9
- </g>
10
- <g xmlns="http://www.w3.org/2000/svg">
11
- </g>
12
- <g xmlns="http://www.w3.org/2000/svg">
13
- </g>
14
- <g xmlns="http://www.w3.org/2000/svg">
15
- </g>
16
- <g xmlns="http://www.w3.org/2000/svg">
17
- </g>
18
- <g xmlns="http://www.w3.org/2000/svg">
19
- </g>
20
- <g xmlns="http://www.w3.org/2000/svg">
21
- </g>
22
- <g xmlns="http://www.w3.org/2000/svg">
23
- </g>
24
- <g xmlns="http://www.w3.org/2000/svg">
25
- </g>
26
- <g xmlns="http://www.w3.org/2000/svg">
27
- </g>
28
- <g xmlns="http://www.w3.org/2000/svg">
29
- </g>
30
- <g xmlns="http://www.w3.org/2000/svg">
31
- </g>
32
- <g xmlns="http://www.w3.org/2000/svg">
33
- </g>
34
- <g xmlns="http://www.w3.org/2000/svg">
35
- </g>
36
- <g xmlns="http://www.w3.org/2000/svg">
37
- </g>
38
- <g xmlns="http://www.w3.org/2000/svg">
39
- </g>
40
- </g></svg>
1
+ <?xml version="1.0"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 512.171 512.171" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g>
3
+ <g xmlns="http://www.w3.org/2000/svg">
4
+ <g>
5
+ <path d="M509.035,248.212l-213.504-212.8c-3.051-3.029-7.595-3.904-11.627-2.304c-3.989,1.664-6.571,5.547-6.571,9.856v117.333 H10.667C4.779,160.298,0,165.076,0,170.964v170.667c0,5.888,4.779,10.667,10.667,10.667h266.667v116.885 c0,4.309,2.603,8.192,6.592,9.856c1.323,0.555,2.709,0.811,4.075,0.811c2.773,0,5.504-1.088,7.552-3.115l213.504-213.419 c2.005-2.005,3.115-4.715,3.115-7.552C512.171,252.927,511.04,250.218,509.035,248.212z" fill="#c80000" data-original="#000000"/>
6
+
7
+ <text x="220" y="280" font-family="Verdana" font-size="70" fill="white" font-style="italic">Next</text>
8
+ </g>
9
+ </g>
10
+ <g xmlns="http://www.w3.org/2000/svg">
11
+ </g>
12
+ <g xmlns="http://www.w3.org/2000/svg">
13
+ </g>
14
+ <g xmlns="http://www.w3.org/2000/svg">
15
+ </g>
16
+ <g xmlns="http://www.w3.org/2000/svg">
17
+ </g>
18
+ <g xmlns="http://www.w3.org/2000/svg">
19
+ </g>
20
+ <g xmlns="http://www.w3.org/2000/svg">
21
+ </g>
22
+ <g xmlns="http://www.w3.org/2000/svg">
23
+ </g>
24
+ <g xmlns="http://www.w3.org/2000/svg">
25
+ </g>
26
+ <g xmlns="http://www.w3.org/2000/svg">
27
+ </g>
28
+ <g xmlns="http://www.w3.org/2000/svg">
29
+ </g>
30
+ <g xmlns="http://www.w3.org/2000/svg">
31
+ </g>
32
+ <g xmlns="http://www.w3.org/2000/svg">
33
+ </g>
34
+ <g xmlns="http://www.w3.org/2000/svg">
35
+ </g>
36
+ <g xmlns="http://www.w3.org/2000/svg">
37
+ </g>
38
+ <g xmlns="http://www.w3.org/2000/svg">
39
+ </g>
40
+ </g></svg>
@@ -1,22 +1,22 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 40 35" style="enable-background:new 0 0 40 35;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{fill:#E0E1E2;}
7
- </style>
8
- <g id="_x30_3_x5F_Icone">
9
- <g id="Icon_x2F_arrow_x2F_01_x2F_right" transform="translate(-664.000000, -642.000000)">
10
- <g transform="translate(664.000000, 639.000000)">
11
- <g id="_x21B3_-_xD83C__xDFA8_Color" transform="translate(0.000000, 3.000000)">
12
- <g id="Mask" transform="translate(20.000000, 17.152130) rotate(-180.000000) translate(-20.000000, -17.152130) ">
13
- <path id="path-1_1_" class="st0" d="M37.7,14c-0.2,0-0.3,0-0.5,0H9l0.6-0.3c0.6-0.3,1.1-0.7,1.6-1.1l7.9-8c1-1,1.2-2.6,0.4-3.8
14
- c-0.9-1.3-2.7-1.6-4-0.6c-0.1,0.1-0.2,0.2-0.3,0.2L0.9,14.7c-1.1,1.1-1.1,2.9,0,4l0,0l14.3,14.4c1.1,1.1,2.9,1.1,4,0
15
- c0.1-0.1,0.2-0.2,0.2-0.3C20.2,31.6,20,30,19,29l-7.9-7.9c-0.4-0.4-0.9-0.8-1.4-1l-0.9-0.4H37c1.5,0.1,2.7-1,3-2.4
16
- C40.3,15.7,39.3,14.2,37.7,14z"/>
17
- </g>
18
- </g>
19
- </g>
20
- </g>
21
- </g>
22
- </svg>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 40 35" style="enable-background:new 0 0 40 35;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#E0E1E2;}
7
+ </style>
8
+ <g id="_x30_3_x5F_Icone">
9
+ <g id="Icon_x2F_arrow_x2F_01_x2F_right" transform="translate(-664.000000, -642.000000)">
10
+ <g transform="translate(664.000000, 639.000000)">
11
+ <g id="_x21B3_-_xD83C__xDFA8_Color" transform="translate(0.000000, 3.000000)">
12
+ <g id="Mask" transform="translate(20.000000, 17.152130) rotate(-180.000000) translate(-20.000000, -17.152130) ">
13
+ <path id="path-1_1_" class="st0" d="M37.7,14c-0.2,0-0.3,0-0.5,0H9l0.6-0.3c0.6-0.3,1.1-0.7,1.6-1.1l7.9-8c1-1,1.2-2.6,0.4-3.8
14
+ c-0.9-1.3-2.7-1.6-4-0.6c-0.1,0.1-0.2,0.2-0.3,0.2L0.9,14.7c-1.1,1.1-1.1,2.9,0,4l0,0l14.3,14.4c1.1,1.1,2.9,1.1,4,0
15
+ c0.1-0.1,0.2-0.2,0.2-0.3C20.2,31.6,20,30,19,29l-7.9-7.9c-0.4-0.4-0.9-0.8-1.4-1l-0.9-0.4H37c1.5,0.1,2.7-1,3-2.4
16
+ C40.3,15.7,39.3,14.2,37.7,14z"/>
17
+ </g>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </g>
22
+ </svg>
@@ -1,21 +1,21 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{fill:#E0E1E2;}
7
- </style>
8
- <g id="_x30_3_x5F_Icone">
9
- <g id="Icon_x2F_cerca" transform="translate(-361.000000, -639.000000)">
10
- <g transform="translate(361.000000, 639.000000)">
11
- <g id="_x21B3_-_xD83C__xDFA8_Color">
12
- <g id="Mask">
13
- <path id="path-1_1_" class="st0" d="M39.8,37.4L28.1,25.8c2.2-2.7,3.5-6.2,3.5-9.9C31.7,7.1,24.6,0,15.8,0S0,7.1,0,15.8
14
- s7.1,15.8,15.8,15.8c3.8,0,7.2-1.3,9.9-3.5l11.6,11.6c0.3,0.3,0.9,0.3,1.2,0l1.2-1.2C40.1,38.3,40.1,37.7,39.8,37.4z
15
- M15.8,28.3c-6.9,0-12.5-5.6-12.5-12.5S8.9,3.3,15.8,3.3s12.5,5.6,12.5,12.5S22.7,28.3,15.8,28.3z"/>
16
- </g>
17
- </g>
18
- </g>
19
- </g>
20
- </g>
21
- </svg>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#E0E1E2;}
7
+ </style>
8
+ <g id="_x30_3_x5F_Icone">
9
+ <g id="Icon_x2F_cerca" transform="translate(-361.000000, -639.000000)">
10
+ <g transform="translate(361.000000, 639.000000)">
11
+ <g id="_x21B3_-_xD83C__xDFA8_Color">
12
+ <g id="Mask">
13
+ <path id="path-1_1_" class="st0" d="M39.8,37.4L28.1,25.8c2.2-2.7,3.5-6.2,3.5-9.9C31.7,7.1,24.6,0,15.8,0S0,7.1,0,15.8
14
+ s7.1,15.8,15.8,15.8c3.8,0,7.2-1.3,9.9-3.5l11.6,11.6c0.3,0.3,0.9,0.3,1.2,0l1.2-1.2C40.1,38.3,40.1,37.7,39.8,37.4z
15
+ M15.8,28.3c-6.9,0-12.5-5.6-12.5-12.5S8.9,3.3,15.8,3.3s12.5,5.6,12.5,12.5S22.7,28.3,15.8,28.3z"/>
16
+ </g>
17
+ </g>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </svg>
@@ -1,36 +1,36 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
3
- "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4
- <svg version="1.0" xmlns="http://www.w3.org/2000/svg"
5
- width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000"
6
- preserveAspectRatio="xMidYMid meet">
7
-
8
- <g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
9
- fill="#E0E1E2" stroke="none">
10
- <path d="M320 5106 c-147 -41 -267 -162 -306 -310 -19 -72 -19 -560 0 -632 20
11
- -77 63 -148 121 -203 66 -63 136 -98 225 -113 l70 -12 0 -1278 0 -1278 -27 0
12
- c-16 0 -50 -6 -78 -14 -151 -40 -271 -160 -311 -310 -19 -72 -19 -560 0 -632
13
- 41 -155 171 -280 324 -313 70 -15 534 -15 604 0 117 25 236 117 292 227 14 28
14
- 31 83 38 122 l12 70 1278 0 1278 0 0 -27 c0 -16 6 -51 14 -79 41 -155 171
15
- -280 324 -313 70 -15 534 -15 604 0 157 33 293 170 327 327 6 31 11 156 11
16
- 302 0 266 -7 324 -47 404 -64 127 -227 235 -355 236 l-28 0 0 1278 0 1278 70
17
- 12 c39 7 94 24 122 38 110 56 202 175 227 292 15 70 15 534 0 604 -33 153
18
- -158 283 -313 324 -71 19 -560 19 -631 0 -151 -40 -271 -160 -311 -310 -8 -28
19
- -14 -63 -14 -78 l0 -28 -1278 0 -1278 0 -12 70 c-29 167 -152 302 -316 346
20
- -69 18 -570 18 -636 0z m530 -626 l0 -210 -210 0 -210 0 0 210 0 210 210 0
21
- 210 0 0 -210z m3840 0 l0 -210 -210 0 -210 0 0 210 0 210 210 0 210 0 0 -210z
22
- m-850 -237 c0 -89 59 -210 135 -282 66 -63 136 -98 225 -113 l70 -12 0 -1278
23
- 0 -1278 -27 0 c-45 0 -127 -25 -182 -55 -119 -65 -220 -225 -221 -347 l0 -28
24
- -1278 0 -1278 0 -12 70 c-29 167 -152 302 -316 346 -28 8 -63 14 -78 14 l-28
25
- 0 0 1278 0 1278 70 12 c181 31 321 170 352 350 l12 72 1278 0 1278 0 0 -27z
26
- m-2990 -3603 l0 -210 -210 0 -210 0 0 210 0 210 210 0 210 0 0 -210z m3840 0
27
- l0 -210 -210 0 -210 0 0 210 0 210 210 0 210 0 0 -210z"/>
28
- <path d="M1648 3618 c-21 -5 -58 -28 -82 -50 -69 -60 -76 -95 -76 -365 0 -270
29
- 6 -300 70 -364 105 -105 268 -80 334 52 24 49 26 63 26 181 l0 128 215 0 215
30
- 0 0 -639 0 -639 -143 -4 c-137 -3 -145 -4 -185 -31 -60 -39 -93 -94 -99 -164
31
- -7 -80 31 -154 102 -198 l48 -30 486 0 486 0 47 28 c121 71 142 234 44 332
32
- -54 53 -98 65 -245 65 l-121 0 0 640 0 640 215 0 215 0 0 -128 c0 -118 2 -132
33
- 26 -181 67 -134 244 -158 342 -46 23 27 44 63 51 90 15 58 15 472 0 530 -7 27
34
- -28 63 -51 90 -69 78 -24 75 -1012 74 -538 -1 -885 -5 -908 -11z"/>
35
- </g>
36
- </svg>
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
3
+ "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4
+ <svg version="1.0" xmlns="http://www.w3.org/2000/svg"
5
+ width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000"
6
+ preserveAspectRatio="xMidYMid meet">
7
+
8
+ <g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
9
+ fill="#E0E1E2" stroke="none">
10
+ <path d="M320 5106 c-147 -41 -267 -162 -306 -310 -19 -72 -19 -560 0 -632 20
11
+ -77 63 -148 121 -203 66 -63 136 -98 225 -113 l70 -12 0 -1278 0 -1278 -27 0
12
+ c-16 0 -50 -6 -78 -14 -151 -40 -271 -160 -311 -310 -19 -72 -19 -560 0 -632
13
+ 41 -155 171 -280 324 -313 70 -15 534 -15 604 0 117 25 236 117 292 227 14 28
14
+ 31 83 38 122 l12 70 1278 0 1278 0 0 -27 c0 -16 6 -51 14 -79 41 -155 171
15
+ -280 324 -313 70 -15 534 -15 604 0 157 33 293 170 327 327 6 31 11 156 11
16
+ 302 0 266 -7 324 -47 404 -64 127 -227 235 -355 236 l-28 0 0 1278 0 1278 70
17
+ 12 c39 7 94 24 122 38 110 56 202 175 227 292 15 70 15 534 0 604 -33 153
18
+ -158 283 -313 324 -71 19 -560 19 -631 0 -151 -40 -271 -160 -311 -310 -8 -28
19
+ -14 -63 -14 -78 l0 -28 -1278 0 -1278 0 -12 70 c-29 167 -152 302 -316 346
20
+ -69 18 -570 18 -636 0z m530 -626 l0 -210 -210 0 -210 0 0 210 0 210 210 0
21
+ 210 0 0 -210z m3840 0 l0 -210 -210 0 -210 0 0 210 0 210 210 0 210 0 0 -210z
22
+ m-850 -237 c0 -89 59 -210 135 -282 66 -63 136 -98 225 -113 l70 -12 0 -1278
23
+ 0 -1278 -27 0 c-45 0 -127 -25 -182 -55 -119 -65 -220 -225 -221 -347 l0 -28
24
+ -1278 0 -1278 0 -12 70 c-29 167 -152 302 -316 346 -28 8 -63 14 -78 14 l-28
25
+ 0 0 1278 0 1278 70 12 c181 31 321 170 352 350 l12 72 1278 0 1278 0 0 -27z
26
+ m-2990 -3603 l0 -210 -210 0 -210 0 0 210 0 210 210 0 210 0 0 -210z m3840 0
27
+ l0 -210 -210 0 -210 0 0 210 0 210 210 0 210 0 0 -210z"/>
28
+ <path d="M1648 3618 c-21 -5 -58 -28 -82 -50 -69 -60 -76 -95 -76 -365 0 -270
29
+ 6 -300 70 -364 105 -105 268 -80 334 52 24 49 26 63 26 181 l0 128 215 0 215
30
+ 0 0 -639 0 -639 -143 -4 c-137 -3 -145 -4 -185 -31 -60 -39 -93 -94 -99 -164
31
+ -7 -80 31 -154 102 -198 l48 -30 486 0 486 0 47 28 c121 71 142 234 44 332
32
+ -54 53 -98 65 -245 65 l-121 0 0 640 0 640 215 0 215 0 0 -128 c0 -118 2 -132
33
+ 26 -181 67 -134 244 -158 342 -46 23 27 44 63 51 90 15 58 15 472 0 530 -7 27
34
+ -28 63 -51 90 -69 78 -24 75 -1012 74 -538 -1 -885 -5 -908 -11z"/>
35
+ </g>
36
+ </svg>
@@ -1,8 +1,8 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="40" height="32" viewBox="0 0 40 32">
2
- <defs>
3
- <path id="prefix__a" d="M197.894 552.769L175 576.837c-1.474 1.55-3.861 1.55-5.332 0l-9.564-10.05c-1.47-1.55-1.47-4.06 0-5.61 1.475-1.546 3.862-1.546 5.333 0l6.897 7.252 20.229-21.266c1.47-1.55 3.858-1.55 5.332 0 1.475 1.546 1.475 4.055 0 5.606"/>
4
- </defs>
5
- <g fill="none" fill-rule="evenodd" transform="translate(-159 -546)">
6
- <use fill="#CACBCD" xlink:href="#prefix__a"/>
7
- </g>
8
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="40" height="32" viewBox="0 0 40 32">
2
+ <defs>
3
+ <path id="prefix__a" d="M197.894 552.769L175 576.837c-1.474 1.55-3.861 1.55-5.332 0l-9.564-10.05c-1.47-1.55-1.47-4.06 0-5.61 1.475-1.546 3.862-1.546 5.333 0l6.897 7.252 20.229-21.266c1.47-1.55 3.858-1.55 5.332 0 1.475 1.546 1.475 4.055 0 5.606"/>
4
+ </defs>
5
+ <g fill="none" fill-rule="evenodd" transform="translate(-159 -546)">
6
+ <use fill="#CACBCD" xlink:href="#prefix__a"/>
7
+ </g>
8
+ </svg>
@@ -1,11 +1,11 @@
1
- <svg id="Layer_1" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg">
2
- <style type="text/css">
3
- .st0{fill:#E0E1E2;}
4
- </style>
5
- <g>
6
- <path class="st0" d="m424 64h-88v-16c0-26.467-21.533-48-48-48h-64c-26.467 0-48 21.533-48 48v16h-88c-22.056 0-40 17.944-40 40v56c0 8.836 7.164 16 16 16h8.744l13.823 290.283c1.221 25.636 22.281 45.717 47.945 45.717h242.976c25.665 0 46.725-20.081 47.945-45.717l13.823-290.283h8.744c8.836 0 16-7.164 16-16v-56c0-22.056-17.944-40-40-40zm-216-16c0-8.822 7.178-16 16-16h64c8.822 0 16 7.178 16 16v16h-96zm-128 56c0-4.411 3.589-8 8-8h336c4.411 0 8 3.589 8 8v40c-4.931 0-331.567 0-352 0zm313.469 360.761c-.407 8.545-7.427 15.239-15.981 15.239h-242.976c-8.555 0-15.575-6.694-15.981-15.239l-13.751-288.761h302.44z"/>
7
- <path class="st0" d="m256 448c8.836 0 16-7.164 16-16v-208c0-8.836-7.164-16-16-16s-16 7.164-16 16v208c0 8.836 7.163 16 16 16z"/>
8
- <path class="st0" d="m336 448c8.836 0 16-7.164 16-16v-208c0-8.836-7.164-16-16-16s-16 7.164-16 16v208c0 8.836 7.163 16 16 16z"/>
9
- <path class="st0" d="m176 448c8.836 0 16-7.164 16-16v-208c0-8.836-7.164-16-16-16s-16 7.164-16 16v208c0 8.836 7.163 16 16 16z"/>
10
- </g>
1
+ <svg id="Layer_1" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg">
2
+ <style type="text/css">
3
+ .st0{fill:#E0E1E2;}
4
+ </style>
5
+ <g>
6
+ <path class="st0" d="m424 64h-88v-16c0-26.467-21.533-48-48-48h-64c-26.467 0-48 21.533-48 48v16h-88c-22.056 0-40 17.944-40 40v56c0 8.836 7.164 16 16 16h8.744l13.823 290.283c1.221 25.636 22.281 45.717 47.945 45.717h242.976c25.665 0 46.725-20.081 47.945-45.717l13.823-290.283h8.744c8.836 0 16-7.164 16-16v-56c0-22.056-17.944-40-40-40zm-216-16c0-8.822 7.178-16 16-16h64c8.822 0 16 7.178 16 16v16h-96zm-128 56c0-4.411 3.589-8 8-8h336c4.411 0 8 3.589 8 8v40c-4.931 0-331.567 0-352 0zm313.469 360.761c-.407 8.545-7.427 15.239-15.981 15.239h-242.976c-8.555 0-15.575-6.694-15.981-15.239l-13.751-288.761h302.44z"/>
7
+ <path class="st0" d="m256 448c8.836 0 16-7.164 16-16v-208c0-8.836-7.164-16-16-16s-16 7.164-16 16v208c0 8.836 7.163 16 16 16z"/>
8
+ <path class="st0" d="m336 448c8.836 0 16-7.164 16-16v-208c0-8.836-7.164-16-16-16s-16 7.164-16 16v208c0 8.836 7.163 16 16 16z"/>
9
+ <path class="st0" d="m176 448c8.836 0 16-7.164 16-16v-208c0-8.836-7.164-16-16-16s-16 7.164-16 16v208c0 8.836 7.163 16 16 16z"/>
10
+ </g>
11
11
  </svg>
@@ -1,19 +1,19 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
3
- "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4
- <svg version="1.0" xmlns="http://www.w3.org/2000/svg"
5
- width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000"
6
- preserveAspectRatio="xMidYMid meet">
7
-
8
- <g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
9
- fill="#E0E1E2" stroke="none">
10
- <path d="M1906 4493 c-41 -22 -1857 -1519 -1880 -1549 -29 -39 -32 -103 -8
11
- -150 18 -35 87 -84 611 -429 325 -215 736 -486 914 -603 359 -238 383 -252
12
- 427 -252 50 0 107 35 130 80 19 37 20 58 20 431 l0 392 213 -6 c116 -4 264
13
- -13 327 -22 473 -64 920 -256 1290 -551 114 -91 348 -326 441 -444 154 -193
14
- 276 -380 401 -615 54 -100 71 -124 104 -142 49 -28 93 -29 144 -3 79 40 93
15
- 113 70 365 -51 567 -252 1077 -601 1525 -93 121 -285 318 -414 427 -55 46
16
- -167 129 -248 183 -471 315 -1018 480 -1589 480 l-138 0 0 390 c0 372 -1 393
17
- -20 430 -35 69 -128 99 -194 63z"/>
18
- </g>
19
- </svg>
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
3
+ "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4
+ <svg version="1.0" xmlns="http://www.w3.org/2000/svg"
5
+ width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000"
6
+ preserveAspectRatio="xMidYMid meet">
7
+
8
+ <g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
9
+ fill="#E0E1E2" stroke="none">
10
+ <path d="M1906 4493 c-41 -22 -1857 -1519 -1880 -1549 -29 -39 -32 -103 -8
11
+ -150 18 -35 87 -84 611 -429 325 -215 736 -486 914 -603 359 -238 383 -252
12
+ 427 -252 50 0 107 35 130 80 19 37 20 58 20 431 l0 392 213 -6 c116 -4 264
13
+ -13 327 -22 473 -64 920 -256 1290 -551 114 -91 348 -326 441 -444 154 -193
14
+ 276 -380 401 -615 54 -100 71 -124 104 -142 49 -28 93 -29 144 -3 79 40 93
15
+ 113 70 365 -51 567 -252 1077 -601 1525 -93 121 -285 318 -414 427 -55 46
16
+ -167 129 -248 183 -471 315 -1018 480 -1589 480 l-138 0 0 390 c0 372 -1 393
17
+ -20 430 -35 69 -128 99 -194 63z"/>
18
+ </g>
19
+ </svg>
@@ -1,32 +1,32 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 36 21" style="enable-background:new 0 0 36 21;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{filter:url(#Adobe_OpacityMaskFilter);}
7
- .st1{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
8
- .st2{mask:url(#mask-2_1_);}
9
- .st3{fill-rule:evenodd;clip-rule:evenodd;fill:#E0E1E2;}
10
- </style>
11
- <g id="Icon_x2F_Arrow-_x28_Dropdown_x29__x2F_close" transform="translate(-969.000000, -653.000000)">
12
- <g transform="translate(967.000000, 639.000000)">
13
- <g id="Dropdown-Arrow" transform="translate(20.000000, 17.500000) rotate(-45.000000) translate(-20.000000, -17.500000) ">
14
- </g>
15
- <defs>
16
- <filter id="Adobe_OpacityMaskFilter" filterUnits="userSpaceOnUse" x="-10" y="1.6" width="56.6" height="56.6">
17
- <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
18
- </filter>
19
- </defs>
20
- <mask maskUnits="userSpaceOnUse" x="-10" y="1.6" width="56.6" height="56.6" id="mask-2_1_">
21
- <g class="st0">
22
- <path id="path-1_1_" class="st1" d="M19.7,14.3c0.1-0.1,0.2-0.1,0.3-0.1c0.1,0,0.3,0,0.4,0.1l17,17c0.2,0.2,0.2,0.5,0,0.7
23
- l-2.8,2.8c-0.2,0.2-0.5,0.2-0.7,0L20.1,21L6.3,34.8c-0.2,0.2-0.5,0.2-0.7,0L2.7,32c-0.2-0.2-0.2-0.5,0-0.7L19.7,14.3z"/>
24
- </g>
25
- </mask>
26
- <g id="UI_x2F_Color_x2F_Flat_x2F_Grey-75_x25_" class="st2">
27
-
28
- <rect id="Base" x="-1.7" y="9.8" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -15.7458 21.6773)" class="st3" width="40" height="40"/>
29
- </g>
30
- </g>
31
- </g>
32
- </svg>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 36 21" style="enable-background:new 0 0 36 21;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{filter:url(#Adobe_OpacityMaskFilter);}
7
+ .st1{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
8
+ .st2{mask:url(#mask-2_1_);}
9
+ .st3{fill-rule:evenodd;clip-rule:evenodd;fill:#E0E1E2;}
10
+ </style>
11
+ <g id="Icon_x2F_Arrow-_x28_Dropdown_x29__x2F_close" transform="translate(-969.000000, -653.000000)">
12
+ <g transform="translate(967.000000, 639.000000)">
13
+ <g id="Dropdown-Arrow" transform="translate(20.000000, 17.500000) rotate(-45.000000) translate(-20.000000, -17.500000) ">
14
+ </g>
15
+ <defs>
16
+ <filter id="Adobe_OpacityMaskFilter" filterUnits="userSpaceOnUse" x="-10" y="1.6" width="56.6" height="56.6">
17
+ <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
18
+ </filter>
19
+ </defs>
20
+ <mask maskUnits="userSpaceOnUse" x="-10" y="1.6" width="56.6" height="56.6" id="mask-2_1_">
21
+ <g class="st0">
22
+ <path id="path-1_1_" class="st1" d="M19.7,14.3c0.1-0.1,0.2-0.1,0.3-0.1c0.1,0,0.3,0,0.4,0.1l17,17c0.2,0.2,0.2,0.5,0,0.7
23
+ l-2.8,2.8c-0.2,0.2-0.5,0.2-0.7,0L20.1,21L6.3,34.8c-0.2,0.2-0.5,0.2-0.7,0L2.7,32c-0.2-0.2-0.2-0.5,0-0.7L19.7,14.3z"/>
24
+ </g>
25
+ </mask>
26
+ <g id="UI_x2F_Color_x2F_Flat_x2F_Grey-75_x25_" class="st2">
27
+
28
+ <rect id="Base" x="-1.7" y="9.8" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -15.7458 21.6773)" class="st3" width="40" height="40"/>
29
+ </g>
30
+ </g>
31
+ </g>
32
+ </svg>
@@ -1,2 +1,2 @@
1
- <?xml version="1.0"?>
2
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 24 24" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><g xmlns="http://www.w3.org/2000/svg" id="video_streaming"><path d="m15.5146484 9.1425781-5-3c-.3095703-.1860352-.6943359-.190918-1.0078125-.0126953-.3134765.1772461-.5068359.5097656-.5068359.8701172v6c0 .3603516.1933594.6928711.5068359.8701172.1533204.0869141.3232422.1298828.4931641.1298828.1777344 0 .3564453-.0473633.5146484-.1425781l5-3c.3007813-.1806641.4853516-.5063477.4853516-.8574219s-.1845703-.6767578-.4853516-.8574219zm3.4853516-7.1425781h-14c-1.6542969 0-3 1.3457031-3 3v10c0 1.6542969 1.3457031 3 3 3h4v2h-1c-.5527344 0-1 .4477539-1 1s.4472656 1 1 1h8c.5527344 0 1-.4477539 1-1s-.4472656-1-1-1h-1v-2h4c1.6542969 0 3-1.3457031 3-3v-10c0-1.6542969-1.3457031-3-3-3zm1 13c0 .5512695-.4482422 1-1 1h-14c-.5517578 0-1-.4487305-1-1v-10c0-.5512695.4482422-1 1-1h14c.5517578 0 1 .4487305 1 1z" fill="#e0e1e2" data-original="#000000" class=""/></g></g></svg>
1
+ <?xml version="1.0"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 24 24" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><g xmlns="http://www.w3.org/2000/svg" id="video_streaming"><path d="m15.5146484 9.1425781-5-3c-.3095703-.1860352-.6943359-.190918-1.0078125-.0126953-.3134765.1772461-.5068359.5097656-.5068359.8701172v6c0 .3603516.1933594.6928711.5068359.8701172.1533204.0869141.3232422.1298828.4931641.1298828.1777344 0 .3564453-.0473633.5146484-.1425781l5-3c.3007813-.1806641.4853516-.5063477.4853516-.8574219s-.1845703-.6767578-.4853516-.8574219zm3.4853516-7.1425781h-14c-1.6542969 0-3 1.3457031-3 3v10c0 1.6542969 1.3457031 3 3 3h4v2h-1c-.5527344 0-1 .4477539-1 1s.4472656 1 1 1h8c.5527344 0 1-.4477539 1-1s-.4472656-1-1-1h-1v-2h4c1.6542969 0 3-1.3457031 3-3v-10c0-1.6542969-1.3457031-3-3-3zm1 13c0 .5512695-.4482422 1-1 1h-14c-.5517578 0-1-.4487305-1-1v-10c0-.5512695.4482422-1 1-1h14c.5517578 0 1 .4487305 1 1z" fill="#e0e1e2" data-original="#000000" class=""/></g></g></svg>
@@ -1,58 +1,58 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
- <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
- width="475.084px" height="475.084px" viewBox="0 0 475.084 475.084" style="enable-background:new 0 0 475.084 475.084;"
6
- xml:space="preserve">
7
- <g>
8
- <g>
9
- <path d="M464.524,412.846l-97.929-97.925c23.6-34.068,35.406-72.04,35.406-113.917c0-27.218-5.284-53.249-15.852-78.087
10
- c-10.561-24.842-24.838-46.254-42.825-64.241c-17.987-17.987-39.396-32.264-64.233-42.826
11
- C254.246,5.285,228.217,0.003,200.999,0.003c-27.216,0-53.247,5.282-78.085,15.847C98.072,26.412,76.66,40.689,58.673,58.676
12
- c-17.989,17.987-32.264,39.403-42.827,64.241C5.282,147.758,0,173.786,0,201.004c0,27.216,5.282,53.238,15.846,78.083
13
- c10.562,24.838,24.838,46.247,42.827,64.241c17.987,17.986,39.403,32.257,64.241,42.825
14
- c24.841,10.563,50.869,15.844,78.085,15.844c41.879,0,79.852-11.807,113.922-35.405l97.929,97.641
15
- c6.852,7.231,15.406,10.849,25.693,10.849c10.089,0,18.699-3.566,25.838-10.705c7.139-7.138,10.704-15.748,10.704-25.837
16
- S471.567,419.889,464.524,412.846z M291.363,291.358c-25.029,25.033-55.148,37.549-90.364,37.549
17
- c-35.21,0-65.329-12.519-90.36-37.549c-25.031-25.029-37.546-55.144-37.546-90.36c0-35.21,12.518-65.334,37.546-90.36
18
- c25.026-25.032,55.15-37.546,90.36-37.546c35.212,0,65.331,12.519,90.364,37.546c25.033,25.026,37.548,55.15,37.548,90.36
19
- C328.911,236.214,316.392,266.329,291.363,291.358z"/>
20
- <path d="M283.232,182.728h-63.954v-63.953c0-2.475-0.905-4.615-2.712-6.424c-1.809-1.809-3.951-2.712-6.423-2.712H191.87
21
- c-2.474,0-4.615,0.903-6.423,2.712c-1.807,1.809-2.712,3.949-2.712,6.424v63.953h-63.954c-2.474,0-4.615,0.905-6.423,2.712
22
- c-1.809,1.809-2.712,3.949-2.712,6.424v18.271c0,2.475,0.903,4.617,2.712,6.424c1.809,1.809,3.946,2.713,6.423,2.713h63.954
23
- v63.954c0,2.478,0.905,4.616,2.712,6.427c1.809,1.804,3.949,2.707,6.423,2.707h18.272c2.473,0,4.615-0.903,6.423-2.707
24
- c1.807-1.811,2.712-3.949,2.712-6.427v-63.954h63.954c2.478,0,4.612-0.905,6.427-2.713c1.804-1.807,2.703-3.949,2.703-6.424
25
- v-18.271c0-2.475-0.899-4.615-2.703-6.424C287.851,183.633,285.709,182.728,283.232,182.728z"/>
26
- </g>
27
- </g>
28
- <g>
29
- </g>
30
- <g>
31
- </g>
32
- <g>
33
- </g>
34
- <g>
35
- </g>
36
- <g>
37
- </g>
38
- <g>
39
- </g>
40
- <g>
41
- </g>
42
- <g>
43
- </g>
44
- <g>
45
- </g>
46
- <g>
47
- </g>
48
- <g>
49
- </g>
50
- <g>
51
- </g>
52
- <g>
53
- </g>
54
- <g>
55
- </g>
56
- <g>
57
- </g>
58
- </svg>
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
+ width="475.084px" height="475.084px" viewBox="0 0 475.084 475.084" style="enable-background:new 0 0 475.084 475.084;"
6
+ xml:space="preserve">
7
+ <g>
8
+ <g>
9
+ <path d="M464.524,412.846l-97.929-97.925c23.6-34.068,35.406-72.04,35.406-113.917c0-27.218-5.284-53.249-15.852-78.087
10
+ c-10.561-24.842-24.838-46.254-42.825-64.241c-17.987-17.987-39.396-32.264-64.233-42.826
11
+ C254.246,5.285,228.217,0.003,200.999,0.003c-27.216,0-53.247,5.282-78.085,15.847C98.072,26.412,76.66,40.689,58.673,58.676
12
+ c-17.989,17.987-32.264,39.403-42.827,64.241C5.282,147.758,0,173.786,0,201.004c0,27.216,5.282,53.238,15.846,78.083
13
+ c10.562,24.838,24.838,46.247,42.827,64.241c17.987,17.986,39.403,32.257,64.241,42.825
14
+ c24.841,10.563,50.869,15.844,78.085,15.844c41.879,0,79.852-11.807,113.922-35.405l97.929,97.641
15
+ c6.852,7.231,15.406,10.849,25.693,10.849c10.089,0,18.699-3.566,25.838-10.705c7.139-7.138,10.704-15.748,10.704-25.837
16
+ S471.567,419.889,464.524,412.846z M291.363,291.358c-25.029,25.033-55.148,37.549-90.364,37.549
17
+ c-35.21,0-65.329-12.519-90.36-37.549c-25.031-25.029-37.546-55.144-37.546-90.36c0-35.21,12.518-65.334,37.546-90.36
18
+ c25.026-25.032,55.15-37.546,90.36-37.546c35.212,0,65.331,12.519,90.364,37.546c25.033,25.026,37.548,55.15,37.548,90.36
19
+ C328.911,236.214,316.392,266.329,291.363,291.358z"/>
20
+ <path d="M283.232,182.728h-63.954v-63.953c0-2.475-0.905-4.615-2.712-6.424c-1.809-1.809-3.951-2.712-6.423-2.712H191.87
21
+ c-2.474,0-4.615,0.903-6.423,2.712c-1.807,1.809-2.712,3.949-2.712,6.424v63.953h-63.954c-2.474,0-4.615,0.905-6.423,2.712
22
+ c-1.809,1.809-2.712,3.949-2.712,6.424v18.271c0,2.475,0.903,4.617,2.712,6.424c1.809,1.809,3.946,2.713,6.423,2.713h63.954
23
+ v63.954c0,2.478,0.905,4.616,2.712,6.427c1.809,1.804,3.949,2.707,6.423,2.707h18.272c2.473,0,4.615-0.903,6.423-2.707
24
+ c1.807-1.811,2.712-3.949,2.712-6.427v-63.954h63.954c2.478,0,4.612-0.905,6.427-2.713c1.804-1.807,2.703-3.949,2.703-6.424
25
+ v-18.271c0-2.475-0.899-4.615-2.703-6.424C287.851,183.633,285.709,182.728,283.232,182.728z"/>
26
+ </g>
27
+ </g>
28
+ <g>
29
+ </g>
30
+ <g>
31
+ </g>
32
+ <g>
33
+ </g>
34
+ <g>
35
+ </g>
36
+ <g>
37
+ </g>
38
+ <g>
39
+ </g>
40
+ <g>
41
+ </g>
42
+ <g>
43
+ </g>
44
+ <g>
45
+ </g>
46
+ <g>
47
+ </g>
48
+ <g>
49
+ </g>
50
+ <g>
51
+ </g>
52
+ <g>
53
+ </g>
54
+ <g>
55
+ </g>
56
+ <g>
57
+ </g>
58
+ </svg>