@yourdash/uikit 1.0.2 → 1.0.3

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 (608) hide show
  1. package/README.md +2 -2
  2. package/components/box/box.module.scss +21 -21
  3. package/components/box/box.tsx +22 -22
  4. package/components/button/button.module.scss +47 -46
  5. package/components/button/button.tsx +24 -24
  6. package/components/buttonLink/buttonLink.module.scss +51 -51
  7. package/components/buttonLink/buttonLink.tsx +27 -27
  8. package/components/buttonWithIcon/buttonWithIcon.module.scss +56 -56
  9. package/components/buttonWithIcon/buttonWithIcon.tsx +36 -36
  10. package/components/card/card.module.scss +78 -78
  11. package/components/card/card.tsx +64 -64
  12. package/components/container/container.module.scss +20 -20
  13. package/components/container/container.tsx +22 -22
  14. package/components/contextMenu/contextMenu.tsx +55 -55
  15. package/components/contextMenu/contextMenuRoot.module.scss +31 -31
  16. package/components/contextMenu/contextMenuRoot.tsx +83 -83
  17. package/components/contextMenu/contextMenuRootContext.tsx +22 -22
  18. package/components/flex/flex.module.scss +31 -31
  19. package/components/flex/flex.tsx +34 -34
  20. package/components/heading/heading.module.scss +41 -41
  21. package/components/heading/heading.tsx +27 -27
  22. package/components/icon/icon.module.scss +26 -26
  23. package/components/icon/icon.tsx +30 -30
  24. package/components/icon/iconDictionary.ts +573 -573
  25. package/components/icon/icons/accessibility-16.svg +8 -8
  26. package/components/icon/icons/accessibility-inset-16.svg +8 -8
  27. package/components/icon/icons/alert-16.svg +8 -8
  28. package/components/icon/icons/alert-24.svg +9 -9
  29. package/components/icon/icons/alert-fill-12.svg +8 -8
  30. package/components/icon/icons/app-launcher-16.svg +11 -11
  31. package/components/icon/icons/apps-16.svg +8 -8
  32. package/components/icon/icons/archive-16.svg +8 -8
  33. package/components/icon/icons/archive-24.svg +11 -11
  34. package/components/icon/icons/arrow-both-16.svg +8 -8
  35. package/components/icon/icons/arrow-both-24.svg +5 -5
  36. package/components/icon/icons/arrow-down-16.svg +8 -8
  37. package/components/icon/icons/arrow-down-24.svg +8 -8
  38. package/components/icon/icons/arrow-down-left-24.svg +8 -8
  39. package/components/icon/icons/arrow-down-right-24.svg +8 -8
  40. package/components/icon/icons/arrow-left-16.svg +8 -8
  41. package/components/icon/icons/arrow-left-24.svg +8 -8
  42. package/components/icon/icons/arrow-right-16.svg +8 -8
  43. package/components/icon/icons/arrow-right-24.svg +8 -8
  44. package/components/icon/icons/arrow-switch-16.svg +5 -5
  45. package/components/icon/icons/arrow-switch-24.svg +5 -5
  46. package/components/icon/icons/arrow-up-16.svg +8 -8
  47. package/components/icon/icons/arrow-up-24.svg +8 -8
  48. package/components/icon/icons/arrow-up-left-24.svg +8 -8
  49. package/components/icon/icons/arrow-up-right-24.svg +8 -8
  50. package/components/icon/icons/beaker-16.svg +8 -8
  51. package/components/icon/icons/beaker-24.svg +8 -8
  52. package/components/icon/icons/bell-16.svg +9 -9
  53. package/components/icon/icons/bell-24.svg +8 -8
  54. package/components/icon/icons/bell-fill-16.svg +5 -5
  55. package/components/icon/icons/bell-fill-24.svg +8 -8
  56. package/components/icon/icons/bell-slash-16.svg +8 -8
  57. package/components/icon/icons/bell-slash-24.svg +10 -10
  58. package/components/icon/icons/blocked-16.svg +8 -8
  59. package/components/icon/icons/blocked-24.svg +8 -8
  60. package/components/icon/icons/bold-16.svg +8 -8
  61. package/components/icon/icons/bold-24.svg +8 -8
  62. package/components/icon/icons/book-16.svg +8 -8
  63. package/components/icon/icons/book-24.svg +8 -8
  64. package/components/icon/icons/bookmark-16.svg +8 -8
  65. package/components/icon/icons/bookmark-24.svg +8 -8
  66. package/components/icon/icons/bookmark-fill-24.svg +8 -8
  67. package/components/icon/icons/bookmark-slash-16.svg +8 -8
  68. package/components/icon/icons/bookmark-slash-24.svg +9 -9
  69. package/components/icon/icons/bookmark-slash-fill-24.svg +8 -8
  70. package/components/icon/icons/briefcase-16.svg +8 -8
  71. package/components/icon/icons/briefcase-24.svg +8 -8
  72. package/components/icon/icons/broadcast-16.svg +8 -8
  73. package/components/icon/icons/broadcast-24.svg +5 -5
  74. package/components/icon/icons/browser-16.svg +8 -8
  75. package/components/icon/icons/browser-24.svg +8 -8
  76. package/components/icon/icons/bug-16.svg +8 -8
  77. package/components/icon/icons/bug-24.svg +8 -8
  78. package/components/icon/icons/cache-16.svg +10 -10
  79. package/components/icon/icons/calendar-16.svg +8 -8
  80. package/components/icon/icons/calendar-24.svg +8 -8
  81. package/components/icon/icons/check-16.svg +8 -8
  82. package/components/icon/icons/check-24.svg +8 -8
  83. package/components/icon/icons/check-circle-16.svg +8 -8
  84. package/components/icon/icons/check-circle-24.svg +9 -9
  85. package/components/icon/icons/check-circle-fill-12.svg +8 -8
  86. package/components/icon/icons/check-circle-fill-16.svg +8 -8
  87. package/components/icon/icons/check-circle-fill-24.svg +8 -8
  88. package/components/icon/icons/checkbox-16.svg +8 -8
  89. package/components/icon/icons/checkbox-24.svg +9 -9
  90. package/components/icon/icons/checklist-16.svg +8 -8
  91. package/components/icon/icons/checklist-24.svg +5 -5
  92. package/components/icon/icons/chevron-down-16.svg +8 -8
  93. package/components/icon/icons/chevron-down-24.svg +8 -8
  94. package/components/icon/icons/chevron-left-16.svg +8 -8
  95. package/components/icon/icons/chevron-left-24.svg +8 -8
  96. package/components/icon/icons/chevron-right-16.svg +8 -8
  97. package/components/icon/icons/chevron-right-24.svg +8 -8
  98. package/components/icon/icons/chevron-up-16.svg +8 -8
  99. package/components/icon/icons/chevron-up-24.svg +8 -8
  100. package/components/icon/icons/circle-16.svg +7 -7
  101. package/components/icon/icons/circle-24.svg +8 -8
  102. package/components/icon/icons/circle-slash-16.svg +8 -8
  103. package/components/icon/icons/circle-slash-24.svg +8 -8
  104. package/components/icon/icons/clock-16.svg +8 -8
  105. package/components/icon/icons/clock-24.svg +9 -9
  106. package/components/icon/icons/cloud-16.svg +8 -8
  107. package/components/icon/icons/cloud-24.svg +8 -8
  108. package/components/icon/icons/cloud-offline-16.svg +10 -10
  109. package/components/icon/icons/cloud-offline-24.svg +10 -10
  110. package/components/icon/icons/code-16.svg +8 -8
  111. package/components/icon/icons/code-24.svg +8 -8
  112. package/components/icon/icons/code-of-conduct-16.svg +8 -8
  113. package/components/icon/icons/code-of-conduct-24.svg +8 -8
  114. package/components/icon/icons/code-review-16.svg +8 -8
  115. package/components/icon/icons/code-review-24.svg +10 -10
  116. package/components/icon/icons/code-square-16.svg +8 -8
  117. package/components/icon/icons/code-square-24.svg +10 -10
  118. package/components/icon/icons/codescan-16.svg +10 -10
  119. package/components/icon/icons/codescan-24.svg +10 -10
  120. package/components/icon/icons/codescan-checkmark-16.svg +9 -9
  121. package/components/icon/icons/codescan-checkmark-24.svg +9 -9
  122. package/components/icon/icons/codespaces-16.svg +10 -10
  123. package/components/icon/icons/codespaces-24.svg +10 -10
  124. package/components/icon/icons/columns-16.svg +8 -8
  125. package/components/icon/icons/columns-24.svg +8 -8
  126. package/components/icon/icons/command-palette-16.svg +5 -5
  127. package/components/icon/icons/command-palette-24.svg +5 -5
  128. package/components/icon/icons/comment-16.svg +8 -8
  129. package/components/icon/icons/comment-24.svg +8 -8
  130. package/components/icon/icons/comment-discussion-16.svg +8 -8
  131. package/components/icon/icons/comment-discussion-24.svg +10 -10
  132. package/components/icon/icons/commit-24.svg +9 -9
  133. package/components/icon/icons/container-16.svg +8 -8
  134. package/components/icon/icons/container-24.svg +8 -8
  135. package/components/icon/icons/copilot-16.svg +9 -9
  136. package/components/icon/icons/copilot-24.svg +9 -9
  137. package/components/icon/icons/copilot-48.svg +9 -9
  138. package/components/icon/icons/copilot-96.svg +9 -9
  139. package/components/icon/icons/copilot-error-16.svg +8 -8
  140. package/components/icon/icons/copilot-warning-16.svg +10 -10
  141. package/components/icon/icons/copy-16.svg +10 -10
  142. package/components/icon/icons/copy-24.svg +10 -10
  143. package/components/icon/icons/cpu-16.svg +8 -8
  144. package/components/icon/icons/cpu-24.svg +10 -10
  145. package/components/icon/icons/credit-card-16.svg +9 -9
  146. package/components/icon/icons/credit-card-24.svg +9 -9
  147. package/components/icon/icons/cross-reference-16.svg +8 -8
  148. package/components/icon/icons/cross-reference-24.svg +5 -5
  149. package/components/icon/icons/dash-16.svg +7 -7
  150. package/components/icon/icons/dash-24.svg +7 -7
  151. package/components/icon/icons/database-16.svg +8 -8
  152. package/components/icon/icons/database-24.svg +8 -8
  153. package/components/icon/icons/dependabot-16.svg +9 -9
  154. package/components/icon/icons/dependabot-24.svg +9 -9
  155. package/components/icon/icons/desktop-download-16.svg +5 -5
  156. package/components/icon/icons/desktop-download-24.svg +10 -10
  157. package/components/icon/icons/device-camera-16.svg +8 -8
  158. package/components/icon/icons/device-camera-video-16.svg +8 -8
  159. package/components/icon/icons/device-camera-video-24.svg +8 -8
  160. package/components/icon/icons/device-desktop-16.svg +8 -8
  161. package/components/icon/icons/device-desktop-24.svg +8 -8
  162. package/components/icon/icons/device-mobile-16.svg +8 -8
  163. package/components/icon/icons/device-mobile-24.svg +9 -9
  164. package/components/icon/icons/diamond-16.svg +8 -8
  165. package/components/icon/icons/diamond-24.svg +8 -8
  166. package/components/icon/icons/diff-16.svg +8 -8
  167. package/components/icon/icons/diff-24.svg +8 -8
  168. package/components/icon/icons/diff-added-16.svg +8 -8
  169. package/components/icon/icons/diff-ignored-16.svg +8 -8
  170. package/components/icon/icons/diff-modified-16.svg +8 -8
  171. package/components/icon/icons/diff-removed-16.svg +8 -8
  172. package/components/icon/icons/diff-renamed-16.svg +8 -8
  173. package/components/icon/icons/dot-16.svg +7 -7
  174. package/components/icon/icons/dot-24.svg +7 -7
  175. package/components/icon/icons/dot-fill-16.svg +7 -7
  176. package/components/icon/icons/dot-fill-24.svg +5 -5
  177. package/components/icon/icons/download-16.svg +8 -8
  178. package/components/icon/icons/download-24.svg +5 -5
  179. package/components/icon/icons/duplicate-16.svg +11 -11
  180. package/components/icon/icons/duplicate-24.svg +11 -11
  181. package/components/icon/icons/ellipsis-16.svg +8 -8
  182. package/components/icon/icons/ewsgit.svg +14 -14
  183. package/components/icon/icons/eye-16.svg +8 -8
  184. package/components/icon/icons/eye-24.svg +9 -9
  185. package/components/icon/icons/eye-closed-16.svg +8 -8
  186. package/components/icon/icons/eye-closed-24.svg +10 -10
  187. package/components/icon/icons/feed-discussion-16.svg +8 -8
  188. package/components/icon/icons/feed-forked-16.svg +8 -8
  189. package/components/icon/icons/feed-heart-16.svg +8 -8
  190. package/components/icon/icons/feed-merged-16.svg +8 -8
  191. package/components/icon/icons/feed-person-16.svg +8 -8
  192. package/components/icon/icons/feed-repo-16.svg +8 -8
  193. package/components/icon/icons/feed-rocket-16.svg +8 -8
  194. package/components/icon/icons/feed-star-16.svg +8 -8
  195. package/components/icon/icons/feed-tag-16.svg +9 -9
  196. package/components/icon/icons/feed-trophy-16.svg +9 -9
  197. package/components/icon/icons/file-16.svg +8 -8
  198. package/components/icon/icons/file-24.svg +8 -8
  199. package/components/icon/icons/file-added-16.svg +8 -8
  200. package/components/icon/icons/file-badge-16.svg +10 -10
  201. package/components/icon/icons/file-binary-16.svg +8 -8
  202. package/components/icon/icons/file-binary-24.svg +11 -11
  203. package/components/icon/icons/file-code-16.svg +8 -8
  204. package/components/icon/icons/file-code-24.svg +10 -10
  205. package/components/icon/icons/file-diff-16.svg +8 -8
  206. package/components/icon/icons/file-diff-24.svg +10 -10
  207. package/components/icon/icons/file-directory-16.svg +8 -8
  208. package/components/icon/icons/file-directory-24.svg +8 -8
  209. package/components/icon/icons/file-directory-fill-16.svg +5 -5
  210. package/components/icon/icons/file-directory-fill-24.svg +8 -8
  211. package/components/icon/icons/file-directory-open-fill-16.svg +5 -5
  212. package/components/icon/icons/file-media-24.svg +8 -8
  213. package/components/icon/icons/file-moved-16.svg +5 -5
  214. package/components/icon/icons/file-removed-16.svg +8 -8
  215. package/components/icon/icons/file-submodule-16.svg +8 -8
  216. package/components/icon/icons/file-submodule-24.svg +8 -8
  217. package/components/icon/icons/file-symlink-file-16.svg +8 -8
  218. package/components/icon/icons/file-symlink-file-24.svg +8 -8
  219. package/components/icon/icons/file-zip-16.svg +8 -8
  220. package/components/icon/icons/file-zip-24.svg +12 -12
  221. package/components/icon/icons/filter-16.svg +8 -8
  222. package/components/icon/icons/filter-24.svg +5 -5
  223. package/components/icon/icons/flame-16.svg +8 -8
  224. package/components/icon/icons/flame-24.svg +8 -8
  225. package/components/icon/icons/fold-16.svg +5 -5
  226. package/components/icon/icons/fold-24.svg +12 -12
  227. package/components/icon/icons/fold-down-16.svg +5 -5
  228. package/components/icon/icons/fold-down-24.svg +10 -10
  229. package/components/icon/icons/fold-up-16.svg +5 -5
  230. package/components/icon/icons/fold-up-24.svg +10 -10
  231. package/components/icon/icons/gear-16.svg +8 -8
  232. package/components/icon/icons/gear-24.svg +9 -9
  233. package/components/icon/icons/gift-16.svg +8 -8
  234. package/components/icon/icons/gift-24.svg +8 -8
  235. package/components/icon/icons/git-branch-16.svg +8 -8
  236. package/components/icon/icons/git-branch-24.svg +11 -11
  237. package/components/icon/icons/git-commit-16.svg +8 -8
  238. package/components/icon/icons/git-commit-24.svg +8 -8
  239. package/components/icon/icons/git-compare-16.svg +8 -8
  240. package/components/icon/icons/git-compare-24.svg +11 -11
  241. package/components/icon/icons/git-merge-16.svg +8 -8
  242. package/components/icon/icons/git-merge-24.svg +10 -10
  243. package/components/icon/icons/git-merge-queue-16.svg +10 -10
  244. package/components/icon/icons/git-pull-request-16.svg +8 -8
  245. package/components/icon/icons/git-pull-request-24.svg +10 -10
  246. package/components/icon/icons/git-pull-request-closed-16.svg +8 -8
  247. package/components/icon/icons/git-pull-request-closed-24.svg +10 -10
  248. package/components/icon/icons/git-pull-request-draft-16.svg +9 -9
  249. package/components/icon/icons/git-pull-request-draft-24.svg +9 -9
  250. package/components/icon/icons/globe-16.svg +8 -8
  251. package/components/icon/icons/globe-24.svg +8 -8
  252. package/components/icon/icons/grabber-16.svg +8 -8
  253. package/components/icon/icons/grabber-24.svg +8 -8
  254. package/components/icon/icons/graph-16.svg +8 -8
  255. package/components/icon/icons/graph-24.svg +5 -5
  256. package/components/icon/icons/hash-16.svg +8 -8
  257. package/components/icon/icons/hash-24.svg +8 -8
  258. package/components/icon/icons/heading-16.svg +8 -8
  259. package/components/icon/icons/heading-24.svg +8 -8
  260. package/components/icon/icons/heart-16.svg +8 -8
  261. package/components/icon/icons/heart-24.svg +8 -8
  262. package/components/icon/icons/heart-fill-16.svg +8 -8
  263. package/components/icon/icons/heart-fill-24.svg +5 -5
  264. package/components/icon/icons/history-16.svg +8 -8
  265. package/components/icon/icons/history-24.svg +5 -5
  266. package/components/icon/icons/home-16.svg +5 -5
  267. package/components/icon/icons/home-24.svg +8 -8
  268. package/components/icon/icons/home-fill-24.svg +5 -5
  269. package/components/icon/icons/horizontal-rule-16.svg +7 -7
  270. package/components/icon/icons/horizontal-rule-24.svg +7 -7
  271. package/components/icon/icons/hourglass-16.svg +8 -8
  272. package/components/icon/icons/hourglass-24.svg +8 -8
  273. package/components/icon/icons/hubot-16.svg +8 -8
  274. package/components/icon/icons/hubot-24.svg +10 -10
  275. package/components/icon/icons/id-badge-16.svg +10 -10
  276. package/components/icon/icons/image-16.svg +8 -8
  277. package/components/icon/icons/image-24.svg +8 -8
  278. package/components/icon/icons/inbox-16.svg +8 -8
  279. package/components/icon/icons/inbox-24.svg +8 -8
  280. package/components/icon/icons/infinity-16.svg +8 -8
  281. package/components/icon/icons/infinity-24.svg +8 -8
  282. package/components/icon/icons/info-16.svg +8 -8
  283. package/components/icon/icons/info-24.svg +10 -10
  284. package/components/icon/icons/issue-closed-16.svg +8 -8
  285. package/components/icon/icons/issue-closed-24.svg +9 -9
  286. package/components/icon/icons/issue-draft-16.svg +8 -8
  287. package/components/icon/icons/issue-draft-24.svg +8 -8
  288. package/components/icon/icons/issue-opened-16.svg +8 -8
  289. package/components/icon/icons/issue-opened-24.svg +8 -8
  290. package/components/icon/icons/issue-reopened-16.svg +5 -5
  291. package/components/icon/icons/issue-reopened-24.svg +5 -5
  292. package/components/icon/icons/italic-16.svg +8 -8
  293. package/components/icon/icons/italic-24.svg +8 -8
  294. package/components/icon/icons/iterations-16.svg +5 -5
  295. package/components/icon/icons/iterations-24.svg +5 -5
  296. package/components/icon/icons/kebab-horizontal-16.svg +5 -5
  297. package/components/icon/icons/kebab-horizontal-24.svg +7 -7
  298. package/components/icon/icons/key-16.svg +8 -8
  299. package/components/icon/icons/key-24.svg +9 -9
  300. package/components/icon/icons/key-asterisk-16.svg +10 -10
  301. package/components/icon/icons/law-16.svg +8 -8
  302. package/components/icon/icons/law-24.svg +8 -8
  303. package/components/icon/icons/light-bulb-16.svg +8 -8
  304. package/components/icon/icons/light-bulb-24.svg +8 -8
  305. package/components/icon/icons/link-16.svg +8 -8
  306. package/components/icon/icons/link-24.svg +5 -5
  307. package/components/icon/icons/link-external-16.svg +8 -8
  308. package/components/icon/icons/link-external-24.svg +5 -5
  309. package/components/icon/icons/list-ordered-16.svg +8 -8
  310. package/components/icon/icons/list-ordered-24.svg +5 -5
  311. package/components/icon/icons/list-unordered-16.svg +8 -8
  312. package/components/icon/icons/list-unordered-24.svg +8 -8
  313. package/components/icon/icons/location-16.svg +8 -8
  314. package/components/icon/icons/location-24.svg +9 -9
  315. package/components/icon/icons/lock-16.svg +8 -8
  316. package/components/icon/icons/lock-24.svg +8 -8
  317. package/components/icon/icons/log-16.svg +9 -9
  318. package/components/icon/icons/login.svg +9 -9
  319. package/components/icon/icons/logo-gist-16.svg +8 -8
  320. package/components/icon/icons/logo-github-16.svg +8 -8
  321. package/components/icon/icons/logout.svg +9 -9
  322. package/components/icon/icons/mail-16.svg +8 -8
  323. package/components/icon/icons/mail-24.svg +8 -8
  324. package/components/icon/icons/mark-github-16.svg +8 -8
  325. package/components/icon/icons/markdown-16.svg +8 -8
  326. package/components/icon/icons/megaphone-16.svg +13 -13
  327. package/components/icon/icons/megaphone-24.svg +8 -8
  328. package/components/icon/icons/mention-16.svg +8 -8
  329. package/components/icon/icons/mention-24.svg +8 -8
  330. package/components/icon/icons/meter-16.svg +8 -8
  331. package/components/icon/icons/milestone-16.svg +8 -8
  332. package/components/icon/icons/milestone-24.svg +8 -8
  333. package/components/icon/icons/mirror-16.svg +8 -8
  334. package/components/icon/icons/mirror-24.svg +8 -8
  335. package/components/icon/icons/moon-16.svg +8 -8
  336. package/components/icon/icons/moon-24.svg +8 -8
  337. package/components/icon/icons/mortar-board-16.svg +8 -8
  338. package/components/icon/icons/mortar-board-24.svg +8 -8
  339. package/components/icon/icons/multi-select-16.svg +9 -9
  340. package/components/icon/icons/multi-select-24.svg +9 -9
  341. package/components/icon/icons/mute-16.svg +8 -8
  342. package/components/icon/icons/mute-24.svg +10 -10
  343. package/components/icon/icons/no-entry-16.svg +8 -8
  344. package/components/icon/icons/no-entry-24.svg +8 -8
  345. package/components/icon/icons/no-entry-fill-12.svg +7 -7
  346. package/components/icon/icons/north-star-16.svg +5 -5
  347. package/components/icon/icons/north-star-24.svg +5 -5
  348. package/components/icon/icons/note-16.svg +8 -8
  349. package/components/icon/icons/note-24.svg +10 -10
  350. package/components/icon/icons/number-16.svg +8 -8
  351. package/components/icon/icons/number-24.svg +8 -8
  352. package/components/icon/icons/organization-16.svg +8 -8
  353. package/components/icon/icons/organization-24.svg +10 -10
  354. package/components/icon/icons/package-16.svg +8 -8
  355. package/components/icon/icons/package-24.svg +8 -8
  356. package/components/icon/icons/package-dependencies-16.svg +8 -8
  357. package/components/icon/icons/package-dependencies-24.svg +10 -10
  358. package/components/icon/icons/package-dependents-16.svg +8 -8
  359. package/components/icon/icons/package-dependents-24.svg +10 -10
  360. package/components/icon/icons/paintbrush-16.svg +8 -8
  361. package/components/icon/icons/paper-airplane-16.svg +8 -8
  362. package/components/icon/icons/paper-airplane-24.svg +8 -8
  363. package/components/icon/icons/paperclip-16.svg +8 -8
  364. package/components/icon/icons/paperclip-24.svg +8 -8
  365. package/components/icon/icons/paste-16.svg +8 -8
  366. package/components/icon/icons/paste-24.svg +10 -10
  367. package/components/icon/icons/pencil-16.svg +8 -8
  368. package/components/icon/icons/pencil-24.svg +8 -8
  369. package/components/icon/icons/people-16.svg +8 -8
  370. package/components/icon/icons/people-24.svg +10 -10
  371. package/components/icon/icons/person-16.svg +8 -8
  372. package/components/icon/icons/person-24.svg +8 -8
  373. package/components/icon/icons/person-add-16.svg +8 -8
  374. package/components/icon/icons/person-add-24.svg +8 -8
  375. package/components/icon/icons/person-fill-16.svg +5 -5
  376. package/components/icon/icons/person-fill-24.svg +5 -5
  377. package/components/icon/icons/pin-16.svg +8 -8
  378. package/components/icon/icons/pin-24.svg +8 -8
  379. package/components/icon/icons/play-16.svg +8 -8
  380. package/components/icon/icons/play-24.svg +9 -9
  381. package/components/icon/icons/plug-16.svg +8 -8
  382. package/components/icon/icons/plug-24.svg +8 -8
  383. package/components/icon/icons/plus-16.svg +8 -8
  384. package/components/icon/icons/plus-24.svg +8 -8
  385. package/components/icon/icons/plus-circle-16.svg +8 -8
  386. package/components/icon/icons/plus-circle-24.svg +9 -9
  387. package/components/icon/icons/project-16.svg +8 -8
  388. package/components/icon/icons/project-24.svg +10 -10
  389. package/components/icon/icons/pulse-16.svg +8 -8
  390. package/components/icon/icons/pulse-24.svg +8 -8
  391. package/components/icon/icons/question-16.svg +8 -8
  392. package/components/icon/icons/question-24.svg +10 -10
  393. package/components/icon/icons/quote-16.svg +8 -8
  394. package/components/icon/icons/quote-24.svg +8 -8
  395. package/components/icon/icons/reply-16.svg +8 -8
  396. package/components/icon/icons/reply-24.svg +5 -5
  397. package/components/icon/icons/repo-16.svg +8 -8
  398. package/components/icon/icons/repo-24.svg +9 -9
  399. package/components/icon/icons/repo-clone-16.svg +8 -8
  400. package/components/icon/icons/repo-deleted-16.svg +5 -5
  401. package/components/icon/icons/repo-forked-16.svg +8 -8
  402. package/components/icon/icons/repo-forked-24.svg +11 -11
  403. package/components/icon/icons/repo-locked-16.svg +10 -10
  404. package/components/icon/icons/repo-locked-24.svg +10 -10
  405. package/components/icon/icons/repo-pull-16.svg +8 -8
  406. package/components/icon/icons/repo-push-16.svg +8 -8
  407. package/components/icon/icons/repo-push-24.svg +5 -5
  408. package/components/icon/icons/repo-template-16.svg +8 -8
  409. package/components/icon/icons/repo-template-24.svg +5 -5
  410. package/components/icon/icons/report-16.svg +8 -8
  411. package/components/icon/icons/report-24.svg +8 -8
  412. package/components/icon/icons/rocket-16.svg +8 -8
  413. package/components/icon/icons/rocket-24.svg +8 -8
  414. package/components/icon/icons/rows-16.svg +8 -8
  415. package/components/icon/icons/rows-24.svg +8 -8
  416. package/components/icon/icons/rss-16.svg +8 -8
  417. package/components/icon/icons/rss-24.svg +8 -8
  418. package/components/icon/icons/ruby-16.svg +8 -8
  419. package/components/icon/icons/ruby-24.svg +8 -8
  420. package/components/icon/icons/screen-full-16.svg +8 -8
  421. package/components/icon/icons/screen-full-24.svg +8 -8
  422. package/components/icon/icons/screen-normal-16.svg +8 -8
  423. package/components/icon/icons/screen-normal-24.svg +8 -8
  424. package/components/icon/icons/search-16.svg +8 -8
  425. package/components/icon/icons/search-24.svg +8 -8
  426. package/components/icon/icons/server-16.svg +8 -8
  427. package/components/icon/icons/server-24.svg +10 -10
  428. package/components/icon/icons/server-error.svg +8 -8
  429. package/components/icon/icons/share-16.svg +8 -8
  430. package/components/icon/icons/share-24.svg +8 -8
  431. package/components/icon/icons/share-android-16.svg +8 -8
  432. package/components/icon/icons/share-android-24.svg +8 -8
  433. package/components/icon/icons/shield-16.svg +8 -8
  434. package/components/icon/icons/shield-24.svg +9 -9
  435. package/components/icon/icons/shield-check-16.svg +8 -8
  436. package/components/icon/icons/shield-check-24.svg +9 -9
  437. package/components/icon/icons/shield-lock-16.svg +8 -8
  438. package/components/icon/icons/shield-lock-24.svg +8 -8
  439. package/components/icon/icons/shield-slash-16.svg +10 -10
  440. package/components/icon/icons/shield-x-16.svg +8 -8
  441. package/components/icon/icons/shield-x-24.svg +10 -10
  442. package/components/icon/icons/sidebar-collapse-16.svg +9 -9
  443. package/components/icon/icons/sidebar-collapse-24.svg +9 -9
  444. package/components/icon/icons/sidebar-expand-16.svg +9 -9
  445. package/components/icon/icons/sidebar-expand-24.svg +9 -9
  446. package/components/icon/icons/sign-in-16.svg +8 -8
  447. package/components/icon/icons/sign-in-24.svg +8 -8
  448. package/components/icon/icons/sign-out-16.svg +8 -8
  449. package/components/icon/icons/sign-out-24.svg +8 -8
  450. package/components/icon/icons/single-select-16.svg +9 -9
  451. package/components/icon/icons/single-select-24.svg +9 -9
  452. package/components/icon/icons/skip-16.svg +8 -8
  453. package/components/icon/icons/skip-24.svg +9 -9
  454. package/components/icon/icons/sliders-16.svg +5 -5
  455. package/components/icon/icons/smiley-16.svg +8 -8
  456. package/components/icon/icons/smiley-24.svg +11 -11
  457. package/components/icon/icons/sort-asc-16.svg +8 -8
  458. package/components/icon/icons/sort-asc-24.svg +5 -5
  459. package/components/icon/icons/sort-desc-16.svg +9 -9
  460. package/components/icon/icons/sort-desc-24.svg +5 -5
  461. package/components/icon/icons/square-16.svg +8 -8
  462. package/components/icon/icons/square-24.svg +8 -8
  463. package/components/icon/icons/square-fill-16.svg +8 -8
  464. package/components/icon/icons/square-fill-24.svg +8 -8
  465. package/components/icon/icons/squirrel-16.svg +8 -8
  466. package/components/icon/icons/squirrel-24.svg +5 -5
  467. package/components/icon/icons/stack-16.svg +8 -8
  468. package/components/icon/icons/stack-24.svg +12 -12
  469. package/components/icon/icons/star-16.svg +8 -8
  470. package/components/icon/icons/star-24.svg +8 -8
  471. package/components/icon/icons/star-fill-16.svg +8 -8
  472. package/components/icon/icons/star-fill-24.svg +8 -8
  473. package/components/icon/icons/stop-16.svg +8 -8
  474. package/components/icon/icons/stop-24.svg +9 -9
  475. package/components/icon/icons/stopwatch-16.svg +8 -8
  476. package/components/icon/icons/stopwatch-24.svg +8 -8
  477. package/components/icon/icons/store.svg +10 -10
  478. package/components/icon/icons/strikethrough-16.svg +8 -8
  479. package/components/icon/icons/strikethrough-24.svg +8 -8
  480. package/components/icon/icons/sun-16.svg +8 -8
  481. package/components/icon/icons/sun-24.svg +8 -8
  482. package/components/icon/icons/sync-16.svg +8 -8
  483. package/components/icon/icons/sync-24.svg +5 -5
  484. package/components/icon/icons/tab-24.svg +5 -5
  485. package/components/icon/icons/tab-external-16.svg +5 -5
  486. package/components/icon/icons/table-16.svg +8 -8
  487. package/components/icon/icons/table-24.svg +8 -8
  488. package/components/icon/icons/tag-16.svg +8 -8
  489. package/components/icon/icons/tag-24.svg +9 -9
  490. package/components/icon/icons/tasklist-16.svg +8 -8
  491. package/components/icon/icons/tasklist-24.svg +9 -9
  492. package/components/icon/icons/telescope-16.svg +8 -8
  493. package/components/icon/icons/telescope-24.svg +10 -10
  494. package/components/icon/icons/telescope-fill-16.svg +8 -8
  495. package/components/icon/icons/telescope-fill-24.svg +10 -10
  496. package/components/icon/icons/terminal-16.svg +8 -8
  497. package/components/icon/icons/terminal-24.svg +10 -10
  498. package/components/icon/icons/three-bars-16.svg +8 -8
  499. package/components/icon/icons/thumbsdown-16.svg +8 -8
  500. package/components/icon/icons/thumbsdown-24.svg +8 -8
  501. package/components/icon/icons/thumbsup-16.svg +8 -8
  502. package/components/icon/icons/thumbsup-24.svg +8 -8
  503. package/components/icon/icons/tools-16.svg +8 -8
  504. package/components/icon/icons/tools-24.svg +8 -8
  505. package/components/icon/icons/trash-16.svg +8 -8
  506. package/components/icon/icons/trash-24.svg +12 -12
  507. package/components/icon/icons/triangle-down-16.svg +5 -5
  508. package/components/icon/icons/triangle-down-24.svg +5 -5
  509. package/components/icon/icons/triangle-left-16.svg +5 -5
  510. package/components/icon/icons/triangle-left-24.svg +5 -5
  511. package/components/icon/icons/triangle-right-16.svg +5 -5
  512. package/components/icon/icons/triangle-right-24.svg +5 -5
  513. package/components/icon/icons/triangle-up-16.svg +5 -5
  514. package/components/icon/icons/triangle-up-24.svg +5 -5
  515. package/components/icon/icons/trophy-16.svg +8 -8
  516. package/components/icon/icons/trophy-24.svg +8 -8
  517. package/components/icon/icons/typography-16.svg +8 -8
  518. package/components/icon/icons/typography-24.svg +8 -8
  519. package/components/icon/icons/unfold-16.svg +5 -5
  520. package/components/icon/icons/unfold-24.svg +11 -11
  521. package/components/icon/icons/unlock-16.svg +8 -8
  522. package/components/icon/icons/unlock-24.svg +8 -8
  523. package/components/icon/icons/unmute-16.svg +8 -8
  524. package/components/icon/icons/unmute-24.svg +10 -10
  525. package/components/icon/icons/unverified-16.svg +8 -8
  526. package/components/icon/icons/unverified-24.svg +10 -10
  527. package/components/icon/icons/upload-16.svg +8 -8
  528. package/components/icon/icons/upload-24.svg +8 -8
  529. package/components/icon/icons/verified-16.svg +8 -8
  530. package/components/icon/icons/verified-24.svg +9 -9
  531. package/components/icon/icons/versions-16.svg +8 -8
  532. package/components/icon/icons/versions-24.svg +8 -8
  533. package/components/icon/icons/video-16.svg +9 -9
  534. package/components/icon/icons/video-24.svg +9 -9
  535. package/components/icon/icons/webhook-16.svg +5 -5
  536. package/components/icon/icons/workflow-16.svg +8 -8
  537. package/components/icon/icons/workflow-24.svg +8 -8
  538. package/components/icon/icons/x-16.svg +8 -8
  539. package/components/icon/icons/x-24.svg +8 -8
  540. package/components/icon/icons/x-circle-16.svg +8 -8
  541. package/components/icon/icons/x-circle-24.svg +10 -10
  542. package/components/icon/icons/x-circle-fill-12.svg +8 -8
  543. package/components/icon/icons/x-circle-fill-16.svg +8 -8
  544. package/components/icon/icons/x-circle-fill-24.svg +8 -8
  545. package/components/icon/icons/yourdash.svg +64 -64
  546. package/components/icon/icons/zap-16.svg +8 -8
  547. package/components/icon/icons/zap-24.svg +8 -8
  548. package/components/iconButton/iconButton.module.scss +40 -40
  549. package/components/iconButton/iconButton.tsx +34 -34
  550. package/components/image/image.module.scss +81 -81
  551. package/components/image/image.tsx +5 -3
  552. package/components/link/link.module.scss +32 -32
  553. package/components/link/link.tsx +21 -21
  554. package/components/progressBar/progressBar.module.scss +25 -25
  555. package/components/progressBar/progressBar.tsx +21 -21
  556. package/components/redirect/redirect.tsx +17 -17
  557. package/components/separator/separator.module.scss +33 -33
  558. package/components/separator/separator.tsx +14 -14
  559. package/components/spinner/spinner.module.scss +88 -93
  560. package/components/spinner/spinner.tsx +31 -31
  561. package/components/subtext/subtext.module.scss +17 -17
  562. package/components/subtext/subtext.tsx +14 -14
  563. package/components/tag/tag.module.scss +13 -13
  564. package/components/tag/tag.tsx +21 -21
  565. package/components/text/text.module.scss +13 -13
  566. package/components/text/text.tsx +14 -14
  567. package/components/textButton/textButton.module.scss +30 -30
  568. package/components/textButton/textButton.tsx +22 -22
  569. package/components/textInput/textInput.module.scss +52 -52
  570. package/components/textInput/textInput.tsx +84 -84
  571. package/components/toast/toast.module.scss +71 -71
  572. package/components/toast/toast.ts +12 -12
  573. package/components/toast/toastAction.ts +12 -12
  574. package/components/toast/toastContext.ts +16 -16
  575. package/components/toast/toasts.tsx +99 -99
  576. package/core/decrementLevel.tsx +13 -13
  577. package/core/incrementLevel.tsx +13 -13
  578. package/core/level.tsx +27 -27
  579. package/core/remToPx.ts +8 -8
  580. package/core/root.tsx +26 -26
  581. package/core/toast.ts +18 -18
  582. package/imports.d.ts +81 -81
  583. package/package.json +20 -19
  584. package/theme/defaultTheme.module.scss +361 -361
  585. package/theme/themeValues.scss +49 -49
  586. package/tsconfig.json +30 -30
  587. package/utilityComponent/hasBeenShown/hasBeenShown.tsx +47 -47
  588. package/utilityComponent/onInView/onInView.tsx +83 -83
  589. package/views/carousel/carousel.module.scss +77 -77
  590. package/views/carousel/carousel.tsx +138 -138
  591. package/views/header/header.module.scss +16 -16
  592. package/views/header/header.tsx +28 -28
  593. package/views/infiniteScroll/infiniteScroll.module.scss +26 -26
  594. package/views/infiniteScroll/infiniteScroll.tsx +90 -90
  595. package/views/navBar/components/navImage/navImage.module.scss +7 -7
  596. package/views/navBar/components/navImage/navImage.tsx +15 -15
  597. package/views/navBar/components/navTitle/navTitle.tsx +13 -13
  598. package/views/navBar/navBar.module.scss +22 -22
  599. package/views/navBar/navBar.tsx +37 -37
  600. package/views/onBoarding/onBoarding.module.scss +84 -79
  601. package/views/onBoarding/onBoarding.tsx +138 -138
  602. package/views/panAndZoom/panAndZoom.tsx +121 -121
  603. package/views/sidebar/Sidebar.module.scss +49 -49
  604. package/views/sidebar/Sidebar.tsx +30 -30
  605. package/views/sidebar/SidebarContainer.module.scss +22 -22
  606. package/views/sidebar/SidebarContainer.tsx +38 -38
  607. package/views/sidebar/SidebarContext.tsx +15 -15
  608. package/views/sidebar/SidebarToggleButton.tsx +25 -25
@@ -1,9 +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="M5.75 4A1.75 1.75 0 004 5.75v4.5c0 .966.784 1.75 1.75 1.75h4.5A1.75 1.75 0 0012 10.25v-4.5A1.75 1.75 0 0010.25 4h-4.5z" />
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="M5.75 4A1.75 1.75 0 004 5.75v4.5c0 .966.784 1.75 1.75 1.75h4.5A1.75 1.75 0 0012 10.25v-4.5A1.75 1.75 0 0010.25 4h-4.5z" />
9
9
  </svg>
@@ -1,9 +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="M7.75 6A1.75 1.75 0 006 7.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0018 16.25v-8.5A1.75 1.75 0 0016.25 6h-8.5z" />
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="M7.75 6A1.75 1.75 0 006 7.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0018 16.25v-8.5A1.75 1.75 0 0016.25 6h-8.5z" />
9
9
  </svg>
@@ -1,9 +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.499.75a.75.75 0 011.5 0v.996C5.9 2.903 6.793 3.65 7.662 4.376l.24.202c-.036-.694.055-1.422.426-2.163C9.1.873 10.794-.045 12.622.26 14.408.558 16 1.94 16 4.25c0 1.278-.954 2.575-2.44 2.734l.146.508.065.22c.203.701.412 1.455.476 2.226.142 1.707-.4 3.03-1.487 3.898C11.714 14.671 10.27 15 8.75 15h-6a.75.75 0 010-1.5h1.376a4.489 4.489 0 01-.563-1.191 3.833 3.833 0 01-.05-2.063 4.636 4.636 0 01-2.025-.293.75.75 0 11.525-1.406c1.357.507 2.376-.006 2.698-.318l.009-.01a.748.748 0 011.06 0 .75.75 0 01-.012 1.074c-.912.92-.992 1.835-.768 2.586.221.74.745 1.337 1.196 1.621H8.75c1.343 0 2.398-.296 3.074-.836.635-.507 1.036-1.31.928-2.602-.05-.603-.216-1.224-.422-1.93l-.064-.221c-.12-.407-.246-.84-.353-1.29a2.404 2.404 0 01-.507-.441 3.063 3.063 0 01-.633-1.248.75.75 0 011.455-.364c.046.185.144.436.31.627.146.168.353.305.712.305.738 0 1.25-.615 1.25-1.25 0-1.47-.95-2.315-2.123-2.51-1.172-.196-2.227.387-2.706 1.345-.46.92-.27 1.774.019 3.062l.042.19a.753.753 0 01.01.05c.348.443.666.949.94 1.553a.75.75 0 11-1.365.62c-.553-1.217-1.32-1.94-2.3-2.768a85.08 85.08 0 00-.317-.265c-.814-.68-1.75-1.462-2.692-2.619a3.74 3.74 0 00-1.023.88c-.406.495-.663 1.036-.722 1.508.116.122.306.21.591.239.388.038.797-.06 1.032-.19a.75.75 0 01.728 1.31c-.515.287-1.23.439-1.906.373-.682-.067-1.473-.38-1.879-1.193L.75 5.677V5.5c0-.984.48-1.94 1.077-2.664.46-.559 1.05-1.055 1.673-1.353V.75z" />
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.499.75a.75.75 0 011.5 0v.996C5.9 2.903 6.793 3.65 7.662 4.376l.24.202c-.036-.694.055-1.422.426-2.163C9.1.873 10.794-.045 12.622.26 14.408.558 16 1.94 16 4.25c0 1.278-.954 2.575-2.44 2.734l.146.508.065.22c.203.701.412 1.455.476 2.226.142 1.707-.4 3.03-1.487 3.898C11.714 14.671 10.27 15 8.75 15h-6a.75.75 0 010-1.5h1.376a4.489 4.489 0 01-.563-1.191 3.833 3.833 0 01-.05-2.063 4.636 4.636 0 01-2.025-.293.75.75 0 11.525-1.406c1.357.507 2.376-.006 2.698-.318l.009-.01a.748.748 0 011.06 0 .75.75 0 01-.012 1.074c-.912.92-.992 1.835-.768 2.586.221.74.745 1.337 1.196 1.621H8.75c1.343 0 2.398-.296 3.074-.836.635-.507 1.036-1.31.928-2.602-.05-.603-.216-1.224-.422-1.93l-.064-.221c-.12-.407-.246-.84-.353-1.29a2.404 2.404 0 01-.507-.441 3.063 3.063 0 01-.633-1.248.75.75 0 011.455-.364c.046.185.144.436.31.627.146.168.353.305.712.305.738 0 1.25-.615 1.25-1.25 0-1.47-.95-2.315-2.123-2.51-1.172-.196-2.227.387-2.706 1.345-.46.92-.27 1.774.019 3.062l.042.19a.753.753 0 01.01.05c.348.443.666.949.94 1.553a.75.75 0 11-1.365.62c-.553-1.217-1.32-1.94-2.3-2.768a85.08 85.08 0 00-.317-.265c-.814-.68-1.75-1.462-2.692-2.619a3.74 3.74 0 00-1.023.88c-.406.495-.663 1.036-.722 1.508.116.122.306.21.591.239.388.038.797-.06 1.032-.19a.75.75 0 01.728 1.31c-.515.287-1.23.439-1.906.373-.682-.067-1.473-.38-1.879-1.193L.75 5.677V5.5c0-.984.48-1.94 1.077-2.664.46-.559 1.05-1.055 1.673-1.353V.75z" />
9
9
  </svg>
@@ -1,6 +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
-
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
6
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18.377 3.49c-1.862-.31-3.718.62-4.456 2.095-.428.857-.691 1.624-.728 2.361-.035.71.138 1.444.67 2.252.644.854 1.199 1.913 1.608 3.346a.75.75 0 11-1.442.412c-.353-1.236-.82-2.135-1.372-2.865l-.008-.01c-.53-.698-1.14-1.242-1.807-1.778a50.724 50.724 0 00-.667-.524C9.024 7.884 7.71 6.863 6.471 5.16c-.59.287-1.248.798-1.806 1.454-.665.78-1.097 1.66-1.158 2.446.246.36.685.61 1.246.715.643.12 1.278.015 1.633-.182a.75.75 0 11.728 1.311c-.723.402-1.728.516-2.637.346-.916-.172-1.898-.667-2.398-1.666L2 9.427V9.25c0-1.323.678-2.615 1.523-3.607.7-.824 1.59-1.528 2.477-1.917V2.75a.75.75 0 111.5 0v1.27c1.154 1.67 2.363 2.612 3.568 3.551.207.162.415.323.621.489.001-.063.003-.126.006-.188.052-1.034.414-2.017.884-2.958 1.06-2.118 3.594-3.313 6.044-2.904 1.225.204 2.329.795 3.125 1.748C22.546 4.713 23 5.988 23 7.5c0 1.496-.913 3.255-2.688 3.652.838 1.699 1.438 3.768 1.181 5.697-.269 2.017-1.04 3.615-2.582 4.675C17.409 22.558 15.288 23 12.5 23H4.75a.75.75 0 010-1.5h2.322c-.58-.701-.998-1.578-1.223-2.471-.327-1.3-.297-2.786.265-4.131-.92.091-1.985-.02-3.126-.445a.75.75 0 11.524-1.406c1.964.733 3.428.266 4.045-.19.068-.06.137-.12.208-.18a.745.745 0 01.861-.076.746.746 0 01.32.368.752.752 0 01-.173.819c-.077.076-.16.15-.252.221-1.322 1.234-1.62 3.055-1.218 4.654.438 1.737 1.574 2.833 2.69 2.837H12.5c2.674 0 4.429-.433 5.56-1.212 1.094-.752 1.715-1.904 1.946-3.637.236-1.768-.445-3.845-1.407-5.529a.576.576 0 01-.012-.02 3.557 3.557 0 01-1.553-.94c-.556-.565-.89-1.243-1.012-1.73a.75.75 0 011.456-.364c.057.231.26.67.626 1.043.35.357.822.623 1.443.623 1.172 0 1.953-1.058 1.953-2.234 0-1.205-.357-2.127-.903-2.78-.547-.654-1.318-1.08-2.22-1.23z"/></svg>
@@ -1,9 +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="M7.122.392a1.75 1.75 0 011.756 0l5.003 2.902c.83.481.83 1.68 0 2.162L8.878 8.358a1.75 1.75 0 01-1.756 0L2.119 5.456a1.25 1.25 0 010-2.162L7.122.392zM8.125 1.69a.25.25 0 00-.25 0l-4.63 2.685 4.63 2.685a.25.25 0 00.25 0l4.63-2.685-4.63-2.685zM1.601 7.789a.75.75 0 011.025-.273l5.249 3.044a.25.25 0 00.25 0l5.249-3.044a.75.75 0 01.752 1.298l-5.248 3.044a1.75 1.75 0 01-1.756 0L1.874 8.814A.75.75 0 011.6 7.789zm0 3.5a.75.75 0 011.025-.273l5.249 3.044a.25.25 0 00.25 0l5.249-3.044a.75.75 0 01.752 1.298l-5.248 3.044a1.75 1.75 0 01-1.756 0l-5.248-3.044a.75.75 0 01-.273-1.025z" />
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="M7.122.392a1.75 1.75 0 011.756 0l5.003 2.902c.83.481.83 1.68 0 2.162L8.878 8.358a1.75 1.75 0 01-1.756 0L2.119 5.456a1.25 1.25 0 010-2.162L7.122.392zM8.125 1.69a.25.25 0 00-.25 0l-4.63 2.685 4.63 2.685a.25.25 0 00.25 0l4.63-2.685-4.63-2.685zM1.601 7.789a.75.75 0 011.025-.273l5.249 3.044a.25.25 0 00.25 0l5.249-3.044a.75.75 0 01.752 1.298l-5.248 3.044a1.75 1.75 0 01-1.756 0L1.874 8.814A.75.75 0 011.6 7.789zm0 3.5a.75.75 0 011.025-.273l5.249 3.044a.25.25 0 00.25 0l5.249-3.044a.75.75 0 01.752 1.298l-5.248 3.044a1.75 1.75 0 01-1.756 0l-5.248-3.044a.75.75 0 01-.273-1.025z" />
9
9
  </svg>
@@ -1,13 +1,13 @@
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="M11.063 1.456a1.75 1.75 0 011.874 0l8.383 5.316a1.75 1.75 0 010 2.956l-8.383 5.316a1.75 1.75 0 01-1.874 0L2.68 9.728a1.75 1.75 0 010-2.956l8.383-5.316zm1.071 1.267a.25.25 0 00-.268 0L3.483 8.039a.25.25 0 000 .422l8.383 5.316a.25.25 0 00.268 0l8.383-5.316a.25.25 0 000-.422l-8.383-5.316z" />
9
- <path fill-rule="evenodd" fill="#ffffff"
10
- d="M1.867 12.324a.75.75 0 011.035-.232l8.964 5.685a.25.25 0 00.268 0l8.964-5.685a.75.75 0 01.804 1.267l-8.965 5.685a1.75 1.75 0 01-1.874 0l-8.965-5.685a.75.75 0 01-.231-1.035z" />
11
- <path fill-rule="evenodd" fill="#ffffff"
12
- d="M1.867 16.324a.75.75 0 011.035-.232l8.964 5.685a.25.25 0 00.268 0l8.964-5.685a.75.75 0 01.804 1.267l-8.965 5.685a1.75 1.75 0 01-1.874 0l-8.965-5.685a.75.75 0 01-.231-1.035z" />
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="M11.063 1.456a1.75 1.75 0 011.874 0l8.383 5.316a1.75 1.75 0 010 2.956l-8.383 5.316a1.75 1.75 0 01-1.874 0L2.68 9.728a1.75 1.75 0 010-2.956l8.383-5.316zm1.071 1.267a.25.25 0 00-.268 0L3.483 8.039a.25.25 0 000 .422l8.383 5.316a.25.25 0 00.268 0l8.383-5.316a.25.25 0 000-.422l-8.383-5.316z" />
9
+ <path fill-rule="evenodd" fill="#ffffff"
10
+ d="M1.867 12.324a.75.75 0 011.035-.232l8.964 5.685a.25.25 0 00.268 0l8.964-5.685a.75.75 0 01.804 1.267l-8.965 5.685a1.75 1.75 0 01-1.874 0l-8.965-5.685a.75.75 0 01-.231-1.035z" />
11
+ <path fill-rule="evenodd" fill="#ffffff"
12
+ d="M1.867 16.324a.75.75 0 011.035-.232l8.964 5.685a.25.25 0 00.268 0l8.964-5.685a.75.75 0 01.804 1.267l-8.965 5.685a1.75 1.75 0 01-1.874 0l-8.965-5.685a.75.75 0 01-.231-1.035z" />
13
13
  </svg>
@@ -1,9 +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 .25a.75.75 0 01.673.418l1.882 3.815 4.21.612a.75.75 0 01.416 1.279l-3.046 2.97.719 4.192a.75.75 0 01-1.088.791L8 12.347l-3.766 1.98a.75.75 0 01-1.088-.79l.72-4.194L.818 6.374a.75.75 0 01.416-1.28l4.21-.611L7.327.668A.75.75 0 018 .25zm0 2.445L6.615 5.5a.75.75 0 01-.564.41l-3.097.45 2.24 2.184a.75.75 0 01.216.664l-.528 3.084 2.769-1.456a.75.75 0 01.698 0l2.77 1.456-.53-3.084a.75.75 0 01.216-.664l2.24-2.183-3.096-.45a.75.75 0 01-.564-.41L8 2.694v.001z" />
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 .25a.75.75 0 01.673.418l1.882 3.815 4.21.612a.75.75 0 01.416 1.279l-3.046 2.97.719 4.192a.75.75 0 01-1.088.791L8 12.347l-3.766 1.98a.75.75 0 01-1.088-.79l.72-4.194L.818 6.374a.75.75 0 01.416-1.28l4.21-.611L7.327.668A.75.75 0 018 .25zm0 2.445L6.615 5.5a.75.75 0 01-.564.41l-3.097.45 2.24 2.184a.75.75 0 01.216.664l-.528 3.084 2.769-1.456a.75.75 0 01.698 0l2.77 1.456-.53-3.084a.75.75 0 01.216-.664l2.24-2.183-3.096-.45a.75.75 0 01-.564-.41L8 2.694v.001z" />
9
9
  </svg>
@@ -1,9 +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 .25a.75.75 0 01.673.418l3.058 6.197 6.839.994a.75.75 0 01.415 1.279l-4.948 4.823 1.168 6.811a.75.75 0 01-1.088.791L12 18.347l-6.117 3.216a.75.75 0 01-1.088-.79l1.168-6.812-4.948-4.823a.75.75 0 01.416-1.28l6.838-.993L11.328.668A.75.75 0 0112 .25zm0 2.445L9.44 7.882a.75.75 0 01-.565.41l-5.725.832 4.143 4.038a.75.75 0 01.215.664l-.978 5.702 5.121-2.692a.75.75 0 01.698 0l5.12 2.692-.977-5.702a.75.75 0 01.215-.664l4.143-4.038-5.725-.831a.75.75 0 01-.565-.41L12 2.694z" />
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 .25a.75.75 0 01.673.418l3.058 6.197 6.839.994a.75.75 0 01.415 1.279l-4.948 4.823 1.168 6.811a.75.75 0 01-1.088.791L12 18.347l-6.117 3.216a.75.75 0 01-1.088-.79l1.168-6.812-4.948-4.823a.75.75 0 01.416-1.28l6.838-.993L11.328.668A.75.75 0 0112 .25zm0 2.445L9.44 7.882a.75.75 0 01-.565.41l-5.725.832 4.143 4.038a.75.75 0 01.215.664l-.978 5.702 5.121-2.692a.75.75 0 01.698 0l5.12 2.692-.977-5.702a.75.75 0 01.215-.664l4.143-4.038-5.725-.831a.75.75 0 01-.565-.41L12 2.694z" />
9
9
  </svg>
@@ -1,9 +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 .25a.75.75 0 01.673.418l1.882 3.815 4.21.612a.75.75 0 01.416 1.279l-3.046 2.97.719 4.192a.75.75 0 01-1.088.791L8 12.347l-3.766 1.98a.75.75 0 01-1.088-.79l.72-4.194L.818 6.374a.75.75 0 01.416-1.28l4.21-.611L7.327.668A.75.75 0 018 .25z" />
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 .25a.75.75 0 01.673.418l1.882 3.815 4.21.612a.75.75 0 01.416 1.279l-3.046 2.97.719 4.192a.75.75 0 01-1.088.791L8 12.347l-3.766 1.98a.75.75 0 01-1.088-.79l.72-4.194L.818 6.374a.75.75 0 01.416-1.28l4.21-.611L7.327.668A.75.75 0 018 .25z" />
9
9
  </svg>
@@ -1,9 +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.672.668a.75.75 0 00-1.345 0L8.27 6.865l-6.838.994a.75.75 0 00-.416 1.279l4.948 4.823-1.168 6.811a.75.75 0 001.088.791L12 18.347l6.117 3.216a.75.75 0 001.088-.79l-1.168-6.812 4.948-4.823a.75.75 0 00-.416-1.28l-6.838-.993L12.672.668z" />
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.672.668a.75.75 0 00-1.345 0L8.27 6.865l-6.838.994a.75.75 0 00-.416 1.279l4.948 4.823-1.168 6.811a.75.75 0 001.088.791L12 18.347l6.117 3.216a.75.75 0 001.088-.79l-1.168-6.812 4.948-4.823a.75.75 0 00-.416-1.28l-6.838-.993L12.672.668z" />
9
9
  </svg>
@@ -1,9 +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.47.22A.75.75 0 015 0h6a.75.75 0 01.53.22l4.25 4.25c.141.14.22.331.22.53v6a.75.75 0 01-.22.53l-4.25 4.25A.75.75 0 0111 16H5a.75.75 0 01-.53-.22L.22 11.53A.75.75 0 010 11V5a.75.75 0 01.22-.53L4.47.22zm.84 1.28L1.5 5.31v5.38l3.81 3.81h5.38l3.81-3.81V5.31L10.69 1.5H5.31zM8 4a.75.75 0 01.75.75v3.5a.75.75 0 01-1.5 0v-3.5A.75.75 0 018 4zm0 8a1 1 0 100-2 1 1 0 000 2z" />
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.47.22A.75.75 0 015 0h6a.75.75 0 01.53.22l4.25 4.25c.141.14.22.331.22.53v6a.75.75 0 01-.22.53l-4.25 4.25A.75.75 0 0111 16H5a.75.75 0 01-.53-.22L.22 11.53A.75.75 0 010 11V5a.75.75 0 01.22-.53L4.47.22zm.84 1.28L1.5 5.31v5.38l3.81 3.81h5.38l3.81-3.81V5.31L10.69 1.5H5.31zM8 4a.75.75 0 01.75.75v3.5a.75.75 0 01-1.5 0v-3.5A.75.75 0 018 4zm0 8a1 1 0 100-2 1 1 0 000 2z" />
9
9
  </svg>
@@ -1,10 +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 7a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0v-4.5A.75.75 0 0112 7zm0 10a1 1 0 100-2 1 1 0 000 2z" />
8
- <path fill-rule="evenodd" fill="#ffffff"
9
- d="M7.328 1.47a.75.75 0 01.53-.22h8.284a.75.75 0 01.53.22l5.858 5.858c.141.14.22.33.22.53v8.284a.75.75 0 01-.22.53l-5.858 5.858a.75.75 0 01-.53.22H7.858a.75.75 0 01-.53-.22L1.47 16.672a.75.75 0 01-.22-.53V7.858a.75.75 0 01.22-.53L7.328 1.47zm.84 1.28L2.75 8.169v7.662l5.419 5.419h7.662l5.419-5.418V8.168L15.832 2.75H8.168z" />
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 7a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0v-4.5A.75.75 0 0112 7zm0 10a1 1 0 100-2 1 1 0 000 2z" />
8
+ <path fill-rule="evenodd" fill="#ffffff"
9
+ d="M7.328 1.47a.75.75 0 01.53-.22h8.284a.75.75 0 01.53.22l5.858 5.858c.141.14.22.33.22.53v8.284a.75.75 0 01-.22.53l-5.858 5.858a.75.75 0 01-.53.22H7.858a.75.75 0 01-.53-.22L1.47 16.672a.75.75 0 01-.22-.53V7.858a.75.75 0 01.22-.53L7.328 1.47zm.84 1.28L2.75 8.169v7.662l5.419 5.419h7.662l5.419-5.418V8.168L15.832 2.75H8.168z" />
10
10
  </svg>
@@ -1,9 +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="M5.75.75A.75.75 0 016.5 0h3a.75.75 0 010 1.5h-.75v1l-.001.041a6.718 6.718 0 013.464 1.435l.007-.006.75-.75a.75.75 0 111.06 1.06l-.75.75-.006.007a6.75 6.75 0 11-10.548 0L2.72 5.03l-.75-.75a.75.75 0 011.06-1.06l.75.75.007.006A6.718 6.718 0 017.25 2.541a.756.756 0 010-.041v-1H6.5a.75.75 0 01-.75-.75zM8 14.5A5.25 5.25 0 108 4a5.25 5.25 0 000 10.5zm.389-6.7l1.33-1.33a.75.75 0 111.061 1.06L9.45 8.861A1.502 1.502 0 018 10.75a1.5 1.5 0 11.389-2.95z" />
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="M5.75.75A.75.75 0 016.5 0h3a.75.75 0 010 1.5h-.75v1l-.001.041a6.718 6.718 0 013.464 1.435l.007-.006.75-.75a.75.75 0 111.06 1.06l-.75.75-.006.007a6.75 6.75 0 11-10.548 0L2.72 5.03l-.75-.75a.75.75 0 011.06-1.06l.75.75.007.006A6.718 6.718 0 017.25 2.541a.756.756 0 010-.041v-1H6.5a.75.75 0 01-.75-.75zM8 14.5A5.25 5.25 0 108 4a5.25 5.25 0 000 10.5zm.389-6.7l1.33-1.33a.75.75 0 111.061 1.06L9.45 8.861A1.502 1.502 0 018 10.75a1.5 1.5 0 11.389-2.95z" />
9
9
  </svg>
@@ -1,9 +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="M10.25 0a.75.75 0 000 1.5h1v1.278a9.955 9.955 0 00-5.635 2.276L4.28 3.72a.75.75 0 00-1.06 1.06l1.315 1.316A9.962 9.962 0 002 12.75c0 5.523 4.477 10 10 10s10-4.477 10-10a9.962 9.962 0 00-2.535-6.654L20.78 4.78a.75.75 0 00-1.06-1.06l-1.334 1.334a9.955 9.955 0 00-5.636-2.276V1.5h1a.75.75 0 000-1.5h-3.5zM12 21.25a8.5 8.5 0 100-17 8.5 8.5 0 000 17zm4.03-12.53a.75.75 0 010 1.06l-2.381 2.382a1.75 1.75 0 11-1.06-1.06l2.38-2.382a.75.75 0 011.061 0z" />
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="M10.25 0a.75.75 0 000 1.5h1v1.278a9.955 9.955 0 00-5.635 2.276L4.28 3.72a.75.75 0 00-1.06 1.06l1.315 1.316A9.962 9.962 0 002 12.75c0 5.523 4.477 10 10 10s10-4.477 10-10a9.962 9.962 0 00-2.535-6.654L20.78 4.78a.75.75 0 00-1.06-1.06l-1.334 1.334a9.955 9.955 0 00-5.636-2.276V1.5h1a.75.75 0 000-1.5h-3.5zM12 21.25a8.5 8.5 0 100-17 8.5 8.5 0 000 17zm4.03-12.53a.75.75 0 010 1.06l-2.381 2.382a1.75 1.75 0 11-1.06-1.06l2.38-2.382a.75.75 0 011.061 0z" />
9
9
  </svg>
@@ -1,10 +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 width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
7
- <path d="M6 14C3.79086 14 2 12.2091 2 10V10V8L2 7C2 5.89543 2.89543 5 4 5H5L8 5L8 6.5H5L4.5 6.5C3.94772 6.5 3.5 6.94772 3.5 7.5V8V10V10C3.5 11.3807 4.61929 12.5 6 12.5V12.5L10 12.5V12.5C11.3807 12.5 12.5 11.3807 12.5 10V10L12.5 8V7.5C12.5 6.94772 12.0523 6.5 11.5 6.5H11L8 6.5L8 5H11H12C13.1046 5 14 5.89543 14 7V8L14 10V10C14 12.2091 12.2091 14 10 14V14L6 14V14Z" fill="white"/>
8
- <path d="M10.3675 2.12251C11.0804 2.36015 11.6399 2.91956 11.8775 3.63246V3.63246C11.9586 3.87589 12 4.13082 12 4.38743V6L11 5.5V4.70711C11 4.25435 10.8201 3.82014 10.5 3.5V3.5V3.5C10.1799 3.17986 9.74565 3 9.29289 3H6.70711C6.25435 3 5.82014 3.17986 5.5 3.5V3.5V3.5C5.17986 3.82014 5 4.25435 5 4.70711V5.5L4 6V4.38743C4 4.13082 4.04137 3.87589 4.12251 3.63246V3.63246C4.36015 2.91956 4.91956 2.36015 5.63246 2.12251V2.12251C5.87589 2.04137 6.13082 2 6.38743 2L9.61257 2C9.86918 2 10.1241 2.04137 10.3675 2.12251V2.12251Z" fill="white"/>
9
- <path fill-rule="evenodd" clip-rule="evenodd" d="M6.5 7.5C6.22386 7.5 6 7.72386 6 8V10C6 10.2761 6.22386 10.5 6.5 10.5H7V11C7 11.2761 7.22386 11.5 7.5 11.5H9.5C9.77614 11.5 10 11.2761 10 11V9C10 8.72386 9.77614 8.5 9.5 8.5H9V8C9 7.72386 8.77614 7.5 8.5 7.5H6.5Z" fill="white"/>
10
- </svg>
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 width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
7
+ <path d="M6 14C3.79086 14 2 12.2091 2 10V10V8L2 7C2 5.89543 2.89543 5 4 5H5L8 5L8 6.5H5L4.5 6.5C3.94772 6.5 3.5 6.94772 3.5 7.5V8V10V10C3.5 11.3807 4.61929 12.5 6 12.5V12.5L10 12.5V12.5C11.3807 12.5 12.5 11.3807 12.5 10V10L12.5 8V7.5C12.5 6.94772 12.0523 6.5 11.5 6.5H11L8 6.5L8 5H11H12C13.1046 5 14 5.89543 14 7V8L14 10V10C14 12.2091 12.2091 14 10 14V14L6 14V14Z" fill="white"/>
8
+ <path d="M10.3675 2.12251C11.0804 2.36015 11.6399 2.91956 11.8775 3.63246V3.63246C11.9586 3.87589 12 4.13082 12 4.38743V6L11 5.5V4.70711C11 4.25435 10.8201 3.82014 10.5 3.5V3.5V3.5C10.1799 3.17986 9.74565 3 9.29289 3H6.70711C6.25435 3 5.82014 3.17986 5.5 3.5V3.5V3.5C5.17986 3.82014 5 4.25435 5 4.70711V5.5L4 6V4.38743C4 4.13082 4.04137 3.87589 4.12251 3.63246V3.63246C4.36015 2.91956 4.91956 2.36015 5.63246 2.12251V2.12251C5.87589 2.04137 6.13082 2 6.38743 2L9.61257 2C9.86918 2 10.1241 2.04137 10.3675 2.12251V2.12251Z" fill="white"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.5 7.5C6.22386 7.5 6 7.72386 6 8V10C6 10.2761 6.22386 10.5 6.5 10.5H7V11C7 11.2761 7.22386 11.5 7.5 11.5H9.5C9.77614 11.5 10 11.2761 10 11V9C10 8.72386 9.77614 8.5 9.5 8.5H9V8C9 7.72386 8.77614 7.5 8.5 7.5H6.5Z" fill="white"/>
10
+ </svg>
@@ -1,9 +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="M7.581 3.25c-2.036 0-2.778 1.082-2.778 1.786 0 .055.002.107.006.157a.75.75 0 01-1.496.114 3.56 3.56 0 01-.01-.271c0-1.832 1.75-3.286 4.278-3.286 1.418 0 2.721.58 3.514 1.093a.75.75 0 11-.814 1.26c-.64-.414-1.662-.853-2.7-.853zm3.474 5.25h3.195a.75.75 0 000-1.5H1.75a.75.75 0 000 1.5h6.018c.835.187 1.503.464 1.951.81.439.34.647.725.647 1.197 0 .428-.159.895-.594 1.267-.444.38-1.254.726-2.676.726-1.373 0-2.38-.493-2.86-.956a.75.75 0 00-1.042 1.079C3.992 13.393 5.39 14 7.096 14c1.652 0 2.852-.403 3.65-1.085a3.134 3.134 0 001.12-2.408 2.85 2.85 0 00-.811-2.007z" />
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="M7.581 3.25c-2.036 0-2.778 1.082-2.778 1.786 0 .055.002.107.006.157a.75.75 0 01-1.496.114 3.56 3.56 0 01-.01-.271c0-1.832 1.75-3.286 4.278-3.286 1.418 0 2.721.58 3.514 1.093a.75.75 0 11-.814 1.26c-.64-.414-1.662-.853-2.7-.853zm3.474 5.25h3.195a.75.75 0 000-1.5H1.75a.75.75 0 000 1.5h6.018c.835.187 1.503.464 1.951.81.439.34.647.725.647 1.197 0 .428-.159.895-.594 1.267-.444.38-1.254.726-2.676.726-1.373 0-2.38-.493-2.86-.956a.75.75 0 00-1.042 1.079C3.992 13.393 5.39 14 7.096 14c1.652 0 2.852-.403 3.65-1.085a3.134 3.134 0 001.12-2.408 2.85 2.85 0 00-.811-2.007z" />
9
9
  </svg>
@@ -1,9 +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.36 5C9.37 5 8.105 6.613 8.105 7.848c0 .411.072.744.193 1.02a.75.75 0 01-1.373.603 3.993 3.993 0 01-.32-1.623c0-2.363 2.271-4.348 5.755-4.348 1.931 0 3.722.794 4.814 1.5a.75.75 0 11-.814 1.26c-.94-.607-2.448-1.26-4-1.26zm4.173 7.5h3.717a.75.75 0 000-1.5H3.75a.75.75 0 000 1.5h9.136c1.162.28 2.111.688 2.76 1.211.642.518.979 1.134.979 1.898a2.63 2.63 0 01-.954 2.036c-.703.601-1.934 1.105-3.999 1.105-2.018 0-3.529-.723-4.276-1.445a.75.75 0 10-1.042 1.08c1.066 1.028 2.968 1.865 5.318 1.865 2.295 0 3.916-.56 4.974-1.464a4.131 4.131 0 001.479-3.177c0-1.296-.608-2.316-1.538-3.066a5.77 5.77 0 00-.054-.043z" />
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.36 5C9.37 5 8.105 6.613 8.105 7.848c0 .411.072.744.193 1.02a.75.75 0 01-1.373.603 3.993 3.993 0 01-.32-1.623c0-2.363 2.271-4.348 5.755-4.348 1.931 0 3.722.794 4.814 1.5a.75.75 0 11-.814 1.26c-.94-.607-2.448-1.26-4-1.26zm4.173 7.5h3.717a.75.75 0 000-1.5H3.75a.75.75 0 000 1.5h9.136c1.162.28 2.111.688 2.76 1.211.642.518.979 1.134.979 1.898a2.63 2.63 0 01-.954 2.036c-.703.601-1.934 1.105-3.999 1.105-2.018 0-3.529-.723-4.276-1.445a.75.75 0 10-1.042 1.08c1.066 1.028 2.968 1.865 5.318 1.865 2.295 0 3.916-.56 4.974-1.464a4.131 4.131 0 001.479-3.177c0-1.296-.608-2.316-1.538-3.066a5.77 5.77 0 00-.054-.043z" />
9
9
  </svg>
@@ -1,9 +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 10.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM8 12a4 4 0 100-8 4 4 0 000 8zM8 0a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0V.75A.75.75 0 018 0zm0 13a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5A.75.75 0 018 13zM2.343 2.343a.75.75 0 011.061 0l1.06 1.061a.75.75 0 01-1.06 1.06l-1.06-1.06a.75.75 0 010-1.06zm9.193 9.193a.75.75 0 011.06 0l1.061 1.06a.75.75 0 01-1.06 1.061l-1.061-1.06a.75.75 0 010-1.061zM16 8a.75.75 0 01-.75.75h-1.5a.75.75 0 010-1.5h1.5A.75.75 0 0116 8zM3 8a.75.75 0 01-.75.75H.75a.75.75 0 010-1.5h1.5A.75.75 0 013 8zm10.657-5.657a.75.75 0 010 1.061l-1.061 1.06a.75.75 0 11-1.06-1.06l1.06-1.06a.75.75 0 011.06 0zm-9.193 9.193a.75.75 0 010 1.06l-1.06 1.061a.75.75 0 11-1.061-1.06l1.06-1.061a.75.75 0 011.061 0z" />
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 10.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM8 12a4 4 0 100-8 4 4 0 000 8zM8 0a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0V.75A.75.75 0 018 0zm0 13a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5A.75.75 0 018 13zM2.343 2.343a.75.75 0 011.061 0l1.06 1.061a.75.75 0 01-1.06 1.06l-1.06-1.06a.75.75 0 010-1.06zm9.193 9.193a.75.75 0 011.06 0l1.061 1.06a.75.75 0 01-1.06 1.061l-1.061-1.06a.75.75 0 010-1.061zM16 8a.75.75 0 01-.75.75h-1.5a.75.75 0 010-1.5h1.5A.75.75 0 0116 8zM3 8a.75.75 0 01-.75.75H.75a.75.75 0 010-1.5h1.5A.75.75 0 013 8zm10.657-5.657a.75.75 0 010 1.061l-1.061 1.06a.75.75 0 11-1.06-1.06l1.06-1.06a.75.75 0 011.06 0zm-9.193 9.193a.75.75 0 010 1.06l-1.06 1.061a.75.75 0 11-1.061-1.06l1.06-1.061a.75.75 0 011.061 0z" />
9
9
  </svg>
@@ -1,9 +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 17.5a5.5 5.5 0 100-11 5.5 5.5 0 000 11zm0 1.5a7 7 0 100-14 7 7 0 000 14zm12-7a.75.75 0 01-.75.75h-2.5a.75.75 0 010-1.5h2.5A.75.75 0 0124 12zM4 12a.75.75 0 01-.75.75H.75a.75.75 0 010-1.5h2.5A.75.75 0 014 12zm16.485-8.485a.75.75 0 010 1.06l-1.768 1.768a.75.75 0 01-1.06-1.06l1.767-1.768a.75.75 0 011.061 0zM6.343 17.657a.75.75 0 010 1.06l-1.768 1.768a.75.75 0 11-1.06-1.06l1.767-1.768a.75.75 0 011.061 0zM12 0a.75.75 0 01.75.75v2.5a.75.75 0 01-1.5 0V.75A.75.75 0 0112 0zm0 20a.75.75 0 01.75.75v2.5a.75.75 0 01-1.5 0v-2.5A.75.75 0 0112 20zM3.515 3.515a.75.75 0 011.06 0l1.768 1.768a.75.75 0 11-1.06 1.06L3.515 4.575a.75.75 0 010-1.06zm14.142 14.142a.75.75 0 011.06 0l1.768 1.768a.75.75 0 01-1.06 1.06l-1.768-1.767a.75.75 0 010-1.061z" />
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 17.5a5.5 5.5 0 100-11 5.5 5.5 0 000 11zm0 1.5a7 7 0 100-14 7 7 0 000 14zm12-7a.75.75 0 01-.75.75h-2.5a.75.75 0 010-1.5h2.5A.75.75 0 0124 12zM4 12a.75.75 0 01-.75.75H.75a.75.75 0 010-1.5h2.5A.75.75 0 014 12zm16.485-8.485a.75.75 0 010 1.06l-1.768 1.768a.75.75 0 01-1.06-1.06l1.767-1.768a.75.75 0 011.061 0zM6.343 17.657a.75.75 0 010 1.06l-1.768 1.768a.75.75 0 11-1.06-1.06l1.767-1.768a.75.75 0 011.061 0zM12 0a.75.75 0 01.75.75v2.5a.75.75 0 01-1.5 0V.75A.75.75 0 0112 0zm0 20a.75.75 0 01.75.75v2.5a.75.75 0 01-1.5 0v-2.5A.75.75 0 0112 20zM3.515 3.515a.75.75 0 011.06 0l1.768 1.768a.75.75 0 11-1.06 1.06L3.515 4.575a.75.75 0 010-1.06zm14.142 14.142a.75.75 0 011.06 0l1.768 1.768a.75.75 0 01-1.06 1.06l-1.768-1.767a.75.75 0 010-1.061z" />
9
9
  </svg>
@@ -1,9 +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 2.5a5.487 5.487 0 00-4.131 1.869l1.204 1.204A.25.25 0 014.896 6H1.25A.25.25 0 011 5.75V2.104a.25.25 0 01.427-.177l1.38 1.38A7.001 7.001 0 0114.95 7.16a.75.75 0 11-1.49.178A5.501 5.501 0 008 2.5zM1.705 8.005a.75.75 0 01.834.656 5.501 5.501 0 009.592 2.97l-1.204-1.204a.25.25 0 01.177-.427h3.646a.25.25 0 01.25.25v3.646a.25.25 0 01-.427.177l-1.38-1.38A7.001 7.001 0 011.05 8.84a.75.75 0 01.656-.834z" />
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 2.5a5.487 5.487 0 00-4.131 1.869l1.204 1.204A.25.25 0 014.896 6H1.25A.25.25 0 011 5.75V2.104a.25.25 0 01.427-.177l1.38 1.38A7.001 7.001 0 0114.95 7.16a.75.75 0 11-1.49.178A5.501 5.501 0 008 2.5zM1.705 8.005a.75.75 0 01.834.656 5.501 5.501 0 009.592 2.97l-1.204-1.204a.25.25 0 01.177-.427h3.646a.25.25 0 01.25.25v3.646a.25.25 0 01-.427.177l-1.38-1.38A7.001 7.001 0 011.05 8.84a.75.75 0 01.656-.834z" />
9
9
  </svg>
@@ -1,6 +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
-
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
6
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M3.38 8A9.502 9.502 0 0112 2.5a9.502 9.502 0 019.215 7.182.75.75 0 101.456-.364C21.473 4.539 17.15 1 12 1a10.995 10.995 0 00-9.5 5.452V4.75a.75.75 0 00-1.5 0V8.5a1 1 0 001 1h3.75a.75.75 0 000-1.5H3.38zm-.595 6.318a.75.75 0 00-1.455.364C2.527 19.461 6.85 23 12 23c4.052 0 7.592-2.191 9.5-5.451v1.701a.75.75 0 001.5 0V15.5a1 1 0 00-1-1h-3.75a.75.75 0 000 1.5h2.37A9.502 9.502 0 0112 21.5c-4.446 0-8.181-3.055-9.215-7.182z"/></svg>
@@ -1,6 +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
-
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
6
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M22 4.25a.75.75 0 00-1.5 0v15a.75.75 0 001.5 0v-15zm-9.72 14.28a.75.75 0 11-1.06-1.06l4.97-4.97H1.75a.75.75 0 010-1.5h14.44l-4.97-4.97a.75.75 0 011.06-1.06l6.25 6.25a.75.75 0 010 1.06l-6.25 6.25z"/></svg>
@@ -1,6 +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
-
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
6
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M3.25 4a.25.25 0 00-.25.25v9a.75.75 0 01-.75.75H.75a.75.75 0 010-1.5h.75V4.25c0-.966.784-1.75 1.75-1.75h9.5c.966 0 1.75.784 1.75 1.75v8.25h.75a.75.75 0 010 1.5h-1.5a.75.75 0 01-.75-.75v-9a.25.25 0 00-.25-.25h-9.5z"/><path d="M7.97 7.97l-2.75 2.75a.75.75 0 101.06 1.06l2.75-2.75 1.543 1.543a.25.25 0 00.427-.177V6.25a.25.25 0 00-.25-.25H6.604a.25.25 0 00-.177.427L7.97 7.97z"/></svg>
@@ -1,9 +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="M0 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.75zM1.5 6.5v7.75c0 .138.112.25.25.25H5v-8H1.5zM5 5H1.5V1.75a.25.25 0 01.25-.25H5V5zm1.5 1.5v8h7.75a.25.25 0 00.25-.25V6.5h-8zm8-1.5h-8V1.5h7.75a.25.25 0 01.25.25V5z" />
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="M0 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.75zM1.5 6.5v7.75c0 .138.112.25.25.25H5v-8H1.5zM5 5H1.5V1.75a.25.25 0 01.25-.25H5V5zm1.5 1.5v8h7.75a.25.25 0 00.25-.25V6.5h-8zm8-1.5h-8V1.5h7.75a.25.25 0 01.25.25V5z" />
9
9
  </svg>
@@ -1,9 +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 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.75zM3.5 9v11.25c0 .138.112.25.25.25H7.5V9h-4zm4-1.5h-4V3.75a.25.25 0 01.25-.25H7.5v4zM9 9v11.5h11.25a.25.25 0 00.25-.25V9H9zm11.5-1.5H9v-4h11.25a.25.25 0 01.25.25V7.5z" />
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 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.75zM3.5 9v11.25c0 .138.112.25.25.25H7.5V9h-4zm4-1.5h-4V3.75a.25.25 0 01.25-.25H7.5v4zM9 9v11.5h11.25a.25.25 0 00.25-.25V9H9zm11.5-1.5H9v-4h11.25a.25.25 0 01.25.25V7.5z" />
9
9
  </svg>
@@ -1,9 +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 7.775V2.75a.25.25 0 01.25-.25h5.025a.25.25 0 01.177.073l6.25 6.25a.25.25 0 010 .354l-5.025 5.025a.25.25 0 01-.354 0l-6.25-6.25a.25.25 0 01-.073-.177zm-1.5 0V2.75C1 1.784 1.784 1 2.75 1h5.025c.464 0 .91.184 1.238.513l6.25 6.25a1.75 1.75 0 010 2.474l-5.026 5.026a1.75 1.75 0 01-2.474 0l-6.25-6.25A1.75 1.75 0 011 7.775zM6 5a1 1 0 100 2 1 1 0 000-2z" />
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 7.775V2.75a.25.25 0 01.25-.25h5.025a.25.25 0 01.177.073l6.25 6.25a.25.25 0 010 .354l-5.025 5.025a.25.25 0 01-.354 0l-6.25-6.25a.25.25 0 01-.073-.177zm-1.5 0V2.75C1 1.784 1.784 1 2.75 1h5.025c.464 0 .91.184 1.238.513l6.25 6.25a1.75 1.75 0 010 2.474l-5.026 5.026a1.75 1.75 0 01-2.474 0l-6.25-6.25A1.75 1.75 0 011 7.775zM6 5a1 1 0 100 2 1 1 0 000-2z" />
9
9
  </svg>
@@ -1,10 +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="M7.75 6.5a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5z" />
8
- <path fill-rule="evenodd" fill="#ffffff"
9
- d="M2.5 1A1.5 1.5 0 001 2.5v8.44c0 .397.158.779.44 1.06l10.25 10.25a1.5 1.5 0 002.12 0l8.44-8.44a1.5 1.5 0 000-2.12L12 1.44A1.5 1.5 0 0010.94 1H2.5zm0 1.5h8.44l10.25 10.25-8.44 8.44L2.5 10.94V2.5z" />
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="M7.75 6.5a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5z" />
8
+ <path fill-rule="evenodd" fill="#ffffff"
9
+ d="M2.5 1A1.5 1.5 0 001 2.5v8.44c0 .397.158.779.44 1.06l10.25 10.25a1.5 1.5 0 002.12 0l8.44-8.44a1.5 1.5 0 000-2.12L12 1.44A1.5 1.5 0 0010.94 1H2.5zm0 1.5h8.44l10.25 10.25-8.44 8.44L2.5 10.94V2.5z" />
10
10
  </svg>
@@ -1,9 +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 3.5v3h3v-3h-3zM2 2a1 1 0 00-1 1v4a1 1 0 001 1h4a1 1 0 001-1V3a1 1 0 00-1-1H2zm4.655 8.595a.75.75 0 010 1.06L4.03 14.28a.75.75 0 01-1.06 0l-1.5-1.5a.75.75 0 111.06-1.06l.97.97 2.095-2.095a.75.75 0 011.06 0zM9.75 2.5a.75.75 0 000 1.5h5.5a.75.75 0 000-1.5h-5.5zm0 5a.75.75 0 000 1.5h5.5a.75.75 0 000-1.5h-5.5zm0 5a.75.75 0 000 1.5h5.5a.75.75 0 000-1.5h-5.5z" />
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 3.5v3h3v-3h-3zM2 2a1 1 0 00-1 1v4a1 1 0 001 1h4a1 1 0 001-1V3a1 1 0 00-1-1H2zm4.655 8.595a.75.75 0 010 1.06L4.03 14.28a.75.75 0 01-1.06 0l-1.5-1.5a.75.75 0 111.06-1.06l.97.97 2.095-2.095a.75.75 0 011.06 0zM9.75 2.5a.75.75 0 000 1.5h5.5a.75.75 0 000-1.5h-5.5zm0 5a.75.75 0 000 1.5h5.5a.75.75 0 000-1.5h-5.5zm0 5a.75.75 0 000 1.5h5.5a.75.75 0 000-1.5h-5.5z" />
9
9
  </svg>
@@ -1,10 +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" d="M3 6a1 1 0 011-1h5a1 1 0 011 1v5a1 1 0 01-1 1H4a1 1 0 01-1-1V6zm1.5 4.5v-4h4v4h-4z" />
8
- <path
9
- d="M12.75 5.5a.75.75 0 000 1.5h7.5a.75.75 0 000-1.5h-7.5zm0 6a.75.75 0 000 1.5h7.5a.75.75 0 000-1.5h-7.5zm0 6a.75.75 0 000 1.5h7.5a.75.75 0 000-1.5h-7.5zm-2.97-2.53a.75.75 0 010 1.06l-3.5 3.5a.75.75 0 01-1.06 0l-2-2a.75.75 0 111.06-1.06l1.47 1.47 2.97-2.97a.75.75 0 011.06 0z" />
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" d="M3 6a1 1 0 011-1h5a1 1 0 011 1v5a1 1 0 01-1 1H4a1 1 0 01-1-1V6zm1.5 4.5v-4h4v4h-4z" />
8
+ <path
9
+ d="M12.75 5.5a.75.75 0 000 1.5h7.5a.75.75 0 000-1.5h-7.5zm0 6a.75.75 0 000 1.5h7.5a.75.75 0 000-1.5h-7.5zm0 6a.75.75 0 000 1.5h7.5a.75.75 0 000-1.5h-7.5zm-2.97-2.53a.75.75 0 010 1.06l-3.5 3.5a.75.75 0 01-1.06 0l-2-2a.75.75 0 111.06-1.06l1.47 1.47 2.97-2.97a.75.75 0 011.06 0z" />
10
10
  </svg>
@@ -1,9 +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="M14.184 1.143a1.75 1.75 0 00-2.502-.57L.912 7.916a1.75 1.75 0 00-.53 2.32l.447.775a1.75 1.75 0 002.275.702l11.745-5.656a1.75 1.75 0 00.757-2.451l-1.422-2.464zm-1.657.669a.25.25 0 01.358.081l1.422 2.464a.25.25 0 01-.108.35l-2.016.97-1.505-2.605 1.85-1.26zM9.436 3.92l1.391 2.41-5.42 2.61-.942-1.63 4.97-3.39zM3.222 8.157l-1.466 1a.25.25 0 00-.075.33l.447.775a.25.25 0 00.325.1l1.598-.769-.83-1.436zm6.253 2.306a.75.75 0 00-.944-.252l-1.809.87a.75.75 0 00-.293.253L4.38 14.326a.75.75 0 101.238.848l1.881-2.75v2.826a.75.75 0 001.5 0v-2.826l1.881 2.75a.75.75 0 001.238-.848l-2.644-3.863z" />
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="M14.184 1.143a1.75 1.75 0 00-2.502-.57L.912 7.916a1.75 1.75 0 00-.53 2.32l.447.775a1.75 1.75 0 002.275.702l11.745-5.656a1.75 1.75 0 00.757-2.451l-1.422-2.464zm-1.657.669a.25.25 0 01.358.081l1.422 2.464a.25.25 0 01-.108.35l-2.016.97-1.505-2.605 1.85-1.26zM9.436 3.92l1.391 2.41-5.42 2.61-.942-1.63 4.97-3.39zM3.222 8.157l-1.466 1a.25.25 0 00-.075.33l.447.775a.25.25 0 00.325.1l1.598-.769-.83-1.436zm6.253 2.306a.75.75 0 00-.944-.252l-1.809.87a.75.75 0 00-.293.253L4.38 14.326a.75.75 0 101.238.848l1.881-2.75v2.826a.75.75 0 001.5 0v-2.826l1.881 2.75a.75.75 0 001.238-.848l-2.644-3.863z" />
9
9
  </svg>