@yourdash/uikit 0.0.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (578) hide show
  1. package/README.md +2 -0
  2. package/components/box/box.module.scss +21 -0
  3. package/components/box/box.tsx +22 -0
  4. package/components/button/button.module.scss +47 -0
  5. package/components/button/button.tsx +23 -0
  6. package/components/buttonLink/buttonLink.module.scss +47 -0
  7. package/components/buttonLink/buttonLink.tsx +26 -0
  8. package/components/card/card.module.scss +78 -0
  9. package/components/card/card.tsx +61 -0
  10. package/components/contextMenu/contextMenu.tsx +55 -0
  11. package/components/contextMenu/contextMenuRoot.module.scss +31 -0
  12. package/components/contextMenu/contextMenuRoot.tsx +83 -0
  13. package/components/contextMenu/contextMenuRootContext.tsx +22 -0
  14. package/components/flex/flex.module.scss +19 -0
  15. package/components/flex/flex.tsx +13 -0
  16. package/components/heading/heading.module.scss +41 -0
  17. package/components/heading/heading.tsx +27 -0
  18. package/components/icon/icon.module.scss +26 -0
  19. package/components/icon/icon.tsx +30 -0
  20. package/components/icon/iconDictionary.ts +573 -0
  21. package/components/icon/icons/accessibility-16.svg +9 -0
  22. package/components/icon/icons/accessibility-inset-16.svg +9 -0
  23. package/components/icon/icons/alert-16.svg +9 -0
  24. package/components/icon/icons/alert-24.svg +10 -0
  25. package/components/icon/icons/alert-fill-12.svg +9 -0
  26. package/components/icon/icons/app-launcher-16.svg +11 -0
  27. package/components/icon/icons/apps-16.svg +9 -0
  28. package/components/icon/icons/archive-16.svg +9 -0
  29. package/components/icon/icons/archive-24.svg +12 -0
  30. package/components/icon/icons/arrow-both-16.svg +9 -0
  31. package/components/icon/icons/arrow-both-24.svg +6 -0
  32. package/components/icon/icons/arrow-down-16.svg +9 -0
  33. package/components/icon/icons/arrow-down-24.svg +9 -0
  34. package/components/icon/icons/arrow-down-left-24.svg +9 -0
  35. package/components/icon/icons/arrow-down-right-24.svg +9 -0
  36. package/components/icon/icons/arrow-left-16.svg +9 -0
  37. package/components/icon/icons/arrow-left-24.svg +9 -0
  38. package/components/icon/icons/arrow-right-16.svg +9 -0
  39. package/components/icon/icons/arrow-right-24.svg +9 -0
  40. package/components/icon/icons/arrow-switch-16.svg +6 -0
  41. package/components/icon/icons/arrow-switch-24.svg +6 -0
  42. package/components/icon/icons/arrow-up-16.svg +9 -0
  43. package/components/icon/icons/arrow-up-24.svg +9 -0
  44. package/components/icon/icons/arrow-up-left-24.svg +9 -0
  45. package/components/icon/icons/arrow-up-right-24.svg +9 -0
  46. package/components/icon/icons/beaker-16.svg +9 -0
  47. package/components/icon/icons/beaker-24.svg +9 -0
  48. package/components/icon/icons/bell-16.svg +10 -0
  49. package/components/icon/icons/bell-24.svg +9 -0
  50. package/components/icon/icons/bell-fill-16.svg +6 -0
  51. package/components/icon/icons/bell-fill-24.svg +9 -0
  52. package/components/icon/icons/bell-slash-16.svg +9 -0
  53. package/components/icon/icons/bell-slash-24.svg +11 -0
  54. package/components/icon/icons/blocked-16.svg +9 -0
  55. package/components/icon/icons/blocked-24.svg +9 -0
  56. package/components/icon/icons/bold-16.svg +9 -0
  57. package/components/icon/icons/bold-24.svg +9 -0
  58. package/components/icon/icons/book-16.svg +9 -0
  59. package/components/icon/icons/book-24.svg +9 -0
  60. package/components/icon/icons/bookmark-16.svg +9 -0
  61. package/components/icon/icons/bookmark-24.svg +9 -0
  62. package/components/icon/icons/bookmark-fill-24.svg +9 -0
  63. package/components/icon/icons/bookmark-slash-16.svg +9 -0
  64. package/components/icon/icons/bookmark-slash-24.svg +10 -0
  65. package/components/icon/icons/bookmark-slash-fill-24.svg +9 -0
  66. package/components/icon/icons/briefcase-16.svg +9 -0
  67. package/components/icon/icons/briefcase-24.svg +9 -0
  68. package/components/icon/icons/broadcast-16.svg +9 -0
  69. package/components/icon/icons/broadcast-24.svg +6 -0
  70. package/components/icon/icons/browser-16.svg +9 -0
  71. package/components/icon/icons/browser-24.svg +9 -0
  72. package/components/icon/icons/bug-16.svg +9 -0
  73. package/components/icon/icons/bug-24.svg +9 -0
  74. package/components/icon/icons/cache-16.svg +11 -0
  75. package/components/icon/icons/calendar-16.svg +9 -0
  76. package/components/icon/icons/calendar-24.svg +9 -0
  77. package/components/icon/icons/check-16.svg +9 -0
  78. package/components/icon/icons/check-24.svg +9 -0
  79. package/components/icon/icons/check-circle-16.svg +9 -0
  80. package/components/icon/icons/check-circle-24.svg +10 -0
  81. package/components/icon/icons/check-circle-fill-12.svg +9 -0
  82. package/components/icon/icons/check-circle-fill-16.svg +9 -0
  83. package/components/icon/icons/check-circle-fill-24.svg +9 -0
  84. package/components/icon/icons/checkbox-16.svg +9 -0
  85. package/components/icon/icons/checkbox-24.svg +10 -0
  86. package/components/icon/icons/checklist-16.svg +9 -0
  87. package/components/icon/icons/checklist-24.svg +6 -0
  88. package/components/icon/icons/chevron-down-16.svg +9 -0
  89. package/components/icon/icons/chevron-down-24.svg +9 -0
  90. package/components/icon/icons/chevron-left-16.svg +9 -0
  91. package/components/icon/icons/chevron-left-24.svg +9 -0
  92. package/components/icon/icons/chevron-right-16.svg +9 -0
  93. package/components/icon/icons/chevron-right-24.svg +9 -0
  94. package/components/icon/icons/chevron-up-16.svg +9 -0
  95. package/components/icon/icons/chevron-up-24.svg +9 -0
  96. package/components/icon/icons/circle-16.svg +8 -0
  97. package/components/icon/icons/circle-24.svg +9 -0
  98. package/components/icon/icons/circle-slash-16.svg +9 -0
  99. package/components/icon/icons/circle-slash-24.svg +9 -0
  100. package/components/icon/icons/clock-16.svg +9 -0
  101. package/components/icon/icons/clock-24.svg +10 -0
  102. package/components/icon/icons/cloud-16.svg +9 -0
  103. package/components/icon/icons/cloud-24.svg +9 -0
  104. package/components/icon/icons/cloud-offline-16.svg +11 -0
  105. package/components/icon/icons/cloud-offline-24.svg +11 -0
  106. package/components/icon/icons/code-16.svg +9 -0
  107. package/components/icon/icons/code-24.svg +9 -0
  108. package/components/icon/icons/code-of-conduct-16.svg +9 -0
  109. package/components/icon/icons/code-of-conduct-24.svg +9 -0
  110. package/components/icon/icons/code-review-16.svg +9 -0
  111. package/components/icon/icons/code-review-24.svg +11 -0
  112. package/components/icon/icons/code-square-16.svg +9 -0
  113. package/components/icon/icons/code-square-24.svg +11 -0
  114. package/components/icon/icons/codescan-16.svg +11 -0
  115. package/components/icon/icons/codescan-24.svg +11 -0
  116. package/components/icon/icons/codescan-checkmark-16.svg +10 -0
  117. package/components/icon/icons/codescan-checkmark-24.svg +10 -0
  118. package/components/icon/icons/codespaces-16.svg +11 -0
  119. package/components/icon/icons/codespaces-24.svg +11 -0
  120. package/components/icon/icons/columns-16.svg +9 -0
  121. package/components/icon/icons/columns-24.svg +9 -0
  122. package/components/icon/icons/command-palette-16.svg +6 -0
  123. package/components/icon/icons/command-palette-24.svg +6 -0
  124. package/components/icon/icons/comment-16.svg +9 -0
  125. package/components/icon/icons/comment-24.svg +9 -0
  126. package/components/icon/icons/comment-discussion-16.svg +9 -0
  127. package/components/icon/icons/comment-discussion-24.svg +11 -0
  128. package/components/icon/icons/commit-24.svg +10 -0
  129. package/components/icon/icons/container-16.svg +9 -0
  130. package/components/icon/icons/container-24.svg +9 -0
  131. package/components/icon/icons/copilot-16.svg +10 -0
  132. package/components/icon/icons/copilot-24.svg +10 -0
  133. package/components/icon/icons/copilot-48.svg +10 -0
  134. package/components/icon/icons/copilot-96.svg +10 -0
  135. package/components/icon/icons/copilot-error-16.svg +9 -0
  136. package/components/icon/icons/copilot-warning-16.svg +11 -0
  137. package/components/icon/icons/copy-16.svg +11 -0
  138. package/components/icon/icons/copy-24.svg +11 -0
  139. package/components/icon/icons/cpu-16.svg +9 -0
  140. package/components/icon/icons/cpu-24.svg +11 -0
  141. package/components/icon/icons/credit-card-16.svg +10 -0
  142. package/components/icon/icons/credit-card-24.svg +10 -0
  143. package/components/icon/icons/cross-reference-16.svg +9 -0
  144. package/components/icon/icons/cross-reference-24.svg +6 -0
  145. package/components/icon/icons/dash-16.svg +8 -0
  146. package/components/icon/icons/dash-24.svg +8 -0
  147. package/components/icon/icons/database-16.svg +9 -0
  148. package/components/icon/icons/database-24.svg +9 -0
  149. package/components/icon/icons/dependabot-16.svg +10 -0
  150. package/components/icon/icons/dependabot-24.svg +10 -0
  151. package/components/icon/icons/desktop-download-16.svg +6 -0
  152. package/components/icon/icons/desktop-download-24.svg +11 -0
  153. package/components/icon/icons/device-camera-16.svg +9 -0
  154. package/components/icon/icons/device-camera-video-16.svg +9 -0
  155. package/components/icon/icons/device-camera-video-24.svg +9 -0
  156. package/components/icon/icons/device-desktop-16.svg +9 -0
  157. package/components/icon/icons/device-desktop-24.svg +9 -0
  158. package/components/icon/icons/device-mobile-16.svg +9 -0
  159. package/components/icon/icons/device-mobile-24.svg +10 -0
  160. package/components/icon/icons/diamond-16.svg +9 -0
  161. package/components/icon/icons/diamond-24.svg +9 -0
  162. package/components/icon/icons/diff-16.svg +9 -0
  163. package/components/icon/icons/diff-24.svg +9 -0
  164. package/components/icon/icons/diff-added-16.svg +9 -0
  165. package/components/icon/icons/diff-ignored-16.svg +9 -0
  166. package/components/icon/icons/diff-modified-16.svg +9 -0
  167. package/components/icon/icons/diff-removed-16.svg +9 -0
  168. package/components/icon/icons/diff-renamed-16.svg +9 -0
  169. package/components/icon/icons/dot-16.svg +8 -0
  170. package/components/icon/icons/dot-24.svg +8 -0
  171. package/components/icon/icons/dot-fill-16.svg +8 -0
  172. package/components/icon/icons/dot-fill-24.svg +6 -0
  173. package/components/icon/icons/download-16.svg +9 -0
  174. package/components/icon/icons/download-24.svg +6 -0
  175. package/components/icon/icons/duplicate-16.svg +12 -0
  176. package/components/icon/icons/duplicate-24.svg +12 -0
  177. package/components/icon/icons/ellipsis-16.svg +9 -0
  178. package/components/icon/icons/ewsgit.svg +14 -0
  179. package/components/icon/icons/eye-16.svg +9 -0
  180. package/components/icon/icons/eye-24.svg +10 -0
  181. package/components/icon/icons/eye-closed-16.svg +9 -0
  182. package/components/icon/icons/eye-closed-24.svg +11 -0
  183. package/components/icon/icons/feed-discussion-16.svg +9 -0
  184. package/components/icon/icons/feed-forked-16.svg +9 -0
  185. package/components/icon/icons/feed-heart-16.svg +9 -0
  186. package/components/icon/icons/feed-merged-16.svg +9 -0
  187. package/components/icon/icons/feed-person-16.svg +9 -0
  188. package/components/icon/icons/feed-repo-16.svg +9 -0
  189. package/components/icon/icons/feed-rocket-16.svg +9 -0
  190. package/components/icon/icons/feed-star-16.svg +9 -0
  191. package/components/icon/icons/feed-tag-16.svg +10 -0
  192. package/components/icon/icons/feed-trophy-16.svg +10 -0
  193. package/components/icon/icons/file-16.svg +9 -0
  194. package/components/icon/icons/file-24.svg +9 -0
  195. package/components/icon/icons/file-added-16.svg +9 -0
  196. package/components/icon/icons/file-badge-16.svg +11 -0
  197. package/components/icon/icons/file-binary-16.svg +9 -0
  198. package/components/icon/icons/file-binary-24.svg +12 -0
  199. package/components/icon/icons/file-code-16.svg +9 -0
  200. package/components/icon/icons/file-code-24.svg +11 -0
  201. package/components/icon/icons/file-diff-16.svg +9 -0
  202. package/components/icon/icons/file-diff-24.svg +11 -0
  203. package/components/icon/icons/file-directory-16.svg +9 -0
  204. package/components/icon/icons/file-directory-24.svg +9 -0
  205. package/components/icon/icons/file-directory-fill-16.svg +6 -0
  206. package/components/icon/icons/file-directory-fill-24.svg +9 -0
  207. package/components/icon/icons/file-directory-open-fill-16.svg +6 -0
  208. package/components/icon/icons/file-media-24.svg +9 -0
  209. package/components/icon/icons/file-moved-16.svg +6 -0
  210. package/components/icon/icons/file-removed-16.svg +9 -0
  211. package/components/icon/icons/file-submodule-16.svg +9 -0
  212. package/components/icon/icons/file-submodule-24.svg +9 -0
  213. package/components/icon/icons/file-symlink-file-16.svg +9 -0
  214. package/components/icon/icons/file-symlink-file-24.svg +9 -0
  215. package/components/icon/icons/file-zip-16.svg +9 -0
  216. package/components/icon/icons/file-zip-24.svg +13 -0
  217. package/components/icon/icons/filter-16.svg +9 -0
  218. package/components/icon/icons/filter-24.svg +6 -0
  219. package/components/icon/icons/flame-16.svg +9 -0
  220. package/components/icon/icons/flame-24.svg +9 -0
  221. package/components/icon/icons/fold-16.svg +6 -0
  222. package/components/icon/icons/fold-24.svg +13 -0
  223. package/components/icon/icons/fold-down-16.svg +6 -0
  224. package/components/icon/icons/fold-down-24.svg +11 -0
  225. package/components/icon/icons/fold-up-16.svg +6 -0
  226. package/components/icon/icons/fold-up-24.svg +11 -0
  227. package/components/icon/icons/gear-16.svg +9 -0
  228. package/components/icon/icons/gear-24.svg +10 -0
  229. package/components/icon/icons/gift-16.svg +9 -0
  230. package/components/icon/icons/gift-24.svg +9 -0
  231. package/components/icon/icons/git-branch-16.svg +9 -0
  232. package/components/icon/icons/git-branch-24.svg +12 -0
  233. package/components/icon/icons/git-commit-16.svg +9 -0
  234. package/components/icon/icons/git-commit-24.svg +9 -0
  235. package/components/icon/icons/git-compare-16.svg +9 -0
  236. package/components/icon/icons/git-compare-24.svg +12 -0
  237. package/components/icon/icons/git-merge-16.svg +9 -0
  238. package/components/icon/icons/git-merge-24.svg +11 -0
  239. package/components/icon/icons/git-merge-queue-16.svg +11 -0
  240. package/components/icon/icons/git-pull-request-16.svg +9 -0
  241. package/components/icon/icons/git-pull-request-24.svg +11 -0
  242. package/components/icon/icons/git-pull-request-closed-16.svg +9 -0
  243. package/components/icon/icons/git-pull-request-closed-24.svg +11 -0
  244. package/components/icon/icons/git-pull-request-draft-16.svg +10 -0
  245. package/components/icon/icons/git-pull-request-draft-24.svg +10 -0
  246. package/components/icon/icons/globe-16.svg +9 -0
  247. package/components/icon/icons/globe-24.svg +9 -0
  248. package/components/icon/icons/grabber-16.svg +9 -0
  249. package/components/icon/icons/grabber-24.svg +9 -0
  250. package/components/icon/icons/graph-16.svg +9 -0
  251. package/components/icon/icons/graph-24.svg +6 -0
  252. package/components/icon/icons/hash-16.svg +9 -0
  253. package/components/icon/icons/hash-24.svg +9 -0
  254. package/components/icon/icons/heading-16.svg +9 -0
  255. package/components/icon/icons/heading-24.svg +9 -0
  256. package/components/icon/icons/heart-16.svg +9 -0
  257. package/components/icon/icons/heart-24.svg +9 -0
  258. package/components/icon/icons/heart-fill-16.svg +9 -0
  259. package/components/icon/icons/heart-fill-24.svg +6 -0
  260. package/components/icon/icons/history-16.svg +9 -0
  261. package/components/icon/icons/history-24.svg +6 -0
  262. package/components/icon/icons/home-16.svg +6 -0
  263. package/components/icon/icons/home-24.svg +9 -0
  264. package/components/icon/icons/home-fill-24.svg +6 -0
  265. package/components/icon/icons/horizontal-rule-16.svg +8 -0
  266. package/components/icon/icons/horizontal-rule-24.svg +8 -0
  267. package/components/icon/icons/hourglass-16.svg +9 -0
  268. package/components/icon/icons/hourglass-24.svg +9 -0
  269. package/components/icon/icons/hubot-16.svg +9 -0
  270. package/components/icon/icons/hubot-24.svg +11 -0
  271. package/components/icon/icons/id-badge-16.svg +11 -0
  272. package/components/icon/icons/image-16.svg +9 -0
  273. package/components/icon/icons/image-24.svg +9 -0
  274. package/components/icon/icons/inbox-16.svg +9 -0
  275. package/components/icon/icons/inbox-24.svg +9 -0
  276. package/components/icon/icons/infinity-16.svg +9 -0
  277. package/components/icon/icons/infinity-24.svg +9 -0
  278. package/components/icon/icons/info-16.svg +9 -0
  279. package/components/icon/icons/info-24.svg +11 -0
  280. package/components/icon/icons/issue-closed-16.svg +9 -0
  281. package/components/icon/icons/issue-closed-24.svg +10 -0
  282. package/components/icon/icons/issue-draft-16.svg +9 -0
  283. package/components/icon/icons/issue-draft-24.svg +9 -0
  284. package/components/icon/icons/issue-opened-16.svg +9 -0
  285. package/components/icon/icons/issue-opened-24.svg +9 -0
  286. package/components/icon/icons/issue-reopened-16.svg +6 -0
  287. package/components/icon/icons/issue-reopened-24.svg +6 -0
  288. package/components/icon/icons/italic-16.svg +9 -0
  289. package/components/icon/icons/italic-24.svg +9 -0
  290. package/components/icon/icons/iterations-16.svg +6 -0
  291. package/components/icon/icons/iterations-24.svg +6 -0
  292. package/components/icon/icons/kebab-horizontal-16.svg +6 -0
  293. package/components/icon/icons/kebab-horizontal-24.svg +8 -0
  294. package/components/icon/icons/key-16.svg +9 -0
  295. package/components/icon/icons/key-24.svg +10 -0
  296. package/components/icon/icons/key-asterisk-16.svg +11 -0
  297. package/components/icon/icons/law-16.svg +9 -0
  298. package/components/icon/icons/law-24.svg +9 -0
  299. package/components/icon/icons/light-bulb-16.svg +9 -0
  300. package/components/icon/icons/light-bulb-24.svg +9 -0
  301. package/components/icon/icons/link-16.svg +9 -0
  302. package/components/icon/icons/link-24.svg +6 -0
  303. package/components/icon/icons/link-external-16.svg +9 -0
  304. package/components/icon/icons/link-external-24.svg +6 -0
  305. package/components/icon/icons/list-ordered-16.svg +9 -0
  306. package/components/icon/icons/list-ordered-24.svg +6 -0
  307. package/components/icon/icons/list-unordered-16.svg +9 -0
  308. package/components/icon/icons/list-unordered-24.svg +9 -0
  309. package/components/icon/icons/location-16.svg +9 -0
  310. package/components/icon/icons/location-24.svg +10 -0
  311. package/components/icon/icons/lock-16.svg +9 -0
  312. package/components/icon/icons/lock-24.svg +9 -0
  313. package/components/icon/icons/log-16.svg +10 -0
  314. package/components/icon/icons/login.svg +9 -0
  315. package/components/icon/icons/logo-gist-16.svg +9 -0
  316. package/components/icon/icons/logo-github-16.svg +9 -0
  317. package/components/icon/icons/logout.svg +9 -0
  318. package/components/icon/icons/mail-16.svg +9 -0
  319. package/components/icon/icons/mail-24.svg +9 -0
  320. package/components/icon/icons/mark-github-16.svg +9 -0
  321. package/components/icon/icons/markdown-16.svg +9 -0
  322. package/components/icon/icons/megaphone-16.svg +14 -0
  323. package/components/icon/icons/megaphone-24.svg +9 -0
  324. package/components/icon/icons/mention-16.svg +9 -0
  325. package/components/icon/icons/mention-24.svg +9 -0
  326. package/components/icon/icons/meter-16.svg +9 -0
  327. package/components/icon/icons/milestone-16.svg +9 -0
  328. package/components/icon/icons/milestone-24.svg +9 -0
  329. package/components/icon/icons/mirror-16.svg +9 -0
  330. package/components/icon/icons/mirror-24.svg +9 -0
  331. package/components/icon/icons/moon-16.svg +9 -0
  332. package/components/icon/icons/moon-24.svg +9 -0
  333. package/components/icon/icons/mortar-board-16.svg +9 -0
  334. package/components/icon/icons/mortar-board-24.svg +9 -0
  335. package/components/icon/icons/multi-select-16.svg +10 -0
  336. package/components/icon/icons/multi-select-24.svg +10 -0
  337. package/components/icon/icons/mute-16.svg +9 -0
  338. package/components/icon/icons/mute-24.svg +11 -0
  339. package/components/icon/icons/no-entry-16.svg +9 -0
  340. package/components/icon/icons/no-entry-24.svg +9 -0
  341. package/components/icon/icons/no-entry-fill-12.svg +8 -0
  342. package/components/icon/icons/north-star-16.svg +6 -0
  343. package/components/icon/icons/north-star-24.svg +6 -0
  344. package/components/icon/icons/note-16.svg +9 -0
  345. package/components/icon/icons/note-24.svg +11 -0
  346. package/components/icon/icons/number-16.svg +9 -0
  347. package/components/icon/icons/number-24.svg +9 -0
  348. package/components/icon/icons/organization-16.svg +9 -0
  349. package/components/icon/icons/organization-24.svg +11 -0
  350. package/components/icon/icons/package-16.svg +9 -0
  351. package/components/icon/icons/package-24.svg +9 -0
  352. package/components/icon/icons/package-dependencies-16.svg +9 -0
  353. package/components/icon/icons/package-dependencies-24.svg +11 -0
  354. package/components/icon/icons/package-dependents-16.svg +9 -0
  355. package/components/icon/icons/package-dependents-24.svg +11 -0
  356. package/components/icon/icons/paintbrush-16.svg +9 -0
  357. package/components/icon/icons/paper-airplane-16.svg +9 -0
  358. package/components/icon/icons/paper-airplane-24.svg +9 -0
  359. package/components/icon/icons/paperclip-16.svg +9 -0
  360. package/components/icon/icons/paperclip-24.svg +9 -0
  361. package/components/icon/icons/paste-16.svg +9 -0
  362. package/components/icon/icons/paste-24.svg +11 -0
  363. package/components/icon/icons/pencil-16.svg +9 -0
  364. package/components/icon/icons/pencil-24.svg +9 -0
  365. package/components/icon/icons/people-16.svg +9 -0
  366. package/components/icon/icons/people-24.svg +11 -0
  367. package/components/icon/icons/person-16.svg +9 -0
  368. package/components/icon/icons/person-24.svg +9 -0
  369. package/components/icon/icons/person-add-16.svg +9 -0
  370. package/components/icon/icons/person-add-24.svg +9 -0
  371. package/components/icon/icons/person-fill-16.svg +6 -0
  372. package/components/icon/icons/person-fill-24.svg +6 -0
  373. package/components/icon/icons/pin-16.svg +9 -0
  374. package/components/icon/icons/pin-24.svg +9 -0
  375. package/components/icon/icons/play-16.svg +9 -0
  376. package/components/icon/icons/play-24.svg +10 -0
  377. package/components/icon/icons/plug-16.svg +9 -0
  378. package/components/icon/icons/plug-24.svg +9 -0
  379. package/components/icon/icons/plus-16.svg +9 -0
  380. package/components/icon/icons/plus-24.svg +9 -0
  381. package/components/icon/icons/plus-circle-16.svg +9 -0
  382. package/components/icon/icons/plus-circle-24.svg +10 -0
  383. package/components/icon/icons/project-16.svg +9 -0
  384. package/components/icon/icons/project-24.svg +11 -0
  385. package/components/icon/icons/pulse-16.svg +9 -0
  386. package/components/icon/icons/pulse-24.svg +9 -0
  387. package/components/icon/icons/question-16.svg +9 -0
  388. package/components/icon/icons/question-24.svg +11 -0
  389. package/components/icon/icons/quote-16.svg +9 -0
  390. package/components/icon/icons/quote-24.svg +9 -0
  391. package/components/icon/icons/reply-16.svg +9 -0
  392. package/components/icon/icons/reply-24.svg +6 -0
  393. package/components/icon/icons/repo-16.svg +9 -0
  394. package/components/icon/icons/repo-24.svg +10 -0
  395. package/components/icon/icons/repo-clone-16.svg +9 -0
  396. package/components/icon/icons/repo-deleted-16.svg +6 -0
  397. package/components/icon/icons/repo-forked-16.svg +9 -0
  398. package/components/icon/icons/repo-forked-24.svg +12 -0
  399. package/components/icon/icons/repo-locked-16.svg +11 -0
  400. package/components/icon/icons/repo-locked-24.svg +11 -0
  401. package/components/icon/icons/repo-pull-16.svg +9 -0
  402. package/components/icon/icons/repo-push-16.svg +9 -0
  403. package/components/icon/icons/repo-push-24.svg +6 -0
  404. package/components/icon/icons/repo-template-16.svg +9 -0
  405. package/components/icon/icons/repo-template-24.svg +6 -0
  406. package/components/icon/icons/report-16.svg +9 -0
  407. package/components/icon/icons/report-24.svg +9 -0
  408. package/components/icon/icons/rocket-16.svg +9 -0
  409. package/components/icon/icons/rocket-24.svg +9 -0
  410. package/components/icon/icons/rows-16.svg +9 -0
  411. package/components/icon/icons/rows-24.svg +9 -0
  412. package/components/icon/icons/rss-16.svg +9 -0
  413. package/components/icon/icons/rss-24.svg +9 -0
  414. package/components/icon/icons/ruby-16.svg +9 -0
  415. package/components/icon/icons/ruby-24.svg +9 -0
  416. package/components/icon/icons/screen-full-16.svg +9 -0
  417. package/components/icon/icons/screen-full-24.svg +9 -0
  418. package/components/icon/icons/screen-normal-16.svg +9 -0
  419. package/components/icon/icons/screen-normal-24.svg +9 -0
  420. package/components/icon/icons/search-16.svg +9 -0
  421. package/components/icon/icons/search-24.svg +9 -0
  422. package/components/icon/icons/server-16.svg +9 -0
  423. package/components/icon/icons/server-24.svg +11 -0
  424. package/components/icon/icons/server-error.svg +8 -0
  425. package/components/icon/icons/share-16.svg +9 -0
  426. package/components/icon/icons/share-24.svg +9 -0
  427. package/components/icon/icons/share-android-16.svg +9 -0
  428. package/components/icon/icons/share-android-24.svg +9 -0
  429. package/components/icon/icons/shield-16.svg +9 -0
  430. package/components/icon/icons/shield-24.svg +10 -0
  431. package/components/icon/icons/shield-check-16.svg +9 -0
  432. package/components/icon/icons/shield-check-24.svg +10 -0
  433. package/components/icon/icons/shield-lock-16.svg +9 -0
  434. package/components/icon/icons/shield-lock-24.svg +9 -0
  435. package/components/icon/icons/shield-slash-16.svg +11 -0
  436. package/components/icon/icons/shield-x-16.svg +9 -0
  437. package/components/icon/icons/shield-x-24.svg +11 -0
  438. package/components/icon/icons/sidebar-collapse-16.svg +10 -0
  439. package/components/icon/icons/sidebar-collapse-24.svg +10 -0
  440. package/components/icon/icons/sidebar-expand-16.svg +10 -0
  441. package/components/icon/icons/sidebar-expand-24.svg +10 -0
  442. package/components/icon/icons/sign-in-16.svg +9 -0
  443. package/components/icon/icons/sign-in-24.svg +9 -0
  444. package/components/icon/icons/sign-out-16.svg +9 -0
  445. package/components/icon/icons/sign-out-24.svg +9 -0
  446. package/components/icon/icons/single-select-16.svg +10 -0
  447. package/components/icon/icons/single-select-24.svg +10 -0
  448. package/components/icon/icons/skip-16.svg +9 -0
  449. package/components/icon/icons/skip-24.svg +10 -0
  450. package/components/icon/icons/sliders-16.svg +6 -0
  451. package/components/icon/icons/smiley-16.svg +9 -0
  452. package/components/icon/icons/smiley-24.svg +12 -0
  453. package/components/icon/icons/sort-asc-16.svg +9 -0
  454. package/components/icon/icons/sort-asc-24.svg +6 -0
  455. package/components/icon/icons/sort-desc-16.svg +10 -0
  456. package/components/icon/icons/sort-desc-24.svg +6 -0
  457. package/components/icon/icons/square-16.svg +9 -0
  458. package/components/icon/icons/square-24.svg +9 -0
  459. package/components/icon/icons/square-fill-16.svg +9 -0
  460. package/components/icon/icons/square-fill-24.svg +9 -0
  461. package/components/icon/icons/squirrel-16.svg +9 -0
  462. package/components/icon/icons/squirrel-24.svg +6 -0
  463. package/components/icon/icons/stack-16.svg +9 -0
  464. package/components/icon/icons/stack-24.svg +13 -0
  465. package/components/icon/icons/star-16.svg +9 -0
  466. package/components/icon/icons/star-24.svg +9 -0
  467. package/components/icon/icons/star-fill-16.svg +9 -0
  468. package/components/icon/icons/star-fill-24.svg +9 -0
  469. package/components/icon/icons/stop-16.svg +9 -0
  470. package/components/icon/icons/stop-24.svg +10 -0
  471. package/components/icon/icons/stopwatch-16.svg +9 -0
  472. package/components/icon/icons/stopwatch-24.svg +9 -0
  473. package/components/icon/icons/store.svg +10 -0
  474. package/components/icon/icons/strikethrough-16.svg +9 -0
  475. package/components/icon/icons/strikethrough-24.svg +9 -0
  476. package/components/icon/icons/sun-16.svg +9 -0
  477. package/components/icon/icons/sun-24.svg +9 -0
  478. package/components/icon/icons/sync-16.svg +9 -0
  479. package/components/icon/icons/sync-24.svg +6 -0
  480. package/components/icon/icons/tab-24.svg +6 -0
  481. package/components/icon/icons/tab-external-16.svg +6 -0
  482. package/components/icon/icons/table-16.svg +9 -0
  483. package/components/icon/icons/table-24.svg +9 -0
  484. package/components/icon/icons/tag-16.svg +9 -0
  485. package/components/icon/icons/tag-24.svg +10 -0
  486. package/components/icon/icons/tasklist-16.svg +9 -0
  487. package/components/icon/icons/tasklist-24.svg +10 -0
  488. package/components/icon/icons/telescope-16.svg +9 -0
  489. package/components/icon/icons/telescope-24.svg +11 -0
  490. package/components/icon/icons/telescope-fill-16.svg +9 -0
  491. package/components/icon/icons/telescope-fill-24.svg +11 -0
  492. package/components/icon/icons/terminal-16.svg +9 -0
  493. package/components/icon/icons/terminal-24.svg +11 -0
  494. package/components/icon/icons/three-bars-16.svg +9 -0
  495. package/components/icon/icons/thumbsdown-16.svg +9 -0
  496. package/components/icon/icons/thumbsdown-24.svg +9 -0
  497. package/components/icon/icons/thumbsup-16.svg +9 -0
  498. package/components/icon/icons/thumbsup-24.svg +9 -0
  499. package/components/icon/icons/tools-16.svg +9 -0
  500. package/components/icon/icons/tools-24.svg +9 -0
  501. package/components/icon/icons/trash-16.svg +9 -0
  502. package/components/icon/icons/trash-24.svg +13 -0
  503. package/components/icon/icons/triangle-down-16.svg +6 -0
  504. package/components/icon/icons/triangle-down-24.svg +6 -0
  505. package/components/icon/icons/triangle-left-16.svg +6 -0
  506. package/components/icon/icons/triangle-left-24.svg +6 -0
  507. package/components/icon/icons/triangle-right-16.svg +6 -0
  508. package/components/icon/icons/triangle-right-24.svg +6 -0
  509. package/components/icon/icons/triangle-up-16.svg +6 -0
  510. package/components/icon/icons/triangle-up-24.svg +6 -0
  511. package/components/icon/icons/trophy-16.svg +9 -0
  512. package/components/icon/icons/trophy-24.svg +9 -0
  513. package/components/icon/icons/typography-16.svg +9 -0
  514. package/components/icon/icons/typography-24.svg +9 -0
  515. package/components/icon/icons/unfold-16.svg +6 -0
  516. package/components/icon/icons/unfold-24.svg +12 -0
  517. package/components/icon/icons/unlock-16.svg +9 -0
  518. package/components/icon/icons/unlock-24.svg +9 -0
  519. package/components/icon/icons/unmute-16.svg +9 -0
  520. package/components/icon/icons/unmute-24.svg +11 -0
  521. package/components/icon/icons/unverified-16.svg +9 -0
  522. package/components/icon/icons/unverified-24.svg +11 -0
  523. package/components/icon/icons/upload-16.svg +9 -0
  524. package/components/icon/icons/upload-24.svg +9 -0
  525. package/components/icon/icons/verified-16.svg +9 -0
  526. package/components/icon/icons/verified-24.svg +10 -0
  527. package/components/icon/icons/versions-16.svg +9 -0
  528. package/components/icon/icons/versions-24.svg +9 -0
  529. package/components/icon/icons/video-16.svg +10 -0
  530. package/components/icon/icons/video-24.svg +10 -0
  531. package/components/icon/icons/webhook-16.svg +6 -0
  532. package/components/icon/icons/workflow-16.svg +9 -0
  533. package/components/icon/icons/workflow-24.svg +9 -0
  534. package/components/icon/icons/x-16.svg +9 -0
  535. package/components/icon/icons/x-24.svg +9 -0
  536. package/components/icon/icons/x-circle-16.svg +9 -0
  537. package/components/icon/icons/x-circle-24.svg +11 -0
  538. package/components/icon/icons/x-circle-fill-12.svg +9 -0
  539. package/components/icon/icons/x-circle-fill-16.svg +9 -0
  540. package/components/icon/icons/x-circle-fill-24.svg +9 -0
  541. package/components/icon/icons/yourdash.svg +64 -0
  542. package/components/icon/icons/zap-16.svg +9 -0
  543. package/components/icon/icons/zap-24.svg +9 -0
  544. package/components/iconButton/iconButton.module.scss +40 -0
  545. package/components/iconButton/iconButton.tsx +34 -0
  546. package/components/image/image.module.scss +10 -0
  547. package/components/image/image.tsx +28 -0
  548. package/components/link/link.module.scss +32 -0
  549. package/components/link/link.tsx +21 -0
  550. package/components/redirect/redirect.tsx +17 -0
  551. package/components/separator/separator.module.scss +28 -0
  552. package/components/separator/separator.tsx +14 -0
  553. package/components/spinner/spinner.module.scss +93 -0
  554. package/components/spinner/spinner.tsx +31 -0
  555. package/components/subtext/subtext.module.scss +17 -0
  556. package/components/subtext/subtext.tsx +14 -0
  557. package/components/text/text.module.scss +13 -0
  558. package/components/text/text.tsx +14 -0
  559. package/components/textButton/textButton.module.scss +30 -0
  560. package/components/textButton/textButton.tsx +22 -0
  561. package/components/textInput/textInput.module.scss +52 -0
  562. package/components/textInput/textInput.tsx +54 -0
  563. package/components/toast/toast.module.scss +31 -0
  564. package/components/toast/toast.tsx +65 -0
  565. package/components/toast/toastContext.ts +14 -0
  566. package/core/decrementLevel.tsx +13 -0
  567. package/core/incrementLevel.tsx +13 -0
  568. package/core/level.tsx +27 -0
  569. package/core/root.tsx +32 -0
  570. package/core/toast.ts +17 -0
  571. package/package.json +46 -6
  572. package/theme/defaultTheme.module.scss +349 -0
  573. package/theme/themeValues.scss +46 -0
  574. package/tsconfig.json +20 -0
  575. package/views/panAndZoom/panAndZoom.tsx +114 -0
  576. package/.idea/modules.xml +0 -8
  577. package/.idea/uikit.iml +0 -12
  578. package/.idea/vcs.xml +0 -12
@@ -0,0 +1,10 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path d="M17.28 9.28a.75.75 0 00-1.06-1.06l-5.97 5.97-2.47-2.47a.75.75 0 00-1.06 1.06l3 3a.75.75 0 001.06 0l6.5-6.5z" />
8
+ <path fill-rule="evenodd" fill="#ffffff"
9
+ d="M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zM2.5 12a9.5 9.5 0 1119 0 9.5 9.5 0 01-19 0z" />
10
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M6 0a6 6 0 100 12A6 6 0 006 0zm-.705 8.737L9.63 4.403 8.392 3.166 5.295 6.263l-1.7-1.702L2.356 5.8l2.938 2.938z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M8 16A8 8 0 108 0a8 8 0 000 16zm3.78-9.72a.75.75 0 00-1.06-1.06L6.75 9.19 5.28 7.72a.75.75 0 00-1.06 1.06l2 2a.75.75 0 001.06 0l4.5-4.5z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12zm16.28-2.72a.75.75 0 00-1.06-1.06l-5.97 5.97-2.47-2.47a.75.75 0 00-1.06 1.06l3 3a.75.75 0 001.06 0l6.5-6.5z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M2.5 2.75a.25.25 0 01.25-.25h10.5a.25.25 0 01.25.25v10.5a.25.25 0 01-.25.25H2.75a.25.25 0 01-.25-.25V2.75zM2.75 1A1.75 1.75 0 001 2.75v10.5c0 .966.784 1.75 1.75 1.75h10.5A1.75 1.75 0 0015 13.25V2.75A1.75 1.75 0 0013.25 1H2.75zm9.03 5.28a.75.75 0 00-1.06-1.06L6.75 9.19 5.28 7.72a.75.75 0 00-1.06 1.06l2 2a.75.75 0 001.06 0l4.5-4.5z" />
9
+ </svg>
@@ -0,0 +1,10 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path d="M17.28 9.28a.75.75 0 00-1.06-1.06l-5.97 5.97-2.47-2.47a.75.75 0 00-1.06 1.06l3 3a.75.75 0 001.06 0l6.5-6.5z" />
8
+ <path fill-rule="evenodd" fill="#ffffff"
9
+ d="M3.75 2A1.75 1.75 0 002 3.75v16.5c0 .966.784 1.75 1.75 1.75h16.5A1.75 1.75 0 0022 20.25V3.75A1.75 1.75 0 0020.25 2H3.75zM3.5 3.75a.25.25 0 01.25-.25h16.5a.25.25 0 01.25.25v16.5a.25.25 0 01-.25.25H3.75a.25.25 0 01-.25-.25V3.75z" />
10
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M2.5 1.75a.25.25 0 01.25-.25h8.5a.25.25 0 01.25.25v7.736a.75.75 0 101.5 0V1.75A1.75 1.75 0 0011.25 0h-8.5A1.75 1.75 0 001 1.75v11.5c0 .966.784 1.75 1.75 1.75h3.17a.75.75 0 000-1.5H2.75a.25.25 0 01-.25-.25V1.75zM4.75 4a.75.75 0 000 1.5h4.5a.75.75 0 000-1.5h-4.5zM4 7.75A.75.75 0 014.75 7h2a.75.75 0 010 1.5h-2A.75.75 0 014 7.75zm11.774 3.537a.75.75 0 00-1.048-1.074L10.7 14.145 9.281 12.72a.75.75 0 00-1.062 1.058l1.943 1.95a.75.75 0 001.055.008l4.557-4.45z" />
9
+ </svg>
@@ -0,0 +1,6 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M3.5 3.75a.25.25 0 01.25-.25h13.5a.25.25 0 01.25.25v10a.75.75 0 001.5 0v-10A1.75 1.75 0 0017.25 2H3.75A1.75 1.75 0 002 3.75v16.5c0 .966.784 1.75 1.75 1.75h7a.75.75 0 000-1.5h-7a.25.25 0 01-.25-.25V3.75z"/><path d="M6.25 7a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zm-.75 4.75a.75.75 0 01.75-.75h4.5a.75.75 0 010 1.5h-4.5a.75.75 0 01-.75-.75zm16.28 4.53a.75.75 0 10-1.06-1.06l-4.97 4.97-1.97-1.97a.75.75 0 10-1.06 1.06l2.5 2.5a.75.75 0 001.06 0l5.5-5.5z"/></svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M12.78 6.22a.75.75 0 010 1.06l-4.25 4.25a.75.75 0 01-1.06 0L3.22 7.28a.75.75 0 011.06-1.06L8 9.94l3.72-3.72a.75.75 0 011.06 0z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M5.22 8.72a.75.75 0 000 1.06l6.25 6.25a.75.75 0 001.06 0l6.25-6.25a.75.75 0 00-1.06-1.06L12 14.44 6.28 8.72a.75.75 0 00-1.06 0z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M9.78 12.78a.75.75 0 01-1.06 0L4.47 8.53a.75.75 0 010-1.06l4.25-4.25a.75.75 0 011.06 1.06L6.06 8l3.72 3.72a.75.75 0 010 1.06z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M15.28 5.22a.75.75 0 00-1.06 0l-6.25 6.25a.75.75 0 000 1.06l6.25 6.25a.75.75 0 101.06-1.06L9.56 12l5.72-5.72a.75.75 0 000-1.06z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M6.22 3.22a.75.75 0 011.06 0l4.25 4.25a.75.75 0 010 1.06l-4.25 4.25a.75.75 0 01-1.06-1.06L9.94 8 6.22 4.28a.75.75 0 010-1.06z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M8.72 18.78a.75.75 0 001.06 0l6.25-6.25a.75.75 0 000-1.06L9.78 5.22a.75.75 0 00-1.06 1.06L14.44 12l-5.72 5.72a.75.75 0 000 1.06z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M3.22 9.78a.75.75 0 010-1.06l4.25-4.25a.75.75 0 011.06 0l4.25 4.25a.75.75 0 01-1.06 1.06L8 6.06 4.28 9.78a.75.75 0 01-1.06 0z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M18.78 15.28a.75.75 0 000-1.06l-6.25-6.25a.75.75 0 00-1.06 0l-6.25 6.25a.75.75 0 101.06 1.06L12 9.56l5.72 5.72a.75.75 0 001.06 0z" />
9
+ </svg>
@@ -0,0 +1,8 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff" d="M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8z" />
8
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M12 2.5a9.5 9.5 0 100 19 9.5 9.5 0 000-19zM1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M1.5 8a6.5 6.5 0 0110.535-5.096l-9.131 9.131A6.472 6.472 0 011.5 8zm2.465 5.096a6.5 6.5 0 009.131-9.131l-9.131 9.131zM8 0a8 8 0 100 16A8 8 0 008 0z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zM2.5 12A9.5 9.5 0 0112 2.5c2.353 0 4.507.856 6.166 2.273L4.773 18.166A9.462 9.462 0 012.5 12zm3.334 7.227A9.462 9.462 0 0012 21.5a9.5 9.5 0 009.5-9.5 9.462 9.462 0 00-2.273-6.166L5.834 19.227z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zm.5 4.75a.75.75 0 00-1.5 0v3.5a.75.75 0 00.471.696l2.5 1a.75.75 0 00.557-1.392L8.5 7.742V4.75z" />
9
+ </svg>
@@ -0,0 +1,10 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path d="M12.5 7.25a.75.75 0 00-1.5 0v5.5c0 .27.144.518.378.651l3.5 2a.75.75 0 00.744-1.302L12.5 12.315V7.25z" />
8
+ <path fill-rule="evenodd" fill="#ffffff"
9
+ d="M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zM2.5 12a9.5 9.5 0 1119 0 9.5 9.5 0 01-19 0z" />
10
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M2 7.25A5.225 5.225 0 017.25 2a5.222 5.222 0 014.767 3.029A4.472 4.472 0 0116 9.5c0 2.505-1.995 4.5-4.5 4.5h-8A3.475 3.475 0 010 10.5c0-1.41.809-2.614 2.001-3.17L2 7.25zm1.54.482a.75.75 0 01-.556.832c-.86.22-1.484.987-1.484 1.936 0 1.124.876 2 2 2h8c1.676 0 3-1.324 3-3s-1.324-3-3-3a.75.75 0 01-.709-.504A3.72 3.72 0 007.25 3.5C5.16 3.5 3.5 5.16 3.5 7.25a3.276 3.276 0 00.035.436l.004.036.001.008v.002z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M3.103 10.107c0-4.244 3.445-7.607 7.733-7.607 3.19 0 5.912 1.858 7.099 4.563a.634.634 0 01.01.022l.001.006C21.348 7.345 24 10.095 24 13.536 24 17.148 21.076 20 17.431 20H5.017C2.23 20 0 17.83 0 15.06a4.9 4.9 0 013.112-4.581 8.024 8.024 0 01-.009-.372zM10.836 4c-3.485 0-6.233 2.717-6.233 6.107 0 .284.022.602.052.756a.75.75 0 01-.552.869c-1.52.385-2.603 1.712-2.603 3.328 0 1.917 1.532 3.44 3.517 3.44h12.414c2.843 0 5.069-2.206 5.069-4.964 0-2.759-2.226-4.965-5.069-4.965a.75.75 0 01-.696-.47l-.179-.446C15.606 5.5 13.424 4 10.836 4z" />
9
+ </svg>
@@ -0,0 +1,11 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path
8
+ d="M7.25 2c-.69 0-1.351.13-1.957.371a.75.75 0 10.554 1.394c.43-.17.903-.265 1.403-.265a3.72 3.72 0 013.541 2.496.75.75 0 00.709.504c1.676 0 3 1.324 3 3a3 3 0 01-.681 1.92.75.75 0 001.156.955A4.496 4.496 0 0016 9.5a4.472 4.472 0 00-3.983-4.471A5.222 5.222 0 007.25 2z" />
9
+ <path fill-rule="evenodd" fill="#ffffff"
10
+ d="M.72 1.72a.75.75 0 011.06 0l2.311 2.31c.03.025.056.052.08.08l8.531 8.532a.785.785 0 01.035.034l2.043 2.044a.75.75 0 11-1.06 1.06l-1.8-1.799a4.64 4.64 0 01-.42.019h-8A3.475 3.475 0 010 10.5c0-1.41.809-2.614 2.001-3.17a5.218 5.218 0 01.646-2.622L.72 2.78a.75.75 0 010-1.06zM3.5 7.25c0-.505.096-.983.271-1.418L10.44 12.5H3.5c-1.124 0-2-.876-2-2 0-.95.624-1.716 1.484-1.936a.75.75 0 00.557-.833A4.1 4.1 0 013.5 7.25z" />
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M2.78 2.22a.75.75 0 00-1.06 1.06l2.64 2.642a7.525 7.525 0 00-1.249 4.557A4.9 4.9 0 000 15.059C0 17.831 2.229 20 5.017 20h12.414a6.879 6.879 0 00.944-.065l2.845 2.845a.75.75 0 101.06-1.06L2.78 2.22zM16.94 18.5L5.448 7.01a6.03 6.03 0 00-.794 3.853.75.75 0 01-.552.869c-1.52.385-2.603 1.712-2.603 3.328 0 1.917 1.532 3.44 3.517 3.44H16.94z" />
9
+ <path
10
+ d="M10.836 2.5a7.865 7.865 0 00-3.638.88.75.75 0 10.692 1.331A6.365 6.365 0 0110.836 4c2.588 0 4.77 1.5 5.72 3.655l.179.445a.75.75 0 00.696.471c2.843 0 5.069 2.206 5.069 4.965a4.9 4.9 0 01-1.684 3.716.75.75 0 00.986 1.13A6.396 6.396 0 0024 13.536c0-3.44-2.652-6.191-6.054-6.445l-.002-.006a.634.634 0 00-.01-.022C16.749 4.358 14.026 2.5 10.837 2.5z" />
11
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M4.72 3.22a.75.75 0 011.06 1.06L2.06 8l3.72 3.72a.75.75 0 11-1.06 1.06L.47 8.53a.75.75 0 010-1.06l4.25-4.25zm6.56 0a.75.75 0 10-1.06 1.06L13.94 8l-3.72 3.72a.75.75 0 101.06 1.06l4.25-4.25a.75.75 0 000-1.06l-4.25-4.25z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M8.78 4.97a.75.75 0 010 1.06L2.81 12l5.97 5.97a.75.75 0 11-1.06 1.06l-6.5-6.5a.75.75 0 010-1.06l6.5-6.5a.75.75 0 011.06 0zm6.44 0a.75.75 0 000 1.06L21.19 12l-5.97 5.97a.75.75 0 101.06 1.06l6.5-6.5a.75.75 0 000-1.06l-6.5-6.5a.75.75 0 00-1.06 0z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M8.048 2.241c.964-.709 2.079-1.238 3.325-1.241a4.613 4.613 0 013.282 1.355c.41.408.757.86.996 1.428.238.568.348 1.206.347 1.968 0 2.193-1.505 4.254-3.081 5.862-1.496 1.526-3.213 2.796-4.249 3.563l-.22.163a.75.75 0 01-.895 0l-.221-.163c-1.036-.767-2.753-2.037-4.249-3.563C1.51 10.008.007 7.952.002 5.762a4.614 4.614 0 011.353-3.407C3.123.585 6.223.537 8.048 2.24zm-1.153.983c-.81.78-1.546 1.669-2.166 2.417-.184.222-.358.432-.52.623a.75.75 0 00.04 1.016c.35.35.697.697 1.043 1.047.866.875 2.292.914 3.185.032.264-.26.534-.528.802-.797.694-.694 1.8-.701 2.474-.03L12.92 8.7l.283.284c-.244.334-.515.666-.81.995l-1.384-1.28A.75.75 0 109.99 9.802l1.357 1.252c-.325.31-.656.606-.984.887l-1.48-1.366a.75.75 0 10-1.018 1.102L9.191 12.9c-.433.34-.838.643-1.191.905-1.04-.773-2.537-1.907-3.846-3.242C2.611 8.99 1.502 7.306 1.502 5.75a3.114 3.114 0 01.913-2.335c1.159-1.158 3.23-1.224 4.48-.191zm7.112 4.442c.313-.65.491-1.293.491-1.916v-.001c0-.614-.088-1.045-.23-1.385-.143-.339-.357-.633-.673-.949a3.113 3.113 0 00-2.218-.915c-1.092.003-2.165.627-3.226 1.602-.823.755-1.554 1.637-2.228 2.45l-.127.154.562.566a.756.756 0 001.066.02l.794-.79c1.258-1.258 3.312-1.31 4.594-.032.396.394.792.791 1.173 1.173l.022.023z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M2.828 4.328C5.26 1.896 9.5 1.881 11.935 4.317c.024.024.046.05.067.076 1.391-1.078 2.993-1.886 4.777-1.89a6.216 6.216 0 014.424 1.825c.559.56 1.023 1.165 1.34 1.922.318.756.47 1.617.468 2.663 0 2.972-2.047 5.808-4.269 8.074-2.098 2.14-4.507 3.924-5.974 5.009l-.311.23a.752.752 0 01-.897 0l-.312-.23c-1.466-1.085-3.875-2.869-5.973-5.009-2.22-2.263-4.264-5.095-4.27-8.063v.012-.024.012a6.217 6.217 0 011.823-4.596zm8.033 1.042c-1.846-1.834-5.124-1.823-6.969.022a4.713 4.713 0 00-1.382 3.52c0 2.332 1.65 4.79 3.839 7.022 1.947 1.986 4.184 3.66 5.66 4.752a79.983 79.983 0 002.159-1.645l-2.14-1.974a.752.752 0 011.02-1.106l2.295 2.118c.616-.52 1.242-1.08 1.85-1.672l-2.16-1.992a.752.752 0 011.021-1.106l2.188 2.02a18.992 18.992 0 001.528-1.877l-.585-.586-1.651-1.652c-1.078-1.074-2.837-1.055-3.935.043-.379.38-.76.758-1.132 1.126-1.14 1.124-2.96 1.077-4.07-.043-.489-.495-.98-.988-1.475-1.482a.752.752 0 01-.04-1.019c.234-.276.483-.576.745-.893.928-1.12 2.023-2.442 3.234-3.576zm9.725 6.77c.579-1.08.92-2.167.92-3.228.002-.899-.128-1.552-.35-2.08-.22-.526-.551-.974-1.017-1.44a4.71 4.71 0 00-3.356-1.384c-1.66.004-3.25.951-4.77 2.346-1.18 1.084-2.233 2.353-3.188 3.506l-.351.423c.331.332.663.664.993.998a1.375 1.375 0 001.943.03c.37-.365.748-.74 1.125-1.118 1.662-1.663 4.373-1.726 6.06-.045.56.558 1.12 1.12 1.658 1.658l.333.334z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M1.5 2.75a.25.25 0 01.25-.25h12.5a.25.25 0 01.25.25v8.5a.25.25 0 01-.25.25h-6.5a.75.75 0 00-.53.22L4.5 14.44v-2.19a.75.75 0 00-.75-.75h-2a.25.25 0 01-.25-.25v-8.5zM1.75 1A1.75 1.75 0 000 2.75v8.5C0 12.216.784 13 1.75 13H3v1.543a1.457 1.457 0 002.487 1.03L8.061 13h6.189A1.75 1.75 0 0016 11.25v-8.5A1.75 1.75 0 0014.25 1H1.75zm5.03 3.47a.75.75 0 010 1.06L5.31 7l1.47 1.47a.75.75 0 01-1.06 1.06l-2-2a.75.75 0 010-1.06l2-2a.75.75 0 011.06 0zm2.44 0a.75.75 0 000 1.06L10.69 7 9.22 8.47a.75.75 0 001.06 1.06l2-2a.75.75 0 000-1.06l-2-2a.75.75 0 00-1.06 0z" />
9
+ </svg>
@@ -0,0 +1,11 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path
8
+ d="M10.3 6.74a.75.75 0 01-.04 1.06l-2.908 2.7 2.908 2.7a.75.75 0 11-1.02 1.1l-3.5-3.25a.75.75 0 010-1.1l3.5-3.25a.75.75 0 011.06.04zm3.44 1.06a.75.75 0 111.02-1.1l3.5 3.25a.75.75 0 010 1.1l-3.5 3.25a.75.75 0 11-1.02-1.1l2.908-2.7-2.908-2.7z" />
9
+ <path fill-rule="evenodd" fill="#ffffff"
10
+ d="M1.5 4.25c0-.966.784-1.75 1.75-1.75h17.5c.966 0 1.75.784 1.75 1.75v12.5a1.75 1.75 0 01-1.75 1.75h-9.69l-3.573 3.573A1.457 1.457 0 015 21.043V18.5H3.25a1.75 1.75 0 01-1.75-1.75V4.25zM3.25 4a.25.25 0 00-.25.25v12.5c0 .138.112.25.25.25h2.5a.75.75 0 01.75.75v3.19l3.72-3.72a.75.75 0 01.53-.22h10a.25.25 0 00.25-.25V4.25a.25.25 0 00-.25-.25H3.25z" />
11
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M1.75 1.5a.25.25 0 00-.25.25v12.5c0 .138.112.25.25.25h12.5a.25.25 0 00.25-.25V1.75a.25.25 0 00-.25-.25H1.75zM0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v12.5A1.75 1.75 0 0114.25 16H1.75A1.75 1.75 0 010 14.25V1.75zm9.22 3.72a.75.75 0 000 1.06L10.69 8 9.22 9.47a.75.75 0 101.06 1.06l2-2a.75.75 0 000-1.06l-2-2a.75.75 0 00-1.06 0zM6.78 6.53a.75.75 0 00-1.06-1.06l-2 2a.75.75 0 000 1.06l2 2a.75.75 0 101.06-1.06L5.31 8l1.47-1.47z" />
9
+ </svg>
@@ -0,0 +1,11 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path
8
+ d="M10.3 8.24a.75.75 0 01-.04 1.06L7.352 12l2.908 2.7a.75.75 0 11-1.02 1.1l-3.5-3.25a.75.75 0 010-1.1l3.5-3.25a.75.75 0 011.06.04zm3.44 1.06a.75.75 0 111.02-1.1l3.5 3.25a.75.75 0 010 1.1l-3.5 3.25a.75.75 0 11-1.02-1.1l2.908-2.7-2.908-2.7z" />
9
+ <path fill-rule="evenodd" fill="#ffffff"
10
+ d="M2 3.75C2 2.784 2.784 2 3.75 2h16.5c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0120.25 22H3.75A1.75 1.75 0 012 20.25V3.75zm1.75-.25a.25.25 0 00-.25.25v16.5c0 .138.112.25.25.25h16.5a.25.25 0 00.25-.25V3.75a.25.25 0 00-.25-.25H3.75z" />
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path
8
+ d="M8.47 4.97a.75.75 0 000 1.06L9.94 7.5 8.47 8.97a.75.75 0 101.06 1.06l2-2a.75.75 0 000-1.06l-2-2a.75.75 0 00-1.06 0zM6.53 6.03a.75.75 0 00-1.06-1.06l-2 2a.75.75 0 000 1.06l2 2a.75.75 0 101.06-1.06L5.06 7.5l1.47-1.47z" />
9
+ <path fill-rule="evenodd" fill="#ffffff"
10
+ d="M12.246 13.307a7.5 7.5 0 111.06-1.06l2.474 2.473a.75.75 0 11-1.06 1.06l-2.474-2.473zM1.5 7.5a6 6 0 1110.386 4.094.75.75 0 00-.292.293A6 6 0 011.5 7.5z" />
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path
8
+ d="M11.97 6.97a.75.75 0 000 1.06l2.47 2.47-2.47 2.47a.75.75 0 101.06 1.06l3-3a.75.75 0 000-1.06l-3-3a.75.75 0 00-1.06 0zM9.03 8.03a.75.75 0 00-1.06-1.06l-3 3a.75.75 0 000 1.06l3 3a.75.75 0 001.06-1.06L6.56 10.5l2.47-2.47z" />
9
+ <path fill-rule="evenodd" fill="#ffffff"
10
+ d="M10.5 0C4.701 0 0 4.701 0 10.5S4.701 21 10.5 21c2.63 0 5.033-.967 6.875-2.564l4.345 4.344a.75.75 0 101.06-1.06l-4.344-4.345A10.459 10.459 0 0021 10.5C21 4.701 16.299 0 10.5 0zm-9 10.5a9 9 0 1118 0 9 9 0 01-18 0z" />
11
+ </svg>
@@ -0,0 +1,10 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path d="M10.28 6.28a.75.75 0 10-1.06-1.06L6.25 8.19l-.97-.97a.75.75 0 00-1.06 1.06l1.5 1.5a.75.75 0 001.06 0l3.5-3.5z" />
8
+ <path fill-rule="evenodd" fill="#ffffff"
9
+ d="M7.5 15a7.469 7.469 0 004.746-1.693l2.474 2.473a.75.75 0 101.06-1.06l-2.473-2.474A7.5 7.5 0 107.5 15zm0-13.5a6 6 0 104.094 10.386.75.75 0 01.293-.292A6 6 0 007.5 1.5z" />
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path d="M15.03 8.28a.75.75 0 00-1.06-1.06l-5.22 5.22-2.22-2.22a.75.75 0 10-1.06 1.06l2.75 2.75a.75.75 0 001.06 0l5.75-5.75z" />
8
+ <path fill-rule="evenodd" fill="#ffffff"
9
+ d="M0 10.5C0 4.701 4.701 0 10.5 0S21 4.701 21 10.5c0 2.63-.967 5.033-2.564 6.875l4.344 4.345a.75.75 0 11-1.06 1.06l-4.345-4.344A10.459 10.459 0 0110.5 21C4.701 21 0 16.299 0 10.5zm10.5-9a9 9 0 100 18 9 9 0 000-18z" />
10
+ </svg>
@@ -0,0 +1,11 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M2 1.75C2 .784 2.784 0 3.75 0h8.5C13.216 0 14 .784 14 1.75v5a1.75 1.75 0 01-1.75 1.75h-8.5A1.75 1.75 0 012 6.75v-5zm1.75-.25a.25.25 0 00-.25.25v5c0 .138.112.25.25.25h8.5a.25.25 0 00.25-.25v-5a.25.25 0 00-.25-.25h-8.5zM0 11.25c0-.966.784-1.75 1.75-1.75h12.5c.966 0 1.75.784 1.75 1.75v3A1.75 1.75 0 0114.25 16H1.75A1.75 1.75 0 010 14.25v-3zM1.75 11a.25.25 0 00-.25.25v3c0 .138.112.25.25.25h12.5a.25.25 0 00.25-.25v-3a.25.25 0 00-.25-.25H1.75z" />
9
+ <path fill-rule="evenodd" fill="#ffffff"
10
+ d="M3 12.75a.75.75 0 01.75-.75h.5a.75.75 0 010 1.5h-.5a.75.75 0 01-.75-.75zm4 0a.75.75 0 01.75-.75h4.5a.75.75 0 010 1.5h-4.5a.75.75 0 01-.75-.75z" />
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M3.5 3.75C3.5 2.784 4.284 2 5.25 2h13.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0118.75 13H5.25a1.75 1.75 0 01-1.75-1.75v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h13.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25H5.25zM1.5 15.75c0-.966.784-1.75 1.75-1.75h17.5c.966 0 1.75.784 1.75 1.75v4a1.75 1.75 0 01-1.75 1.75H3.25a1.75 1.75 0 01-1.75-1.75v-4zm1.75-.25a.25.25 0 00-.25.25v4c0 .138.112.25.25.25h17.5a.25.25 0 00.25-.25v-4a.25.25 0 00-.25-.25H3.25z" />
9
+ <path fill-rule="evenodd" fill="#ffffff"
10
+ d="M10 17.75a.75.75 0 01.75-.75h6.5a.75.75 0 010 1.5h-6.5a.75.75 0 01-.75-.75zm-4 0a.75.75 0 01.75-.75h.5a.75.75 0 010 1.5h-.5a.75.75 0 01-.75-.75z" />
11
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M2.75 0A1.75 1.75 0 001 1.75v12.5c0 .966.784 1.75 1.75 1.75h2.5A1.75 1.75 0 007 14.25V1.75A1.75 1.75 0 005.25 0h-2.5zM2.5 1.75a.25.25 0 01.25-.25h2.5a.25.25 0 01.25.25v12.5a.25.25 0 01-.25.25h-2.5a.25.25 0 01-.25-.25V1.75zM10.75 0A1.75 1.75 0 009 1.75v12.5c0 .966.784 1.75 1.75 1.75h2.5A1.75 1.75 0 0015 14.25V1.75A1.75 1.75 0 0013.25 0h-2.5zm-.25 1.75a.25.25 0 01.25-.25h2.5a.25.25 0 01.25.25v12.5a.25.25 0 01-.25.25h-2.5a.25.25 0 01-.25-.25V1.75z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M3.75 2A1.75 1.75 0 002 3.75v16.5c0 .966.784 1.75 1.75 1.75h5.5A1.75 1.75 0 0011 20.25V3.75A1.75 1.75 0 009.25 2h-5.5zM3.5 3.75a.25.25 0 01.25-.25h5.5a.25.25 0 01.25.25v16.5a.25.25 0 01-.25.25h-5.5a.25.25 0 01-.25-.25V3.75zM14.75 2A1.75 1.75 0 0013 3.75v16.5c0 .966.784 1.75 1.75 1.75h5.5A1.75 1.75 0 0022 20.25V3.75A1.75 1.75 0 0020.25 2h-5.5zm-.25 1.75a.25.25 0 01.25-.25h5.5a.25.25 0 01.25.25v16.5a.25.25 0 01-.25.25h-5.5a.25.25 0 01-.25-.25V3.75z" />
9
+ </svg>
@@ -0,0 +1,6 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M6.354 8.04l-4.773 4.773a.75.75 0 101.061 1.06L7.945 8.57a.75.75 0 000-1.06L2.642 2.206a.75.75 0 00-1.06 1.061L6.353 8.04zM8.75 11.5a.75.75 0 000 1.5h5.5a.75.75 0 000-1.5h-5.5z"/></svg>
@@ -0,0 +1,6 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M3.045 18.894L9.94 12 3.045 5.106a.75.75 0 011.06-1.061l7.425 7.425a.75.75 0 010 1.06l-7.424 7.425a.75.75 0 01-1.061-1.06zm8.205.606a.75.75 0 000 1.5h9.5a.75.75 0 000-1.5h-9.5z"/></svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M2.75 2.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h2a.75.75 0 01.75.75v2.19l2.72-2.72a.75.75 0 01.53-.22h4.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25H2.75zM1 2.75C1 1.784 1.784 1 2.75 1h10.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0113.25 12H9.06l-2.573 2.573A1.457 1.457 0 014 13.543V12H2.75A1.75 1.75 0 011 10.25v-7.5z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M3.25 4a.25.25 0 00-.25.25v12.5c0 .138.112.25.25.25h2.5a.75.75 0 01.75.75v3.19l3.72-3.72a.75.75 0 01.53-.22h10a.25.25 0 00.25-.25V4.25a.25.25 0 00-.25-.25H3.25zm-1.75.25c0-.966.784-1.75 1.75-1.75h17.5c.966 0 1.75.784 1.75 1.75v12.5a1.75 1.75 0 01-1.75 1.75h-9.69l-3.573 3.573A1.457 1.457 0 015 21.043V18.5H3.25a1.75 1.75 0 01-1.75-1.75V4.25z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M1.5 2.75a.25.25 0 01.25-.25h8.5a.25.25 0 01.25.25v5.5a.25.25 0 01-.25.25h-3.5a.75.75 0 00-.53.22L3.5 11.44V9.25a.75.75 0 00-.75-.75h-1a.25.25 0 01-.25-.25v-5.5zM1.75 1A1.75 1.75 0 000 2.75v5.5C0 9.216.784 10 1.75 10H2v1.543a1.457 1.457 0 002.487 1.03L7.061 10h3.189A1.75 1.75 0 0012 8.25v-5.5A1.75 1.75 0 0010.25 1h-8.5zM14.5 4.75a.25.25 0 00-.25-.25h-.5a.75.75 0 110-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0114.25 12H14v1.543a1.457 1.457 0 01-2.487 1.03L9.22 12.28a.75.75 0 111.06-1.06l2.22 2.22v-2.19a.75.75 0 01.75-.75h1a.25.25 0 00.25-.25v-5.5z" />
9
+ </svg>
@@ -0,0 +1,11 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M1.75 1A1.75 1.75 0 000 2.75v9.5C0 13.216.784 14 1.75 14H3v1.543a1.457 1.457 0 002.487 1.03L8.061 14h6.189A1.75 1.75 0 0016 12.25v-9.5A1.75 1.75 0 0014.25 1H1.75zM1.5 2.75a.25.25 0 01.25-.25h12.5a.25.25 0 01.25.25v9.5a.25.25 0 01-.25.25h-6.5a.75.75 0 00-.53.22L4.5 15.44v-2.19a.75.75 0 00-.75-.75h-2a.25.25 0 01-.25-.25v-9.5z" />
9
+ <path
10
+ d="M22.5 8.75a.25.25 0 00-.25-.25h-3.5a.75.75 0 010-1.5h3.5c.966 0 1.75.784 1.75 1.75v9.5A1.75 1.75 0 0122.25 20H21v1.543a1.457 1.457 0 01-2.487 1.03L15.939 20H10.75A1.75 1.75 0 019 18.25v-1.465a.75.75 0 011.5 0v1.465c0 .138.112.25.25.25h5.5a.75.75 0 01.53.22l2.72 2.72v-2.19a.75.75 0 01.75-.75h2a.25.25 0 00.25-.25v-9.5z" />
11
+ </svg>
@@ -0,0 +1,10 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M17.5 11.75a.75.75 0 01.75-.75h5a.75.75 0 010 1.5h-5a.75.75 0 01-.75-.75zm-17.5 0A.75.75 0 01.75 11h5a.75.75 0 010 1.5h-5a.75.75 0 01-.75-.75z" />
9
+ <path fill-rule="evenodd" fill="#ffffff" d="M12 16.25a4.5 4.5 0 100-9 4.5 4.5 0 000 9zm0 1.5a6 6 0 100-12 6 6 0 000 12z" />
10
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M10.41.24l4.711 2.774A1.767 1.767 0 0116 4.54v5.01a1.77 1.77 0 01-.88 1.53l-7.753 4.521-.002.001a1.767 1.767 0 01-1.774 0H5.59L.873 12.85A1.762 1.762 0 010 11.327V6.292c0-.304.078-.598.22-.855l.004-.005.01-.019c.15-.262.369-.486.64-.643L8.641.239a1.75 1.75 0 011.765 0l.002.001zM9.397 1.534a.25.25 0 01.252 0l4.115 2.422-7.152 4.148a.267.267 0 01-.269 0L2.227 5.716l7.17-4.182zM7.365 9.402L8.73 8.61v4.46l-1.5.875V9.473a1.77 1.77 0 00.136-.071zm2.864 2.794V7.741l1.521-.882v4.45l-1.521.887zm3.021-1.762l1.115-.65h.002a.268.268 0 00.133-.232V5.264l-1.25.725v4.445zm-11.621 1.12l4.1 2.393V9.474a1.77 1.77 0 01-.138-.072L1.5 7.029v4.298c0 .095.05.181.129.227z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M13.152.682a2.25 2.25 0 012.269 0l.007.004 6.957 4.276a2.276 2.276 0 011.126 1.964v7.516c0 .81-.432 1.56-1.133 1.968l-.002.001-11.964 7.037-.004.003a2.276 2.276 0 01-2.284 0l-.026-.015-6.503-4.502a2.268 2.268 0 01-1.096-1.943V9.438c0-.392.1-.77.284-1.1l.003-.006.014-.026a2.28 2.28 0 01.82-.827h.002L13.152.681zm.757 1.295h-.001L2.648 8.616l6.248 4.247a.776.776 0 00.758-.01h.001l11.633-6.804-6.629-4.074a.75.75 0 00-.75.003zM18 9.709l-3.25 1.9v7.548L18 17.245V9.709zm1.5-.878v7.532l2.124-1.25a.777.777 0 00.387-.671V7.363L19.5 8.831zm-9.09 5.316l2.84-1.66v7.552l-3.233 1.902v-7.612c.134-.047.265-.107.391-.18l.002-.002zm-1.893 7.754V14.33a2.277 2.277 0 01-.393-.18l-.023-.014-6.102-4.147v7.003c0 .275.145.528.379.664l.025.014 6.114 4.232z" />
9
+ </svg>
@@ -0,0 +1,10 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path d="M6.25 9a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5A.75.75 0 016.25 9zm4.25.75a.75.75 0 00-1.5 0v1.5a.75.75 0 001.5 0v-1.5z" />
8
+ <path fill-rule="evenodd" fill="#ffffff"
9
+ d="M7.86 1.77c.05.053.097.107.14.164.043-.057.09-.111.14-.164.681-.731 1.737-.9 2.943-.765 1.23.136 2.145.527 2.724 1.26.566.716.693 1.614.693 2.485 0 .572-.053 1.147-.254 1.655l.168.838.066.033A2.75 2.75 0 0116 9.736V11c0 .24-.086.438-.156.567a2.173 2.173 0 01-.259.366c-.18.21-.404.413-.605.58a10.373 10.373 0 01-.792.597l-.015.01-.006.004-.028.018a8.832 8.832 0 01-.456.281c-.307.177-.749.41-1.296.642C11.296 14.528 9.756 15 8 15c-1.756 0-3.296-.472-4.387-.935a12.06 12.06 0 01-1.296-.641 8.815 8.815 0 01-.456-.281l-.028-.02-.006-.003-.015-.01a7.077 7.077 0 01-.235-.166c-.15-.108-.352-.26-.557-.43a5.19 5.19 0 01-.605-.58 2.167 2.167 0 01-.259-.367A1.19 1.19 0 010 11V9.736a2.75 2.75 0 011.52-2.46l.067-.033.167-.838C1.553 5.897 1.5 5.322 1.5 4.75c0-.87.127-1.77.693-2.485.579-.733 1.494-1.124 2.724-1.26 1.206-.134 2.262.034 2.944.765zM3.024 7.709L3 7.824v4.261c.02.013.043.025.065.038.264.152.65.356 1.134.562.972.412 2.307.815 3.801.815 1.494 0 2.83-.403 3.8-.815a10.6 10.6 0 001.2-.6v-4.26l-.023-.116c-.49.21-1.075.291-1.727.291-1.146 0-2.06-.328-2.71-.991A3.223 3.223 0 018 6.266c-.144.269-.321.52-.54.743C6.81 7.672 5.896 8 4.75 8c-.652 0-1.237-.082-1.727-.291zm3.741-4.916c-.193-.207-.637-.414-1.681-.298-1.02.114-1.48.404-1.713.7-.247.313-.37.79-.37 1.555 0 .792.129 1.17.308 1.37.162.181.52.38 1.442.38.854 0 1.339-.236 1.638-.54.315-.323.527-.827.618-1.553.117-.936-.038-1.396-.242-1.614zm2.472 0c.193-.207.637-.414 1.681-.298 1.02.114 1.48.404 1.713.7.247.313.37.79.37 1.555 0 .792-.129 1.17-.308 1.37-.162.181-.52.38-1.442.38-.854 0-1.339-.236-1.638-.54-.315-.323-.527-.827-.618-1.553-.117-.936.038-1.396.242-1.614z" />
10
+ </svg>