@allurereport/web-allure2 3.0.0-beta.9

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 (391) hide show
  1. package/.babelrc.cjs +18 -0
  2. package/.eslintrc.cjs +125 -0
  3. package/README.md +27 -0
  4. package/dist/multi/154.app-9ac9d027.js +1 -0
  5. package/dist/multi/216.app-9ac9d027.js +1 -0
  6. package/dist/multi/232.app-9ac9d027.js +1 -0
  7. package/dist/multi/250.app-9ac9d027.js +1 -0
  8. package/dist/multi/256.app-9ac9d027.js +1 -0
  9. package/dist/multi/301.app-9ac9d027.js +1 -0
  10. package/dist/multi/323.app-9ac9d027.js +1 -0
  11. package/dist/multi/353.app-9ac9d027.js +1 -0
  12. package/dist/multi/411d15fc5bb62472eea6ead4fb276ca9.ico +0 -0
  13. package/dist/multi/564.app-9ac9d027.js +1 -0
  14. package/dist/multi/594.app-9ac9d027.js +1 -0
  15. package/dist/multi/623.app-9ac9d027.js +1 -0
  16. package/dist/multi/7.app-9ac9d027.js +1 -0
  17. package/dist/multi/729.app-9ac9d027.js +1 -0
  18. package/dist/multi/783.app-9ac9d027.js +1 -0
  19. package/dist/multi/826.app-9ac9d027.js +1 -0
  20. package/dist/multi/925.app-9ac9d027.js +1 -0
  21. package/dist/multi/app-9ac9d027.js +2 -0
  22. package/dist/multi/app-9ac9d027.js.LICENSE.txt +29 -0
  23. package/dist/multi/checkmark-c1a9ce12.svg +8 -0
  24. package/dist/multi/manifest.json +27 -0
  25. package/dist/multi/sort-down-icon-41195b0d.svg +8 -0
  26. package/dist/multi/sort-icon-fddc6c81.svg +8 -0
  27. package/dist/multi/sort-up-icon-d5bc65f6.svg +8 -0
  28. package/dist/multi/sprite.svg +4 -0
  29. package/dist/multi/styles-9ac9d027.css +558 -0
  30. package/dist/multi/vertical-5e6d1df4.png +0 -0
  31. package/dist/single/411d15fc5bb62472eea6ead4fb276ca9.ico +0 -0
  32. package/dist/single/app-f726ff87.js +2 -0
  33. package/dist/single/app-f726ff87.js.LICENSE.txt +29 -0
  34. package/dist/single/checkmark-c1a9ce12.svg +8 -0
  35. package/dist/single/manifest.json +10 -0
  36. package/dist/single/sort-down-icon-41195b0d.svg +8 -0
  37. package/dist/single/sort-icon-fddc6c81.svg +8 -0
  38. package/dist/single/sort-up-icon-d5bc65f6.svg +8 -0
  39. package/dist/single/sprite.svg +4 -0
  40. package/dist/single/styles-f726ff87.css +558 -0
  41. package/package.json +107 -0
  42. package/src/app.js +69 -0
  43. package/src/assets/icons/allure-logo.svg +45 -0
  44. package/src/assets/icons/bamboo.svg +31 -0
  45. package/src/assets/icons/bitbucket.svg +10 -0
  46. package/src/assets/icons/bomb.svg +7 -0
  47. package/src/assets/icons/broken.svg +10 -0
  48. package/src/assets/icons/bug.svg +10 -0
  49. package/src/assets/icons/chevron-down.svg +10 -0
  50. package/src/assets/icons/chevron-left.svg +10 -0
  51. package/src/assets/icons/chevron-right-fat.svg +10 -0
  52. package/src/assets/icons/chevron-right.svg +10 -0
  53. package/src/assets/icons/chevron-up.svg +10 -0
  54. package/src/assets/icons/circleci.svg +1 -0
  55. package/src/assets/icons/close.svg +10 -0
  56. package/src/assets/icons/collapse.svg +5 -0
  57. package/src/assets/icons/compare.svg +10 -0
  58. package/src/assets/icons/copy.svg +11 -0
  59. package/src/assets/icons/csv.svg +13 -0
  60. package/src/assets/icons/download.svg +11 -0
  61. package/src/assets/icons/draggable.svg +15 -0
  62. package/src/assets/icons/expand.svg +5 -0
  63. package/src/assets/icons/failed.svg +10 -0
  64. package/src/assets/icons/file.svg +3 -0
  65. package/src/assets/icons/folder.svg +10 -0
  66. package/src/assets/icons/github.svg +4 -0
  67. package/src/assets/icons/gitlab.svg +12 -0
  68. package/src/assets/icons/graphs.svg +11 -0
  69. package/src/assets/icons/history.svg +11 -0
  70. package/src/assets/icons/image.svg +3 -0
  71. package/src/assets/icons/info.svg +12 -0
  72. package/src/assets/icons/jenkins.svg +327 -0
  73. package/src/assets/icons/jobs.svg +12 -0
  74. package/src/assets/icons/link.svg +11 -0
  75. package/src/assets/icons/list.svg +13 -0
  76. package/src/assets/icons/maximize.svg +11 -0
  77. package/src/assets/icons/new-broken.svg +6 -0
  78. package/src/assets/icons/new-failed.svg +6 -0
  79. package/src/assets/icons/new-passed.svg +5 -0
  80. package/src/assets/icons/overview.svg +5 -0
  81. package/src/assets/icons/passed.svg +10 -0
  82. package/src/assets/icons/pdf.svg +13 -0
  83. package/src/assets/icons/refresh.svg +4 -0
  84. package/src/assets/icons/retries.svg +11 -0
  85. package/src/assets/icons/save.svg +10 -0
  86. package/src/assets/icons/skipped.svg +3 -0
  87. package/src/assets/icons/sort-down.svg +10 -0
  88. package/src/assets/icons/sort-up.svg +10 -0
  89. package/src/assets/icons/sort.svg +11 -0
  90. package/src/assets/icons/table.svg +10 -0
  91. package/src/assets/icons/task.svg +11 -0
  92. package/src/assets/icons/teamcity.svg +40 -0
  93. package/src/assets/icons/timeline.svg +12 -0
  94. package/src/assets/icons/tree.svg +10 -0
  95. package/src/assets/icons/txt.svg +11 -0
  96. package/src/assets/icons/unknown.svg +10 -0
  97. package/src/behaviors/ClipboardBehavior.js +34 -0
  98. package/src/behaviors/DownloadBehavior.js +42 -0
  99. package/src/behaviors/GaBehavior.js +27 -0
  100. package/src/behaviors/LoadBehavior.js +18 -0
  101. package/src/behaviors/TooltipBehavior.js +25 -0
  102. package/src/behaviors/index.js +7 -0
  103. package/src/blocks/alert/styles.scss +8 -0
  104. package/src/blocks/arrow/styles.scss +21 -0
  105. package/src/blocks/attachment-row/attachment-row.hbs +34 -0
  106. package/src/blocks/attachment-row/styles.scss +71 -0
  107. package/src/blocks/bar/styles.scss +22 -0
  108. package/src/blocks/button/styles.scss +60 -0
  109. package/src/blocks/clipboard-copy/clipboard-copy.hbs +5 -0
  110. package/src/blocks/executor-icon/bamboo.svg +31 -0
  111. package/src/blocks/executor-icon/bitbucket.svg +10 -0
  112. package/src/blocks/executor-icon/circleci.svg +1 -0
  113. package/src/blocks/executor-icon/default-icon.png +0 -0
  114. package/src/blocks/executor-icon/github.svg +4 -0
  115. package/src/blocks/executor-icon/gitlab.svg +12 -0
  116. package/src/blocks/executor-icon/jenkins.svg +327 -0
  117. package/src/blocks/executor-icon/styles.scss +15 -0
  118. package/src/blocks/executor-icon/teamcity.svg +40 -0
  119. package/src/blocks/island/styles.scss +7 -0
  120. package/src/blocks/label/styles.scss +15 -0
  121. package/src/blocks/link/styles.scss +10 -0
  122. package/src/blocks/pane/styles.scss +52 -0
  123. package/src/blocks/pane-header/pane-header.hbs +15 -0
  124. package/src/blocks/parameters-table/parameters-table.hbs +10 -0
  125. package/src/blocks/parameters-table/styles.scss +22 -0
  126. package/src/blocks/spinner/styles.scss +30 -0
  127. package/src/blocks/splash/styles.scss +13 -0
  128. package/src/blocks/status-details/status-details.hbs +13 -0
  129. package/src/blocks/status-details/styles.scss +32 -0
  130. package/src/blocks/step-stats/step-stats.hbs +15 -0
  131. package/src/blocks/step-stats/styles.scss +19 -0
  132. package/src/blocks/table/sort-down-icon.svg +1 -0
  133. package/src/blocks/table/sort-icon.svg +1 -0
  134. package/src/blocks/table/sort-up-icon.svg +1 -0
  135. package/src/blocks/table/sortable-col.hbs +4 -0
  136. package/src/blocks/table/styles.scss +64 -0
  137. package/src/blocks/tabs/styles.scss +29 -0
  138. package/src/blocks/tabs/tabs.hbs +5 -0
  139. package/src/blocks/text/styles.scss +5 -0
  140. package/src/blocks/widget/draggable.svg +1 -0
  141. package/src/blocks/widget/styles.scss +76 -0
  142. package/src/components/attachment/AttachmentView.hbs +58 -0
  143. package/src/components/attachment/AttachmentView.js +90 -0
  144. package/src/components/attachment/styles.scss +78 -0
  145. package/src/components/empty/EmptyView.hbs +3 -0
  146. package/src/components/empty/EmptyView.js +18 -0
  147. package/src/components/empty/styles.scss +4 -0
  148. package/src/components/error-splash/ErrorSplashView.hbs +4 -0
  149. package/src/components/error-splash/ErrorSplashView.js +19 -0
  150. package/src/components/error-splash/styles.scss +4 -0
  151. package/src/components/graph-base/BaseChartView.hbs +5 -0
  152. package/src/components/graph-base/BaseChartView.js +78 -0
  153. package/src/components/graph-base/styles.scss +66 -0
  154. package/src/components/graph-duration-chart/DurationChartView.js +100 -0
  155. package/src/components/graph-pie-chart/PieChartView.js +155 -0
  156. package/src/components/graph-severity-chart/SeverityChartView.js +100 -0
  157. package/src/components/graph-trend-chart/TrendChartView.js +202 -0
  158. package/src/components/graph-trend-chart/styles.scss +16 -0
  159. package/src/components/graph-trend-chart/trend-tooltip.hbs +9 -0
  160. package/src/components/language-select/LanguageSelectView.hbs +5 -0
  161. package/src/components/language-select/LanguageSelectView.js +42 -0
  162. package/src/components/language-select/checkmark.svg +1 -0
  163. package/src/components/language-select/styles.scss +34 -0
  164. package/src/components/loader/LoaderView.hbs +6 -0
  165. package/src/components/loader/LoaderView.js +21 -0
  166. package/src/components/loader/styles.scss +26 -0
  167. package/src/components/marks-toggle/MarksToggleView.hbs +14 -0
  168. package/src/components/marks-toggle/MarksToggleView.js +41 -0
  169. package/src/components/marks-toggle/styles.scss +38 -0
  170. package/src/components/modal/ModalView.hbs +13 -0
  171. package/src/components/modal/ModalView.js +43 -0
  172. package/src/components/modal/styles.scss +31 -0
  173. package/src/components/node-search/NodeSearchView.hbs +4 -0
  174. package/src/components/node-search/NodeSearchView.js +32 -0
  175. package/src/components/node-search/styles.scss +29 -0
  176. package/src/components/node-sorter/NodeSorterView.hbs +22 -0
  177. package/src/components/node-sorter/NodeSorterView.js +43 -0
  178. package/src/components/node-sorter/styles.scss +26 -0
  179. package/src/components/popover/PopoverView.js +8 -0
  180. package/src/components/popover/styles.scss +32 -0
  181. package/src/components/side-by-side/SideBySideView.hbs +2 -0
  182. package/src/components/side-by-side/SideBySideView.js +42 -0
  183. package/src/components/side-by-side/styles.scss +59 -0
  184. package/src/components/side-by-side/vertical.png +0 -0
  185. package/src/components/side-nav/SideNavView.hbs +39 -0
  186. package/src/components/side-nav/SideNavView.js +81 -0
  187. package/src/components/side-nav/styles.scss +118 -0
  188. package/src/components/status-toggle/StatusToggleView.hbs +16 -0
  189. package/src/components/status-toggle/StatusToggleView.js +42 -0
  190. package/src/components/status-toggle/styles.scss +35 -0
  191. package/src/components/testresult/TestResultView.hbs +32 -0
  192. package/src/components/testresult/TestResultView.js +90 -0
  193. package/src/components/testresult/styles.scss +29 -0
  194. package/src/components/testresult-execution/TestResultExecutionView.hbs +13 -0
  195. package/src/components/testresult-execution/TestResultExecutionView.js +85 -0
  196. package/src/components/testresult-execution/stages-block.hbs +47 -0
  197. package/src/components/testresult-execution/steps-list.hbs +31 -0
  198. package/src/components/testresult-execution/styles.scss +70 -0
  199. package/src/components/testresult-overview/TestResultOverviewView.hbs +8 -0
  200. package/src/components/testresult-overview/TestResultOverviewView.js +46 -0
  201. package/src/components/testresult-overview/styles.scss +22 -0
  202. package/src/components/testresult-tree/TestResultTreeView.js +60 -0
  203. package/src/components/tooltip/TooltipView.js +111 -0
  204. package/src/components/tooltip/styles.scss +43 -0
  205. package/src/components/tree/TreeView.hbs +9 -0
  206. package/src/components/tree/TreeView.js +200 -0
  207. package/src/components/tree/styles.scss +141 -0
  208. package/src/components/tree/tree-group.hbs +36 -0
  209. package/src/components/tree/tree-leaf.hbs +53 -0
  210. package/src/components/tree/tree-time.hbs +6 -0
  211. package/src/components/tree-view-container/TreeViewContainer.hbs +34 -0
  212. package/src/components/tree-view-container/TreeViewContainer.js +103 -0
  213. package/src/components/tree-view-container/styles.scss +38 -0
  214. package/src/components/widget-status/WidgetStatusView.hbs +21 -0
  215. package/src/components/widget-status/WidgetStatusView.js +17 -0
  216. package/src/components/widgets-grid/WidgetsGridView.js +90 -0
  217. package/src/components/widgets-grid/styles.scss +34 -0
  218. package/src/data/localstorage/LocalStorageModel.js +23 -0
  219. package/src/data/testresult/TestResultModel.js +36 -0
  220. package/src/data/tree/TreeCollection.js +153 -0
  221. package/src/data/tree/comparator.js +63 -0
  222. package/src/data/tree/filter.js +66 -0
  223. package/src/data/trend/TrendCollection.js +36 -0
  224. package/src/data/widgets/WidgetsModel.js +25 -0
  225. package/src/decorators/index.js +53 -0
  226. package/src/favicon.ico +0 -0
  227. package/src/helpers/allure-icon.js +228 -0
  228. package/src/helpers/and.js +3 -0
  229. package/src/helpers/angle.js +15 -0
  230. package/src/helpers/arrow.js +17 -0
  231. package/src/helpers/b.js +6 -0
  232. package/src/helpers/concat.js +3 -0
  233. package/src/helpers/date.js +11 -0
  234. package/src/helpers/default.js +8 -0
  235. package/src/helpers/duration.js +60 -0
  236. package/src/helpers/eq.js +3 -0
  237. package/src/helpers/fileicon.js +5 -0
  238. package/src/helpers/filesize.js +8 -0
  239. package/src/helpers/gt.js +3 -0
  240. package/src/helpers/inc.js +3 -0
  241. package/src/helpers/is-def.js +3 -0
  242. package/src/helpers/job-icon.js +8 -0
  243. package/src/helpers/linky.js +7 -0
  244. package/src/helpers/not.js +3 -0
  245. package/src/helpers/or.js +3 -0
  246. package/src/helpers/sort-class.js +6 -0
  247. package/src/helpers/statistic-bar.js +12 -0
  248. package/src/helpers/status-bar.js +14 -0
  249. package/src/helpers/t.js +5 -0
  250. package/src/helpers/text-with-links.js +18 -0
  251. package/src/helpers/time.js +18 -0
  252. package/src/helpers/timeago.js +10 -0
  253. package/src/index.html +17 -0
  254. package/src/index.js +52 -0
  255. package/src/layouts/application/AppLayout.hbs +2 -0
  256. package/src/layouts/application/AppLayout.js +50 -0
  257. package/src/layouts/application/styles.scss +17 -0
  258. package/src/layouts/error/ErrorLayout.js +11 -0
  259. package/src/layouts/overview/OverviewLayout.js +8 -0
  260. package/src/layouts/testresult/TestResultLayout.js +43 -0
  261. package/src/layouts/tree/TreeLayout.js +45 -0
  262. package/src/mixins.scss +128 -0
  263. package/src/pluginApi.js +26 -0
  264. package/src/plugins/.eslintrc +5 -0
  265. package/src/plugins/default/index.js +11 -0
  266. package/src/plugins/screen-diff/index.js +186 -0
  267. package/src/plugins/screen-diff/styles.css +30 -0
  268. package/src/plugins/tab-behaviors/index.js +239 -0
  269. package/src/plugins/tab-category/index.js +15 -0
  270. package/src/plugins/tab-graph/GraphCollection.js +12 -0
  271. package/src/plugins/tab-graph/GraphLayout.js +17 -0
  272. package/src/plugins/tab-graph/index.js +8 -0
  273. package/src/plugins/tab-packages/index.js +137 -0
  274. package/src/plugins/tab-suites/index.js +15 -0
  275. package/src/plugins/tab-timeline/TimelineLayout.js +18 -0
  276. package/src/plugins/tab-timeline/TimelineView.hbs +17 -0
  277. package/src/plugins/tab-timeline/TimelineView.js +250 -0
  278. package/src/plugins/tab-timeline/index.js +12 -0
  279. package/src/plugins/tab-timeline/styles.scss +76 -0
  280. package/src/plugins/testresult-category/CategoryView.hbs +6 -0
  281. package/src/plugins/testresult-category/CategoryView.js +17 -0
  282. package/src/plugins/testresult-category/index.js +3 -0
  283. package/src/plugins/testresult-description/DescriptionView.hbs +4 -0
  284. package/src/plugins/testresult-description/DescriptionView.js +16 -0
  285. package/src/plugins/testresult-description/index.js +3 -0
  286. package/src/plugins/testresult-duration/DurationView.hbs +7 -0
  287. package/src/plugins/testresult-duration/DurationView.js +16 -0
  288. package/src/plugins/testresult-duration/index.js +3 -0
  289. package/src/plugins/testresult-history/HistoryView.hbs +27 -0
  290. package/src/plugins/testresult-history/HistoryView.js +33 -0
  291. package/src/plugins/testresult-history/index.js +3 -0
  292. package/src/plugins/testresult-history/styles.scss +10 -0
  293. package/src/plugins/testresult-links/LinksView.hbs +17 -0
  294. package/src/plugins/testresult-links/LinksView.js +17 -0
  295. package/src/plugins/testresult-links/index.js +3 -0
  296. package/src/plugins/testresult-links/styles.scss +19 -0
  297. package/src/plugins/testresult-owner/OwnerView.hbs +4 -0
  298. package/src/plugins/testresult-owner/OwnerView.js +17 -0
  299. package/src/plugins/testresult-owner/index.js +3 -0
  300. package/src/plugins/testresult-parameters/ParametersView.hbs +13 -0
  301. package/src/plugins/testresult-parameters/ParametersView.js +22 -0
  302. package/src/plugins/testresult-parameters/index.js +3 -0
  303. package/src/plugins/testresult-parameters/styles.scss +8 -0
  304. package/src/plugins/testresult-retries/RetriesView.hbs +13 -0
  305. package/src/plugins/testresult-retries/RetriesView.js +28 -0
  306. package/src/plugins/testresult-retries/index.js +3 -0
  307. package/src/plugins/testresult-retries/styles.scss +11 -0
  308. package/src/plugins/testresult-severity/SeverityView.hbs +4 -0
  309. package/src/plugins/testresult-severity/SeverityView.js +17 -0
  310. package/src/plugins/testresult-severity/index.js +3 -0
  311. package/src/plugins/testresult-tags/TagsView.hbs +5 -0
  312. package/src/plugins/testresult-tags/TagsView.js +17 -0
  313. package/src/plugins/testresult-tags/index.js +3 -0
  314. package/src/plugins/widget-categories/index.js +12 -0
  315. package/src/plugins/widget-categories-trend/CategoriesTrendWidgetView.hbs +4 -0
  316. package/src/plugins/widget-categories-trend/CategoriesTrendWidgetView.js +33 -0
  317. package/src/plugins/widget-categories-trend/index.js +4 -0
  318. package/src/plugins/widget-categories-trend/styles.scss +6 -0
  319. package/src/plugins/widget-duration/DurationWidgetView.hbs +4 -0
  320. package/src/plugins/widget-duration/DurationWidgetView.js +23 -0
  321. package/src/plugins/widget-duration/index.js +3 -0
  322. package/src/plugins/widget-duration-trend/DurationTrendWidgetView.hbs +4 -0
  323. package/src/plugins/widget-duration-trend/DurationTrendWidgetView.js +49 -0
  324. package/src/plugins/widget-duration-trend/index.js +4 -0
  325. package/src/plugins/widget-duration-trend/styles.scss +6 -0
  326. package/src/plugins/widget-environment/EnvironmentWidget.hbs +27 -0
  327. package/src/plugins/widget-environment/EnvironmentWidget.js +25 -0
  328. package/src/plugins/widget-environment/index.js +3 -0
  329. package/src/plugins/widget-executor/ExecutorsWidgetView.hbs +40 -0
  330. package/src/plugins/widget-executor/ExecutorsWidgetView.js +8 -0
  331. package/src/plugins/widget-executor/index.js +3 -0
  332. package/src/plugins/widget-history-trend/HistoryTrendWidgetView.hbs +4 -0
  333. package/src/plugins/widget-history-trend/HistoryTrendWidgetView.js +30 -0
  334. package/src/plugins/widget-history-trend/index.js +6 -0
  335. package/src/plugins/widget-history-trend/styles.scss +6 -0
  336. package/src/plugins/widget-launch/LaunchesWidgetView.hbs +23 -0
  337. package/src/plugins/widget-launch/LaunchesWidgetView.js +8 -0
  338. package/src/plugins/widget-launch/index.js +3 -0
  339. package/src/plugins/widget-retry-trend/RetryTrendWidgetView.hbs +4 -0
  340. package/src/plugins/widget-retry-trend/RetryTrendWidgetView.js +33 -0
  341. package/src/plugins/widget-retry-trend/index.js +4 -0
  342. package/src/plugins/widget-retry-trend/styles.scss +6 -0
  343. package/src/plugins/widget-severity/SeverityWidgetView.hbs +4 -0
  344. package/src/plugins/widget-severity/SeverityWidgetView.js +23 -0
  345. package/src/plugins/widget-severity/index.js +3 -0
  346. package/src/plugins/widget-status/StatusWidgetView.hbs +4 -0
  347. package/src/plugins/widget-status/StatusWidgetView.js +44 -0
  348. package/src/plugins/widget-status/index.js +3 -0
  349. package/src/plugins/widget-suites/index.js +12 -0
  350. package/src/plugins/widget-summary/SummaryWidgetView.hbs +20 -0
  351. package/src/plugins/widget-summary/SummaryWidgetView.js +33 -0
  352. package/src/plugins/widget-summary/index.js +3 -0
  353. package/src/plugins/widget-summary/styles.scss +14 -0
  354. package/src/router.js +52 -0
  355. package/src/rtl.scss +19 -0
  356. package/src/styles.scss +91 -0
  357. package/src/translations/az.json +217 -0
  358. package/src/translations/br.json +205 -0
  359. package/src/translations/de.json +205 -0
  360. package/src/translations/en.json +222 -0
  361. package/src/translations/es.json +209 -0
  362. package/src/translations/fr.json +217 -0
  363. package/src/translations/he.json +205 -0
  364. package/src/translations/isv.json +216 -0
  365. package/src/translations/ja.json +210 -0
  366. package/src/translations/kr.json +210 -0
  367. package/src/translations/nl.json +217 -0
  368. package/src/translations/pl.json +220 -0
  369. package/src/translations/ru.json +215 -0
  370. package/src/translations/sv.json +222 -0
  371. package/src/translations/tr.json +217 -0
  372. package/src/translations/zh.json +191 -0
  373. package/src/utils/arrays.js +3 -0
  374. package/src/utils/attachmentType.js +101 -0
  375. package/src/utils/clipboard.js +38 -0
  376. package/src/utils/escape.js +5 -0
  377. package/src/utils/gtag.js +8 -0
  378. package/src/utils/highlight.js +14 -0
  379. package/src/utils/hotkeys.js +25 -0
  380. package/src/utils/loading.js +9 -0
  381. package/src/utils/marks.js +1 -0
  382. package/src/utils/pluginsRegistry.js +56 -0
  383. package/src/utils/settings.js +4 -0
  384. package/src/utils/settingsFactory.js +149 -0
  385. package/src/utils/sorting.js +21 -0
  386. package/src/utils/statuses.js +1 -0
  387. package/src/utils/translation.js +63 -0
  388. package/src/variables.scss +71 -0
  389. package/types.d.ts +5 -0
  390. package/webpack/utils.js +10 -0
  391. package/webpack.config.js +127 -0
@@ -0,0 +1,327 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ id="svg2"
13
+ version="1.1"
14
+ inkscape:version="0.48.0 r9654"
15
+ width="180"
16
+ height="180"
17
+ xml:space="preserve"
18
+ sodipodi:docname="headshot.svg"><metadata
19
+ id="metadata8"><rdf:RDF><cc:Work
20
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
21
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
22
+ id="defs6"><clipPath
23
+ clipPathUnits="userSpaceOnUse"
24
+ id="clipPath18"><path
25
+ d="M 0,2494.84 0,0 l 1804.34,0 0,2494.84 -1804.34,0 z"
26
+ id="path20"
27
+ inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview
28
+ pagecolor="#ffffff"
29
+ bordercolor="#666666"
30
+ borderopacity="1"
31
+ objecttolerance="10"
32
+ gridtolerance="10"
33
+ guidetolerance="10"
34
+ inkscape:pageopacity="0"
35
+ inkscape:pageshadow="2"
36
+ inkscape:window-width="1500"
37
+ inkscape:window-height="844"
38
+ id="namedview4"
39
+ showgrid="false"
40
+ inkscape:zoom="2.67"
41
+ inkscape:cx="85.437483"
42
+ inkscape:cy="28.333333"
43
+ inkscape:window-x="2281"
44
+ inkscape:window-y="562"
45
+ inkscape:window-maximized="0"
46
+ inkscape:current-layer="g10" /><g
47
+ inkscape:groupmode="layer"
48
+ id="layer1"
49
+ inkscape:label="background"
50
+ style="display:none"><path
51
+ inkscape:connector-curvature="0"
52
+ id="path26-6"
53
+ style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
54
+ d="M 21.510285,69.510582 C 3.511457,87.926788 -7.6263961,113.354 -7.6263961,141.48362 l 0,0 c 0,28.12375 11.1378531,53.55425 29.1366811,71.96705 l 0,0 c 18.007502,18.41281 42.824476,29.77463 70.260725,29.77463 l 0,0 c 27.43696,0 52.25569,-11.36182 70.26155,-29.77463 l 0,0 c 17.99766,-18.4128 29.13789,-43.8433 29.13789,-71.96705 l 0,0 c 0,-28.12962 -11.14023,-53.556832 -29.13789,-71.973038 l 0,0 C 144.0267,51.101408 119.20797,39.739596 91.77101,39.737246 l 0,0 c -27.436249,0.0023 -52.253223,11.364162 -70.260725,29.773336 l 0,0 z M 16.954302,217.90489 C -2.174259,198.34219 -14,171.30619 -14,141.48362 l 0,0 c 0,-29.82727 11.825741,-56.860682 30.954303,-76.424675 l 0,0 C 36.078408,45.491433 62.551059,33.362858 91.77101,33.366371 l 0,0 c 29.2202,-0.0038 55.69554,12.125062 74.81636,31.692574 l 0,0 c 19.1302,19.563993 30.95748,46.599755 30.95513,76.424675 l 0,0 c 0.002,29.82257 -11.82493,56.85857 -30.95513,76.42127 l 0,0 c -19.12082,19.56646 -45.59616,31.69351 -74.81636,31.69351 l 0,0 c -29.219951,0 -55.692603,-12.12705 -74.816708,-31.69351 l 0,0" /><path
55
+ inkscape:connector-curvature="0"
56
+ id="path22"
57
+ style="fill:#d33833;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
58
+ d="m 194.35824,141.09204 c 0,57.95078 -45.92914,104.92969 -102.585822,104.92969 -56.655737,0 -102.58493,-46.97891 -102.58493,-104.92969 0,-57.952192 45.929193,-104.9318 102.58493,-104.9318 56.656682,0 102.585822,46.979608 102.585822,104.9318" /><path
59
+ inkscape:connector-curvature="0"
60
+ id="path24"
61
+ style="fill:#ef3d3a;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
62
+ d="m -6.6321341,167.07966 c 0,0 -7.4264859,-109.424481 93.4011831,-112.551302 L 79.735062,42.80427 25.02294,61.172406 9.390504,79.148959 -4.2873155,105.33355 l -7.8166755,30.48264 2.3448186,20.32137" /><path
63
+ inkscape:connector-curvature="0"
64
+ id="path26"
65
+ style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
66
+ d="M 21.510285,69.510582 C 3.511457,87.926788 -7.6263961,113.354 -7.6263961,141.48362 l 0,0 c 0,28.12375 11.1378531,53.55425 29.1366811,71.96705 l 0,0 c 18.007502,18.41281 42.824476,29.77463 70.260725,29.77463 l 0,0 c 27.43696,0 52.25569,-11.36182 70.26155,-29.77463 l 0,0 c 17.99766,-18.4128 29.13789,-43.8433 29.13789,-71.96705 l 0,0 c 0,-28.12962 -11.14023,-53.556832 -29.13789,-71.973038 l 0,0 C 144.0267,51.101408 119.20797,39.739596 91.77101,39.737246 l 0,0 c -27.436249,0.0023 -52.253223,11.364162 -70.260725,29.773336 l 0,0 z M 16.954302,217.90489 C -2.174259,198.34219 -14,171.30619 -14,141.48362 l 0,0 c 0,-29.82727 11.825741,-56.860682 30.954303,-76.424675 l 0,0 C 36.078408,45.491433 62.551059,33.362858 91.77101,33.366371 l 0,0 c 29.2202,-0.0038 55.69554,12.125062 74.81636,31.692574 l 0,0 c 19.1302,19.563993 30.95748,46.599755 30.95513,76.424675 l 0,0 c 0.002,29.82257 -11.82493,56.85857 -30.95513,76.42127 l 0,0 c -19.12082,19.56646 -45.59616,31.69351 -74.81636,31.69351 l 0,0 c -29.219951,0 -55.692603,-12.12705 -74.816708,-31.69351 l 0,0" /></g><g
67
+ id="g10"
68
+ inkscape:groupmode="layer"
69
+ inkscape:label="front"
70
+ transform="matrix(1.25,0,0,-1.25,0,180)"
71
+ style="display:inline"><path
72
+ inkscape:connector-curvature="0"
73
+ id="path28"
74
+ style="fill:#f0d6b7;fill-opacity:1;fill-rule:evenodd;stroke:none"
75
+ d="m 107.96462,30.661159 -12.506325,-1.875855 -16.882882,-1.875855 -10.942987,-0.31233 -10.629344,0.31233 -8.129205,2.501453 -7.190902,7.815749 -5.627564,15.944766 -1.250445,3.43938 -7.50342,2.500515 -4.37712,7.191089 -3.126299,10.317202 3.439567,9.066945 8.128079,2.813782 6.565493,-3.12705 3.12705,-6.877822 3.751709,0.625598 1.25007,1.562587 -1.25007,7.19109 -0.313267,9.066944 1.875854,12.505383 -0.07325,7.14326 5.700817,9.11384 10.004685,7.19109 17.508479,7.50342 19.383396,-2.81378 16.882691,-12.19306 7.81669,-12.50539 5.00196,-9.06694 1.25026,-22.510259 -3.75171,-19.384147 -6.87782,-17.195024 -6.56549,-9.066944" /><path
76
+ inkscape:connector-curvature="0"
77
+ id="path30"
78
+ style="fill:#335061;fill-opacity:1;fill-rule:evenodd;stroke:none"
79
+ d="m 97.33415,-23.425365 -44.708563,-1.875855 0,-7.503419 3.75171,-26.261969 -1.875855,-2.189122 -31.263748,10.630469 -2.189122,3.75171 -3.1263,35.327975 -7.189777,21.2600013 -1.5637124,5.0019667 25.0107734,17.195024 7.816687,3.12705 6.877634,-8.441347 5.940082,-5.315235 6.87876,-2.188184 3.125925,-0.937928 3.75171,-16.2570961 2.813782,-3.4391923 7.191277,2.50126486 -5.002905,-9.69254216 27.200082,-12.8177163 -3.43844,-1.875855" /><path
80
+ inkscape:connector-curvature="0"
81
+ id="path32"
82
+ style="fill:#6d6b6d;fill-opacity:1;fill-rule:evenodd;stroke:none"
83
+ d="m 23.237694,85.686548 8.128079,2.813782 6.565493,-3.12705 3.12705,-6.877822 3.751709,0.625598 0.937928,3.75171 -1.875855,7.190151 1.875855,17.195963 -1.563713,9.37927 5.627565,6.5655 12.193057,9.6916 -3.439193,4.68964 -17.195211,-8.44135 -7.190902,-5.62756 -4.064227,-8.75368 -6.252975,-8.44135 -1.875855,-10.00487 1.251195,-10.629532" /><path
84
+ inkscape:connector-curvature="0"
85
+ id="path34"
86
+ style="fill:#dcd9d8;fill-opacity:1;fill-rule:evenodd;stroke:none"
87
+ d="m 36.055411,115.07463 c 0,0 4.689637,11.56746 23.448186,17.19502 18.758548,5.62757 0.937927,4.06498 0.937927,4.06498 l -20.321136,-7.81669 -7.816687,-7.81575 -3.438442,-6.25316 7.190152,0.6256" /><path
88
+ inkscape:connector-curvature="0"
89
+ id="path36"
90
+ style="fill:#dcd9d8;fill-opacity:1;fill-rule:evenodd;stroke:none"
91
+ d="m 26.676136,87.874733 c 0,0 -6.565492,21.885597 18.446032,25.011707 l -0.937928,3.75171 -17.194836,-4.06497 -5.002905,-16.2571 1.251195,-10.629532 3.438442,2.188185" /><path
92
+ inkscape:connector-curvature="0"
93
+ id="path38"
94
+ style="fill:#f7e4cd;fill-opacity:1;fill-rule:evenodd;stroke:none"
95
+ d="m 36.680821,58.798982 4.093584,3.966495 c 0,0 1.847623,-0.214785 2.159765,-2.40297 0.312143,-2.189123 1.25007,-21.885599 14.693572,-32.516068 1.226246,-0.969817 -10.003934,1.564463 -10.003934,1.564463 L 37.618748,45.0424" /><path
96
+ inkscape:connector-curvature="0"
97
+ id="path40"
98
+ style="fill:#f7e4cd;fill-opacity:1;fill-rule:evenodd;stroke:none"
99
+ d="m 94.208975,64.738876 c 0,0 0.72877,9.476819 3.280871,8.74805 2.552104,-0.72877 2.552104,-3.28087 2.552104,-3.28087 0,0 -6.197828,-4.00964 -5.832975,-5.46718" /><path
100
+ inkscape:connector-curvature="0"
101
+ id="path42"
102
+ style="fill:#f7e4cd;fill-opacity:1;fill-rule:nonzero;stroke:none"
103
+ d="m 120.15674,99.442192 c 0,0 -5.15298,-1.087996 -5.62757,-5.627565 -0.47459,-4.540507 5.62757,-0.937927 6.5655,-0.625598" /><path
104
+ inkscape:connector-curvature="0"
105
+ id="path44"
106
+ style="fill:#f7e4cd;fill-opacity:1;fill-rule:nonzero;stroke:none"
107
+ d="m 82.327123,99.128924 c 0,0 -6.87876,-0.937927 -6.87876,-5.314297 0,-4.377307 7.816875,-4.064977 10.00506,-2.189123" /><path
108
+ inkscape:connector-curvature="0"
109
+ id="path46"
110
+ style="fill:#f7e4cd;fill-opacity:1;fill-rule:evenodd;stroke:none"
111
+ d="m 39.80712,78.807788 c 0,0 -11.880914,7.19109 -13.130984,0.31233 -1.250445,-6.877822 -4.064977,-11.880727 1.875855,-19.070879 l -4.064227,1.250258 -3.75171,9.691604 -1.25007,9.379274 7.190152,7.504358 8.12883,-0.625598 4.689637,-3.75171 0.312517,-4.689637" /><path
112
+ inkscape:connector-curvature="0"
113
+ id="path48"
114
+ style="fill:#f7e4cd;fill-opacity:1;fill-rule:evenodd;stroke:none"
115
+ d="m 45.434685,98.504264 c 0,0 5.315047,27.512226 32.202801,32.827456 22.136213,4.37544 33.764634,-0.93792 38.141944,-5.93989 0,0 -19.696476,23.44725 -38.455212,16.2571 -18.758549,-7.19109 -32.514193,-20.32208 -32.20205,-28.76249 0.532367,-14.376548 0.312517,-14.382176 0.312517,-14.382176" /><path
116
+ inkscape:connector-curvature="0"
117
+ id="path50"
118
+ style="fill:#f7e4cd;fill-opacity:1;fill-rule:evenodd;stroke:none"
119
+ d="m 117.96855,122.26572 c 0,0 -9.066,0.31233 -9.37927,-7.81669 0,0 -9.4e-4,-1.25026 0.62466,-2.50051 0,0 7.19203,8.12901 11.5684,3.75171" /><path
120
+ inkscape:connector-curvature="0"
121
+ id="path52"
122
+ style="fill:#f7e4cd;fill-opacity:1;fill-rule:evenodd;stroke:none"
123
+ d="m 78.267679,111.10157 c 0,0 -1.560805,12.47725 -12.19859,5.22332 -6.87801,-4.68964 -6.252225,-11.25513 -5.002155,-12.50539 1.250445,-1.2512 0.910446,-3.76953 1.862349,-2.04093 0.951433,1.7286 0.638166,7.35616 4.077733,8.91875 3.439192,1.56353 9.076981,3.30995 11.260663,0.40425" /><path
124
+ inkscape:connector-curvature="0"
125
+ id="path54"
126
+ style="fill:#49728b;fill-opacity:1;fill-rule:evenodd;stroke:none"
127
+ d="M 48.873877,26.597119 19.485984,13.466135 c 0,0 12.193057,-48.459897 5.939707,-63.466736 l -4.377119,1.562587 -0.312518,18.446407 L 12.60835,5.0238501 9.1687826,14.716392 39.80712,35.349858 48.873877,26.597119" /><path
128
+ inkscape:connector-curvature="0"
129
+ id="path56"
130
+ style="fill:#49728b;fill-opacity:1;fill-rule:evenodd;stroke:none"
131
+ d="m 51.895786,-0.20622086 4.169369,-5.08713084 0,-18.7585493 -5.002905,0 c 0,0 -0.62466,13.130985 -0.62466,14.6946973 0,1.5633374 0.62466,7.1909021 0.62466,7.1909021" /><path
132
+ inkscape:connector-curvature="0"
133
+ id="path58"
134
+ style="fill:#49728b;fill-opacity:1;fill-rule:evenodd;stroke:none"
135
+ d="m 52.000177,-26.865683 -14.068911,-0.62466 4.064977,-2.813782 10.003934,-1.563337" /><path
136
+ inkscape:connector-curvature="0"
137
+ id="path60"
138
+ style="fill:#335061;fill-opacity:1;fill-rule:evenodd;stroke:none"
139
+ d="m 100.14793,-23.738633 11.56746,0.312518 2.81378,-28.763609 -11.88072,-1.562587 -2.50052,30.013678" /><path
140
+ inkscape:connector-curvature="0"
141
+ id="path62"
142
+ style="fill:#335061;fill-opacity:1;fill-rule:evenodd;stroke:none"
143
+ d="m 103.27404,-23.738633 17.5083,0.937928 c 0,0 7.19015,18.1331385 7.19015,19.0710659 0,0.9379275 6.25316,26.2617811 6.25316,26.2617811 l -14.06891,14.693571 -2.81378,2.501452 -7.50342,-7.503419 0,-29.0757507 -6.5655,-26.8866283" /><path
144
+ inkscape:connector-curvature="0"
145
+ id="path64"
146
+ style="fill:#49728b;fill-opacity:1;fill-rule:evenodd;stroke:none"
147
+ d="m 111.08979,-21.55026 -10.94186,-2.188373 1.56259,-8.754614 c 4.06404,-1.875855 10.9428,3.12705 10.9428,3.12705" /><path
148
+ inkscape:connector-curvature="0"
149
+ id="path66"
150
+ style="fill:#49728b;fill-opacity:1;fill-rule:evenodd;stroke:none"
151
+ d="m 111.40306,33.161673 21.88466,-16.257096 0.6256,7.50342 -16.57036,15.319168 -5.9399,-6.565492" /><path
152
+ inkscape:connector-curvature="0"
153
+ id="path68"
154
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
155
+ d="m 62.850122,-85.332281 -6.472825,26.265673 -3.219342,19.380207 -0.532368,14.385181 29.295976,1.559586 18.226367,0.003 -1.657316,-32.830462 2.813786,-25.324003 -0.31233,-4.689637 -23.760144,-1.875855 -14.381804,3.126309" /><path
156
+ inkscape:connector-curvature="0"
157
+ id="path70"
158
+ style="fill:#dcd9d8;fill-opacity:1;fill-rule:evenodd;stroke:none"
159
+ d="m 96.082954,-23.426115 c 0,0 -1.562587,-32.515318 3.12705,-55.650237 0,0 -9.379274,-5.940851 -23.136231,-7.503447 l 26.262347,0.937927 3.12611,1.875855 -3.75171,51.27277 -0.93793,10.943737" /><path
160
+ inkscape:connector-curvature="0"
161
+ id="path72"
162
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
163
+ d="m 115.06192,-49.691085 12.19305,3.439192 23.13492,1.250445 3.43938,10.629438 -6.25316,18.446313 -7.19015,0.937927 -10.00488,-3.126299 -9.59874,-4.686636 -5.09576,0.934926 -3.97119,-1.560336" /><path
164
+ inkscape:connector-curvature="0"
165
+ id="path74"
166
+ style="fill:#dcd9d8;fill-opacity:1;fill-rule:evenodd;stroke:none"
167
+ d="m 114.8415,-43.435109 c 0,0 8.12808,3.750959 9.37928,3.438442 l -3.43844,17.195962 4.06404,1.562587 c 0,0 2.81378,-16.256909 2.81378,-18.132764 0,0 17.50735,-0.937927 19.07088,-0.937927 0,0 3.75171,7.190902 2.81378,14.694321 l 3.43938,-10.004684 0.31233,-5.627565 -5.00197,-7.503419 -5.62756,-1.250445 -9.37928,0.312517 -3.12611,4.063852 -10.9428,-1.562587 -3.43938,-1.251195" /><path
168
+ inkscape:connector-curvature="0"
169
+ id="path76"
170
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
171
+ d="M 102.55559,-21.241026 95.67777,-3.7326404 88.48668,6.5845614 c 0,0 1.562587,4.3773076 3.75171,4.3773076 2.189122,0 7.191089,0 7.191089,0 L 106.3073,8.4604163 105.68264,-3.1072304 102.55559,-21.241026" /><path
172
+ inkscape:connector-curvature="0"
173
+ id="path78"
174
+ style="fill:#dcd9d8;fill-opacity:1;fill-rule:evenodd;stroke:none"
175
+ d="m 103.89964,-15.297286 c 0,0 -8.754613,16.8819438 -8.754613,19.3832087 0,0 1.562587,3.7517098 3.75171,2.8137823 2.189123,-0.9379274 6.878763,-3.438442 6.878763,-3.438442 l 0,5.9398945 -10.630473,2.1891225 -7.190152,-0.937927 12.193055,-28.763421 2.50052,-0.313268" /><path
176
+ inkscape:connector-curvature="0"
177
+ id="path80"
178
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
179
+ d="m 65.664279,25.96777 -8.661197,0.941679 -8.129205,2.501453 0,-2.813783 3.971935,-4.380121 12.505575,-5.627565" /><path
180
+ inkscape:connector-curvature="0"
181
+ id="path82"
182
+ style="fill:#dcd9d8;fill-opacity:1;fill-rule:evenodd;stroke:none"
183
+ d="m 51.688785,25.03078 c 0,0 9.692542,-4.064977 12.818842,-3.12705 l 0.311017,-3.747958 -8.752364,1.872103 -5.315422,3.75171 0.937927,1.251195" /><path
184
+ inkscape:connector-curvature="0"
185
+ id="path84"
186
+ style="fill:#d33833;fill-opacity:1;fill-rule:evenodd;stroke:none"
187
+ d="m 115.02815,9.8973211 c -5.30492,0.1556959 -10.09773,0.7859829 -14.29401,1.9696479 0.28513,1.720159 -0.24855,3.408428 0.18008,4.64743 1.16959,0.842259 3.12986,0.829128 4.89786,1.027031 -1.52883,0.75128 -3.67668,1.048603 -5.44092,0.614342 -0.0413,1.193982 -0.576827,1.934007 -0.90135,2.868182 2.98261,1.064548 10.02363,8.043666 13.9845,5.732613 1.88711,-1.099251 2.68904,-7.377737 2.83535,-10.430691 0.12193,-2.532404 -0.22979,-5.087319 -1.26151,-6.4285549" /><path
188
+ inkscape:connector-curvature="0"
189
+ id="path86"
190
+ style="fill:none;stroke:#d33833;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
191
+ d="m 115.02815,9.8973211 c -5.30492,0.1556959 -10.09773,0.7859829 -14.29401,1.9696479 0.28513,1.720159 -0.24855,3.408428 0.18008,4.64743 1.16959,0.842259 3.12986,0.829128 4.89786,1.027031 -1.52883,0.75128 -3.67668,1.048603 -5.44092,0.614342 -0.0413,1.193982 -0.576827,1.934007 -0.90135,2.868182 2.98261,1.064548 10.02363,8.043666 13.9845,5.732613 1.88711,-1.099251 2.68904,-7.377737 2.83535,-10.430691 0.12193,-2.532404 -0.22979,-5.087319 -1.26151,-6.4285549 z" /><path
192
+ inkscape:connector-curvature="0"
193
+ id="path88"
194
+ style="fill:#d33833;fill-opacity:1;fill-rule:evenodd;stroke:none"
195
+ d="m 89.660027,18.569398 c -0.01407,-0.401433 -0.03095,-0.805679 -0.0469,-1.210864 -1.65638,-1.087996 -4.330411,-1.074865 -6.148114,-1.989344 2.679658,-0.117241 4.789057,-0.762535 6.614264,-1.672325 -0.04033,-1.011086 -0.07879,-2.021233 -0.118179,-3.032319 C 86.925031,8.5860986 84.151579,5.490938 80.57695,3.541831 78.886805,2.6200359 72.955164,0.24811119 71.15697,0.66727097 70.1396,0.90353489 70.047964,2.166079 69.641279,3.3561214 68.774822,5.904564 66.77985,9.9611002 66.605865,13.797223 c -0.221633,4.845334 -0.710762,12.965909 4.510868,11.967955 4.212607,-0.803804 9.112152,-2.744376 12.373608,-4.526438 1.993095,-1.089872 3.145808,-2.436736 6.169686,-2.669342" /><path
196
+ inkscape:connector-curvature="0"
197
+ id="path90"
198
+ style="fill:none;stroke:#d33833;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
199
+ d="m 89.660027,18.569398 c -0.01407,-0.401433 -0.03095,-0.805679 -0.0469,-1.210864 -1.65638,-1.087996 -4.330411,-1.074865 -6.148114,-1.989344 2.679658,-0.117241 4.789057,-0.762535 6.614264,-1.672325 -0.04033,-1.011086 -0.07879,-2.021233 -0.118179,-3.032319 C 86.925031,8.5860986 84.151579,5.490938 80.57695,3.541831 78.886805,2.6200359 72.955164,0.24811119 71.15697,0.66727097 70.1396,0.90353489 70.047964,2.166079 69.641279,3.3561214 68.774822,5.904564 66.77985,9.9611002 66.605865,13.797223 c -0.221633,4.845334 -0.710762,12.965909 4.510868,11.967955 4.212607,-0.803804 9.112152,-2.744376 12.373608,-4.526438 1.993095,-1.089872 3.145808,-2.436736 6.169686,-2.669342 z" /><path
200
+ inkscape:connector-curvature="0"
201
+ id="path92"
202
+ style="fill:#d33833;fill-opacity:1;fill-rule:evenodd;stroke:none"
203
+ d="m 92.675464,12.788013 c -0.463336,2.639328 -0.998893,3.392484 -0.791611,5.695096 7.039146,4.693389 8.360687,-8.061486 0.791611,-5.695096" /><path
204
+ inkscape:connector-curvature="0"
205
+ id="path94"
206
+ style="fill:none;stroke:#d33833;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
207
+ d="m 92.675464,12.788013 c -0.463336,2.639328 -0.998893,3.392484 -0.791611,5.695096 7.039146,4.693389 8.360687,-8.061486 0.791611,-5.695096 z" /><path
208
+ inkscape:connector-curvature="0"
209
+ id="path96"
210
+ style="fill:#ef3d3a;fill-opacity:1;fill-rule:evenodd;stroke:none"
211
+ d="m 102.86792,10.648601 c 0,0 -2.18912,3.12705 -0.6256,4.064978 1.56353,0.937927 3.12705,-9.38e-4 4.06498,1.562587 0.93793,1.563525 0,2.501452 0.31233,4.377307 0.31233,1.875855 1.87679,2.189123 3.43938,2.501452 1.56259,0.31233 5.94083,0.937928 6.56549,-0.625597 l -1.87585,5.627565 -3.75171,1.250257 -11.880728,-6.877822 -0.625598,-3.43938 0,-6.877822" /><path
212
+ inkscape:connector-curvature="0"
213
+ id="path98"
214
+ style="fill:#ef3d3a;fill-opacity:1;fill-rule:evenodd;stroke:none"
215
+ d="M 70.040649,0.33130536 C 69.665103,5.2104977 69.267609,10.083031 68.825376,14.95744 c -0.661708,7.278317 1.748297,6.008363 8.05736,6.008363 0.963626,0 5.933235,-1.148961 6.288709,-1.875855 1.705152,-3.482525 -2.851299,-2.708734 1.96402,-5.334931 4.064978,-2.216323 11.24575,1.345926 9.603439,6.272858 -0.919169,1.0955 -4.789057,0.341406 -6.176252,1.060796 -2.442363,1.266202 -4.884726,2.532404 -7.32737,3.798606 C 78.12774,26.499575 70.945561,28.850021 67.632426,26.597119 59.2376,20.887955 68.162261,6.6230164 71.15697,0.66727097" /><path
216
+ inkscape:connector-curvature="0"
217
+ id="path100"
218
+ style="fill:#231f20;fill-opacity:1;fill-rule:evenodd;stroke:none"
219
+ d="m 78.267679,111.10157 c -8.521258,1.98465 -12.755438,-3.566 -15.338396,-9.323 -2.306364,0.559 -1.388602,3.69543 -0.806055,5.29366 1.525258,4.19441 7.671965,9.7779 12.694285,9.02099 2.161266,-0.32546 5.086005,-2.30168 3.450166,-4.99165" /><path
220
+ inkscape:connector-curvature="0"
221
+ id="path102"
222
+ style="fill:#231f20;fill-opacity:1;fill-rule:evenodd;stroke:none"
223
+ d="m 119.78626,101.39777 c 0.13412,-0.006 0.27012,-0.0103 0.40424,-0.0159 1.92557,-4.000265 3.59227,-8.237821 6.0215,-11.769118 -1.62731,-3.790165 -12.32249,-7.144193 -12.15742,-0.338592 2.31293,1.011086 6.30569,0.206344 8.356,1.49787 -1.18554,3.253671 -2.89632,6.02337 -2.62432,10.62578" /><path
224
+ inkscape:connector-curvature="0"
225
+ id="path104"
226
+ style="fill:#231f20;fill-opacity:1;fill-rule:evenodd;stroke:none"
227
+ d="m 82.630261,101.29366 c 1.827083,-3.349338 2.421729,-6.868442 5.01885,-9.399908 1.169595,-1.139582 3.444069,-2.528653 2.316681,-5.697909 -0.263558,-0.747529 -2.189123,-2.414226 -3.300567,-2.741562 -4.060288,-1.198672 -13.52135,-0.247613 -10.317389,4.814381 3.357874,-0.156634 7.871274,-2.180681 10.381168,0.256992 -1.927441,3.081092 -5.363632,9.176682 -4.098743,12.768006" /><path
228
+ inkscape:connector-curvature="0"
229
+ id="path106"
230
+ style="fill:#231f20;fill-opacity:1;fill-rule:evenodd;stroke:none"
231
+ d="m 118.26212,67.252522 c -6.11341,-3.927102 -12.93026,-8.197486 -22.947328,-7.207034 -2.140351,1.860848 -2.956347,6.001797 -0.876962,8.736794 1.082368,-1.860848 0.402371,-5.283346 3.418745,-5.798268 5.683845,-0.972631 12.299045,3.476897 16.387465,5.031981 2.53522,4.274135 -0.21853,5.846102 -2.50239,8.597043 -4.67557,5.636006 -10.94749,12.621689 -10.71957,21.059285 1.88992,1.370312 2.05312,-2.091579 2.32418,-2.721866 2.44143,-5.713854 8.58579,-13.021246 13.07002,-17.9116 1.10113,-1.204299 2.91414,-2.359826 3.1158,-3.156126 0.58151,-2.315743 -1.51288,-5.090132 -1.26996,-6.630209" /><path
232
+ inkscape:connector-curvature="0"
233
+ id="path108"
234
+ style="fill:#231f20;fill-opacity:1;fill-rule:evenodd;stroke:none"
235
+ d="m 37.66752,71.386906 c -1.916185,1.093624 -2.3723,5.910819 -4.621919,6.047756 -3.214933,0.195089 -2.628729,-6.24941 -2.615879,-10.018003 -2.212946,2.009041 -2.602092,8.194672 -0.976383,11.371433 -1.852781,0.909789 -2.680127,-1.003583 -3.707814,-1.677953 1.320789,9.594998 14.03599,4.450466 11.921995,-5.723233" /><path
236
+ inkscape:connector-curvature="0"
237
+ id="path110"
238
+ style="fill:#231f20;fill-opacity:1;fill-rule:evenodd;stroke:none"
239
+ d="m 122.15452,63.256951 c -2.84567,-5.416531 -6.87125,-11.381749 -15.22162,-11.555266 -0.16977,1.749235 -0.30014,4.411073 0.009,5.464365 6.38353,0.613405 10.3247,3.862386 15.21224,6.090901" /><path
240
+ inkscape:connector-curvature="0"
241
+ id="path112"
242
+ style="fill:#231f20;fill-opacity:1;fill-rule:evenodd;stroke:none"
243
+ d="m 82.148729,59.745351 c 5.325927,-2.800652 15.114138,-3.101726 22.353061,-2.889755 0.3883,-1.586035 0.37892,-3.545365 0.39393,-5.479372 -9.305178,-0.464274 -20.307066,1.838338 -22.746991,8.369127" /><path
244
+ inkscape:connector-curvature="0"
245
+ id="path114"
246
+ style="fill:#231f20;fill-opacity:1;fill-rule:evenodd;stroke:none"
247
+ d="m 81.136424,54.522971 c 3.68296,-9.247027 16.341228,-8.182479 27.015776,-7.927363 -0.4699,-1.200547 -1.48849,-2.618693 -2.75469,-3.13174 -3.42062,-1.391884 -12.855232,-2.44799 -17.603958,0.0741 -3.011685,1.601042 -4.94663,5.218628 -6.596725,7.339282 -0.796864,1.024217 -4.764766,3.640096 -0.0604,3.645724" /><path
248
+ inkscape:connector-curvature="0"
249
+ id="path116"
250
+ style="fill:#81b0c4;fill-opacity:1;fill-rule:evenodd;stroke:none"
251
+ d="m 117.81755,3.5158504 c -4.32197,-7.4023109 -8.45729,-15.0050574 -13.58494,-21.5342514 2.14973,6.320787 3.06983,16.8999519 3.39436,24.9650024 4.49736,2.1047092 8.34849,-0.4736534 10.19058,-3.430751" /><path
252
+ inkscape:connector-curvature="0"
253
+ id="path118"
254
+ style="fill:#231f20;fill-opacity:1;fill-rule:evenodd;stroke:none"
255
+ d="m 141.0744,-23.088743 c -4.83877,-0.968691 -8.23876,-5.671459 -12.95935,-5.369634 2.59431,3.65726 7.14044,5.198931 12.95935,5.369634" /><path
256
+ inkscape:connector-curvature="0"
257
+ id="path120"
258
+ style="fill:#231f20;fill-opacity:1;fill-rule:evenodd;stroke:none"
259
+ d="m 143.20912,-30.661381 c -3.94399,-0.416534 -8.57641,-1.055169 -12.57667,-0.726144 1.89368,2.892568 9.18981,1.89452 12.57667,0.726144" /><path
260
+ inkscape:connector-curvature="0"
261
+ id="path122"
262
+ style="fill:#231f20;fill-opacity:1;fill-rule:evenodd;stroke:none"
263
+ d="m 144.57568,-37.190201 c -4.43265,-0.09604 -9.94203,-0.0077 -14.1552,0.345814 2.49207,2.676751 11.28045,0.993266 14.1552,-0.345814" /><path
264
+ inkscape:connector-curvature="0"
265
+ id="path124"
266
+ style="fill:#dcd9d8;fill-opacity:1;fill-rule:evenodd;stroke:none"
267
+ d="m 109.4775,-55.056968 c 0.63591,-5.566787 2.84285,-11.207201 2.56617,-17.303729 -2.45081,-0.826502 -3.85864,-1.549363 -7.14232,-1.544955 -0.23167,5.181299 -0.9248,13.102003 -0.71752,18.041129 1.61511,-0.106924 3.99651,1.153744 5.29367,0.807555" /><path
268
+ inkscape:connector-curvature="0"
269
+ id="path126"
270
+ style="fill:#f0d6b7;fill-opacity:1;fill-rule:evenodd;stroke:none"
271
+ d="m 102.33143,26.985421 c -2.2257,-1.452849 -4.121256,-3.266801 -6.258793,-4.818133 -4.740285,-0.234482 -7.327089,0.328274 -10.809614,3.05014 0.05721,0.218537 0.407061,0.120993 0.420192,0.38924 5.074187,-2.261343 11.524314,0.921045 16.648215,1.378753" /><path
272
+ inkscape:connector-curvature="0"
273
+ id="path128"
274
+ style="fill:#81b0c4;fill-opacity:1;fill-rule:evenodd;stroke:none"
275
+ d="m 75.693819,-7.6033732 c 1.394135,6.0411906 6.856812,9.1700228 11.817416,12.4968514 5.120146,-6.4981489 8.234065,-14.8548948 11.663128,-22.9191952 -8.101817,2.44227 -16.379965,6.405013 -23.480544,10.4223438" /><path
276
+ inkscape:connector-curvature="0"
277
+ id="path130"
278
+ style="fill:#231f20;fill-opacity:1;fill-rule:evenodd;stroke:none"
279
+ d="m 104.18383,-55.864523 c -0.20728,-4.939126 0.48585,-12.85983 0.71752,-18.041129 3.28368,-0.0044 4.69151,0.718453 7.14232,1.544955 0.27668,6.096528 -1.93026,11.736942 -2.56617,17.303729 -1.29716,0.346189 -3.67856,-0.914479 -5.29367,-0.807555 z m -51.130267,28.089801 c 2.1653,-19.905634 5.301448,-36.638822 11.053569,-54.265659 12.766412,-3.876276 28.156582,-4.214079 39.440788,-0.716267 -2.07188,9.948653 -1.16678,22.060673 -2.37765,32.677261 -0.9126,7.979699 -0.44739,16.008546 -1.698584,24.149756 -13.673106,2.844546 -32.99957,0.66499 -46.418123,-1.845091 z m 49.651157,1.720159 c -0.11536,-8.549021 0.38268,-16.981927 1.03547,-25.54164 3.28275,0.492787 5.51033,0.821812 8.56047,1.49046 -0.99045,8.240537 -0.86852,17.513169 -2.886,24.802647 -2.33169,-0.02232 -4.38482,0.02711 -6.70994,-0.751467 z m 16.6529,1.378003 c -1.55789,0.357163 -3.37185,0.01388 -4.86034,-0.01501 0.6997,-6.968895 2.39735,-14.658868 2.99481,-21.973952 2.342,-0.07288 3.5932,1.031721 5.5197,1.403234 0.10317,6.421145 -0.56088,15.267676 -3.65417,20.585725 z m 25.21525,-23.038218 c 4.88191,1.18554 7.95174,7.164828 6.58612,13.305345 -0.91635,4.126881 -2.54835,11.897797 -4.29477,14.537875 -1.29059,1.952765 -4.78999,4.509368 -7.58408,2.71999 -4.5452,-2.910483 -12.55228,-3.755368 -15.86692,-7.278411 1.66201,-5.533772 2.17787,-13.134642 2.86349,-20.1464 5.67822,-0.353974 12.66484,1.562587 17.3873,-0.471215 -3.29681,-1.067924 -7.5747,-1.076365 -10.42318,-2.632762 2.32793,-1.124388 7.77823,-0.897222 11.33204,-0.03442 z M 99.174363,-18.025717 C 95.7453,-9.9614166 92.631381,-1.6046707 87.511235,4.8934782 82.550631,1.5666496 77.087954,-1.5621826 75.693819,-7.6033732 82.794398,-11.620704 91.072546,-15.583447 99.174363,-18.025717 z m 8.452607,24.9723184 c -0.32453,-8.0650505 -1.24463,-18.6442154 -3.39436,-24.9650024 5.12765,6.529194 9.26297,14.1319405 13.58494,21.5342514 -1.84209,2.9570976 -5.69322,5.5354602 -10.19058,3.430751 z M 98.045099,10.351278 C 96.102651,10.560436 94.453774,8.1180728 91.927936,9.1741791 91.349235,8.5345125 90.823057,7.8413842 90.233101,7.2167245 c 5.578792,-6.72315769 8.11401,-16.261786 12.422849,-24.1626995 2.31199,7.5895216 2.04562,15.904436 2.55491,24.1880235 -3.17676,-0.2016544 -4.93912,2.8728715 -7.165761,3.1092295 z m -6.161246,8.131831 c -0.207282,-2.302612 0.328275,-3.055768 0.791611,-5.695096 7.569076,-2.36639 6.247535,10.388485 -0.791611,5.695096 z M 83.490341,21.23874 C 80.228885,23.020802 75.32934,24.961374 71.116733,25.765178 65.895103,26.76407 66.384232,18.642557 66.605865,13.797223 66.77985,9.9611002 68.774822,5.904564 69.641279,3.3561214 70.047964,2.166079 70.1396,0.90353489 71.15697,0.66727097 72.955164,0.24811119 78.886805,2.6200359 80.57695,3.541831 c 3.574629,1.949107 6.348081,5.0442676 9.384152,7.122715 0.03939,1.011086 0.07785,2.021233 0.118179,3.032319 -1.825207,0.90979 -3.934606,1.555084 -6.614264,1.672325 1.817703,0.914479 4.491734,0.901348 6.148114,1.989344 0.01595,0.405185 0.03283,0.809431 0.0469,1.210864 -3.023878,0.232606 -4.176591,1.57947 -6.169686,2.669342 z m -31.151947,5.658516 c -2.706859,-2.748127 7.592053,-6.49421 10.871142,-6.695864 -0.01829,1.738917 0.991014,3.378415 0.787671,4.625858 -3.894556,0.683749 -9.012826,0.232606 -11.658813,2.070006 z m 33.344821,-1.290588 c -0.01313,-0.268247 -0.362978,-0.170703 -0.420192,-0.38924 3.482525,-2.721866 6.069329,-3.284622 10.809614,-3.05014 2.137537,1.551332 4.033093,3.365284 6.258793,4.818133 -5.123901,-0.457708 -11.574028,-3.640096 -16.648215,-1.378753 z m 30.606445,-9.280792 c -0.14631,3.052954 -0.94824,9.33144 -2.83535,10.430691 -3.96087,2.311991 -11.00189,-4.668065 -13.9845,-5.732613 0.324523,-0.934175 0.86008,-1.6742 0.90135,-2.868182 1.76424,0.434261 3.91209,0.136938 5.44092,-0.614342 -1.768,-0.197903 -3.72827,-0.184772 -4.89786,-1.027031 -0.42863,-1.239002 0.10505,-2.927271 -0.18008,-4.64743 4.19628,-1.183665 8.98909,-1.813952 14.29401,-1.9696479 1.03172,1.3412359 1.38344,3.8961509 1.26151,6.4285549 z M 47.781379,24.23917 C 46.931336,24.845071 41.18109,32.326918 40.393325,32.016464 29.988239,27.913031 20.259024,20.81761 11.564906,14.106739 c 8.289309,-17.7869493 11.635459,-39.578755 12.226728,-60.582421 9.495765,-4.441274 17.836379,-10.843754 30.721907,-11.512309 -1.491117,10.549808 -2.852237,19.962097 -3.698623,29.894561 -3.237632,1.364778 -7.882623,-0.0619 -10.912504,0.423193 -0.0257,3.651258 4.627359,1.598885 5.01491,4.054285 0.292071,1.85719 -2.560166,1.997879 -1.631431,4.922337 2.368642,-0.861017 3.612522,-2.762853 6.138642,-3.476991 2.308239,5.049802 -0.03226,13.9846861 0.300418,18.2053595 0.06303,0.7924549 0.395711,4.3903446 2.170833,3.75902564 1.571028,-0.55872337 -0.08976,-9.56864194 0.08244,-13.56327514 0.156821,-3.680333 -0.444484,-7.241456 1.045976,-9.551853 12.451362,1.694835 25.104191,2.790334 38.576393,3.159972 -2.963851,1.271735 -6.48483,2.475284 -10.345152,4.651182 -2.092704,1.179725 -8.689335,3.634469 -9.293173,5.6221243 -0.963532,3.1672872 2.527996,4.8544311 3.125175,7.569731 -6.285146,-3.4278434 -7.511392,3.28565365 -8.998195,8.0418837 -1.347145,4.307901 -2.113995,7.52593 -2.44452,10.0105 -5.41428,2.581176 -11.203074,5.19518 -15.863355,8.505126 z m 63.009211,6.872194 c 8.66927,4.203791 10.23185,-15.711223 6.83374,-22.1266463 0.52524,-1.913372 2.33169,-2.6458933 3.0689,-4.3660522 -4.83783,-8.6663558 -10.21121,-16.7559795 -15.14753,-25.3203825 3.67199,2.285822 8.91688,0.408842 13.23791,2.119809 1.57947,0.62466 2.72281,4.240464 3.91866,7.133032 3.28931,7.958127 6.74276,17.9912307 8.27909,25.585629 0.34703,1.730476 1.29246,5.500945 1.08049,7.041021 -0.37798,2.757507 -4.11938,4.802189 -6.02243,6.507341 -3.50597,3.14956 -5.71386,5.921136 -9.37083,8.866228 -1.48287,-2.189123 -4.66526,-3.659793 -5.878,-5.439979 z M 27.954813,107.9914 c -4.130914,-4.5452 -3.266239,-13.061577 -2.766136,-19.120588 7.466747,4.69714 17.377263,-0.37142 17.283846,-8.360686 3.564874,0.09473 1.331763,4.452342 0.686938,7.259559 -2.107336,9.169178 3.550243,19.130905 0.256523,27.515975 -6.395165,-0.48491 -11.649059,-3.09703 -15.461171,-7.29426 z m 29.557564,26.38015 c -9.351793,-2.65059 -21.337193,-9.44587 -25.180069,-17.84689 2.975668,0.43239 5.04136,1.93307 7.976791,2.11878 1.109381,0.0722 2.562793,-0.46521 3.837812,-0.14819 2.540845,0.63029 4.685229,6.32726 6.602071,8.44697 1.868539,2.07001 4.114406,2.95448 5.651388,4.84159 0.98745,0.47646 2.447428,0.44364 2.503516,1.9265 -0.427976,0.45771 -0.878651,0.80662 -1.391509,0.66124 z m 48.681433,-2.49301 c -9.706609,5.47655 -26.136378,9.59593 -36.461646,4.44859 -8.331422,-4.15408 -19.59321,-11.02722 -23.432804,-19.73681 3.586822,-8.40477 -1.062484,-16.10609 -1.359244,-24.639355 -0.157572,-4.540506 2.137818,-8.504188 2.313679,-13.447065 -1.227372,-2.024986 -4.977299,-2.274474 -7.573107,-2.135661 -0.873773,4.372618 -2.403439,9.287357 -6.906148,9.780707 -6.371341,0.69688 -11.029839,-4.576148 -11.319283,-10.086472 -0.342531,-6.48014 4.977206,-17.220347 12.517298,-16.474695 2.912734,0.287944 3.628279,3.207712 6.80185,3.177698 1.720065,-3.431876 -2.653303,-4.509555 -3.103227,-6.964111 -0.117241,-0.634039 0.362697,-3.112043 0.641824,-4.274135 1.369562,-5.658517 4.422609,-12.981854 7.427635,-17.289755 3.813988,-5.464365 11.307184,-6.287865 19.368577,-6.823422 1.439812,3.101726 6.743886,2.84661 10.199961,2.035303 -4.141888,1.640435 -7.992549,5.617247 -11.183753,9.137289 -3.665608,4.038715 -7.378769,8.371002 -7.566355,13.649658 6.927063,-9.610005 12.649921,-18.00258 25.246006,-22.229819 9.531031,-3.196456 20.662357,1.465043 27.985687,6.607699 3.03889,2.137537 4.85284,5.529082 7.01289,8.633622 8.08212,11.625611 11.85352,28.219423 11.0244,44.303003 -0.34141,6.633023 -0.3264,13.243531 -2.5521,17.706191 -2.32606,4.66619 -10.1934,8.84091 -14.79862,4.62023 -0.85352,4.5377 3.82955,7.34398 9.3305,5.71104 -3.92241,5.062 -8.03898,11.14446 -13.61402,14.29027 z m 18.08418,-149.662459 c 7.58502,3.77075 21.7571,10.1494066 26.5124,-0.01388 1.75486,-3.74627 3.81361,-10.079062 4.72246,-13.946231 1.28402,-5.455736 -1.39188,-16.923025 -6.99975,-18.753765 -4.9532,-1.6168 -10.73271,-1.518317 -16.69886,-0.319834 -0.70251,0.584329 -1.48474,1.602918 -2.03155,2.664652 -4.26007,0.165263 -8.24907,-0.228667 -11.61436,-1.979871 0.3189,-3.150498 -1.81207,-3.656135 -3.80986,-4.304993 -1.48099,-5.87227 2.96291,-13.540952 1.8993,-18.89558 -0.75878,-3.814738 -5.45217,-4.404601 -8.90187,-5.11827 -0.11255,-2.119904 0.15101,-3.889482 0.38643,-5.682902 -0.7888,-2.906478 -4.32666,-4.561038 -7.67881,-4.966251 -11.02909,-1.32629 -27.775128,-1.922021 -38.38365,1.892709 -2.960287,7.2612 -5.29235,16.092819 -7.758067,24.384285 -10.346465,-1.104973 -18.71456,4.464347 -26.603374,8.113072 -2.731339,1.266202 -6.509779,1.963739 -7.530151,4.137855 -0.989232,2.104896 -0.584422,6.139016 -0.829878,9.949721 -0.624659,9.732874 -1.159559,19.120589 -3.729762,29.086068 C 14.074612,-7.0651904 12.063133,-3.1192359 10.6599,1.1896966 9.3629336,5.1832978 7.0969009,10.118672 6.5059128,14.101112 c -0.8763056,5.902377 4.6815712,6.230652 8.2354722,8.78838 5.493816,3.95524 9.806125,6.142487 15.756055,9.712239 1.762272,1.057044 7.076663,3.732951 7.681157,4.965388 1.201673,2.4433 -2.06269,5.888308 -2.935432,7.803556 -1.380535,3.028568 -2.100488,5.601302 -2.298297,8.589539 -4.991181,0.788797 -8.77478,3.759213 -11.060228,7.108552 -3.780598,5.543152 -6.40248,15.79845 -3.131458,23.599193 0.256523,0.614342 1.535856,1.822393 1.724567,2.765948 0.372263,1.858034 -0.700538,4.328535 -0.767225,6.304748 -0.343656,10.138995 1.71547,18.874855 8.541049,21.932495 2.770919,11.03847 12.688376,14.70858 22.032103,20.19452 3.492748,2.05031 7.34294,3.36059 11.319284,4.82376 14.264188,5.24958 36.149505,4.261 47.98803,-4.69245 5.01978,-3.79673 13.04375,-11.8132 15.91381,-17.6171 7.58033,-15.32292 7.04196,-40.931149 1.73986,-59.570581 -0.71283,-2.50239 -1.74643,-6.180942 -3.1899,-9.186999 -1.00639,-2.099082 -4.13438,-6.299121 -3.75452,-8.152465 0.39112,-1.916186 7.132,-7.034456 8.57735,-8.428216 2.60275,-2.510832 7.5475,-5.843288 7.94799,-9.011607 0.43051,-3.371849 -1.48567,-7.984577 -2.45643,-11.238247 -3.24523,-10.858292 -6.41167,-20.8952411 -10.09116,-30.575684" /><path
280
+ inkscape:connector-curvature="0"
281
+ id="path132"
282
+ style="fill:#f7e4cd;fill-opacity:1;fill-rule:evenodd;stroke:none"
283
+ d="m 73.673992,57.379898 c 0.411469,0.547749 2.673844,1.379691 5.839349,-0.144441 0,0 -3.75171,-0.625598 -3.439568,-6.880636 l -1.563337,0.313268 c 0,0 -1.615674,5.671647 -0.836444,6.711809" /><path
284
+ inkscape:connector-curvature="0"
285
+ id="path134"
286
+ style="fill:#1d1919;fill-opacity:1;fill-rule:evenodd;stroke:none"
287
+ d="m 101.08586,3.616959 c 0,-0.9492764 -0.77004,-1.7190334 -1.72016,-1.7190334 -0.949182,0 -1.719221,0.769757 -1.719221,1.7190334 0,0.9491825 0.770039,1.7201589 1.719221,1.7201589 0.95012,0 1.72016,-0.7709764 1.72016,-1.7201589" /><path
288
+ inkscape:connector-curvature="0"
289
+ id="path136"
290
+ style="fill:#1d1919;fill-opacity:1;fill-rule:evenodd;stroke:none"
291
+ d="m 102.80508,-4.3554243 c 0,-0.9492763 -0.77004,-1.7190334 -1.72016,-1.7190334 -0.94918,0 -1.71922,0.7697571 -1.71922,1.7190334 0,0.9492764 0.77004,1.720159 1.71922,1.720159 0.95012,0 1.72016,-0.7708826 1.72016,-1.720159" /><rect
292
+ style="fill:#000000;fill-opacity:1;stroke:none"
293
+ id="rect3048"
294
+ width="70.411987"
295
+ height="4.1198502"
296
+ x="16.853933"
297
+ y="177.37828"
298
+ transform="matrix(0.8,0,0,-0.8,0,144)"
299
+ rx="0.98258007"
300
+ ry="0.98258007" /><rect
301
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
302
+ id="rect3048-5"
303
+ width="50.037457"
304
+ height="3.2958801"
305
+ x="78.501877"
306
+ y="-2.0973756"
307
+ rx="0.78606403"
308
+ ry="0.78606403"
309
+ transform="scale(1,-1)" /><rect
310
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
311
+ id="rect3048-6"
312
+ width="54.831463"
313
+ height="3.2958801"
314
+ x="13.483147"
315
+ y="-3.6973758"
316
+ rx="0.78606403"
317
+ ry="0.78606403"
318
+ transform="scale(1,-1)" /><rect
319
+ style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
320
+ id="rect3048-5-9"
321
+ width="45.24345"
322
+ height="3.2958801"
323
+ x="83.295883"
324
+ y="-3.6973755"
325
+ rx="0.78606403"
326
+ ry="0.78606403"
327
+ transform="scale(1,-1)" /></g></svg>
@@ -0,0 +1,12 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_458_49)">
3
+ <path d="M21 16C22.1867 16 23.3467 16.3519 24.3334 17.0112C25.3201 17.6705 26.0892 18.6075 26.5433 19.7039C26.9974 20.8003 27.1162 22.0067 26.8847 23.1705C26.6532 24.3344 26.0818 25.4035 25.2426 26.2426C24.4035 27.0818 23.3344 27.6532 22.1705 27.8847C21.0067 28.1162 19.8003 27.9974 18.7039 27.5433C17.6075 27.0892 16.6705 26.3201 16.0112 25.3334C15.3519 24.3467 15 23.1867 15 22C15 20.4087 15.6321 18.8826 16.7574 17.7574C17.8826 16.6321 19.4087 16 21 16ZM21 14C19.4178 14 17.871 14.4692 16.5554 15.3482C15.2398 16.2273 14.2145 17.4767 13.609 18.9385C13.0035 20.4003 12.845 22.0089 13.1537 23.5607C13.4624 25.1126 14.2243 26.538 15.3431 27.6569C16.462 28.7757 17.8874 29.5376 19.4393 29.8463C20.9911 30.155 22.5997 29.9965 24.0615 29.391C25.5233 28.7855 26.7727 27.7602 27.6518 26.4446C28.5308 25.129 29 23.5823 29 22C29 19.8783 28.1571 17.8434 26.6569 16.3431C25.1566 14.8429 23.1217 14 21 14Z" fill="black"/>
4
+ <path d="M26 4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H10V26H6V12H28V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM6 10V6H26V10H6Z" fill="currentColor"/>
5
+ <path d="M19 19V25L24 22L19 19Z" fill="currentColor"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_458_49">
9
+ <rect width="32" height="32" fill="white"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_7_21)">
3
+ <path d="M29.25 6.76C28.6926 6.20064 28.0302 5.75682 27.3009 5.45399C26.5716 5.15116 25.7897 4.99527 25 4.99527C24.2103 4.99527 23.4284 5.15116 22.6991 5.45399C21.9698 5.75682 21.3074 6.20064 20.75 6.76L22.17 8.18C22.5423 7.8077 22.9843 7.51238 23.4707 7.31089C23.9572 7.10941 24.4785 7.00571 25.005 7.00571C25.5315 7.00571 26.0529 7.10941 26.5393 7.31089C27.0257 7.51238 27.4677 7.8077 27.84 8.18C28.2123 8.5523 28.5076 8.99428 28.7091 9.48071C28.9106 9.96714 29.0143 10.4885 29.0143 11.015C29.0143 11.5415 28.9106 12.0629 28.7091 12.5493C28.5076 13.0357 28.2123 13.4777 27.84 13.85L19.84 21.85C19.0895 22.6019 18.071 23.0248 17.0086 23.0258C15.9462 23.0267 14.9269 22.6056 14.175 21.855C13.4231 21.1044 13.0002 20.0859 12.9993 19.0235C12.9983 17.9611 13.4195 16.9419 14.17 16.19L15.58 14.77L14.17 13.35L12.75 14.77C12.1907 15.3274 11.7468 15.9898 11.444 16.7191C11.1412 17.4484 10.9853 18.2303 10.9853 19.02C10.9853 19.8097 11.1412 20.5916 11.444 21.3209C11.7468 22.0502 12.1907 22.7126 12.75 23.27C13.8815 24.387 15.4101 25.0092 17 25C17.7927 25.0033 18.5782 24.8494 19.3112 24.5473C20.0441 24.2452 20.7098 23.8009 21.27 23.24L29.27 15.24C30.391 14.1124 31.0185 12.5859 31.0147 10.9959C31.011 9.40586 30.3763 7.88235 29.25 6.76Z" fill="currentColor"/>
4
+ <path d="M4.18997 24.82C3.81656 24.4483 3.52026 24.0066 3.31807 23.52C3.11589 23.0335 3.01181 22.5119 3.01181 21.985C3.01181 21.4582 3.11589 20.9365 3.31807 20.45C3.52026 19.9635 3.81656 19.5217 4.18997 19.15L12.19 11.15C12.5616 10.7766 13.0034 10.4803 13.4899 10.2781C13.9765 10.0759 14.4981 9.97184 15.025 9.97184C15.5518 9.97184 16.0735 10.0759 16.56 10.2781C17.0465 10.4803 17.4883 10.7766 17.86 11.15C18.231 11.5246 18.5231 11.9699 18.7189 12.4594C18.9147 12.949 19.0103 13.4728 19 14C19.003 14.5288 18.9012 15.053 18.7004 15.5422C18.4995 16.0314 18.2037 16.4759 17.83 16.85L15.71 19L17.13 20.42L19.25 18.3C20.3785 17.1715 21.0124 15.6409 21.0124 14.045C21.0124 12.4491 20.3785 10.9185 19.25 9.79001C18.1215 8.66151 16.5909 8.02753 14.995 8.02753C13.399 8.02753 11.8685 8.66151 10.74 9.79001L2.73997 17.79C2.17911 18.3476 1.73401 19.0106 1.43029 19.7408C1.12657 20.4711 0.970215 21.2541 0.970215 22.045C0.970215 22.8359 1.12657 23.619 1.43029 24.3492C1.73401 25.0794 2.17911 25.7424 2.73997 26.3C3.87879 27.4085 5.41087 28.0199 6.99997 28C8.60307 28.0015 10.1417 27.3688 11.28 26.24L9.85997 24.82C9.4883 25.1934 9.04652 25.4897 8.56 25.6919C8.07349 25.8941 7.55182 25.9982 7.02497 25.9982C6.49812 25.9982 5.97645 25.8941 5.48994 25.6919C5.00342 25.4897 4.56164 25.1934 4.18997 24.82Z" fill="currentColor"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_7_21">
8
+ <rect width="32" height="32" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_458_50)">
3
+ <path d="M26 2H8C7.46957 2 6.96086 2.21071 6.58579 2.58579C6.21071 2.96086 6 3.46957 6 4V8H4V10H6V15H4V17H6V22H4V24H6V28C6 28.5304 6.21071 29.0391 6.58579 29.4142C6.96086 29.7893 7.46957 30 8 30H26C26.5304 30 27.0391 29.7893 27.4142 29.4142C27.7893 29.0391 28 28.5304 28 28V4C28 3.46957 27.7893 2.96086 27.4142 2.58579C27.0391 2.21071 26.5304 2 26 2ZM26 28H8V24H10V22H8V17H10V15H8V10H10V8H8V4H26V28Z" fill="currentColor"/>
4
+ <path d="M14 8H22V10H14V8Z" fill="currentColor"/>
5
+ <path d="M14 15H22V17H14V15Z" fill="currentColor"/>
6
+ <path d="M14 22H22V24H14V22Z" fill="currentColor"/>
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_458_50">
10
+ <rect width="32" height="32" fill="white"/>
11
+ </clipPath>
12
+ </defs>
13
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_414_7)">
3
+ <path d="M20 2V4H26.586L18 12.582L19.414 14L28 5.414V12H30V2H20Z" fill="currentColor"/>
4
+ <path d="M14 19.416L12.592 18L4 26.586V20H2V30H12V28H5.414L14 19.416Z" fill="currentColor"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_414_7">
8
+ <rect width="32" height="32" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15 20C14.7033 20 14.4133 20.088 14.1666 20.2528C13.92 20.4176 13.7277 20.6519 13.6142 20.926C13.5006 21.2001 13.4709 21.5017 13.5288 21.7926C13.5867 22.0836 13.7296 22.3509 13.9393 22.5607C14.1491 22.7704 14.4164 22.9133 14.7074 22.9712C14.9983 23.0291 15.2999 22.9993 15.574 22.8858C15.8481 22.7723 16.0824 22.58 16.2472 22.3334C16.412 22.0867 16.5 21.7967 16.5 21.5C16.5 21.1022 16.342 20.7206 16.0607 20.4393C15.7794 20.158 15.3978 20 15 20Z" fill="currentColor"/>
3
+ <path d="M14 9H16V18H14V9Z" fill="currentColor"/>
4
+ <path d="M15 6.00001C17.6513 6.00292 20.1931 7.05742 22.0679 8.93215C23.9426 10.8069 24.9971 13.3487 25 16H27C27 13.6266 26.2962 11.3066 24.9776 9.33316C23.6591 7.35977 21.7849 5.8217 19.5922 4.91345C17.3995 4.0052 14.9867 3.76756 12.6589 4.23058C10.3312 4.6936 8.19295 5.83649 6.51472 7.51472C4.83649 9.19295 3.6936 11.3312 3.23058 13.6589C2.76756 15.9867 3.0052 18.3995 3.91345 20.5922C4.8217 22.7849 6.35977 24.6591 8.33316 25.9776C10.3066 27.2962 12.6266 28 15 28V26C12.3478 26 9.8043 24.9464 7.92894 23.0711C6.05357 21.1957 5.00001 18.6522 5.00001 16C5.00001 13.3478 6.05357 10.8043 7.92894 8.92894C9.8043 7.05357 12.3478 6.00001 15 6.00001Z" fill="currentColor"/>
5
+ <path d="M25 29C27.2091 29 29 27.2091 29 25C29 22.7909 27.2091 21 25 21C22.7909 21 21 22.7909 21 25C21 27.2091 22.7909 29 25 29Z" fill="currentColor"/>
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15 26C13.0222 26 11.0888 25.4135 9.4443 24.3147C7.79981 23.2159 6.51809 21.6541 5.76121 19.8268C5.00433 17.9996 4.8063 15.9889 5.19215 14.0491C5.578 12.1093 6.53041 10.3275 7.92894 8.92894C9.32746 7.53041 11.1093 6.578 13.0491 6.19215C14.9889 5.8063 16.9996 6.00433 18.8268 6.76121C20.6541 7.51809 22.2159 8.79981 23.3147 10.4443C24.4135 12.0888 25 14.0222 25 16H27C27 13.6266 26.2962 11.3066 24.9776 9.33316C23.6591 7.35977 21.7849 5.8217 19.5922 4.91345C17.3995 4.0052 14.9867 3.76756 12.6589 4.23058C10.3312 4.6936 8.19295 5.83649 6.51472 7.51472C4.83649 9.19295 3.6936 11.3312 3.23058 13.6589C2.76756 15.9867 3.0052 18.3995 3.91345 20.5922C4.8217 22.7849 6.35977 24.6591 8.33316 25.9776C10.3066 27.2962 12.6266 28 15 28V26Z" fill="currentColor"/>
3
+ <path d="M25 29C27.2091 29 29 27.2091 29 25C29 22.7909 27.2091 21 25 21C22.7909 21 21 22.7909 21 25C21 27.2091 22.7909 29 25 29Z" fill="currentColor"/>
4
+ <rect x="18.071" y="12" width="2" height="10" transform="rotate(45 18.071 12)" fill="currentColor"/>
5
+ <rect x="19.4854" y="19.0711" width="2" height="10" transform="rotate(135 19.4854 19.0711)" fill="currentColor"/>
6
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15 26C13.0222 26 11.0888 25.4135 9.4443 24.3147C7.79981 23.2159 6.51809 21.6541 5.76121 19.8268C5.00433 17.9996 4.8063 15.9889 5.19215 14.0491C5.578 12.1093 6.53041 10.3275 7.92894 8.92894C9.32746 7.53041 11.1093 6.578 13.0491 6.19215C14.9889 5.8063 16.9996 6.00433 18.8268 6.76121C20.6541 7.51809 22.2159 8.79981 23.3147 10.4443C24.4135 12.0888 25 14.0222 25 16H27C27 13.6266 26.2962 11.3066 24.9776 9.33316C23.6591 7.35977 21.7849 5.8217 19.5922 4.91345C17.3995 4.0052 14.9867 3.76756 12.6589 4.23058C10.3312 4.6936 8.19295 5.83649 6.51472 7.51472C4.83649 9.19295 3.6936 11.3312 3.23058 13.6589C2.76756 15.9867 3.0052 18.3995 3.91345 20.5922C4.8217 22.7849 6.35977 24.6591 8.33316 25.9776C10.3066 27.2962 12.6266 28 15 28V26Z" fill="currentColor"/>
3
+ <path d="M13 17.59L10.41 15L9 16.41L13 20.41L20 13.41L18.59 12L13 17.59Z" fill="currentColor"/>
4
+ <path d="M25 29C27.2091 29 29 27.2091 29 25C29 22.7909 27.2091 21 25 21C22.7909 21 21 22.7909 21 25C21 27.2091 22.7909 29 25 29Z" fill="currentColor"/>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20.8889 22.3371C21.2178 22.1173 21.6044 22 22 22C22.5302 22.0008 23.0384 22.2118 23.4133 22.5867C23.7879 22.9613 23.9989 23.469 24 23.9987C24 23.9992 24 23.9996 24 24C24 24.0075 24 24.0151 23.9999 24.0226C23.9955 24.4103 23.8785 24.7885 23.6629 25.1111C23.608 25.1934 23.5473 25.2711 23.4814 25.3437C23.4348 25.3951 23.3856 25.4439 23.3341 25.4901C23.1669 25.6397 22.9749 25.761 22.7654 25.8478C22.529 25.9457 22.2773 25.9968 22.0239 25.9999C22.016 26 22.008 26 22 26C21.9903 26 21.9806 25.9999 21.9709 25.9998C21.8502 25.998 21.7293 25.9853 21.6098 25.9616C21.2219 25.8844 20.8655 25.6939 20.5858 25.4142C20.3061 25.1345 20.1156 24.7781 20.0384 24.3902C19.9613 24.0022 20.0009 23.6001 20.1522 23.2346C20.3036 22.8692 20.56 22.5568 20.8889 22.3371Z" fill="currentColor"/>
3
+ <path d="M29.777 23.479C29.1591 21.9049 28.0929 20.5467 26.7105 19.5728C25.3281 18.5988 23.6902 18.052 22 18C20.3098 18.052 18.6719 18.5988 17.2895 19.5728C15.9071 20.5467 14.8409 21.9049 14.223 23.479L14 24L14.223 24.521C14.8409 26.0951 15.9071 27.4533 17.2895 28.4272C18.6719 29.4012 20.3098 29.948 22 30C23.6902 29.948 25.3281 29.4012 26.7105 28.4272C28.0929 27.4533 29.1591 26.0951 29.777 24.521L30 24L29.777 23.479ZM22 28C21.2089 28 20.4355 27.7654 19.7777 27.3259C19.1199 26.8864 18.6072 26.2616 18.3045 25.5307C18.0017 24.7998 17.9225 23.9956 18.0769 23.2196C18.2312 22.4437 18.6122 21.731 19.1716 21.1716C19.731 20.6122 20.4437 20.2312 21.2196 20.0769C21.9956 19.9225 22.7998 20.0017 23.5307 20.3045C24.2616 20.6072 24.8864 21.1199 25.3259 21.7777C25.7654 22.4355 26 23.2089 26 24C25.9987 25.0605 25.5768 26.0771 24.827 26.827C24.0771 27.5768 23.0605 27.9987 22 28Z" fill="currentColor"/>
4
+ <path d="M12 28H7V7H10V10H22V7H25V16H27V7C27 6.46957 26.7893 5.96086 26.4142 5.58579C26.0391 5.21071 25.5304 5 25 5H22V4C22 3.46957 21.7893 2.96086 21.4142 2.58579C21.0391 2.21071 20.5304 2 20 2H12C11.4696 2 10.9609 2.21071 10.5858 2.58579C10.2107 2.96086 10 3.46957 10 4V5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V28C5 28.5304 5.21071 29.0391 5.58579 29.4142C5.96086 29.7893 6.46957 30 7 30H12V28ZM12 4H20V8H12V4Z" fill="currentColor"/>
5
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_203_12)">
3
+ <path d="M16 2C13.2311 2 10.5243 2.82109 8.22202 4.35943C5.91973 5.89777 4.12532 8.08427 3.06569 10.6424C2.00607 13.2006 1.72882 16.0155 2.26901 18.7313C2.80921 21.447 4.14258 23.9416 6.10051 25.8995C8.05845 27.8574 10.553 29.1908 13.2687 29.731C15.9845 30.2712 18.7994 29.9939 21.3576 28.9343C23.9157 27.8747 26.1022 26.0803 27.6406 23.778C29.1789 21.4757 30 18.7689 30 16C30 12.287 28.525 8.72601 25.8995 6.1005C23.274 3.475 19.713 2 16 2ZM14 21.59L9.00001 16.59L10.59 15L14 18.41L21.41 11L23.006 12.586L14 21.59Z" fill="currentColor"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_203_12">
7
+ <rect width="32" height="32" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_7_24)">
3
+ <path d="M30 18V16H24V26H26V22H29V20H26V18H30Z" fill="currentColor"/>
4
+ <path d="M19 26H15V16H19C19.7954 16.0008 20.558 16.3171 21.1204 16.8796C21.6829 17.442 21.9992 18.2046 22 19V23C21.9992 23.7954 21.6829 24.558 21.1204 25.1204C20.558 25.6829 19.7954 25.9992 19 26ZM17 24H19C19.2651 23.9997 19.5193 23.8943 19.7068 23.7068C19.8943 23.5193 19.9997 23.2651 20 23V19C19.9997 18.7349 19.8943 18.4807 19.7068 18.2932C19.5193 18.1057 19.2651 18.0003 19 18H17V24Z" fill="currentColor"/>
5
+ <path d="M11 16H6V26H8V23H11C11.5302 22.9992 12.0384 22.7882 12.4133 22.4133C12.7882 22.0384 12.9992 21.5302 13 21V18C12.9995 17.4697 12.7886 16.9613 12.4136 16.5864C12.0387 16.2114 11.5303 16.0005 11 16ZM8 21V18H11L11.001 21H8Z" fill="currentColor"/>
6
+ <path d="M22 14V10C22.0035 9.86858 21.9785 9.73795 21.9268 9.61711C21.875 9.49627 21.7976 9.38809 21.7 9.3L14.7 2.3C14.612 2.20235 14.5038 2.12495 14.3829 2.07316C14.2621 2.02137 14.1314 1.99641 14 2H4C3.47005 2.00159 2.96227 2.21281 2.58753 2.58754C2.2128 2.96227 2.00158 3.47006 2 4V28C2 28.5304 2.21071 29.0391 2.58579 29.4142C2.96086 29.7893 3.46957 30 4 30H20V28H4V4H12V10C12.0016 10.53 12.2128 11.0377 12.5875 11.4125C12.9623 11.7872 13.4701 11.9984 14 12H20V14H22ZM14 10V4.4L19.6 10H14Z" fill="currentColor"/>
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_7_24">
10
+ <rect width="32" height="32" fill="white"/>
11
+ </clipPath>
12
+ </defs>
13
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 10H6.78C8.07335 8.01233 9.97441 6.49584 12.1998 5.67658C14.4252 4.85733 16.8558 4.77918 19.1292 5.45379C21.4027 6.1284 23.3972 7.51964 24.8156 9.42013C26.2339 11.3206 27.0002 13.6286 27 16H29C29.0028 13.3255 28.1805 10.7152 26.6455 8.52511C25.1104 6.335 22.9372 4.67165 20.4222 3.76187C17.9072 2.85209 15.1727 2.74016 12.5918 3.44134C10.0108 4.14252 7.70893 5.62269 6 7.68V4H4V12H12V10Z" fill="currentColor"/>
3
+ <path d="M20 22H25.22C23.9267 23.9877 22.0256 25.5042 19.8002 26.3234C17.5748 27.1427 15.1442 27.2208 12.8708 26.5462C10.5973 25.8716 8.60278 24.4804 7.18443 22.5799C5.76607 20.6794 4.99986 18.3714 5.00001 16H3.00001C2.99725 18.6745 3.81947 21.2848 5.35454 23.4749C6.88961 25.665 9.06281 27.3284 11.5778 28.2381C14.0928 29.1479 16.8273 29.2598 19.4082 28.5587C21.9892 27.8575 24.2911 26.3773 26 24.32V28H28V20H20V22Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_636_61)">
3
+ <path d="M6 6H26.172L22.586 2.414L24 1L30 7L24 13L22.586 11.586L26.172 8H6V15H4V8C4.00053 7.46973 4.21141 6.96133 4.58637 6.58637C4.96133 6.21141 5.46973 6.00053 6 6Z" fill="currentColor"/>
4
+ <path d="M9.414 20.414L5.828 24H26V17H28V24C27.9995 24.5303 27.7886 25.0387 27.4136 25.4136C27.0387 25.7886 26.5303 25.9995 26 26H5.828L9.414 29.586L8 31L2 25L8 19L9.414 20.414Z" fill="currentColor"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_636_61">
8
+ <rect width="32" height="32" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_102_6)">
3
+ <path d="M27.71 9.28999L22.71 4.28999C22.6166 4.1973 22.5057 4.12398 22.3839 4.07421C22.2621 4.02445 22.1316 3.99923 22 3.99999H6C5.46957 3.99999 4.96086 4.2107 4.58579 4.58577C4.21071 4.96085 4 5.46955 4 5.99999V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V9.99999C28.0008 9.86838 27.9755 9.73792 27.9258 9.61608C27.876 9.49424 27.8027 9.38343 27.71 9.28999ZM12 5.99999H20V9.99999H12V5.99999ZM20 26H12V18H20V26ZM22 26V18C22 17.4696 21.7893 16.9608 21.4142 16.5858C21.0391 16.2107 20.5304 16 20 16H12C11.4696 16 10.9609 16.2107 10.5858 16.5858C10.2107 16.9608 10 17.4696 10 18V26H6V5.99999H10V9.99999C10 10.5304 10.2107 11.0391 10.5858 11.4142C10.9609 11.7893 11.4696 12 12 12H20C20.5304 12 21.0391 11.7893 21.4142 11.4142C21.7893 11.0391 22 10.5304 22 9.99999V6.40999L26 10.41V26H22Z" fill="currentColor"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_102_6">
7
+ <rect width="32" height="32" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16 30C23.732 30 30 23.732 30 16C30 8.26801 23.732 2 16 2C8.26801 2 2 8.26801 2 16C2 23.732 8.26801 30 16 30ZM7.20013 14.8996V17.0996H24.7991V14.8996L7.20013 14.8996Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_7_37)">
3
+ <path d="M16 28L9 21L10.4 19.6L16 25.2L21.6 19.6L23 21L16 28Z" fill="currentColor"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_7_37">
7
+ <rect width="32" height="32" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_7_41)">
3
+ <path d="M16 4L23 11L21.6 12.4L16 6.8L10.4 12.4L9 11L16 4Z" fill="currentColor"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_7_41">
7
+ <rect width="32" height="32" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_7_44)">
3
+ <path d="M16 28L9 21L10.41 19.59L16 25.17L21.59 19.59L23 21L16 28Z" fill="currentColor"/>
4
+ <path d="M16 4L23 11L21.59 12.41L16 6.83L10.41 12.41L9 11L16 4Z" fill="currentColor"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_7_44">
8
+ <rect width="32" height="32" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_552_44)">
3
+ <path d="M27 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V27C3 27.5304 3.21071 28.0391 3.58579 28.4142C3.96086 28.7893 4.46957 29 5 29H27C27.5304 29 28.0391 28.7893 28.4142 28.4142C28.7893 28.0391 29 27.5304 29 27V5C29 4.46957 28.7893 3.96086 28.4142 3.58579C28.0391 3.21071 27.5304 3 27 3ZM27 5V9H5V5H27ZM17 11H27V18H17V11ZM15 18H5V11H15V18ZM5 20H15V27H5V20ZM17 27V20H27V27H17Z" fill="currentColor"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_552_44">
7
+ <rect width="32" height="32" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_458_52)">
3
+ <path d="M14 20.18L10.41 16.59L9 18L14 23L23 14L21.59 12.58L14 20.18Z" fill="currentColor"/>
4
+ <path d="M25 5H22V4C22 3.46957 21.7893 2.96086 21.4142 2.58579C21.0391 2.21071 20.5304 2 20 2H12C11.4696 2 10.9609 2.21071 10.5858 2.58579C10.2107 2.96086 10 3.46957 10 4V5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V28C5 28.5304 5.21071 29.0391 5.58579 29.4142C5.96086 29.7893 6.46957 30 7 30H25C25.5304 30 26.0391 29.7893 26.4142 29.4142C26.7893 29.0391 27 28.5304 27 28V7C27 6.46957 26.7893 5.96086 26.4142 5.58579C26.0391 5.21071 25.5304 5 25 5ZM12 4H20V8H12V4ZM25 28H7V7H10V10H22V7H25V28Z" fill="currentColor"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_458_52">
8
+ <rect width="32" height="32" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>