@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,12 +1,12 @@
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
- <path id="path-1_1_" class="st0" d="M20,0c11,0,20,9,20,20s-9,20-20,20S0,31,0,20S9,0,20,0z M20,3.1C10.7,3.1,3.1,10.7,3.1,20
9
- S10.7,36.9,20,36.9S36.9,29.3,36.9,20S29.3,3.1,20,3.1z M19.5,12.3c0.8,0,1.5,0.6,1.5,1.4l0,0.1l0,4.6l4.6,0c0.8,0,1.5,0.6,1.5,1.4
10
- l0,0.1c0,0.8-0.6,1.5-1.4,1.5l-0.1,0l-4.6,0l0,4.6c0,0.8-0.6,1.5-1.4,1.5l-0.1,0c-0.8,0-1.5-0.6-1.5-1.4l0-0.1l0-4.6l-4.6,0
11
- c-0.8,0-1.5-0.6-1.5-1.4l0-0.1c0-0.8,0.6-1.5,1.4-1.5l0.1,0l4.6,0l0-4.6c0-0.8,0.6-1.5,1.4-1.5L19.5,12.3z"/>
12
- </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
+ <path id="path-1_1_" class="st0" d="M20,0c11,0,20,9,20,20s-9,20-20,20S0,31,0,20S9,0,20,0z M20,3.1C10.7,3.1,3.1,10.7,3.1,20
9
+ S10.7,36.9,20,36.9S36.9,29.3,36.9,20S29.3,3.1,20,3.1z M19.5,12.3c0.8,0,1.5,0.6,1.5,1.4l0,0.1l0,4.6l4.6,0c0.8,0,1.5,0.6,1.5,1.4
10
+ l0,0.1c0,0.8-0.6,1.5-1.4,1.5l-0.1,0l-4.6,0l0,4.6c0,0.8-0.6,1.5-1.4,1.5l-0.1,0c-0.8,0-1.5-0.6-1.5-1.4l0-0.1l0-4.6l-4.6,0
11
+ c-0.8,0-1.5-0.6-1.5-1.4l0-0.1c0-0.8,0.6-1.5,1.4-1.5l0.1,0l4.6,0l0-4.6c0-0.8,0.6-1.5,1.4-1.5L19.5,12.3z"/>
12
+ </svg>
@@ -1,18 +1,18 @@
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 34" style="enable-background:new 0 0 40 34;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{fill-rule:evenodd;clip-rule:evenodd;fill:#E0E1E2;}
7
- </style>
8
- <g id="_x21B3_-_xD83C__xDFA8_Color" transform="translate(0.000000, 3.000000)">
9
- <g id="Mask">
10
- <path id="path-1_1_" class="st0" d="M20,0.3c-3.8,0-7.3,1.7-9.7,4.4C9.7,5.5,8.7,5.5,8,4.9C7.3,4.3,7.2,3.3,7.8,2.6
11
- C10.8-0.8,15.1-3,20-3c8.9,0,16.2,7.3,16.3,16.3l0.8-0.8c0.6-0.7,1.7-0.7,2.4,0c0.7,0.6,0.7,1.7,0,2.4l-3.7,3.8
12
- c-0.3,0.3-0.7,0.5-1.2,0.5c-0.4,0-0.9-0.2-1.2-0.5l-3.7-3.8c-0.6-0.7-0.6-1.7,0-2.4c0.7-0.7,1.7-0.6,2.4,0l0.8,0.8
13
- C32.8,6.1,27,0.3,20,0.3z M5.3,8.3c0.4,0,0.9,0.2,1.2,0.5l3.7,3.8c0.6,0.7,0.6,1.7,0,2.4c-0.7,0.7-1.7,0.6-2.4,0L7,14
14
- c0.2,7.2,6,13,13,13c3.8,0,7.3-1.7,9.7-4.4c0.6-0.7,1.7-0.8,2.4-0.1c0.7,0.6,0.8,1.7,0.2,2.4c-3,3.4-7.3,5.6-12.2,5.6
15
- C11.1,30.3,3.8,23,3.7,14l-0.8,0.8c-0.6,0.7-1.7,0.7-2.4,0c-0.7-0.6-0.7-1.7,0-2.4l3.7-3.8C4.5,8.4,4.9,8.3,5.3,8.3L5.3,8.3z"/>
16
- </g>
17
- </g>
18
- </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 34" style="enable-background:new 0 0 40 34;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill-rule:evenodd;clip-rule:evenodd;fill:#E0E1E2;}
7
+ </style>
8
+ <g id="_x21B3_-_xD83C__xDFA8_Color" transform="translate(0.000000, 3.000000)">
9
+ <g id="Mask">
10
+ <path id="path-1_1_" class="st0" d="M20,0.3c-3.8,0-7.3,1.7-9.7,4.4C9.7,5.5,8.7,5.5,8,4.9C7.3,4.3,7.2,3.3,7.8,2.6
11
+ C10.8-0.8,15.1-3,20-3c8.9,0,16.2,7.3,16.3,16.3l0.8-0.8c0.6-0.7,1.7-0.7,2.4,0c0.7,0.6,0.7,1.7,0,2.4l-3.7,3.8
12
+ c-0.3,0.3-0.7,0.5-1.2,0.5c-0.4,0-0.9-0.2-1.2-0.5l-3.7-3.8c-0.6-0.7-0.6-1.7,0-2.4c0.7-0.7,1.7-0.6,2.4,0l0.8,0.8
13
+ C32.8,6.1,27,0.3,20,0.3z M5.3,8.3c0.4,0,0.9,0.2,1.2,0.5l3.7,3.8c0.6,0.7,0.6,1.7,0,2.4c-0.7,0.7-1.7,0.6-2.4,0L7,14
14
+ c0.2,7.2,6,13,13,13c3.8,0,7.3-1.7,9.7-4.4c0.6-0.7,1.7-0.8,2.4-0.1c0.7,0.6,0.8,1.7,0.2,2.4c-3,3.4-7.3,5.6-12.2,5.6
15
+ C11.1,30.3,3.8,23,3.7,14l-0.8,0.8c-0.6,0.7-1.7,0.7-2.4,0c-0.7-0.6-0.7-1.7,0-2.4l3.7-3.8C4.5,8.4,4.9,8.3,5.3,8.3L5.3,8.3z"/>
16
+ </g>
17
+ </g>
18
+ </svg>
@@ -1,42 +1,42 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <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"
4
- viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
5
- <g>
6
- <g>
7
- <path d="M416.667,0H95.334c-8.284,0-15,6.716-15,15v482c0,6.067,3.655,11.536,9.26,13.858c1.856,0.769,3.805,1.142,5.737,1.142
8
- c3.903,0,7.74-1.523,10.609-4.394l150.063-150.062L406.06,507.606c4.29,4.291,10.741,5.573,16.347,3.252
9
- c5.605-2.322,9.26-7.791,9.26-13.858V15C431.667,6.716,424.952,0,416.667,0z"/>
10
- </g>
11
- </g>
12
- <g>
13
- </g>
14
- <g>
15
- </g>
16
- <g>
17
- </g>
18
- <g>
19
- </g>
20
- <g>
21
- </g>
22
- <g>
23
- </g>
24
- <g>
25
- </g>
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
- </svg>
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <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"
4
+ viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
5
+ <g>
6
+ <g>
7
+ <path d="M416.667,0H95.334c-8.284,0-15,6.716-15,15v482c0,6.067,3.655,11.536,9.26,13.858c1.856,0.769,3.805,1.142,5.737,1.142
8
+ c3.903,0,7.74-1.523,10.609-4.394l150.063-150.062L406.06,507.606c4.29,4.291,10.741,5.573,16.347,3.252
9
+ c5.605-2.322,9.26-7.791,9.26-13.858V15C431.667,6.716,424.952,0,416.667,0z"/>
10
+ </g>
11
+ </g>
12
+ <g>
13
+ </g>
14
+ <g>
15
+ </g>
16
+ <g>
17
+ </g>
18
+ <g>
19
+ </g>
20
+ <g>
21
+ </g>
22
+ <g>
23
+ </g>
24
+ <g>
25
+ </g>
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
+ </svg>
@@ -1,15 +1,15 @@
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="_x21B3_-_xD83C__xDFA8_Color" transform="translate(0.000000, 4.000000)">
9
- <g id="Mask">
10
- <path id="path-1_1_" class="st0" d="M33.2-2.8c1.6-1.6,4.1-1.6,5.7,0c1.6,1.6,1.6,4.1,0,5.7l0,0L25.7,16l13.2,13.2
11
- c1.6,1.6,1.6,4.1,0,5.7c-1.6,1.6-4.1,1.6-5.7,0L20,21.7L6.8,34.8c-1.5,1.5-3.9,1.6-5.5,0.2l-0.2-0.2c-1.6-1.6-1.6-4.1,0-5.7l0,0
12
- L14.3,16L1.2,2.8c-1.6-1.6-1.6-4.1,0-5.7s4.1-1.6,5.7,0L20,10.3L33.2-2.8z"/>
13
- </g>
14
- </g>
15
- </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="_x21B3_-_xD83C__xDFA8_Color" transform="translate(0.000000, 4.000000)">
9
+ <g id="Mask">
10
+ <path id="path-1_1_" class="st0" d="M33.2-2.8c1.6-1.6,4.1-1.6,5.7,0c1.6,1.6,1.6,4.1,0,5.7l0,0L25.7,16l13.2,13.2
11
+ c1.6,1.6,1.6,4.1,0,5.7c-1.6,1.6-4.1,1.6-5.7,0L20,21.7L6.8,34.8c-1.5,1.5-3.9,1.6-5.5,0.2l-0.2-0.2c-1.6-1.6-1.6-4.1,0-5.7l0,0
12
+ L14.3,16L1.2,2.8c-1.6-1.6-1.6-4.1,0-5.7s4.1-1.6,5.7,0L20,10.3L33.2-2.8z"/>
13
+ </g>
14
+ </g>
15
+ </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="M455 5108 c-91 -17 -213 -84 -286 -157 -76 -76 -141 -196 -158 -295
11
- -15 -83 -15 -4109 0 -4192 17 -99 82 -219 158 -295 76 -76 196 -141 295 -158
12
- 83 -15 4109 -15 4192 0 99 17 219 82 295 158 76 76 141 196 158 295 7 40 11
13
- 440 11 1218 l0 1158 -285 0 -285 0 0 -1135 0 -1135 -1990 0 -1990 0 0 1990 0
14
- 1990 1420 0 1420 0 0 285 0 285 -1452 -1 c-859 -1 -1473 -5 -1503 -11z"/>
15
- <path d="M3495 3440 l-1220 -1220 -440 440 -440 440 -200 -200 -200 -200 640
16
- -640 640 -640 1422 1422 1423 1423 -197 197 c-109 109 -200 198 -203 198 -3 0
17
- -554 -549 -1225 -1220z"/>
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="M455 5108 c-91 -17 -213 -84 -286 -157 -76 -76 -141 -196 -158 -295
11
+ -15 -83 -15 -4109 0 -4192 17 -99 82 -219 158 -295 76 -76 196 -141 295 -158
12
+ 83 -15 4109 -15 4192 0 99 17 219 82 295 158 76 76 141 196 158 295 7 40 11
13
+ 440 11 1218 l0 1158 -285 0 -285 0 0 -1135 0 -1135 -1990 0 -1990 0 0 1990 0
14
+ 1990 1420 0 1420 0 0 285 0 285 -1452 -1 c-859 -1 -1473 -5 -1503 -11z"/>
15
+ <path d="M3495 3440 l-1220 -1220 -440 440 -440 440 -200 -200 -200 -200 640
16
+ -640 640 -640 1422 1422 1423 1423 -197 197 c-109 109 -200 198 -203 198 -3 0
17
+ -554 -549 -1225 -1220z"/>
18
+ </g>
19
+ </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 464 464" 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="M416.483,265.441c-2.704-2.777-6.419-4.336-10.295-4.321h-75.52c-5.891,0-10.667-4.776-10.667-10.667V14.293 C320.001,6.399,313.602,0,305.708,0H158.721c-7.894,0-14.293,6.399-14.293,14.293v236.16c0,5.891-4.776,10.667-10.667,10.667 H58.028c-7.893-0.149-14.412,6.128-14.561,14.02c-0.075,3.951,1.49,7.757,4.321,10.513l174.08,174.08 c2.648,2.69,6.252,4.224,10.027,4.267c3.849,0.014,7.54-1.524,10.24-4.267l174.08-174.08 C421.87,280.146,421.99,271.097,416.483,265.441z" fill="#c80000" data-original="#000000" class=""/>
6
-
7
- <text x="140" y="350" font-family="Verdana" font-size="70" fill="white" font-style="italic">Start</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 464 464" 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="M416.483,265.441c-2.704-2.777-6.419-4.336-10.295-4.321h-75.52c-5.891,0-10.667-4.776-10.667-10.667V14.293 C320.001,6.399,313.602,0,305.708,0H158.721c-7.894,0-14.293,6.399-14.293,14.293v236.16c0,5.891-4.776,10.667-10.667,10.667 H58.028c-7.893-0.149-14.412,6.128-14.561,14.02c-0.075,3.951,1.49,7.757,4.321,10.513l174.08,174.08 c2.648,2.69,6.252,4.224,10.027,4.267c3.849,0.014,7.54-1.524,10.24-4.267l174.08-174.08 C421.87,280.146,421.99,271.097,416.483,265.441z" fill="#c80000" data-original="#000000" class=""/>
6
+
7
+ <text x="140" y="350" font-family="Verdana" font-size="70" fill="white" font-style="italic">Start</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,28 +1,28 @@
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:#CACBCD;}
10
- </style>
11
- <g id="Dropdown-Arrow" transform="translate(20.000000, 27.500000) rotate(-225.000000) translate(-20.000000, -27.500000) ">
12
- </g>
13
- <defs>
14
- <filter id="Adobe_OpacityMaskFilter" filterUnits="userSpaceOnUse" x="-15.7" y="-30.3" width="56.6" height="56.6">
15
- <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
16
- </filter>
17
- </defs>
18
- <mask maskUnits="userSpaceOnUse" x="-15.7" y="-30.3" width="56.6" height="56.6" id="mask-2_1_">
19
- <g class="st0">
20
- <path id="path-1_1_" class="st1" d="M18.2,20.6c-0.1,0.1-0.2,0.1-0.3,0.1c-0.1,0-0.3,0-0.4-0.1l-17-17c-0.2-0.2-0.2-0.5,0-0.7
21
- l2.8-2.8c0.2-0.2,0.5-0.2,0.7,0l13.8,13.8L31.6,0.1c0.2-0.2,0.5-0.2,0.7,0l2.8,2.8c0.2,0.2,0.2,0.5,0,0.7L18.2,20.6z"/>
22
- </g>
23
- </mask>
24
- <g id="UI_x2F_Color_x2F_Flat_x2F_Grey-75_x25_" class="st2">
25
-
26
- <rect id="Base" x="-7.4" y="-22" transform="matrix(0.7071 -0.7071 0.7071 0.7071 5.118 8.2774)" class="st3" width="40" height="40"/>
27
- </g>
28
- </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:#CACBCD;}
10
+ </style>
11
+ <g id="Dropdown-Arrow" transform="translate(20.000000, 27.500000) rotate(-225.000000) translate(-20.000000, -27.500000) ">
12
+ </g>
13
+ <defs>
14
+ <filter id="Adobe_OpacityMaskFilter" filterUnits="userSpaceOnUse" x="-15.7" y="-30.3" width="56.6" height="56.6">
15
+ <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
16
+ </filter>
17
+ </defs>
18
+ <mask maskUnits="userSpaceOnUse" x="-15.7" y="-30.3" width="56.6" height="56.6" id="mask-2_1_">
19
+ <g class="st0">
20
+ <path id="path-1_1_" class="st1" d="M18.2,20.6c-0.1,0.1-0.2,0.1-0.3,0.1c-0.1,0-0.3,0-0.4-0.1l-17-17c-0.2-0.2-0.2-0.5,0-0.7
21
+ l2.8-2.8c0.2-0.2,0.5-0.2,0.7,0l13.8,13.8L31.6,0.1c0.2-0.2,0.5-0.2,0.7,0l2.8,2.8c0.2,0.2,0.2,0.5,0,0.7L18.2,20.6z"/>
22
+ </g>
23
+ </mask>
24
+ <g id="UI_x2F_Color_x2F_Flat_x2F_Grey-75_x25_" class="st2">
25
+
26
+ <rect id="Base" x="-7.4" y="-22" transform="matrix(0.7071 -0.7071 0.7071 0.7071 5.118 8.2774)" class="st3" width="40" height="40"/>
27
+ </g>
28
+ </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="M1038 4841 c-144 -46 -260 -165 -302 -310 -14 -49 -16 -251 -16
11
- -1972 0 -1854 1 -1919 19 -1978 45 -146 164 -262 310 -305 49 -14 211 -16
12
- 1511 -16 1300 0 1462 2 1511 16 146 43 265 159 310 305 18 59 19 120 19 1712
13
- l0 1652 -458 458 -457 457 -1195 -1 c-1131 0 -1198 -1 -1252 -18z m2677 -671
14
- l460 -460 -463 0 -462 0 0 460 c0 253 1 460 3 460 1 0 209 -207 462 -460z
15
- m-420 -880 l160 -160 -570 -570 -570 -570 -162 162 -163 163 567 567 c313 313
16
- 570 568 573 568 3 0 77 -72 165 -160z m-1381 -1544 c-129 -43 -238 -76 -241
17
- -73 -3 3 30 112 73 241 l79 236 162 -162 163 -163 -236 -79z"/>
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="M1038 4841 c-144 -46 -260 -165 -302 -310 -14 -49 -16 -251 -16
11
+ -1972 0 -1854 1 -1919 19 -1978 45 -146 164 -262 310 -305 49 -14 211 -16
12
+ 1511 -16 1300 0 1462 2 1511 16 146 43 265 159 310 305 18 59 19 120 19 1712
13
+ l0 1652 -458 458 -457 457 -1195 -1 c-1131 0 -1198 -1 -1252 -18z m2677 -671
14
+ l460 -460 -463 0 -462 0 0 460 c0 253 1 460 3 460 1 0 209 -207 462 -460z
15
+ m-420 -880 l160 -160 -570 -570 -570 -570 -162 162 -163 163 567 567 c313 313
16
+ 570 568 573 568 3 0 77 -72 165 -160z m-1381 -1544 c-129 -43 -238 -76 -241
17
+ -73 -3 3 30 112 73 241 l79 236 162 -162 163 -163 -236 -79z"/>
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 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="Icon_x2F_edit" transform="translate(-866.000000, -538.000000)">
9
- <g transform="translate(866.000000, 538.000000)">
10
- <g id="_x21B3_-_xD83C__xDFA8_Color">
11
- <g>
12
- <g>
13
- <g transform="translate(-0.000000, 0.000000)">
14
- <g transform="translate(-0.000035, 0.000000)">
15
- <g id="Mask">
16
- <path id="path-1_1_" class="st0" d="M23.1,6.7c0.2,0,0.5,0.1,0.6,0.3l0,0l3.3,3.3c0.2,0.2,0.3,0.4,0.3,0.6s-0.1,0.5-0.3,0.6
17
- l0,0L9.8,28.9c-0.2,0.2-0.4,0.3-0.6,0.3c0,0-0.1,0-0.1,0c-0.3,0-0.5-0.2-0.7-0.5l0,0l-0.7-1.4H5.2L4,31.6L8.4,36l4.3-1.2
18
- v-2.4l-1.4-0.7c-0.3-0.1-0.4-0.4-0.5-0.7c0-0.3,0-0.6,0.3-0.8l0,0l17.3-17.3c0.3-0.3,0.9-0.3,1.3,0l0,0l3.3,3.3
19
- c0.2,0.2,0.3,0.4,0.3,0.6c0,0.2-0.1,0.5-0.3,0.6l0,0L14.3,36c0,0,0,0,0,0c0,0-0.1,0.1-0.1,0.1c-0.1,0-0.1,0.1-0.2,0.1
20
- c0,0,0,0,0,0l0,0l-5.5,1.6l-7.2,2.1c-0.1,0-0.2,0-0.2,0c-0.2,0-0.5-0.1-0.6-0.3C0,39.4-0.1,39.1,0,38.8l0,0l2.1-7.2l1.6-5.5
21
- c0-0.1,0.1-0.3,0.2-0.4c0,0,0,0,0,0l0,0L22.4,7C22.6,6.8,22.8,6.7,23.1,6.7L23.1,6.7L23.1,6.7z M28.3,1
22
- c1.4-1.4,3.8-1.4,5.1,0l0,0l5.4,5.5c0.7,0.7,1.1,1.6,1.1,2.6s-0.4,1.9-1.1,2.6l0,0L35.5,15c-0.2,0.2-0.4,0.3-0.6,0.3
23
- c-0.2,0-0.5-0.1-0.6-0.3l0,0L25,5.7c-0.4-0.4-0.4-0.9,0-1.3l0,0L28.3,1z"/>
24
- </g>
25
- </g>
26
- </g>
27
- </g>
28
- </g>
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 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="Icon_x2F_edit" transform="translate(-866.000000, -538.000000)">
9
+ <g transform="translate(866.000000, 538.000000)">
10
+ <g id="_x21B3_-_xD83C__xDFA8_Color">
11
+ <g>
12
+ <g>
13
+ <g transform="translate(-0.000000, 0.000000)">
14
+ <g transform="translate(-0.000035, 0.000000)">
15
+ <g id="Mask">
16
+ <path id="path-1_1_" class="st0" d="M23.1,6.7c0.2,0,0.5,0.1,0.6,0.3l0,0l3.3,3.3c0.2,0.2,0.3,0.4,0.3,0.6s-0.1,0.5-0.3,0.6
17
+ l0,0L9.8,28.9c-0.2,0.2-0.4,0.3-0.6,0.3c0,0-0.1,0-0.1,0c-0.3,0-0.5-0.2-0.7-0.5l0,0l-0.7-1.4H5.2L4,31.6L8.4,36l4.3-1.2
18
+ v-2.4l-1.4-0.7c-0.3-0.1-0.4-0.4-0.5-0.7c0-0.3,0-0.6,0.3-0.8l0,0l17.3-17.3c0.3-0.3,0.9-0.3,1.3,0l0,0l3.3,3.3
19
+ c0.2,0.2,0.3,0.4,0.3,0.6c0,0.2-0.1,0.5-0.3,0.6l0,0L14.3,36c0,0,0,0,0,0c0,0-0.1,0.1-0.1,0.1c-0.1,0-0.1,0.1-0.2,0.1
20
+ c0,0,0,0,0,0l0,0l-5.5,1.6l-7.2,2.1c-0.1,0-0.2,0-0.2,0c-0.2,0-0.5-0.1-0.6-0.3C0,39.4-0.1,39.1,0,38.8l0,0l2.1-7.2l1.6-5.5
21
+ c0-0.1,0.1-0.3,0.2-0.4c0,0,0,0,0,0l0,0L22.4,7C22.6,6.8,22.8,6.7,23.1,6.7L23.1,6.7L23.1,6.7z M28.3,1
22
+ c1.4-1.4,3.8-1.4,5.1,0l0,0l5.4,5.5c0.7,0.7,1.1,1.6,1.1,2.6s-0.4,1.9-1.1,2.6l0,0L35.5,15c-0.2,0.2-0.4,0.3-0.6,0.3
23
+ c-0.2,0-0.5-0.1-0.6-0.3l0,0L25,5.7c-0.4-0.4-0.4-0.9,0-1.3l0,0L28.3,1z"/>
24
+ </g>
25
+ </g>
26
+ </g>
27
+ </g>
28
+ </g>
29
+ </g>
30
+ </g>
31
+ </g>
32
+ </svg>
@@ -1,19 +1,19 @@
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="Icon_x2F_firma" transform="translate(-260.000000, -541.000000)">
9
- <g transform="translate(260.000000, 541.000000)">
10
- <g id="_x21B3_-_xD83C__xDFA8_Color" transform="translate(0.000000, -0.000000)">
11
- <g id="Mask">
12
- <path id="path-1_1_" class="st0" d="M20,7.9l11.4,10.6l-8.7,13L1.1,39.9l10.2-9.6c1.7,0.6,4.2,0.1,5.5-1.4
13
- c1.7-1.9,1.6-4.9-0.3-6.6c-1.9-1.7-5-1.7-6.8,0.2c-1.3,1.4-1.7,3.9-1,5.6l0,0L0.5,39.2c1.5-6.5,5.8-23.3,5.8-23.3l0,0L20,7.9z
14
- M28.5,0l10.8,10.4l-5.9,6.1L22.3,5.8L28.5,0z"/>
15
- </g>
16
- </g>
17
- </g>
18
- </g>
19
- </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="Icon_x2F_firma" transform="translate(-260.000000, -541.000000)">
9
+ <g transform="translate(260.000000, 541.000000)">
10
+ <g id="_x21B3_-_xD83C__xDFA8_Color" transform="translate(0.000000, -0.000000)">
11
+ <g id="Mask">
12
+ <path id="path-1_1_" class="st0" d="M20,7.9l11.4,10.6l-8.7,13L1.1,39.9l10.2-9.6c1.7,0.6,4.2,0.1,5.5-1.4
13
+ c1.7-1.9,1.6-4.9-0.3-6.6c-1.9-1.7-5-1.7-6.8,0.2c-1.3,1.4-1.7,3.9-1,5.6l0,0L0.5,39.2c1.5-6.5,5.8-23.3,5.8-23.3l0,0L20,7.9z
14
+ M28.5,0l10.8,10.4l-5.9,6.1L22.3,5.8L28.5,0z"/>
15
+ </g>
16
+ </g>
17
+ </g>
18
+ </g>
19
+ </svg>
@@ -1,16 +1,16 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 25.0.1, 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 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{fill:#E0E1E2;}
7
- </style>
8
- <path class="st0" d="M486.5,461.5"/>
9
- <path class="st0" d="M458.5,491h-407C35.8,491,23,478.2,23,462.5v0c0-15.7,12.8-28.5,28.5-28.5h407c15.7,0,28.5,12.8,28.5,28.5v0
10
- C487,478.2,474.2,491,458.5,491z"/>
11
- <path class="st0" d="M256,353L256,353c-16,0-29-13-29-29V55c0-16,13-29,29-29h0c16,0,29,13,29,29v269C285,340,272,353,256,353z"/>
12
- <path class="st0" d="M235.3,369.3L133.4,267.4c-11.2-11.2-11.2-29.3,0-40.5l0,0c11.2-11.2,29.3-11.2,40.5,0l101.8,101.8
13
- c11.2,11.2,11.2,29.3,0,40.5l0,0C264.6,380.4,246.4,380.4,235.3,369.3z"/>
14
- <path class="st0" d="M236.1,328l101.8-101.8c11.2-11.2,29.3-11.2,40.5,0l0,0c11.2,11.2,11.2,29.3,0,40.5L276.6,368.5
15
- c-11.2,11.2-29.3,11.2-40.5,0l0,0C224.9,357.3,224.9,339.1,236.1,328z"/>
16
- </svg>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.0.1, 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 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#E0E1E2;}
7
+ </style>
8
+ <path class="st0" d="M486.5,461.5"/>
9
+ <path class="st0" d="M458.5,491h-407C35.8,491,23,478.2,23,462.5v0c0-15.7,12.8-28.5,28.5-28.5h407c15.7,0,28.5,12.8,28.5,28.5v0
10
+ C487,478.2,474.2,491,458.5,491z"/>
11
+ <path class="st0" d="M256,353L256,353c-16,0-29-13-29-29V55c0-16,13-29,29-29h0c16,0,29,13,29,29v269C285,340,272,353,256,353z"/>
12
+ <path class="st0" d="M235.3,369.3L133.4,267.4c-11.2-11.2-11.2-29.3,0-40.5l0,0c11.2-11.2,29.3-11.2,40.5,0l101.8,101.8
13
+ c11.2,11.2,11.2,29.3,0,40.5l0,0C264.6,380.4,246.4,380.4,235.3,369.3z"/>
14
+ <path class="st0" d="M236.1,328l101.8-101.8c11.2-11.2,29.3-11.2,40.5,0l0,0c11.2,11.2,11.2,29.3,0,40.5L276.6,368.5
15
+ c-11.2,11.2-29.3,11.2-40.5,0l0,0C224.9,357.3,224.9,339.1,236.1,328z"/>
16
+ </svg>