@babylonjs/shared-ui-components 5.31.0 → 5.31.2

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 (182) hide show
  1. package/colorPicker/colorPicker.scss +193 -0
  2. package/components/Button.modules.scss +38 -0
  3. package/components/Colors.scss +8 -0
  4. package/components/Fonts.scss +5 -0
  5. package/components/Icon.modules.scss +3 -0
  6. package/components/Label.modules.scss +15 -0
  7. package/components/MessageDialog.modules.scss +62 -0
  8. package/components/Toggle.modules.scss +11 -0
  9. package/components/bars/CommandBar.modules.scss +45 -0
  10. package/components/bars/CommandButton.modules.scss +33 -0
  11. package/components/bars/CommandDropdown.modules.scss +135 -0
  12. package/components/colorPicker/ColorComponentEntry.modules.scss +26 -0
  13. package/components/colorPicker/ColorPicker.modules.scss +136 -0
  14. package/components/colorPicker/HexColor.modules.scss +29 -0
  15. package/components/layout/FlexibleColumn.modules.scss +5 -0
  16. package/components/layout/FlexibleDropZone.modules.scss +5 -0
  17. package/components/layout/FlexibleGridContainer.modules.scss +7 -0
  18. package/components/layout/FlexibleResizeBar.modules.scss +26 -0
  19. package/components/layout/FlexibleTab.modules.scss +67 -0
  20. package/components/layout/FlexibleTabsContainer.modules.scss +34 -0
  21. package/components/lines/ColorLineComponent.modules.scss +67 -0
  22. package/components/lines/ColorPickerLineComponent.modules.scss +38 -0
  23. package/components/lines/FileButtonLineComponent.modules.scss +38 -0
  24. package/components/lines/NumericInputComponent.modules.scss +27 -0
  25. package/imgs/LineSpacingIcon.svg +1 -0
  26. package/imgs/addGridElementDark.svg +1 -0
  27. package/imgs/addImageButtonIcon.svg +1 -0
  28. package/imgs/addTextButtonIcon.svg +1 -0
  29. package/imgs/adtIcon.svg +1 -0
  30. package/imgs/alignVerticalIcon.svg +1 -0
  31. package/imgs/alphaIcon.svg +1 -0
  32. package/imgs/animationSheetIcon.svg +1 -0
  33. package/imgs/artboardColorIcon.svg +1 -0
  34. package/imgs/autoResizeIcon.svg +1 -0
  35. package/imgs/autoScaleIcon.svg +1 -0
  36. package/imgs/autoStretchHeightIcon.svg +1 -0
  37. package/imgs/autoStretchWidthIcon.svg +1 -0
  38. package/imgs/babylonLogo.svg +1 -0
  39. package/imgs/barOffsetIcon.svg +1 -0
  40. package/imgs/betaFlag.svg +1 -0
  41. package/imgs/buttonIcon.svg +1 -0
  42. package/imgs/cancelGridElementDark.svg +1 -0
  43. package/imgs/canvasFitIcon.svg +1 -0
  44. package/imgs/canvasSizeIcon.svg +1 -0
  45. package/imgs/cellIDIcon.svg +1 -0
  46. package/imgs/checkboxIcon.svg +1 -0
  47. package/imgs/checkboxIconDark.svg +1 -0
  48. package/imgs/clampSliderValueIcon.svg +1 -0
  49. package/imgs/clipChildrenIcon.svg +1 -0
  50. package/imgs/clipContentsIcon.svg +1 -0
  51. package/imgs/collapsedIcon.svg +1 -0
  52. package/imgs/colorIcon.svg +1 -0
  53. package/imgs/colorPickerIcon.svg +1 -0
  54. package/imgs/conerRadiusIcon.svg +1 -0
  55. package/imgs/confirmGridElementDark.svg +1 -0
  56. package/imgs/copy.svg +1 -0
  57. package/imgs/cropIcon.svg +1 -0
  58. package/imgs/cropIcon_1.svg +1 -0
  59. package/imgs/deleteGridElementDark.svg +1 -0
  60. package/imgs/descendantsOnlyPaddingIcon.svg +1 -0
  61. package/imgs/displayGridLine1Icon.svg +1 -0
  62. package/imgs/displayGridLine2Icon.svg +1 -0
  63. package/imgs/displaygridIcon.svg +1 -0
  64. package/imgs/dividerBarIcon.svg +1 -0
  65. package/imgs/dragDotsIcon_white.svg +1 -0
  66. package/imgs/dropdownArrowIcon.svg +1 -0
  67. package/imgs/ellipseIcon.svg +1 -0
  68. package/imgs/expandIcon.svg +1 -0
  69. package/imgs/expandedIcon.svg +1 -0
  70. package/imgs/fillColorIcon.svg +1 -0
  71. package/imgs/fontFamilyIcon.svg +1 -0
  72. package/imgs/fontSizeIcon.svg +1 -0
  73. package/imgs/fontStyleIcon.svg +1 -0
  74. package/imgs/fontWeightIcon.svg +1 -0
  75. package/imgs/frequencyIcon.svg +1 -0
  76. package/imgs/gridColumnIconDark.svg +1 -0
  77. package/imgs/gridIcon.svg +1 -0
  78. package/imgs/gridRowIconDark.svg +1 -0
  79. package/imgs/guidesIcon.svg +1 -0
  80. package/imgs/hAlignCenterIcon.svg +1 -0
  81. package/imgs/hAlignLeftIcon.svg +1 -0
  82. package/imgs/hAlignRightIcon.svg +1 -0
  83. package/imgs/hamburger.svg +10 -0
  84. package/imgs/hamburgerIcon.svg +1 -0
  85. package/imgs/handIcon.svg +1 -0
  86. package/imgs/highlightIcon.svg +1 -0
  87. package/imgs/horizontalMarginIcon.svg +1 -0
  88. package/imgs/imageIcon.svg +1 -0
  89. package/imgs/imageLinkIcon.svg +1 -0
  90. package/imgs/imageSliderIcon.svg +1 -0
  91. package/imgs/inputFieldIcon.svg +1 -0
  92. package/imgs/keyboardIcon.svg +1 -0
  93. package/imgs/lineDashIcon.svg +1 -0
  94. package/imgs/lineIcon.svg +1 -0
  95. package/imgs/linePoint1Icon.svg +1 -0
  96. package/imgs/linePoint2Icon.svg +1 -0
  97. package/imgs/linkedMeshOffsetIcon.svg +1 -0
  98. package/imgs/makeComponentIcon.svg +1 -0
  99. package/imgs/marginsIcon.svg +1 -0
  100. package/imgs/mulitlineIcon.svg +1 -0
  101. package/imgs/passwordFieldIcon.svg +1 -0
  102. package/imgs/pivotIcon.svg +1 -0
  103. package/imgs/pointerIcon.svg +1 -0
  104. package/imgs/positionIcon.svg +1 -0
  105. package/imgs/radioButtonIcon.svg +1 -0
  106. package/imgs/rectangleIcon.svg +1 -0
  107. package/imgs/resizeToFitIcon.svg +1 -0
  108. package/imgs/responsiveIcon.svg +1 -0
  109. package/imgs/rotationIcon.svg +1 -0
  110. package/imgs/scaleIcon.svg +1 -0
  111. package/imgs/scrollViewerPrecisionIcon.svg +1 -0
  112. package/imgs/scrollbarIcon.svg +1 -0
  113. package/imgs/selectAllIcon.svg +1 -0
  114. package/imgs/shadowBlurIcon.svg +1 -0
  115. package/imgs/shadowColorIcon.svg +1 -0
  116. package/imgs/shadowOffsetXIcon.svg +1 -0
  117. package/imgs/shadowOffsetYIcon.svg +1 -0
  118. package/imgs/showThumbIcon.svg +1 -0
  119. package/imgs/sizeIcon.svg +1 -0
  120. package/imgs/sliderBackgroundImageIcon.svg +1 -0
  121. package/imgs/sliderHandleIcon.svg +1 -0
  122. package/imgs/sliderIcon.svg +1 -0
  123. package/imgs/sliderValueIcon.svg +1 -0
  124. package/imgs/sliderValueMaximumIcon.svg +1 -0
  125. package/imgs/sliderValueMinimumIcon.svg +1 -0
  126. package/imgs/spriteCellIDIcon.svg +1 -0
  127. package/imgs/spriteSizeIcon.svg +1 -0
  128. package/imgs/stackPanelIcon.svg +1 -0
  129. package/imgs/stackPanelSpacingIcon.svg +1 -0
  130. package/imgs/stretchFillIcon.svg +1 -0
  131. package/imgs/stretchIcon.svg +1 -0
  132. package/imgs/strokeColorIcon.svg +1 -0
  133. package/imgs/strokeWeightIcon.svg +1 -0
  134. package/imgs/subtractGridElementDark.svg +1 -0
  135. package/imgs/textBoxIcon.svg +1 -0
  136. package/imgs/textContentIcon.svg +1 -0
  137. package/imgs/textIcon.svg +1 -0
  138. package/imgs/textInputIcon.svg +1 -0
  139. package/imgs/textPlaceholderIcon.svg +1 -0
  140. package/imgs/thumbCircleIcon.svg +1 -0
  141. package/imgs/thumbImageLinkIcon.svg +1 -0
  142. package/imgs/thumbWidthIcon.svg +1 -0
  143. package/imgs/toggleMixedIcon_30px.svg +1 -0
  144. package/imgs/toggleOffIcon_30px.svg +1 -0
  145. package/imgs/toggleOffIcon_40px.svg +1 -0
  146. package/imgs/toggleOnIcon_30px.svg +1 -0
  147. package/imgs/toggleOnIcon_40px.svg +1 -0
  148. package/imgs/transparentIcon.svg +1 -0
  149. package/imgs/vAlignBottomIcon.svg +1 -0
  150. package/imgs/vAlignCenterIcon.svg +1 -0
  151. package/imgs/vAlignTopIcon.svg +1 -0
  152. package/imgs/valueBarImageLinkIcon.svg +1 -0
  153. package/imgs/valueChangedGridDark.svg +1 -0
  154. package/imgs/verticalMarginIcon.svg +1 -0
  155. package/imgs/verticalSliderIcon.svg +1 -0
  156. package/imgs/visibilityIcon.svg +1 -0
  157. package/imgs/widthIcon.svg +1 -0
  158. package/imgs/wordWrapIcon.svg +1 -0
  159. package/imgs/zoomIcon.svg +1 -0
  160. package/lines/copy.svg +1 -0
  161. package/lines/copyStep.svg +10 -0
  162. package/lines/delete.svg +10 -0
  163. package/lines/downArrow.svg +3 -0
  164. package/lines/valueDownArrowIcon.svg +1 -0
  165. package/lines/valueUpArrowIcon.svg +1 -0
  166. package/nodeGraphSystem/common.modules.scss +79 -0
  167. package/nodeGraphSystem/graphCanvas.modules.scss +62 -0
  168. package/nodeGraphSystem/graphFrame.js +1 -1
  169. package/nodeGraphSystem/graphFrame.js.map +1 -1
  170. package/nodeGraphSystem/graphFrame.modules.scss +243 -0
  171. package/nodeGraphSystem/graphNode.modules.scss +83 -0
  172. package/nodeGraphSystem/nodeLink.modules.scss +27 -0
  173. package/nodeGraphSystem/nodePort.modules.scss +8 -0
  174. package/package.json +5 -1
  175. package/stories/assets/code-brackets.svg +1 -0
  176. package/stories/assets/colors.svg +1 -0
  177. package/stories/assets/comments.svg +1 -0
  178. package/stories/assets/direction.svg +1 -0
  179. package/stories/assets/flow.svg +1 -0
  180. package/stories/assets/plugin.svg +1 -0
  181. package/stories/assets/repo.svg +1 -0
  182. package/stories/assets/stackalt.svg +1 -0
@@ -0,0 +1,10 @@
1
+ <svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24">
2
+ <!-- Generator: Sketch 59.1 (86144) - https://sketch.com -->
3
+ <title>ic_fluent_navigation_24_regular</title>
4
+ <desc>Created with Sketch.</desc>
5
+ <g id="🔍-Product-Icons" fill-rule="evenodd">
6
+ <g id="ic_fluent_navigation_24_regular">
7
+ <path d="M2.75254822,18 L21.2525482,18 C21.6667618,18 22.0025482,18.3357864 22.0025482,18.75 C22.0025482,19.1296958 21.7203943,19.443491 21.3543188,19.4931534 L21.2525482,19.5 L2.75254822,19.5 C2.33833466,19.5 2.00254822,19.1642136 2.00254822,18.75 C2.00254822,18.3703042 2.2847021,18.056509 2.65077766,18.0068466 L2.75254822,18 L21.2525482,18 L2.75254822,18 Z M2.75254822,11.5030063 L21.2525482,11.5030063 C21.6667618,11.5030063 22.0025482,11.8387927 22.0025482,12.2530063 C22.0025482,12.6327021 21.7203943,12.9464972 21.3543188,12.9961597 L21.2525482,13.0030063 L2.75254822,13.0030063 C2.33833466,13.0030063 2.00254822,12.6672199 2.00254822,12.2530063 C2.00254822,11.8733105 2.2847021,11.5595153 2.65077766,11.5098529 L2.75254822,11.5030063 L21.2525482,11.5030063 L2.75254822,11.5030063 Z M2.75168905,5.0032392 L21.251689,5.0032392 C21.6659026,5.0032392 22.001689,5.33902564 22.001689,5.7532392 C22.001689,6.13293497 21.7195352,6.44673016 21.3534596,6.49639258 L21.251689,6.5032392 L2.75168905,6.5032392 C2.33747549,6.5032392 2.00168905,6.16745276 2.00168905,5.7532392 C2.00168905,5.37354343 2.28384293,5.05974824 2.64991849,5.01008582 L2.75168905,5.0032392 L21.251689,5.0032392 L2.75168905,5.0032392 Z" id="🎨-Color"></path>
8
+ </g>
9
+ </g>
10
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><path d="M12.46,15.31H27.62a.62.62,0,0,0,.53-.61.61.61,0,0,0-.61-.61H12.38a.61.61,0,0,0,.08,1.21Z" style="fill:#fff"/><path d="M27.54,19.39H12.38a.61.61,0,0,0,.08,1.21H27.62a.62.62,0,0,0,.53-.61A.61.61,0,0,0,27.54,19.39Z" style="fill:#fff"/><path d="M27.54,24.69H12.38a.62.62,0,0,0-.53.61.61.61,0,0,0,.61.61H27.62a.61.61,0,0,0-.08-1.21Z" style="fill:#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><path d="M19.39,13.51v5.07a.61.61,0,0,0,.61.61.61.61,0,0,0,.61-.61V14.51a.39.39,0,0,1,.4-.39.43.43,0,0,1,.41.41v6.08a.61.61,0,0,0,1,.42h0l0,0,.08-.07c.08-.07.19-.16.33-.26A2.66,2.66,0,0,1,24,20.2a1.86,1.86,0,0,1,1.13.11.68.68,0,0,1,.36.43l-1.35,1L24,21.8l-1.76,1.76a10,10,0,0,0-1.87,2.59,1.35,1.35,0,0,1-1.2.74H17a1.21,1.21,0,0,1-1.07-.58,9,9,0,0,1-1.39-4.08V16a.41.41,0,1,1,.81,0v2.83a.61.61,0,0,0,.61.61.61.61,0,0,0,.61-.61V14.53a.4.4,0,0,1,.4-.41.41.41,0,0,1,.41.41v4a.61.61,0,1,0,1.21,0V13.51a.41.41,0,0,1,.81,0ZM20.52,13A1.63,1.63,0,0,0,19,11.89,1.6,1.6,0,0,0,17.46,13a1.63,1.63,0,0,0-.5-.07,1.61,1.61,0,0,0-1.61,1.47,1.84,1.84,0,0,0-.41-.05A1.62,1.62,0,0,0,13.31,16v6.28a10.2,10.2,0,0,0,1.56,4.7A2.44,2.44,0,0,0,17,28.11H19.2a2.58,2.58,0,0,0,2.29-1.41,8.79,8.79,0,0,1,1.63-2.28l1.74-1.73,1.58-1.19a.61.61,0,0,0,.25-.49,1.9,1.9,0,0,0-1.06-1.78A3,3,0,0,0,23.74,19a3.64,3.64,0,0,0-1.11.4V14.53A1.63,1.63,0,0,0,21,12.91,1.51,1.51,0,0,0,20.52,13Z" style="fill:#fff"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><defs><style>.b{fill:#333;}</style></defs><path class="b" d="M21.77,6.8c.31,0,.57,.23,.61,.53v3.77c0,.95-.72,1.73-1.64,1.83v1.85c0,.98-.76,1.78-1.72,1.84h-.33v2.29c0,.67-.36,1.28-.94,1.6l-.13,.07-5.44,2.55c-.38,.18-.82-.07-.87-.47v-6.03h-.21c-.98,0-1.77-.76-1.84-1.72v-1.98c-.88-.1-1.57-.81-1.64-1.7v-3.82c0-.34,.27-.61,.61-.61,.31,0,.57,.23,.61,.53v3.77c0,.31,.24,.57,.54,.61h11.15c.31,0,.57-.23,.61-.53v-3.77c0-.34,.28-.61,.62-.61Zm-4.31,9.83h-4.92v4.98l4.56-2.14c.19-.09,.32-.27,.35-.47v-2.38Zm2.06-3.68H10.49v1.84c0,.31,.23,.57,.53,.61h7.87c.31,0,.57-.23,.61-.53v-1.92Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M9,8.37a.6.6,0,1,0-1.2,0V21.63a.6.6,0,1,0,1.2,0Z" style="fill:#333"/><path d="M22.23,8.37a.6.6,0,1,0-1.2,0V21.63a.6.6,0,1,0,1.2,0Z" style="fill:#333"/><path d="M11.79,19.22a1.41,1.41,0,0,0,1.4,1.41h3.62a1.41,1.41,0,0,0,1.4-1.41V10.78a1.41,1.41,0,0,0-1.4-1.41H13.19a1.41,1.41,0,0,0-1.4,1.41Zm1.4.2a.2.2,0,0,1-.2-.2V10.78a.2.2,0,0,1,.2-.2h3.62a.2.2,0,0,1,.2.2v8.44a.2.2,0,0,1-.2.2Z" style="fill:#333"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><path d="M27.6,19.73a1.85,1.85,0,0,0-2.63,0l-4.81,4.81a2.22,2.22,0,0,0-.58,1l-.37,1.49a.89.89,0,0,0,1.08,1.07l1.49-.37a2.23,2.23,0,0,0,1-.58l4.81-4.81A1.85,1.85,0,0,0,27.6,19.73Z" style="fill:#fff"/><path d="M18.82,20.52a.62.62,0,0,1,.79.06l1.7,1.66.86-.86-1.7-1.67-.11-.1a1.83,1.83,0,0,0-2.46.1l-4.74,4.64a1.28,1.28,0,0,1-.09-.48V14.5a1.43,1.43,0,0,1,1.43-1.43h9.37A1.43,1.43,0,0,1,25.3,14.5v4.06a2.56,2.56,0,0,1,1.22-.18V14.5a2.65,2.65,0,0,0-2.65-2.65H14.5a2.65,2.65,0,0,0-2.65,2.65v9.37a2.65,2.65,0,0,0,2.65,2.65h4l.29-1.16,0-.06H14.5a1.51,1.51,0,0,1-.48-.08l4.74-4.64Z" style="fill:#fff"/><path d="M20,16.54a1.84,1.84,0,1,0,1.83-1.84A1.83,1.83,0,0,0,20,16.54Zm2.45,0a.62.62,0,0,1-1.23,0,.62.62,0,1,1,1.23,0Z" style="fill:#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><defs><style>.cls-1{fill:#333;}</style></defs><path class="cls-1" d="M12.78,11a.6.6,0,0,1,.09,1.2H11a2.82,2.82,0,0,0-.17,5.64h2a.61.61,0,0,1,.61.61.62.62,0,0,1-.52.6H11a4,4,0,0,1-.2-8.06h2ZM19,11a4,4,0,0,1,.2,8.06h-2a.6.6,0,0,1-.09-1.2H19a2.82,2.82,0,0,0,.17-5.64h-2a.61.61,0,0,1-.61-.61.62.62,0,0,1,.52-.6H19ZM11,14.4H19a.6.6,0,0,1,.08,1.2H11a.6.6,0,0,1-.08-1.2Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><path d="M26.06,14.34H13.94A3.64,3.64,0,0,0,10.3,18V22a3.64,3.64,0,0,0,3.64,3.63H26.06A3.64,3.64,0,0,0,29.7,22V18A3.64,3.64,0,0,0,26.06,14.34Zm0,10.11H13.94a2.42,2.42,0,0,1-.81-.15l1.41-1.39a3.24,3.24,0,0,0,1.45.36A3.28,3.28,0,0,0,19.26,20a3.18,3.18,0,0,0-.35-1.43l.64-.63a.54.54,0,0,1,.74,0L27,24.26A2.43,2.43,0,0,1,26.06,24.45ZM14,20a2,2,0,1,1,2,2A2,2,0,0,1,14,20Zm14.52,2a2.41,2.41,0,0,1-.41,1.34l-6.84-6.44a1.91,1.91,0,0,0-2.67,0l-.53.52a3.22,3.22,0,0,0-2-.75A3.28,3.28,0,0,0,12.72,20a3.23,3.23,0,0,0,.73,2L12,23.47A2.4,2.4,0,0,1,11.51,22V18a2.43,2.43,0,0,1,2.43-2.42H26.06A2.43,2.43,0,0,1,28.49,18Z" style="fill:#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><path d="M22.43,17.17H20.61v5.66H21a.61.61,0,0,1,.61.61.61.61,0,0,1-.61.61H19a.61.61,0,0,1-.61-.61.61.61,0,0,1,.61-.61h.4V17.17H17.57v.6a.61.61,0,1,1-1.21,0V16.56A.6.6,0,0,1,17,16H23a.6.6,0,0,1,.6.61v1.21a.61.61,0,1,1-1.21,0Z" style="fill:#fff"/><path d="M14.94,13.52a3,3,0,0,0-3,3v6.88a3,3,0,0,0,3,3H25.06a3,3,0,0,0,3-3V16.56a3,3,0,0,0-3-3Zm-1.82,3a1.81,1.81,0,0,1,1.82-1.82H25.06a1.81,1.81,0,0,1,1.82,1.82v6.88a1.81,1.81,0,0,1-1.82,1.82H14.94a1.81,1.81,0,0,1-1.82-1.82Z" style="fill:#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><path d="M26.31,14.3a1.83,1.83,0,0,1,1.83,1.83v7.74a1.83,1.83,0,0,1-1.83,1.83H13.69a1.83,1.83,0,0,1-1.83-1.83V16.13a1.83,1.83,0,0,1,1.83-1.83Zm0,1.22H13.69a.61.61,0,0,0-.61.61v7.74a.61.61,0,0,0,.61.61H26.31a.61.61,0,0,0,.61-.61V16.13A.61.61,0,0,0,26.31,15.52ZM15.73,22h8.55a.61.61,0,0,1,.08,1.22H15.73A.61.61,0,0,1,15.65,22Zm7.93-2.85a.82.82,0,0,1,.82.82.82.82,0,1,1-.82-.82Zm-4.88,0a.82.82,0,0,1,.82.82.82.82,0,1,1-.82-.82Zm-2.44,0a.82.82,0,0,1,.82.82.82.82,0,0,1-.82.81.81.81,0,0,1-.81-.81A.82.82,0,0,1,16.34,19.18Zm4.89,0A.82.82,0,0,1,22,20a.81.81,0,0,1-.81.81.82.82,0,0,1-.82-.81A.82.82,0,0,1,21.23,19.18Zm-6.11-2.44a.82.82,0,0,1,.81.82.81.81,0,0,1-.81.81.82.82,0,0,1-.82-.81A.82.82,0,0,1,15.12,16.74Zm2.44,0a.82.82,0,0,1,.81.82.81.81,0,0,1-.81.81.82.82,0,0,1-.82-.81A.82.82,0,0,1,17.56,16.74Zm2.44,0a.82.82,0,0,1,.81.82.81.81,0,0,1-.81.81.82.82,0,0,1-.82-.81A.82.82,0,0,1,20,16.74Zm2.44,0a.82.82,0,0,1,.81.82.81.81,0,1,1-1.62,0A.82.82,0,0,1,22.44,16.74Zm2.44,0a.82.82,0,0,1,.82.82.82.82,0,0,1-.82.81.81.81,0,0,1-.81-.81A.82.82,0,0,1,24.88,16.74Z" style="fill:#fff"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><defs><style>.b{fill:#333;}</style></defs><g><path class="b" d="M16.47,8.95h-2.98c-.33,0-.6-.27-.6-.6s.27-.6,.6-.6h2.98c.33,0,.6,.27,.6,.6s-.27,.6-.6,.6Z"/><path class="b" d="M8.3,11.6c-.33,0-.6-.27-.6-.6v-1c0-1.24,1.01-2.25,2.25-2.25h1c.33,0,.6,.27,.6,.6s-.27,.6-.6,.6h-1c-.58,0-1.05,.47-1.05,1.05v1c0,.33-.27,.6-.6,.6Z"/><path class="b" d="M21.7,11.6c-.33,0-.6-.27-.6-.6v-1c0-.58-.47-1.05-1.05-1.05h-1c-.33,0-.6-.27-.6-.6s.27-.6,.6-.6h1c1.24,0,2.25,1.01,2.25,2.25v1c0,.33-.27,.6-.6,.6Z"/></g><g><path class="b" d="M8.35,17.11c-.33,0-.6-.27-.6-.6v-2.98c0-.33,.27-.6,.6-.6s.6,.27,.6,.6v2.98c0,.33-.27,.6-.6,.6Z"/><path class="b" d="M11,22.3h-1c-1.24,0-2.25-1.01-2.25-2.25v-1c0-.33,.27-.6,.6-.6s.6,.27,.6,.6v1c0,.58,.47,1.05,1.05,1.05h1c.33,0,.6,.27,.6,.6s-.27,.6-.6,.6Z"/></g><g><path class="b" d="M16.51,22.25h-2.98c-.33,0-.6-.27-.6-.6s.27-.6,.6-.6h2.98c.33,0,.6,.27,.6,.6s-.27,.6-.6,.6Z"/><path class="b" d="M20.05,22.25h-1c-.33,0-.6-.27-.6-.6s.27-.6,.6-.6h1c.58,0,1.05-.47,1.05-1.05v-1c0-.33,.27-.6,.6-.6s.6,.27,.6,.6v1c0,1.24-1.01,2.25-2.25,2.25Z"/></g><path class="b" d="M21.65,17.07c-.33,0-.6-.27-.6-.6v-2.98c0-.33,.27-.6,.6-.6s.6,.27,.6,.6v2.98c0,.33-.27,.6-.6,.6Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><path d="M10.3,20a.61.61,0,0,1,.61-.61H29.09a.61.61,0,1,1,0,1.22H10.91A.61.61,0,0,1,10.3,20Z" style="fill:#fff"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><defs><style>.b{fill:#333;}</style></defs><path class="b" d="M21.23,4.79v5.88c0,.27-.21,.48-.48,.48s-.47-.21-.47-.48V5.39l-.96,.38c-.08,.03-.18,.06-.25,.06-.24,0-.43-.19-.43-.43,0-.14,.06-.32,.3-.42l1.47-.59c.08-.02,.2-.09,.34-.09,.28,0,.48,.21,.48,.49Z"/><path class="b" d="M16.51,15.01c0,.33,.27,.61,.61,.61h4.59l-.58,.58c-.24,.24-.24,.62,0,.86,.24,.24,.62,.24,.86,0l1.61-1.61c.24-.24,.24-.62,0-.86l-1.61-1.61c-.24-.24-.62-.24-.86,0-.24,.24-.24,.62,0,.86l.58,.58h-4.59c-.33,0-.61,.27-.61,.61Zm-3.63-.61h-4.59l.58-.58c.24-.24,.24-.62,0-.86-.24-.24-.62-.24-.86,0l-1.61,1.61c-.24,.24-.24,.62,0,.86l1.61,1.61c.24,.24,.62,.24,.86,0,.24-.24,.24-.62,0-.86l-.58-.58h4.59c.33,0,.61-.27,.61-.61,0-.33-.27-.61-.61-.61Zm2.09-.92c.33,0,.61-.27,.61-.61v-4.59l.58,.58c.24,.24,.62,.24,.86,0,.24-.24,.24-.62,0-.86l-1.61-1.61c-.24-.24-.62-.24-.86,0l-1.61,1.61c-.24,.24-.24,.62,0,.86,.24,.24,.62,.24,.86,0l.58-.58v4.59c0,.33,.27,.61,.61,.61Zm-.61,3.63v4.59l-.58-.58c-.24-.24-.62-.24-.86,0-.24,.24-.24,.62,0,.86l1.61,1.61c.24,.24,.62,.24,.86,0l1.61-1.61c.24-.24,.24-.62,0-.86-.24-.24-.62-.24-.86,0l-.58,.58v-4.59c0-.33-.27-.61-.61-.61s-.61,.27-.61,.61Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><defs><style>.b{fill:#333;}</style></defs><path class="b" d="M23.65,10.8c0,.28-.21,.46-.46,.46h-3.53c-.29,0-.5-.19-.5-.5,0-.21,.08-.37,.28-.57l2.03-2.11c.52-.53,.84-1.08,.84-1.67,0-.63-.46-1.05-1.08-1.05-.56,0-.92,.31-1.16,.62-.09,.11-.2,.22-.41,.22-.25,0-.45-.16-.46-.41,0-.14,.05-.27,.12-.38,.3-.52,.97-1,1.94-1,1.29,0,2.05,.85,2.05,1.95,0,.77-.36,1.46-1.09,2.22l-1.69,1.76h2.65c.26,0,.46,.18,.46,.46Z"/><path class="b" d="M16.51,15.01c0,.33,.27,.61,.61,.61h4.59l-.58,.58c-.24,.24-.24,.62,0,.86,.24,.24,.62,.24,.86,0l1.61-1.61c.24-.24,.24-.62,0-.86l-1.61-1.61c-.24-.24-.62-.24-.86,0-.24,.24-.24,.62,0,.86l.58,.58h-4.59c-.33,0-.61,.27-.61,.61Zm-3.63-.61h-4.59l.58-.58c.24-.24,.24-.62,0-.86-.24-.24-.62-.24-.86,0l-1.61,1.61c-.24,.24-.24,.62,0,.86l1.61,1.61c.24,.24,.62,.24,.86,0,.24-.24,.24-.62,0-.86l-.58-.58h4.59c.33,0,.61-.27,.61-.61,0-.33-.27-.61-.61-.61Zm2.09-.92c.33,0,.61-.27,.61-.61v-4.59l.58,.58c.24,.24,.62,.24,.86,0,.24-.24,.24-.62,0-.86l-1.61-1.61c-.24-.24-.62-.24-.86,0l-1.61,1.61c-.24,.24-.24,.62,0,.86,.24,.24,.62,.24,.86,0l.58-.58v4.59c0,.33,.27,.61,.61,.61Zm-.61,3.63v4.59l-.58-.58c-.24-.24-.62-.24-.86,0-.24,.24-.24,.62,0,.86l1.61,1.61c.24,.24,.62,.24,.86,0l1.61-1.61c.24-.24,.24-.62,0-.86-.24-.24-.62-.24-.86,0l-.58,.58v-4.59c0-.33-.27-.61-.61-.61s-.61,.27-.61,.61Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="icons" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><defs><style>.cls-1{fill:#333;}</style></defs><path class="cls-1" d="M18.17,18.51c-1.21,0-2.19,.98-2.19,2.19s.98,2.19,2.19,2.19h.44c.24,0,.44-.2,.44-.44s-.2-.44-.44-.44h-.44c-.73,0-1.32-.59-1.32-1.32s.59-1.32,1.32-1.32h.44c.24,0,.44-.2,.44-.44s-.2-.44-.44-.44h-.44Zm3.07,0c-.24,0-.44,.2-.44,.44s.2,.44,.44,.44h.44c.73,0,1.32,.59,1.32,1.32s-.59,1.32-1.32,1.32h-.44c-.24,0-.44,.2-.44,.44s.2,.44,.44,.44h.44c1.21,0,2.19-.98,2.19-2.19s-.98-2.19-2.19-2.19h-.44Zm-3.07,1.76c-.24,0-.44,.2-.44,.44s.2,.44,.44,.44h3.51c.24,0,.44-.2,.44-.44s-.2-.44-.44-.44h-3.51Z"/><g><path class="cls-1" d="M21.61,14.4h-4.59c-.33,0-.61,.27-.61,.61s.27,.61,.61,.61h4.59l-.58,.58c-.24,.24-.24,.62,0,.86,.24,.24,.62,.24,.86,0l1.61-1.61c.24-.24,.24-.62,0-.86l-1.61-1.61c-.24-.24-.62-.24-.86,0-.24,.24-.24,.62,0,.86l.58,.58Z"/><path class="cls-1" d="M15.01,20.71c0-.57,.18-1.09,.47-1.54v-2.05c0-.33-.27-.61-.61-.61s-.6,.27-.6,.61v4.59l-.58-.58c-.24-.24-.62-.24-.86,0-.24,.24-.24,.62,0,.86l1.61,1.61c.24,.24,.62,.24,.86,0l.72-.72c-.62-.54-1.01-1.31-1.01-2.17Z"/><path class="cls-1" d="M13.68,8.87l.58-.58v4.59c0,.33,.27,.61,.6,.61s.61-.27,.61-.61v-4.59l.58,.58c.24,.24,.62,.24,.86,0,.24-.24,.24-.62,0-.86l-1.61-1.61c-.24-.24-.62-.24-.86,0l-1.61,1.61c-.24,.24-.24,.62,0,.86,.24,.24,.62,.24,.86,0Z"/><path class="cls-1" d="M8.19,15.61h4.59c.33,0,.61-.27,.61-.61s-.27-.61-.61-.61h-4.59l.58-.58c.24-.24,.24-.62,0-.86-.24-.24-.62-.24-.86,0l-1.61,1.61c-.24,.24-.24,.62,0,.86l1.61,1.61c.24,.24,.62,.24,.86,0,.24-.24,.24-.62,0-.86l-.58-.58Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M15,11a.61.61,0,0,1,.61.61v2.83h2.83a.61.61,0,0,1,0,1.22H15.61v2.83a.61.61,0,0,1-1.22,0V15.61H11.56a.61.61,0,1,1,0-1.22h2.83V11.56A.61.61,0,0,1,15,11Z" style="fill:#333"/><path d="M7.71,10.34a2.63,2.63,0,0,1,2.63-2.63h9.32a2.63,2.63,0,0,1,2.63,2.63v9.32a2.63,2.63,0,0,1-2.63,2.63H10.34a2.63,2.63,0,0,1-2.63-2.63Zm2.63-1.41a1.41,1.41,0,0,0-1.41,1.41v9.32a1.41,1.41,0,0,0,1.41,1.41h9.32a1.41,1.41,0,0,0,1.41-1.41V10.34a1.41,1.41,0,0,0-1.41-1.41Z" style="fill:#333"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><defs><style>.b{fill:#333;}</style></defs><path class="b" d="M20.38,8.62c.42,0,.81,.08,1.19,.25s.71,.39,1,.68,.52,.62,.68,1c.17,.38,.25,.78,.26,1.2v6.51c0,.42-.08,.81-.25,1.19s-.39,.71-.68,1-.62,.52-1,.68-.78,.25-1.2,.26H9.15c-.35,0-.69-.07-1.01-.2s-.6-.32-.85-.56-.44-.52-.58-.83c-.14-.32-.22-.65-.22-1.01v-7.56c0-.35,.07-.68,.21-1,.14-.32,.33-.59,.56-.82s.52-.42,.83-.56,.65-.22,1-.22h11.29Zm-.07,2.13v-1.06H9.68v1.06h10.63Zm-11.7-.97c-.23,.08-.42,.2-.59,.37s-.29,.37-.38,.6h.97v-.97Zm13.54,.97c-.19-.33-.45-.59-.78-.78v.78h.78Zm-13.54,1.06h-1.06v6.38h1.06v-6.38Zm11.7,0H9.68v6.38h10.63v-6.38Zm2.13,0h-1.06v6.38h1.06v-6.38Zm-14.8,7.44c.08,.23,.21,.43,.37,.6s.37,.3,.6,.37v-.97h-.97Zm2.04,0v1.06h10.63v-1.06H9.68Zm11.7,.78c.33-.19,.59-.45,.78-.78h-.78v.78Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><polyline points="10.86 20 16.02 15.48 25.05 23.9 29.14 20" style="fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.25px"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><path d="M19.82,18.55a.62.62,0,0,0-.86,0,.62.62,0,0,0,0,.87l.58.58-.58.58a.62.62,0,0,0,0,.87.62.62,0,0,0,.86,0l.59-.59.58.59a.61.61,0,0,0,.86,0,.6.6,0,0,0,0-.86L21.27,20l.58-.58a.62.62,0,0,0,0-.87.62.62,0,0,0-.86,0l-.58.59Z" style="fill:#fff"/><path d="M14.49,18.55a.62.62,0,0,1,.86,0l.59.59.58-.59a.62.62,0,0,1,.87.87L16.8,20l.59.58a.62.62,0,0,1-.87.87l-.58-.59-.59.59a.62.62,0,0,1-.86,0,.63.63,0,0,1,0-.87l.59-.58-.59-.58A.63.63,0,0,1,14.49,18.55Z" style="fill:#fff"/><path d="M23.65,21.22a.6.6,0,0,0-.6.61.61.61,0,0,0,.6.61h1.43a.61.61,0,0,0,.6-.61.6.6,0,0,0-.6-.61Z" style="fill:#fff"/><path d="M14.52,14.32A2.64,2.64,0,0,0,11.88,17v6.1a2.64,2.64,0,0,0,2.64,2.63h11a2.64,2.64,0,0,0,2.64-2.63V17a2.64,2.64,0,0,0-2.64-2.63ZM13.1,17a1.42,1.42,0,0,1,1.42-1.42h11A1.42,1.42,0,0,1,26.9,17v6.1a1.42,1.42,0,0,1-1.42,1.42h-11a1.42,1.42,0,0,1-1.42-1.42Z" style="fill:#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M15,6.9A8.1,8.1,0,1,0,23.1,15,8.1,8.1,0,0,0,15,6.9Zm6.86,7.49H15.63V8.14A6.89,6.89,0,0,1,21.86,14.39ZM14.41,8.14v6.25H8.14A6.89,6.89,0,0,1,14.41,8.14ZM8.14,15.61h6.27v6.25A6.89,6.89,0,0,1,8.14,15.61Zm7.49,6.25V15.61h6.23A6.89,6.89,0,0,1,15.63,21.86Z" style="fill:#333"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><path d="M26.09,20.65,15.37,12.31a1.19,1.19,0,0,0-1.92.94v13.5a1.19,1.19,0,0,0,2.12.74l3.33-4.21a1.3,1.3,0,0,1,1-.5h5.44A1.19,1.19,0,0,0,26.09,20.65Zm-6.17.94a2.51,2.51,0,0,0-2,.95l-3.32,4.21V13.25l10.72,8.34Z" style="fill:#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M16.51,15a.61.61,0,0,0,.61.6h4.59l-.58.58a.6.6,0,0,0,0,.86.59.59,0,0,0,.85,0l1.62-1.61a.62.62,0,0,0,0-.86L22,13a.6.6,0,1,0-.85.85l.58.58H17.12A.61.61,0,0,0,16.51,15Zm-3.63-.61H8.29l.58-.58A.6.6,0,1,0,8,13L6.4,14.58a.62.62,0,0,0,0,.86L8,17.05a.59.59,0,0,0,.85,0,.6.6,0,0,0,0-.86l-.58-.58h4.59a.61.61,0,1,0,0-1.21ZM15,13.49a.61.61,0,0,0,.6-.61V8.29l.58.58a.6.6,0,0,0,.86,0A.61.61,0,0,0,17,8L15.39,6.4a.61.61,0,0,0-.85,0L12.92,8a.61.61,0,0,0,0,.85.6.6,0,0,0,.86,0l.58-.58v4.59A.61.61,0,0,0,15,13.49Zm-.61,3.63v4.59l-.58-.58a.6.6,0,0,0-.86,0,.61.61,0,0,0,0,.85l1.62,1.62a.61.61,0,0,0,.85,0L17,22a.61.61,0,0,0,0-.85.6.6,0,0,0-.86,0l-.58.58V17.12a.61.61,0,1,0-1.21,0Z" style="fill:#333"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><path d="M20,24.86A4.86,4.86,0,1,0,15.14,20,4.87,4.87,0,0,0,20,24.86Z" style="fill:#fff"/><path d="M20,11.9A8.1,8.1,0,1,0,28.1,20,8.1,8.1,0,0,0,20,11.9ZM13.12,20A6.88,6.88,0,1,1,20,26.88,6.88,6.88,0,0,1,13.12,20Z" style="fill:#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><path d="M10.3,16.36a3.64,3.64,0,0,1,3.64-3.64H26.06a3.64,3.64,0,0,1,3.64,3.64v7.28a3.64,3.64,0,0,1-3.64,3.64H13.94a3.64,3.64,0,0,1-3.64-3.64Zm3.64-2.42a2.42,2.42,0,0,0-2.43,2.42v7.28a2.42,2.42,0,0,0,2.43,2.42H26.06a2.42,2.42,0,0,0,2.43-2.42V16.36a2.42,2.42,0,0,0-2.43-2.42Z" style="fill:#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M10.35,8.93a1.43,1.43,0,0,0-1.42,1.42v1.21a.61.61,0,1,1-1.21,0V10.35a2.63,2.63,0,0,1,2.63-2.63h1.21a.61.61,0,1,1,0,1.21Z" style="fill:#333"/><path d="M21.07,10.35a1.43,1.43,0,0,0-1.42-1.42H18.44a.61.61,0,1,1,0-1.21h1.21a2.63,2.63,0,0,1,2.63,2.63v1.21a.61.61,0,1,1-1.21,0Z" style="fill:#333"/><path d="M21.07,19.65a1.43,1.43,0,0,1-1.42,1.42H18.44a.61.61,0,1,0,0,1.21h1.21a2.63,2.63,0,0,0,2.63-2.63V18.44a.61.61,0,1,0-1.21,0Z" style="fill:#333"/><path d="M8.93,19.65a1.43,1.43,0,0,0,1.42,1.42h1.21a.61.61,0,1,1,0,1.21H10.35a2.63,2.63,0,0,1-2.63-2.63V18.44a.61.61,0,1,1,1.21,0Z" style="fill:#333"/><path d="M12,10.15A1.81,1.81,0,0,0,10.15,12V18A1.81,1.81,0,0,0,12,19.85H18A1.81,1.81,0,0,0,19.85,18V12A1.81,1.81,0,0,0,18,10.15ZM11.36,12a.61.61,0,0,1,.61-.61H18a.61.61,0,0,1,.61.61V18a.61.61,0,0,1-.61.61H12a.61.61,0,0,1-.61-.61Z" style="fill:#333"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><path d="M23.86,16.14a.62.62,0,0,1,.18.43v2a.61.61,0,0,1-1.21,0V18l-1.39,1.39a.61.61,0,1,1-.86-.86L22,17.17h-.56a.6.6,0,0,1-.6-.6.61.61,0,0,1,.6-.61h2A.62.62,0,0,1,23.86,16.14Z" style="fill:#333"/><path d="M16,23.43a.64.64,0,0,0,.18.43.62.62,0,0,0,.43.18h2a.61.61,0,0,0,.6-.61.6.6,0,0,0-.6-.6H18l1.39-1.39a.61.61,0,1,0-.86-.86L17.17,22v-.56a.6.6,0,0,0-.6-.6.61.61,0,0,0-.61.6Z" style="fill:#333"/><path d="M11.93,15.76a2.22,2.22,0,0,1,2.22-2.22h11.7a2.22,2.22,0,0,1,2.22,2.22v8.48a2.22,2.22,0,0,1-2.22,2.22H14.15a2.22,2.22,0,0,1-2.22-2.22Zm2.22-1a1,1,0,0,0-1,1v8.48a1,1,0,0,0,1,1h11.7a1,1,0,0,0,1-1V15.76a1,1,0,0,0-1-1Z" style="fill:#333"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M15,7.73a7.27,7.27,0,0,1,4,13.33h1.43a.61.61,0,0,1,.61.61.61.61,0,0,1-.52.6H17.22a.61.61,0,0,1-.6-.52V18.43a.6.6,0,0,1,1.2-.08v2A6.06,6.06,0,1,0,8.94,15a.61.61,0,1,1-1.21,0A7.26,7.26,0,0,1,15,7.73Zm0,5A2.22,2.22,0,1,1,12.78,15,2.21,2.21,0,0,1,15,12.78ZM15,14a1,1,0,1,0,1,1A1,1,0,0,0,15,14Z" style="fill:#333"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M10.16,10.76a.6.6,0,0,1,.6-.6h2a.61.61,0,1,1,0,1.21h-.56l1.39,1.39a.6.6,0,0,1-.85.85l-1.39-1.39v.56a.61.61,0,1,1-1.21,0Z" style="fill:#333"/><path d="M19.24,19.85a.64.64,0,0,0,.43-.18.63.63,0,0,0,.17-.43v-2a.61.61,0,1,0-1.21,0v.56l-1.39-1.39a.6.6,0,1,0-.85.85l1.39,1.39h-.56a.61.61,0,0,0,0,1.22Z" style="fill:#333"/><path d="M19.67,10.33a.63.63,0,0,1,.17.43v2a.61.61,0,1,1-1.21,0v-.56l-1.39,1.39a.6.6,0,1,1-.85-.85l1.39-1.39h-.56a.61.61,0,1,1,0-1.21h2A.63.63,0,0,1,19.67,10.33Z" style="fill:#333"/><path d="M10.16,19.24a.58.58,0,0,0,.6.6h2a.61.61,0,1,0,0-1.21h-.56l1.39-1.39a.6.6,0,1,0-.85-.85l-1.39,1.39v-.56a.61.61,0,0,0-1.21,0Z" style="fill:#333"/><path d="M7.73,9.55A1.83,1.83,0,0,1,9.55,7.73h10.9a1.83,1.83,0,0,1,1.82,1.82v10.9a1.83,1.83,0,0,1-1.82,1.82H9.55a1.83,1.83,0,0,1-1.82-1.82Zm1.82-.61a.62.62,0,0,0-.61.61v10.9a.62.62,0,0,0,.61.61h10.9a.62.62,0,0,0,.61-.61V9.55a.62.62,0,0,0-.61-.61Z" style="fill:#333"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><defs><style>.b{fill:#333;}</style></defs><path class="b" d="M14.22,9.56v1.13c0,.43,.35,.78,.78,.78s.78-.35,.78-.78v-1.13c3.05,.36,5.47,2.78,5.83,5.83h-1.13c-.43,0-.78,.35-.78,.78s.35,.78,.78,.78h1.13c-.17,1.42-.82,2.7-1.75,3.71-.22,.24-.21,.61,.03,.83,.24,.22,.61,.21,.83-.03,1.29-1.39,2.11-3.23,2.11-5.29,0-4.33-3.51-7.83-7.83-7.83s-7.83,3.51-7.83,7.83c0,2.06,.83,3.91,2.11,5.29,.22,.24,.59,.25,.83,.03,.24-.22,.25-.59,.03-.83-.94-1.01-1.58-2.29-1.75-3.71h1.13c.43,0,.78-.35,.78-.78s-.35-.78-.78-.78h-1.13c.15-1.25,.64-2.4,1.38-3.34l.76,.76c.31,.31,.8,.31,1.11,0,.31-.31,.31-.8,0-1.11l-.76-.76c.94-.74,2.09-1.24,3.34-1.38Zm4.51,2.41c-.19-.14-.45-.14-.63,.01l-.17,.14c-.11,.09-.26,.22-.45,.38-.37,.32-.88,.74-1.39,1.18-.51,.44-1.04,.89-1.46,1.26-.21,.19-.39,.35-.54,.49-.13,.13-.26,.25-.33,.33-.51,.63-.4,1.55,.24,2.05,.65,.5,1.59,.39,2.1-.24,.07-.08,.16-.23,.25-.39,.1-.17,.22-.38,.36-.63,.27-.48,.6-1.09,.92-1.68,.32-.59,.63-1.17,.85-1.6,.11-.21,.21-.39,.27-.52l.1-.19c.11-.21,.05-.46-.13-.6Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><path d="M22.25,13.18V26.91H21V13.18Zm1.16,3.34v4.19h1.22V16.52Zm.61-.61a.61.61,0,1,0,.61.61A.61.61,0,0,0,24,15.91Zm0,4.19a.61.61,0,1,0,.61.61A.61.61,0,0,0,24,20.1ZM12.74,24.64a2.62,2.62,0,0,0,2.62,2.62h9.28a2.62,2.62,0,0,0,2.62-2.62V15.36a2.62,2.62,0,0,0-2.62-2.62H15.36a2.62,2.62,0,0,0-2.62,2.62ZM14,15.36A1.41,1.41,0,0,1,15.36,14h9.28a1.41,1.41,0,0,1,1.41,1.41v9.28a1.41,1.41,0,0,1-1.41,1.41H15.36A1.41,1.41,0,0,1,14,24.64Z" style="fill:#fff"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><defs><style>.b{fill:#333;}</style></defs><path class="b" d="M21.95,9.78c.72,.25,1.23,.93,1.23,1.74v8.18c0,1.92-1.56,3.48-3.48,3.48H11.52c-.8,0-1.49-.51-1.74-1.23h9.92c1.24,0,2.25-1,2.25-2.25V9.78Zm-2.66-2.97c1.02,0,1.84,.82,1.84,1.84v10.64c0,1.02-.82,1.84-1.84,1.84H8.66c-1.02,0-1.84-.82-1.84-1.84V8.66c0-1.02,.82-1.84,1.84-1.84h10.64Zm0,1.23H8.66c-.34,0-.61,.27-.61,.61v10.64c0,.34,.27,.61,.61,.61h10.64c.34,0,.61-.27,.61-.61V8.66c0-.34-.27-.61-.61-.61Zm-6.27,6.43l3.18-3.18c.24-.24,.63-.24,.87,0,.22,.22,.24,.56,.06,.8l-.06,.07-3.68,3.68c-.24,.24-.63,.24-.86,0l-.06-.07-1.23-1.64c-.2-.27-.15-.66,.12-.86,.25-.18,.59-.16,.8,.05l.06,.07,.8,1.07,3.18-3.18-3.18,3.18Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M7.79,15A7.21,7.21,0,0,1,19,9H15a6,6,0,0,0,0,12V19.8h5.37A7.2,7.2,0,0,1,7.79,15Z" style="fill:#333"/><path d="M20,9.8H15V11h6A6.84,6.84,0,0,0,20,9.8Z" style="fill:#333"/><path d="M15,11.8h6.46a6.92,6.92,0,0,1,.46,1.2H15Z" style="fill:#333"/><path d="M22.11,13.8H15V15h7.21A7.88,7.88,0,0,0,22.11,13.8Z" style="fill:#333"/><path d="M15,15.8h7.16a6.08,6.08,0,0,1-.24,1.2H15Z" style="fill:#333"/><path d="M21.64,17.8H15V19h6A7.29,7.29,0,0,0,21.64,17.8Z" style="fill:#333"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M7.73,10A2.23,2.23,0,0,1,10,7.73h10.1A2.23,2.23,0,0,1,22.27,10v10.1a2.23,2.23,0,0,1-2.22,2.22H10a2.23,2.23,0,0,1-2.22-2.22Zm2.22-1a1,1,0,0,0-1,1v10.1a1,1,0,0,0,1,1h10.1a1,1,0,0,0,1-1V10a1,1,0,0,0-1-1Z" style="fill:#333"/><path d="M19.93,20.05l.12-12.32A2.23,2.23,0,0,1,22.27,10v10.1a2.23,2.23,0,0,1-2.22,2.22H10a2.23,2.23,0,0,1-2.22-2.22Z" style="fill:#333"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M19.18,11.72a.77.77,0,0,0-.56-.25.78.78,0,0,0-.5.19.75.75,0,0,0-.06,1.06l.89,1H16.12a.75.75,0,1,0,0,1.5H19l-.89,1a.75.75,0,0,0,.06,1.06.75.75,0,0,0,1.06-.06l2-2.25a.76.76,0,0,0,0-1Z" style="fill:#333"/><path d="M21.35,8.48a2.2,2.2,0,0,0-2.06-1.41H9.2A2.21,2.21,0,0,0,7,9.29V19.38a2.21,2.21,0,0,0,1.67,2.14,2.2,2.2,0,0,0,2.06,1.41H20.8A2.21,2.21,0,0,0,23,20.71V10.62A2.21,2.21,0,0,0,21.35,8.48Zm.58,7.16L20.3,17.47v1.91a1,1,0,0,1-1,1H9.2a1,1,0,0,1-1-1V9.29a1,1,0,0,1,1-1H19.29a1,1,0,0,1,1,1v2.19l1.63,1.83A1.75,1.75,0,0,1,21.93,15.64Z" style="fill:#333"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M16.66,17.8a.73.73,0,0,0-.5.19l-1,.89V16.05a.75.75,0,0,0-1.5,0v2.83l-1-.89a.72.72,0,0,0-.49-.19.75.75,0,0,0-.5,1.31l2.25,2a.74.74,0,0,0,1,0l2.25-2a.76.76,0,0,0,.07-1.06A.78.78,0,0,0,16.66,17.8Z" style="fill:#333"/><path d="M21.35,8.48a2.2,2.2,0,0,0-2.06-1.41H9.2A2.21,2.21,0,0,0,7,9.29V19.38a2.21,2.21,0,0,0,1.67,2.14,2.2,2.2,0,0,0,2.06,1.41H20.8A2.21,2.21,0,0,0,23,20.71V10.62A2.21,2.21,0,0,0,21.35,8.48ZM20.3,19.38a1,1,0,0,1-1,1H17.22l-1.65,1.47a1.71,1.71,0,0,1-1.16.44,1.74,1.74,0,0,1-1.17-.44l-1.65-1.47H9.2a1,1,0,0,1-1-1V9.29a1,1,0,0,1,1-1H19.29a1,1,0,0,1,1,1Z" style="fill:#333"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><defs><style>.cls-1{fill:#333;}</style></defs><path class="cls-1" d="M20.33,18.05v0a1.43,1.43,0,0,0,1.22.39v2.9a1.85,1.85,0,0,1-1.72,1.84H10.28a1.85,1.85,0,0,1-1.84-1.72v-3a1.42,1.42,0,0,0,1.12-.3l.11-.1v3.3a.62.62,0,0,0,.53.61h9.52a.62.62,0,0,0,.61-.53V18.05ZM9.08,12.51a.61.61,0,0,1,.06.8l-.06.07-1,1h3.1a.58.58,0,0,1,.54.62.59.59,0,0,1-.47.61H8.08l1,1a.61.61,0,0,1,.06.8l-.06.07a.62.62,0,0,1-.8.05l-.07-.05L6.27,15.54a.65.65,0,0,1,0-1.08l1.94-2A.62.62,0,0,1,9.08,12.51Zm11.84,0a.61.61,0,0,1,.8-.06l.07.06,1.94,1.94A.63.63,0,0,1,24,15a.67.67,0,0,1-.22.5l-.07,0-1.94,1.94-.07.06a.62.62,0,0,1-.72,0l-.08-.07-.06-.07a.6.6,0,0,1,0-.72l.06-.08,1-1H18.75a.59.59,0,0,1-.47-.61.58.58,0,0,1,.47-.61h3.17l-1-1-.06-.07A.61.61,0,0,1,20.92,12.51ZM19.72,6.8a1.85,1.85,0,0,1,1.84,1.72v3a1.44,1.44,0,0,0-1.12.31l-.11.1V8.64A.62.62,0,0,0,19.8,8H10.28a.62.62,0,0,0-.61.53v3.38h0a1.44,1.44,0,0,0-1.22-.4V8.64A1.85,1.85,0,0,1,10.16,6.8h9.56Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M10,7a3,3,0,0,0-3,3v3.5a.5.5,0,0,0,1,0V10a2,2,0,0,1,2-2h3.5a.5.5,0,0,0,0-1Z" style="fill:#333"/><path d="M16.5,7a.5.5,0,0,0,0,1H20a2,2,0,0,1,2,2v3.5a.5.5,0,0,0,1,0V10a3,3,0,0,0-3-3Z" style="fill:#333"/><path d="M7.5,16a.5.5,0,0,1,.5.5V20a2,2,0,0,0,2,2h3.5a.5.5,0,0,1,0,1H10a3,3,0,0,1-3-3V16.5A.5.5,0,0,1,7.5,16Z" style="fill:#333"/><path d="M23,16.5a.5.5,0,0,0-1,0V20a2,2,0,0,1-2,2H16.5a.5.5,0,0,0,0,1H20a3,3,0,0,0,3-3Z" style="fill:#333"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><defs><style>.cls-1{fill:#333;}</style></defs><path class="cls-1" d="M15.81,11.77A1.82,1.82,0,1,0,17.63,10,1.81,1.81,0,0,0,15.81,11.77Zm1.82-.61a.61.61,0,1,1-.61.61A.61.61,0,0,1,17.63,11.16Z"/><path class="cls-1" d="M21.06,9.34H18.43a2.55,2.55,0,0,1,1.45,1.21h1.18A2.43,2.43,0,0,1,23.49,13V17a2.43,2.43,0,0,1-2.43,2.42H20.9l-4.63-4.53-.1-.1a1.82,1.82,0,0,0-2.44.1L9.1,19.45H8.94A2.43,2.43,0,0,1,6.51,17V13a2.43,2.43,0,0,1,2.43-2.42h6.44a2.54,2.54,0,0,1,1.46-1.21H8.94A3.64,3.64,0,0,0,5.3,13V17a3.64,3.64,0,0,0,3.64,3.63H21.06A3.64,3.64,0,0,0,24.7,17V13A3.64,3.64,0,0,0,21.06,9.34Zm-6.48,6.45.06-.06a.61.61,0,0,1,.78.06l3.75,3.66H10.83Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M15,20.78A5.78,5.78,0,1,1,20.77,15,5.79,5.79,0,0,1,15,20.78Z" style="fill:#e2e2e2"/><path d="M15,19.78A4.78,4.78,0,1,1,19.77,15,4.78,4.78,0,0,1,15,19.78Zm0-8.56A3.78,3.78,0,1,0,18.77,15,3.78,3.78,0,0,0,15,11.22Z" style="fill:#333"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><path d="M10.3,18a3.64,3.64,0,0,1,3.64-3.63H26.06A3.64,3.64,0,0,1,29.7,18V22a3.64,3.64,0,0,1-3.64,3.63H13.94A3.64,3.64,0,0,1,10.3,22Zm3.64-2.42A2.43,2.43,0,0,0,11.51,18V22a2.43,2.43,0,0,0,2.43,2.42H26.06A2.43,2.43,0,0,0,28.49,22V18a2.43,2.43,0,0,0-2.43-2.42Z" style="fill:#fff"/><circle cx="15.99" cy="20" r="2.64" style="fill:#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><defs><style>.cls-1{fill:#333;}</style></defs><path class="cls-1" d="M14.18,7.64A.61.61,0,0,0,13,7.41l-.82,4.36H8.33a.61.61,0,0,0,0,1.21h3.6l-.77,4H7.53a.61.61,0,1,0,0,1.21H11l-.79,4.13a.61.61,0,0,0,.49.71.6.6,0,0,0,.7-.48l.83-4.36H16.6l-.78,4.13a.61.61,0,1,0,1.19.23l.82-4.36h3.84a.61.61,0,0,0,0-1.21h-3.6l.77-4h3.64a.61.61,0,1,0,0-1.21H19.06l.78-4.12a.61.61,0,0,0-.49-.71.6.6,0,0,0-.7.48l-.83,4.35H13.4Zm-1,5.34h4.42l-.76,4H12.41Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><defs><style>.cls-1{fill:#333;}</style></defs><path class="cls-1" d="M13.78,7.24a.61.61,0,0,0-.49-.71.6.6,0,0,0-.7.48l-.83,4.35H7.93a.62.62,0,0,0-.6.61.6.6,0,0,0,.6.61h3.6l-.76,4H7.12a.61.61,0,0,0,0,1.21h3.42L9.76,22a.61.61,0,1,0,1.19.22l.82-4.35h2.16a5.18,5.18,0,0,1,.45-1.21H12l.77-4h4.42l-.32,1.69a4.86,4.86,0,0,1,1.31-.4l.24-1.29h3.65a.61.61,0,0,0,0-1.21H18.65l.78-4.12A.61.61,0,0,0,18.24,7l-.82,4.35H13ZM19,14.6A4.44,4.44,0,1,1,14.6,19,4.44,4.44,0,0,1,19,14.6Zm.1,1.63-.07,0h-.13l-.07,0-.06,0,0,0-2,2,0,.06a.39.39,0,0,0,0,.46l0,.05.06,0a.43.43,0,0,0,.46,0l.06,0,1.32-1.33v4.35a.4.4,0,0,0,.33.32h.14a.4.4,0,0,0,.33-.32V17.59l1.33,1.33.06,0a.4.4,0,0,0,.56-.56l-.05-.06L19.29,16.3l0,0-.06,0Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><defs><style>.cls-1{fill:#333;}</style></defs><path class="cls-1" d="M13.78,7.24a.61.61,0,0,0-.49-.71.6.6,0,0,0-.7.48l-.83,4.35H7.93a.62.62,0,0,0-.6.61.6.6,0,0,0,.6.61h3.6l-.76,4H7.12a.61.61,0,0,0,0,1.21h3.42L9.76,22a.61.61,0,1,0,1.19.22l.82-4.35h2.16a5.18,5.18,0,0,1,.45-1.21H12l.77-4h4.42l-.32,1.69a4.86,4.86,0,0,1,1.31-.4l.24-1.29h3.65a.61.61,0,0,0,0-1.21H18.65l.78-4.12A.61.61,0,0,0,18.24,7l-.82,4.35H13ZM14.6,19A4.44,4.44,0,1,1,19,23.48,4.44,4.44,0,0,1,14.6,19Zm4.59,2.8.06,0,0,0,2.05-2.05.05-.06a.4.4,0,0,0-.56-.56l-.06.05-1.33,1.33V16.14a.4.4,0,0,0-.33-.33H19a.4.4,0,0,0-.33.33v4.35l-1.32-1.33-.06-.05a.43.43,0,0,0-.46,0l-.06.05,0,.05a.39.39,0,0,0,0,.46l0,.06,2,2,0,0,.06,0,.07,0h.13l.07,0Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><defs><style>.cls-1{fill:#333;}</style></defs><path class="cls-1" d="M14.11,11.39a.62.62,0,0,1,.48.71l-.18.89h2l.22-1.12a.61.61,0,0,1,.71-.48.6.6,0,0,1,.47.71l-.17.89h.79a.61.61,0,0,1,0,1.21h-1l-.33,1.6h1A.61.61,0,0,1,18,17h-1.2l-.22,1.13a.62.62,0,0,1-.71.47.61.61,0,0,1-.48-.71l.18-.89h-2l-.22,1.13a.61.61,0,0,1-.71.47.6.6,0,0,1-.47-.71l.17-.89h-.79a.61.61,0,0,1,0-1.21h1l.32-1.6H12A.61.61,0,0,1,12,13h1.2l.22-1.12A.62.62,0,0,1,14.11,11.39Zm-.26,4.41h2l.32-1.6h-2ZM7.76,10.37a2.61,2.61,0,0,1,2.61-2.61h9.26a2.61,2.61,0,0,1,2.61,2.61v9.26a2.61,2.61,0,0,1-2.61,2.61H10.37a2.61,2.61,0,0,1-2.61-2.61ZM10.37,9A1.4,1.4,0,0,0,9,10.37v9.26a1.4,1.4,0,0,0,1.4,1.4h9.26a1.4,1.4,0,0,0,1.4-1.4V10.37A1.4,1.4,0,0,0,19.63,9Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><defs><style>.cls-1{fill:#333;}</style></defs><path class="cls-1" d="M10,7a3,3,0,0,0-3,3v3.5a.5.5,0,0,0,1,0V10a2,2,0,0,1,2-2h3.5a.5.5,0,0,0,0-1Z"/><path class="cls-1" d="M16.5,7a.5.5,0,0,0,0,1H20a2,2,0,0,1,2,2v3.5a.5.5,0,0,0,1,0V10a3,3,0,0,0-3-3Z"/><path class="cls-1" d="M7.5,16a.5.5,0,0,1,.5.5V20a2,2,0,0,0,2,2h3.5a.5.5,0,0,1,0,1H10a3,3,0,0,1-3-3V16.5A.5.5,0,0,1,7.5,16Z"/><path class="cls-1" d="M23,16.5a.5.5,0,0,0-1,0V20a2,2,0,0,1-2,2H16.5a.5.5,0,0,0,0,1H20a3,3,0,0,0,3-3Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><path d="M12.74,15.35a2.62,2.62,0,0,1,2.62-2.63h9.28a2.62,2.62,0,0,1,2.62,2.63v9.28a2.62,2.62,0,0,1-2.62,2.62H15.36a2.62,2.62,0,0,1-2.62-2.62ZM26.05,21.6V18.37H14V21.6Zm0-4.44V15.35a1.41,1.41,0,0,0-1.41-1.41H15.36A1.41,1.41,0,0,0,14,15.35v1.81ZM24.64,26a1.41,1.41,0,0,0,1.41-1.41V22.81H14v1.82A1.41,1.41,0,0,0,15.36,26Z" style="fill:#fff"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><defs><style>.b{fill:#333;}</style></defs><path class="b" d="M21.05,11.45v2.32c0,.36-.29,.65-.65,.65s-.65-.29-.65-.65v-2.32l-.19,.19c-.25,.25-.66,.25-.92,0-.25-.25-.25-.66,0-.92l1.3-1.3c.06-.06,.13-.11,.21-.14,.08-.03,.16-.05,.25-.05s.17,.02,.25,.05c.08,.03,.15,.08,.21,.14l1.3,1.3c.25,.25,.25,.66,0,.92-.25,.25-.66,.25-.92,0l-.19-.19Zm0,4.92v2.32l.19-.19c.25-.25,.66-.25,.92,0,.25,.25,.25,.66,0,.92l-1.3,1.3c-.25,.25-.66,.25-.92,0l-1.3-1.3c-.25-.25-.25-.66,0-.92,.25-.25,.66-.25,.92,0l.19,.19v-2.32c0-.36,.29-.65,.65-.65s.65,.29,.65,.65Z"/><path class="b" d="M14.56,14.32h-4.28c-1.45,0-2.62-1.18-2.62-2.62v-3.55c0-1.45,1.18-2.62,2.62-2.62h4.28c1.45,0,2.62,1.18,2.62,2.62v3.55c0,1.45-1.18,2.62-2.62,2.62Zm-4.28-7.55c-.76,0-1.38,.62-1.38,1.38v3.55c0,.76,.62,1.38,1.38,1.38h4.28c.76,0,1.38-.62,1.38-1.38v-3.55c0-.76-.62-1.38-1.38-1.38h-4.28Z"/><path class="b" d="M14.56,24.48h-4.28c-1.45,0-2.62-1.18-2.62-2.62v-3.55c0-1.45,1.18-2.62,2.62-2.62h4.28c1.45,0,2.62,1.18,2.62,2.62v3.55c0,1.45-1.18,2.62-2.62,2.62Zm-4.28-7.55c-.76,0-1.38,.62-1.38,1.38v3.55c0,.76,.62,1.38,1.38,1.38h4.28c.76,0,1.38-.62,1.38-1.38v-3.55c0-.76-.62-1.38-1.38-1.38h-4.28Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><defs><style>.cls-1{fill:#333;}</style></defs><path class="cls-1" d="M11.77,12.93a.61.61,0,0,1,.06.86l-.54.61H13.6a.6.6,0,0,1,0,1.2H11.29l.54.61a.61.61,0,0,1-.92.8L9.5,15.4a.61.61,0,0,1,0-.8L10.91,13A.61.61,0,0,1,11.77,12.93Zm6.42.86a.61.61,0,1,1,.91-.8l1.41,1.61a.61.61,0,0,1,0,.8L19.1,17a.61.61,0,1,1-.91-.8l.53-.61H16.41a.6.6,0,0,1,0-1.2h2.31ZM6.93,10.36A1.82,1.82,0,0,1,8.75,8.55h12.5a1.81,1.81,0,0,1,1.81,1.81v9.28a1.81,1.81,0,0,1-1.81,1.81H8.75a1.82,1.82,0,0,1-1.82-1.81Zm1.82-.6a.6.6,0,0,0-.61.6v9.28a.6.6,0,0,0,.61.6h12.5a.6.6,0,0,0,.6-.6V10.36a.6.6,0,0,0-.6-.6Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><defs><style>.cls-1{fill:#333;}</style></defs><path class="cls-1" d="M11.77,12.93a.61.61,0,0,1,.06.86l-.54.61H13.6a.6.6,0,1,1,0,1.2H11.29l.54.61a.61.61,0,0,1-.06.86.6.6,0,0,1-.85-.06L9.5,15.4a.61.61,0,0,1,0-.8L10.92,13A.6.6,0,0,1,11.77,12.93Zm6.42.86a.61.61,0,1,1,.91-.8l1.41,1.61a.61.61,0,0,1,0,.8L19.1,17a.61.61,0,1,1-.91-.8l.53-.61H16.41a.6.6,0,0,1,0-1.2h2.31ZM6.93,10.36A1.82,1.82,0,0,1,8.75,8.55h12.5a1.82,1.82,0,0,1,1.82,1.81v9.28a1.82,1.82,0,0,1-1.82,1.81H8.75a1.82,1.82,0,0,1-1.82-1.81Zm1.82-.6a.61.61,0,0,0-.61.6v9.28a.61.61,0,0,0,.61.6h12.5a.61.61,0,0,0,.61-.6V10.36a.61.61,0,0,0-.61-.6Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M8.84,16.62a2,2,0,0,0-1.92,2v2.42a2,2,0,0,0,2,2H21.06a2,2,0,0,0,2-2V18.64a2,2,0,0,0-2-2H16.25l-1.06,1.06-.17.15h6a.81.81,0,0,1,.81.81v2.42a.81.81,0,0,1-.81.81H8.94a.81.81,0,0,1-.81-.81V18.64a.8.8,0,0,1,.41-.7,1.57,1.57,0,0,1,.07-.61Z" style="fill:#333"/><path d="M20.37,7.68a2.6,2.6,0,0,1,0,3.68l-5.76,5.75a1.73,1.73,0,0,1-.76.45l-3.47,1a.81.81,0,0,1-1-.54.87.87,0,0,1,0-.48l1.1-3.42a1.86,1.86,0,0,1,.45-.73l5.76-5.75A2.6,2.6,0,0,1,20.37,7.68Zm-2.82.85-5.77,5.76a.7.7,0,0,0-.15.25l-.86,2.68,2.73-.82a.61.61,0,0,0,.26-.15l5.76-5.75a1.39,1.39,0,0,0-2-2Z" style="fill:#333"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M7.73,10A2.23,2.23,0,0,1,10,7.73h10.1A2.23,2.23,0,0,1,22.27,10v10.1a2.23,2.23,0,0,1-2.22,2.22H10a2.23,2.23,0,0,1-2.22-2.22Zm2.22-1a1,1,0,0,0-1,1v10.1a1,1,0,0,0,1,1h10.1a1,1,0,0,0,1-1V10a1,1,0,0,0-1-1Z" style="fill:#333"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M15,6.94A8.06,8.06,0,1,1,6.94,15,8.06,8.06,0,0,1,15,6.94Zm0,1.21A6.85,6.85,0,1,0,21.85,15,6.84,6.84,0,0,0,15,8.15Zm3.43,6.25a.6.6,0,1,1,0,1.2H11.57a.6.6,0,0,1,0-1.2Z" style="fill:#333"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><path d="M14.33,14.12a.61.61,0,0,1,.6-.61H25.07a.61.61,0,0,1,.6.61v1.62a.61.61,0,1,1-1.21,0v-1H20.61V25.27h1.21a.61.61,0,0,1,.61.61.61.61,0,0,1-.61.61H18.18a.61.61,0,0,1-.61-.61.61.61,0,0,1,.61-.61h1.21V14.73H15.54v1a.61.61,0,1,1-1.21,0Z" style="fill:#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M21.48,12.14a2.59,2.59,0,0,1,0,3.66l-5.73,5.72A1.83,1.83,0,0,1,15,22l-3.45,1a.8.8,0,0,1-1-.53.87.87,0,0,1,0-.48l1.09-3.4a1.86,1.86,0,0,1,.45-.73l5.73-5.72A2.59,2.59,0,0,1,21.48,12.14ZM18.67,13l-5.73,5.73a.61.61,0,0,0-.15.24l-.86,2.67,2.72-.82a.54.54,0,0,0,.25-.15L20.63,15a1.39,1.39,0,0,0-2-2ZM11.9,7.26l0,.08L14.56,14l-.93.93L13,13.39H9.73l-.8,2a.61.61,0,0,1-.71.36l-.07,0a.61.61,0,0,1-.37-.71l0-.08,3-7.63A.6.6,0,0,1,11.9,7.26Zm-.52,2-1.18,3h2.36Z" style="fill:#333"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><defs><style>.b{fill:#333;}</style></defs><path class="b" d="M16.55,11.96c-.2,0-.39,.08-.53,.22-.14,.14-.22,.33-.22,.53s.08,.39,.22,.53c.14,.14,.33,.22,.53,.22h1.55v4.99c0,1.68,1.37,3.04,3.04,3.04h1.15c.41,0,.75-.33,.75-.75s-.33-.75-.75-.75h-1.15c-.85,0-1.55-.7-1.55-1.55v-4.99h2.7c.2,0,.39-.08,.53-.22,.14-.14,.22-.33,.22-.53s-.08-.39-.22-.53c-.14-.14-.33-.22-.53-.22h-2.7v-2.7c0-.41-.33-.75-.75-.75s-.75,.33-.75,.75v2.7h-1.55Zm-8.83-3.44c-.41,0-.75,.33-.75,.75s.33,.75,.75,.75h2.7v10.73c0,.41,.33,.75,.75,.75s.75-.33,.75-.75V10.01h2.7c.41,0,.75-.33,.75-.75s-.33-.75-.75-.75H7.71Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><defs><style>.b{fill:#333;}</style></defs><path class="b" d="M15.65,13.45c.2,0,.39-.08,.53-.22,.14-.14,.22-.33,.22-.53s-.08-.39-.22-.53c-.14-.14-.33-.22-.53-.22h-2.7v-2.7c0-.41-.33-.75-.75-.75s-.75,.33-.75,.75v2.7h-1.55c-.2,0-.39,.08-.53,.22-.14,.14-.22,.33-.22,.53s.08,.39,.22,.53c.14,.14,.33,.22,.53,.22h1.55v4.99c0,1.68,1.37,3.04,3.04,3.04h1.15c.41,0,.75-.33,.75-.75s-.33-.75-.75-.75h-1.15c-.85,0-1.55-.7-1.55-1.55v-4.99h2.7Z"/><path class="b" d="M20.21,4.82c-.34,0-.62,.28-.62,.62V24.55c0,.34,.28,.62,.62,.62s.62-.28,.62-.62V5.45c0-.34-.28-.62-.62-.62Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><defs><style>.b{fill:#333;}</style></defs><path class="b" d="M12.27,7.42H5.38c-.41,0-.75,.33-.75,.75s.33,.75,.75,.75h2.7v10.73c0,.41,.33,.75,.75,.75s.75-.33,.75-.75V8.91h2.7c.41,0,.75-.33,.75-.75s-.33-.75-.75-.75Z"/><path class="b" d="M17.25,12.35h2.7c.2,0,.39-.08,.53-.22,.14-.14,.22-.33,.22-.53s-.08-.39-.22-.53c-.14-.14-.33-.22-.53-.22h-2.7v-2.7c0-.41-.33-.75-.75-.75s-.75,.33-.75,.75v2.7h-1.55c-.2,0-.39,.08-.53,.22-.14,.14-.22,.33-.22,.53s.08,.39,.22,.53c.14,.14,.33,.22,.53,.22h1.55v4.99c0,.5,.14,.97,.35,1.39,.23-.75,.62-1.43,1.14-2v-4.39Z"/><path class="b" d="M22.21,20.13h-1.07v-1.49c0-.34-.28-.62-.62-.62s-.62,.28-.62,.62v2.12c0,.34,.28,.62,.62,.62h1.69c.34,0,.62-.28,.62-.62s-.28-.62-.62-.62Z"/><path class="b" d="M21.04,15.93c-2.39,0-4.33,1.94-4.33,4.33s1.94,4.33,4.33,4.33,4.33-1.94,4.33-4.33-1.94-4.33-4.33-4.33Zm0,7.4c-1.7,0-3.08-1.38-3.08-3.08s1.38-3.08,3.08-3.08,3.08,1.38,3.08,3.08-1.38,3.08-3.08,3.08Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><defs><style>.cls-1{fill:#333;}</style></defs><path class="cls-1" d="M15,8.13A6.87,6.87,0,1,0,21.87,15,6.86,6.86,0,0,0,15,8.13ZM6.91,15A8.09,8.09,0,1,1,15,23.09,8.09,8.09,0,0,1,6.91,15Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><defs><style>.cls-1{fill:#333;}</style></defs><path class="cls-1" d="M15,6.91A8.09,8.09,0,1,0,23.09,15,8.09,8.09,0,0,0,15,6.91Zm0,1.22A6.87,6.87,0,0,1,20.59,19l-4.32-4.23-.11-.09a1.8,1.8,0,0,0-2.43.09L9.41,19A6.87,6.87,0,0,1,15,8.13ZM10.2,19.91l4.38-4.29.07,0a.58.58,0,0,1,.77,0l4.38,4.29a6.86,6.86,0,0,1-9.6,0Z"/><path class="cls-1" d="M17.62,13.44a1.81,1.81,0,1,0-1.82-1.81A1.81,1.81,0,0,0,17.62,13.44Zm0-2.41a.61.61,0,1,1-.61.6A.6.6,0,0,1,17.62,11Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><defs><style>.cls-1{fill:#333;}</style></defs><path class="cls-1" d="M21.56,10.49a1.85,1.85,0,0,0-1.85-1.85H10.29a1.85,1.85,0,0,0-1.85,1.85v3.28a.62.62,0,0,0,.62.61.61.61,0,0,0,.61-.61V10.49a.62.62,0,0,1,.62-.62h9.42a.62.62,0,0,1,.62.62v3.28a.61.61,0,0,0,.61.61.62.62,0,0,0,.62-.61Zm-2.28,5.72a.61.61,0,0,1,.8-.06l.07.06,1.94,1.94a.65.65,0,0,1,.06,1l-.06,0-1.94,1.94-.07.06a.62.62,0,0,1-.72,0l-.08-.06-.06-.07a.63.63,0,0,1,0-.73l.07-.07,1-1H17.1a.63.63,0,0,1,0-1.22h3.18l-1-1L19.22,17A.61.61,0,0,1,19.28,16.21Zm-8.56,0a.61.61,0,0,1,.06.8l-.06.07-1,1h3.1a.58.58,0,0,1,.54.61.59.59,0,0,1-.46.61H9.72l1,1a.61.61,0,0,1,.06.8l-.06.07a.61.61,0,0,1-.8.06l-.07-.06L7.91,19.24a.66.66,0,0,1,0-1.09l1.94-1.94A.62.62,0,0,1,10.72,16.21Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><defs><style>.b{fill:#333;}</style></defs><path class="b" d="M20,20H10c-2.76,0-5-2.24-5-5,0-2.76,2.24-5,5-5h10c2.76,0,5,2.24,5,5,0,2.76-2.24,5-5,5ZM10,11.5c-1.93,0-3.5,1.57-3.5,3.5s1.57,3.5,3.5,3.5h10c1.93,0,3.5-1.57,3.5-3.5s-1.57-3.5-3.5-3.5H10Z"/><rect class="b" x="11.03" y="14.25" width="7.94" height="1.5" rx=".75" ry=".75"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M10.25,17.5a2.5,2.5,0,1,1,2.5-2.5A2.5,2.5,0,0,1,10.25,17.5Z" style="fill:#333"/><path d="M20,20H10a5,5,0,0,1,0-10H20a5,5,0,0,1,0,10ZM10,11.5a3.5,3.5,0,0,0,0,7H20a3.5,3.5,0,0,0,0-7Z" style="fill:#333"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><defs><style>.b{fill:#333;}</style></defs><path class="b" d="M15.25,22.5c-1.38,0-2.5-1.12-2.5-2.5,0-1.38,1.12-2.5,2.5-2.5s2.5,1.12,2.5,2.5c0,1.38-1.12,2.5-2.5,2.5Z"/><path class="b" d="M25,25H15c-2.76,0-5-2.24-5-5,0-2.76,2.24-5,5-5h10c2.76,0,5,2.24,5,5,0,2.76-2.24,5-5,5Zm-10-8.5c-1.93,0-3.5,1.57-3.5,3.5s1.57,3.5,3.5,3.5h10c1.93,0,3.5-1.57,3.5-3.5s-1.57-3.5-3.5-3.5H15Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M19.75,17.5a2.5,2.5,0,1,0-2.5-2.5A2.5,2.5,0,0,0,19.75,17.5Z" style="fill:#333"/><path d="M5,15a5,5,0,0,1,5-5H20a5,5,0,0,1,0,10H10A5,5,0,0,1,5,15Zm5-3.5a3.5,3.5,0,0,0,0,7H20a3.5,3.5,0,0,0,0-7Z" style="fill:#333"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><defs><style>.b{fill:#333;}</style></defs><path class="b" d="M24.75,22.5c1.38,0,2.5-1.12,2.5-2.5s-1.12-2.5-2.5-2.5-2.5,1.12-2.5,2.5,1.12,2.5,2.5,2.5Z"/><path class="b" d="M10,20c0-2.76,2.24-5,5-5h10c2.76,0,5,2.24,5,5s-2.24,5-5,5H15c-2.76,0-5-2.24-5-5Zm5-3.5c-1.93,0-3.5,1.57-3.5,3.5s1.57,3.5,3.5,3.5h10c1.93,0,3.5-1.57,3.5-3.5s-1.57-3.5-3.5-3.5H15Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><rect x="5.97" y="5.97" width="9.03" height="9.03" style="fill:#fff"/><rect x="15" y="5.97" width="9.03" height="9.03" style="fill:#e2e2e2"/><rect x="5.97" y="15" width="9.03" height="9.03" style="fill:#e2e2e2"/><rect x="15" y="15" width="9.03" height="9.03" style="fill:#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M10.77,16.21h8.46a.6.6,0,0,1,.08,1.2H10.77a.61.61,0,0,1-.08-1.21Z" style="fill:#333"/><path d="M19.23,18.63H10.69a.6.6,0,0,0,.08,1.2h8.54a.6.6,0,0,0-.08-1.2Z" style="fill:#333"/><path d="M22.25,10A2.21,2.21,0,0,0,20,7.75H10A2.21,2.21,0,0,0,7.75,10V20A2.21,2.21,0,0,0,10,22.25H20A2.21,2.21,0,0,0,22.25,20ZM10,9H20a1,1,0,0,1,1,1V20a1,1,0,0,1-1,1H10a1,1,0,0,1-1-1V10A1,1,0,0,1,10,9Z" style="fill:#333"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M11,13.39h8a.72.72,0,0,1,.8.61.69.69,0,0,1-.69.59H11c-.44,0-.8-.27-.8-.6a.69.69,0,0,1,.69-.6Z" style="fill:#333"/><path d="M19,15.8H10.87a.69.69,0,0,0-.69.6c0,.33.36.6.8.6h8.15a.69.69,0,0,0,.69-.59A.72.72,0,0,0,19,15.8Z" style="fill:#333"/><path d="M22.23,10A2.21,2.21,0,0,0,20,7.77H10A2.21,2.21,0,0,0,7.77,10V20A2.21,2.21,0,0,0,10,22.23H20A2.21,2.21,0,0,0,22.23,20ZM10,9H20a1,1,0,0,1,1,1V20a1,1,0,0,1-1,1H10a1,1,0,0,1-1-1V10A1,1,0,0,1,10,9Z" style="fill:#333"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M22.29,9.94a2.23,2.23,0,0,0-2.23-2.23H9.94A2.23,2.23,0,0,0,7.71,9.94V20.06a2.23,2.23,0,0,0,2.23,2.23H20.06a2.23,2.23,0,0,0,2.23-2.23Zm-12.35-1H20.06a1,1,0,0,1,1,1V20.06a1,1,0,0,1-1,1H9.94a1,1,0,0,1-1-1V9.94A1,1,0,0,1,9.94,8.92Zm.81,2.43h8.5a.61.61,0,0,1,.61.61.6.6,0,0,1-.52.6H10.75a.61.61,0,0,1-.09-1.21Zm8.5,2.43H10.66A.61.61,0,0,0,10.75,15h8.59a.6.6,0,0,0,.52-.6A.61.61,0,0,0,19.25,13.78Z" style="fill:#333"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><defs><style>.cls-1{fill:#333;}</style></defs><path class="cls-1" d="M17.62,10.54A1.81,1.81,0,1,0,15.8,8.73,1.81,1.81,0,0,0,17.62,10.54Zm0-2.41a.6.6,0,0,1,.6.6.61.61,0,1,1-1.21,0A.6.6,0,0,1,17.62,8.13Z"/><path class="cls-1" d="M21.75,18.58H8.25a2.25,2.25,0,0,0,0,4.5h13.5a2.25,2.25,0,0,0,0-4.5Zm0,3H8.25a.75.75,0,0,1,0-1.5h13.5a.75.75,0,0,1,0,1.5Z"/><path class="cls-1" d="M7.22,17.38H22.55a.5.5,0,0,0,.44-.5.51.51,0,0,0-.51-.5H20.87l-4.6-4.51-.11-.09a1.8,1.8,0,0,0-2.43.09l-4.6,4.51h-2a.51.51,0,0,0-.43.5A.5.5,0,0,0,7.22,17.38Zm7.36-4.66.07-.06a.59.59,0,0,1,.77.06l3.73,3.65h-8.3Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M14.21,6a.62.62,0,0,0-.86,0,.62.62,0,0,0,0,.87l1.4,1.4a7.91,7.91,0,1,0,8.17,7.91v0a.58.58,0,0,0-.59-.56h0a.59.59,0,0,0-.58.61,6.7,6.7,0,1,1-7-6.7l-1.39,1.4a.6.6,0,0,0,0,.86.62.62,0,0,0,.86,0l2.44-2.44a.6.6,0,0,0,0-.86Zm4.87,7.31a.6.6,0,0,1,0,.86l-3.65,3.66a.62.62,0,0,1-.86,0L12.74,16a.61.61,0,0,1,.86-.86L15,16.57l3.22-3.22A.6.6,0,0,1,19.08,13.35Z" style="fill:#333"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M21.63,9a.6.6,0,0,0,0-1.2H8.37a.6.6,0,0,0,0,1.2Z" style="fill:#333"/><path d="M21.63,22.23a.6.6,0,0,0,0-1.2H8.37a.6.6,0,0,0,0,1.2Z" style="fill:#333"/><path d="M10.78,11.79a1.41,1.41,0,0,0-1.41,1.4v3.62a1.41,1.41,0,0,0,1.41,1.4h8.44a1.41,1.41,0,0,0,1.41-1.4V13.19a1.41,1.41,0,0,0-1.41-1.4Zm-.2,1.4a.2.2,0,0,1,.2-.2h8.44a.2.2,0,0,1,.2.2v3.62a.2.2,0,0,1-.2.2H10.78a.2.2,0,0,1-.2-.2Z" style="fill:#333"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><defs><style>.cls-1{fill:#333;}</style></defs><path class="cls-1" d="M18.08,6.79a1.85,1.85,0,0,1,1.85,1.85V21.36a1.85,1.85,0,0,1-1.85,1.85H11.92a1.85,1.85,0,0,1-1.85-1.85V8.64a1.85,1.85,0,0,1,1.85-1.85Zm0,1.23H11.92a.61.61,0,0,0-.61.62V21.36a.61.61,0,0,0,.61.62h6.16a.61.61,0,0,0,.61-.62V8.64A.61.61,0,0,0,18.08,8Zm-.8,8.18a.62.62,0,0,1,.07.8l-.06.07L15.44,19a.62.62,0,0,1-.81.06L14.56,19l-1.85-1.89a.61.61,0,0,1,.81-.92l.07.06L15,17.65l1.41-1.44A.62.62,0,0,1,17.28,16.2Zm-1.84-5.12L17.29,13a.64.64,0,0,1,0,.88.63.63,0,0,1-.87,0L15,12.39l-1.41,1.44a.62.62,0,1,1-.88-.87l1.85-1.88A.61.61,0,0,1,15.44,11.08Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M15,13.19a3.23,3.23,0,1,1-3.22,3.22A3.22,3.22,0,0,1,15,13.19Zm0,1.21a2,2,0,1,0,2,2A2,2,0,0,0,15,14.4Zm0-4a8.06,8.06,0,0,1,7.82,6.1.61.61,0,0,1-1.18.29,6.84,6.84,0,0,0-13.28,0,.61.61,0,0,1-1.18-.3A8.07,8.07,0,0,1,15,10.36Z" style="fill:#333"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><defs><style>.b{fill:#333;}</style></defs><path class="b" d="M21.56,10.49c0-1.02-.83-1.84-1.84-1.84H10.29c-1.02,0-1.84,.83-1.84,1.84v3.28c0,.34,.28,.61,.61,.61s.61-.28,.61-.61v-3.28c0-.34,.28-.61,.61-.61h9.43c.34,0,.61,.28,.61,.61v3.28c0,.34,.28,.61,.61,.61s.61-.28,.61-.61v-3.28Zm-2.28,5.72c.22-.22,.56-.24,.8-.06l.07,.06,1.94,1.94c.17,.1,.29,.31,.29,.54,0,.21-.09,.39-.23,.5l-.06,.04-1.94,1.94-.07,.06c-.21,.16-.51,.16-.72,0l-.08-.07-.06-.07c-.16-.21-.16-.51,0-.72l.07-.08,1-1h-3.18c-.26-.05-.46-.3-.46-.61s.2-.57,.47-.61h3.18l-1-1.01-.06-.07c-.18-.24-.16-.58,.06-.8Zm-8.56,0c.22,.22,.24,.56,.06,.8l-.06,.07-1,1h3.1c.3,0,.54,.28,.54,.61,0,.31-.2,.57-.46,.61h-3.18l1,1.01c.22,.22,.24,.56,.06,.8l-.06,.07c-.22,.22-.56,.24-.8,.06l-.07-.06-1.94-1.94c-.17-.1-.29-.31-.29-.54s.12-.44,.29-.54l1.94-1.94c.24-.24,.63-.24,.87,0Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path d="M7.13,8.34a.61.61,0,1,0,0,1.21H22.06a.61.61,0,1,0,0-1.21Z" style="fill:#333"/><path d="M7.13,13.59a.61.61,0,1,0,0,1.21H20.25a2,2,0,0,1,0,4H16.66l.58-.59a.6.6,0,0,0-.85-.85L14.77,19a.62.62,0,0,0,0,.86l1.62,1.61a.6.6,0,0,0,.85-.85l-.58-.58h3.59a3.23,3.23,0,0,0,0-6.46Z" style="fill:#333"/><path d="M6.52,19.44a.6.6,0,0,1,.61-.6h5.25a.61.61,0,0,1,0,1.21H7.13A.61.61,0,0,1,6.52,19.44Z" style="fill:#333"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><path d="M27.1,26.24l-4-4a5.86,5.86,0,1,0-.86.86l4,4,.07.06a.62.62,0,0,0,.79-.06A.6.6,0,0,0,27.1,26.24Zm-8.51-3a4.65,4.65,0,1,1,4.64-4.64A4.65,4.65,0,0,1,18.59,23.23Z" style="fill:#fff"/></svg>
package/lines/copy.svg ADDED
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><defs><style>.cls-1{fill:#fff;}</style></defs><title>copy</title><g id="UI_Elements" data-name="UI Elements"><path class="cls-1" d="M24,14.89H22.76l-3-3H12.43V26.59h4.26v3h11.5V19Zm.3,1.71,2.14,2.13H24.34Zm-10.91,9V12.93h5.93l2,2H16.69v10.7Zm4.26,3V15.89h5.65v3.84h3.85v8.83Z"/></g></svg>
@@ -0,0 +1,10 @@
1
+ <svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24">
2
+ <!-- Generator: Sketch 59.1 (86144) - https://sketch.com -->
3
+ <title>ic_fluent_copy_24_regular</title>
4
+ <desc>Created with Sketch.</desc>
5
+ <g id="🔍-Product-Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
6
+ <g id="ic_fluent_copy_24_regular" fill="white" fill-rule="nonzero">
7
+ <path d="M5.50280381,4.62704038 L5.5,6.75 L5.5,17.2542087 C5.5,19.0491342 6.95507456,20.5042087 8.75,20.5042087 L17.3662868,20.5044622 C17.057338,21.3782241 16.2239751,22.0042087 15.2444057,22.0042087 L8.75,22.0042087 C6.12664744,22.0042087 4,19.8775613 4,17.2542087 L4,6.75 C4,5.76928848 4.62744523,4.93512464 5.50280381,4.62704038 Z M17.75,2 C18.9926407,2 20,3.00735931 20,4.25 L20,17.25 C20,18.4926407 18.9926407,19.5 17.75,19.5 L8.75,19.5 C7.50735931,19.5 6.5,18.4926407 6.5,17.25 L6.5,4.25 C6.5,3.00735931 7.50735931,2 8.75,2 L17.75,2 Z M17.75,3.5 L8.75,3.5 C8.33578644,3.5 8,3.83578644 8,4.25 L8,17.25 C8,17.6642136 8.33578644,18 8.75,18 L17.75,18 C18.1642136,18 18.5,17.6642136 18.5,17.25 L18.5,4.25 C18.5,3.83578644 18.1642136,3.5 17.75,3.5 Z" id="🎨-Color"></path>
8
+ </g>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24">
2
+ <!-- Generator: Sketch 59.1 (86144) - https://sketch.com -->
3
+ <title>ic_fluent_delete_24_regular</title>
4
+ <desc>Created with Sketch.</desc>
5
+ <g id="🔍-Product-Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
6
+ <g id="ic_fluent_delete_24_regular" fill="white" fill-rule="nonzero">
7
+ <path d="M12,1.75 C13.7330315,1.75 15.1492459,3.10645477 15.2448552,4.81557609 L15.25,5 L20.5,5 C20.9142136,5 21.25,5.33578644 21.25,5.75 C21.25,6.12969577 20.9678461,6.44349096 20.6017706,6.49315338 L20.5,6.5 L19.704,6.5 L18.4238627,19.5191927 C18.2911666,20.8682696 17.1984309,21.9099961 15.8626249,21.9944645 L15.6870698,22 L8.31293022,22 C6.95734302,22 5.81365352,21.0144851 5.59883106,19.6933629 L5.57613734,19.5191927 L4.295,6.5 L3.5,6.5 C3.12030423,6.5 2.80650904,6.21784612 2.75684662,5.85177056 L2.75,5.75 C2.75,5.37030423 3.03215388,5.05650904 3.39822944,5.00684662 L3.5,5 L8.75,5 C8.75,3.20507456 10.2050746,1.75 12,1.75 Z M18.197,6.5 L5.802,6.5 L7.06893346,19.3723603 C7.12767639,19.9695801 7.60033019,20.4342891 8.18584501,20.493596 L8.31293022,20.5 L15.6870698,20.5 C16.2871716,20.5 16.795916,20.0751057 16.9122531,19.4982083 L16.9310665,19.3723603 L18.197,6.5 Z M13.75,9.25 C14.1296958,9.25 14.443491,9.53215388 14.4931534,9.89822944 L14.5,10 L14.5,17 C14.5,17.4142136 14.1642136,17.75 13.75,17.75 C13.3703042,17.75 13.056509,17.4678461 13.0068466,17.1017706 L13,17 L13,10 C13,9.58578644 13.3357864,9.25 13.75,9.25 Z M10.25,9.25 C10.6296958,9.25 10.943491,9.53215388 10.9931534,9.89822944 L11,10 L11,17 C11,17.4142136 10.6642136,17.75 10.25,17.75 C9.87030423,17.75 9.55650904,17.4678461 9.50684662,17.1017706 L9.5,17 L9.5,10 C9.5,9.58578644 9.83578644,9.25 10.25,9.25 Z M12,3.25 C11.0818266,3.25 10.3288077,3.95711027 10.2558012,4.85647279 L10.25,5 L13.75,5 C13.75,4.03350169 12.9664983,3.25 12,3.25 Z" id="🎨-Color"></path>
8
+ </g>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="17" height="17">
2
+ <path d="M4.21967 8.46967C4.51256 8.17678 4.98744 8.17678 5.28033 8.46967L12 15.1893L18.7197 8.46967C19.0126 8.17678 19.4874 8.17678 19.7803 8.46967C20.0732 8.76256 20.0732 9.23744 19.7803 9.53033L12.5303 16.7803C12.2374 17.0732 11.7626 17.0732 11.4697 16.7803L4.21967 9.53033C3.92678 9.23744 3.92678 8.76256 4.21967 8.46967Z" fill="white" />
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15"><defs><style>.cls-1{fill:#333;}</style></defs><path class="cls-1" d="M4.09,5.55a.61.61,0,0,1,.85,0l2,2V1.79a.6.6,0,1,1,1.2,0V7.52l2-2a.61.61,0,0,1,.85,0,.6.6,0,0,1,0,.84l-3,3a.6.6,0,0,1-.84,0l-3-3A.6.6,0,0,1,4.09,5.55Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15"><defs><style>.cls-1{fill:#333;}</style></defs><path class="cls-1" d="M4.09,9.45a.6.6,0,0,1,0-.84l3-3a.6.6,0,0,1,.84,0l3,3a.6.6,0,0,1,0,.84.61.61,0,0,1-.85,0l-2-2v5.73a.6.6,0,0,1-1.2,0V7.48l-2,2A.61.61,0,0,1,4.09,9.45Z"/></svg>
@@ -0,0 +1,79 @@
1
+ .hidden {
2
+ display: none !important;
3
+ }
4
+
5
+ .port {
6
+ border-radius: 20px;
7
+ width: 20px;
8
+ height: 20px;
9
+ align-self: center;
10
+
11
+ .img {
12
+ width: 100%;
13
+ }
14
+
15
+ &:hover,
16
+ &.selected {
17
+ filter: brightness(2);
18
+ }
19
+ }
20
+
21
+ .portLine {
22
+ height: 24px;
23
+ display: grid;
24
+ grid-template-rows: 100%;
25
+ }
26
+
27
+ .port-label {
28
+ align-items: center;
29
+ }
30
+
31
+ .inputsContainer {
32
+ grid-row: 1;
33
+ grid-column: 1;
34
+
35
+ .portLine {
36
+ grid-template-columns: 12px calc(100% - 15px);
37
+
38
+ .port-label {
39
+ grid-row: 1;
40
+ grid-column: 2;
41
+ }
42
+
43
+ .port {
44
+ grid-row: 1;
45
+ grid-column: 1;
46
+ transform: translateX(-12px);
47
+ }
48
+ }
49
+ }
50
+
51
+ .outputsContainer {
52
+ grid-row: 1;
53
+ grid-column: 2;
54
+
55
+ .portLine {
56
+ grid-template-columns: calc(100% - 10px) 12px;
57
+
58
+ .port-label {
59
+ grid-row: 1;
60
+ grid-column: 1;
61
+ text-align: right;
62
+ }
63
+
64
+ .port {
65
+ grid-row: 1;
66
+ grid-column: 2;
67
+ transform: translateX(2px);
68
+ }
69
+ }
70
+ }
71
+
72
+ .frame-box {
73
+ position: absolute;
74
+ background: rgba(72, 72, 72, 0.7);
75
+ display: grid;
76
+ grid-template-rows: 40px calc(100% - 40px);
77
+ grid-template-columns: 100%;
78
+ box-sizing: border-box;
79
+ }
@@ -0,0 +1,62 @@
1
+ .graph-canvas {
2
+ width: 100%;
3
+ height: 100%;
4
+ margin: 0;
5
+ padding: 0;
6
+ font: 14px "acumin-pro";
7
+ user-select: none;
8
+ overflow: hidden;
9
+ cursor: move;
10
+ background-image: linear-gradient(to right, #4f4e4f 1px, transparent 1px), linear-gradient(to bottom, #4f4e4f 1px, transparent 1px);
11
+ }
12
+
13
+ .graph-container {
14
+ width: 100%;
15
+ height: 100%;
16
+ left: 0;
17
+ top: 0;
18
+ transform-origin: left top;
19
+ display: grid;
20
+ grid-template-rows: 100%;
21
+ grid-template-columns: 100%;
22
+ }
23
+
24
+ .frame-container {
25
+ overflow: visible;
26
+ grid-row: 1;
27
+ grid-column: 1;
28
+ position: relative;
29
+ width: 100%;
30
+ height: 100%;
31
+ }
32
+
33
+ .graph-svg-container {
34
+ grid-row: 1;
35
+ grid-column: 1;
36
+ position: relative;
37
+ width: 100%;
38
+ height: 100%;
39
+ overflow: visible;
40
+ pointer-events: none;
41
+ z-index: 2;
42
+ filter: drop-shadow(7px 6px 2px rgba(0, 0, 0, 0.2));
43
+ }
44
+
45
+ .graph-canvas-container {
46
+ grid-row: 1;
47
+ grid-column: 1;
48
+ position: relative;
49
+ width: 100%;
50
+ height: 100%;
51
+ }
52
+
53
+ .selection-container {
54
+ pointer-events: none;
55
+ }
56
+
57
+ .selection-box {
58
+ z-index: 10;
59
+ position: absolute;
60
+ background: rgba(72, 72, 196, 0.5);
61
+ border: blue solid 2px;
62
+ }
@@ -4,7 +4,7 @@ import { FrameNodePort } from "./frameNodePort.js";
4
4
  import { StringTools } from "../stringTools.js";
5
5
  import styles from "./graphFrame.modules.scss";
6
6
  import commonStyles from "./common.modules.scss";
7
- import { ClassNames } from "shared-ui-components/components/classNames";
7
+ import { ClassNames } from "../components/classNames.js";
8
8
  var ResizingDirection;
9
9
  (function (ResizingDirection) {
10
10
  ResizingDirection[ResizingDirection["Right"] = 0] = "Right";