@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="M2.75 2.5h10.5a.25.25 0 01.25.25v10.5a.25.25 0 01-.25.25H2.75a.25.25 0 01-.25-.25V2.75a.25.25 0 01.25-.25zM13.25 1H2.75A1.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 1zM8 10a2 2 0 100-4 2 2 0 000 4z" />
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.5h10.5a.25.25 0 01.25.25v10.5a.25.25 0 01-.25.25H2.75a.25.25 0 01-.25-.25V2.75a.25.25 0 01.25-.25zM13.25 1H2.75A1.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 1zM8 10a2 2 0 100-4 2 2 0 000 4z" />
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.75 2.5h10.5a.25.25 0 01.25.25v10.5a.25.25 0 01-.25.25H2.75a.25.25 0 01-.25-.25V2.75a.25.25 0 01.25-.25zM13.25 1H2.75A1.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 1zm-2 7.75a.75.75 0 000-1.5h-6.5a.75.75 0 000 1.5h6.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.75 2.5h10.5a.25.25 0 01.25.25v10.5a.25.25 0 01-.25.25H2.75a.25.25 0 01-.25-.25V2.75a.25.25 0 01.25-.25zM13.25 1H2.75A1.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 1zm-2 7.75a.75.75 0 000-1.5h-6.5a.75.75 0 000 1.5h6.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.75 2.5h10.5a.25.25 0 01.25.25v10.5a.25.25 0 01-.25.25H2.75a.25.25 0 01-.25-.25V2.75a.25.25 0 01.25-.25zM13.25 1H2.75A1.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 1zm-1.47 7.53a.75.75 0 000-1.06L8.53 4.22a.75.75 0 00-1.06 1.06l1.97 1.97H4.75a.75.75 0 000 1.5h4.69l-1.97 1.97a.75.75 0 101.06 1.06l3.25-3.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="M2.75 2.5h10.5a.25.25 0 01.25.25v10.5a.25.25 0 01-.25.25H2.75a.25.25 0 01-.25-.25V2.75a.25.25 0 01.25-.25zM13.25 1H2.75A1.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 1zm-1.47 7.53a.75.75 0 000-1.06L8.53 4.22a.75.75 0 00-1.06 1.06l1.97 1.97H4.75a.75.75 0 000 1.5h4.69l-1.97 1.97a.75.75 0 101.06 1.06l3.25-3.25z" />
9
9
  </svg>
@@ -1,8 +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 5.5a2.5 2.5 0 100 5 2.5 2.5 0 000-5zM4 8a4 4 0 118 0 4 4 0 01-8 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" d="M8 5.5a2.5 2.5 0 100 5 2.5 2.5 0 000-5zM4 8a4 4 0 118 0 4 4 0 01-8 0z" />
8
8
  </svg>
@@ -1,8 +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="24" height="24" viewBox="0 0 24 24">
7
- <path fill-rule="evenodd" fill="#ffffff" d="M12 16.5a4.5 4.5 0 100-9 4.5 4.5 0 000 9zm0 1.5a6 6 0 100-12 6 6 0 000 12z" />
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="M12 16.5a4.5 4.5 0 100-9 4.5 4.5 0 000 9zm0 1.5a6 6 0 100-12 6 6 0 000 12z" />
8
8
  </svg>
@@ -1,8 +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 4a4 4 0 100 8 4 4 0 000-8z" />
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 4a4 4 0 100 8 4 4 0 000-8z" />
8
8
  </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="M12 18a6 6 0 100-12 6 6 0 000 12z"/></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.47 10.78a.75.75 0 001.06 0l3.75-3.75a.75.75 0 00-1.06-1.06L8.75 8.44V1.75a.75.75 0 00-1.5 0v6.69L4.78 5.97a.75.75 0 00-1.06 1.06l3.75 3.75zM3.75 13a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-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="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M7.47 10.78a.75.75 0 001.06 0l3.75-3.75a.75.75 0 00-1.06-1.06L8.75 8.44V1.75a.75.75 0 00-1.5 0v6.69L4.78 5.97a.75.75 0 00-1.06 1.06l3.75 3.75zM3.75 13a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5z" />
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="M4.97 11.03a.75.75 0 111.06-1.06L11 14.94V2.75a.75.75 0 011.5 0v12.19l4.97-4.97a.75.75 0 111.06 1.06l-6.25 6.25a.75.75 0 01-1.06 0l-6.25-6.25zm-.22 9.47a.75.75 0 000 1.5h14.5a.75.75 0 000-1.5H4.75z"/></svg>
@@ -1,12 +1,12 @@
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.5 3a.75.75 0 01.75.75v1h1a.75.75 0 010 1.5h-1v1a.75.75 0 01-1.5 0v-1h-1a.75.75 0 010-1.5h1v-1A.75.75 0 0110.5 3z" />
8
- <path fill-rule="evenodd" fill="#ffffff"
9
- d="M6.75 0A1.75 1.75 0 005 1.75v7.5c0 .966.784 1.75 1.75 1.75h7.5A1.75 1.75 0 0016 9.25v-7.5A1.75 1.75 0 0014.25 0h-7.5zM6.5 1.75a.25.25 0 01.25-.25h7.5a.25.25 0 01.25.25v7.5a.25.25 0 01-.25.25h-7.5a.25.25 0 01-.25-.25v-7.5z" />
10
- <path
11
- d="M1.75 5A1.75 1.75 0 000 6.75v7.5C0 15.216.784 16 1.75 16h7.5A1.75 1.75 0 0011 14.25v-1.5a.75.75 0 00-1.5 0v1.5a.25.25 0 01-.25.25h-7.5a.25.25 0 01-.25-.25v-7.5a.25.25 0 01.25-.25h1.5a.75.75 0 000-1.5h-1.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 d="M10.5 3a.75.75 0 01.75.75v1h1a.75.75 0 010 1.5h-1v1a.75.75 0 01-1.5 0v-1h-1a.75.75 0 010-1.5h1v-1A.75.75 0 0110.5 3z" />
8
+ <path fill-rule="evenodd" fill="#ffffff"
9
+ d="M6.75 0A1.75 1.75 0 005 1.75v7.5c0 .966.784 1.75 1.75 1.75h7.5A1.75 1.75 0 0016 9.25v-7.5A1.75 1.75 0 0014.25 0h-7.5zM6.5 1.75a.25.25 0 01.25-.25h7.5a.25.25 0 01.25.25v7.5a.25.25 0 01-.25.25h-7.5a.25.25 0 01-.25-.25v-7.5z" />
10
+ <path
11
+ d="M1.75 5A1.75 1.75 0 000 6.75v7.5C0 15.216.784 16 1.75 16h7.5A1.75 1.75 0 0011 14.25v-1.5a.75.75 0 00-1.5 0v1.5a.25.25 0 01-.25.25h-7.5a.25.25 0 01-.25-.25v-7.5a.25.25 0 01.25-.25h1.5a.75.75 0 000-1.5h-1.5z" />
12
12
  </svg>
@@ -1,12 +1,12 @@
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="M14.513 6a.75.75 0 01.75.75v2h1.987a.75.75 0 010 1.5h-1.987v2a.75.75 0 11-1.5 0v-2H11.75a.75.75 0 010-1.5h2.013v-2a.75.75 0 01.75-.75z" />
8
- <path fill-rule="evenodd" fill="#ffffff"
9
- d="M7.024 3.75c0-.966.784-1.75 1.75-1.75H20.25c.966 0 1.75.784 1.75 1.75v11.498a1.75 1.75 0 01-1.75 1.75H8.774a1.75 1.75 0 01-1.75-1.75V3.75zm1.75-.25a.25.25 0 00-.25.25v11.498c0 .139.112.25.25.25H20.25a.25.25 0 00.25-.25V3.75a.25.25 0 00-.25-.25H8.774z" />
10
- <path
11
- d="M1.995 10.749a1.75 1.75 0 011.75-1.751H5.25a.75.75 0 110 1.5H3.745a.25.25 0 00-.25.25L3.5 20.25c0 .138.111.25.25.25h9.5a.25.25 0 00.25-.25v-1.51a.75.75 0 111.5 0v1.51A1.75 1.75 0 0113.25 22h-9.5A1.75 1.75 0 012 20.25l-.005-9.501z" />
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="M14.513 6a.75.75 0 01.75.75v2h1.987a.75.75 0 010 1.5h-1.987v2a.75.75 0 11-1.5 0v-2H11.75a.75.75 0 010-1.5h2.013v-2a.75.75 0 01.75-.75z" />
8
+ <path fill-rule="evenodd" fill="#ffffff"
9
+ d="M7.024 3.75c0-.966.784-1.75 1.75-1.75H20.25c.966 0 1.75.784 1.75 1.75v11.498a1.75 1.75 0 01-1.75 1.75H8.774a1.75 1.75 0 01-1.75-1.75V3.75zm1.75-.25a.25.25 0 00-.25.25v11.498c0 .139.112.25.25.25H20.25a.25.25 0 00.25-.25V3.75a.25.25 0 00-.25-.25H8.774z" />
10
+ <path
11
+ d="M1.995 10.749a1.75 1.75 0 011.75-1.751H5.25a.75.75 0 110 1.5H3.745a.25.25 0 00-.25.25L3.5 20.25c0 .138.111.25.25.25h9.5a.25.25 0 00.25-.25v-1.51a.75.75 0 111.5 0v1.51A1.75 1.75 0 0113.25 22h-9.5A1.75 1.75 0 012 20.25l-.005-9.501z" />
12
12
  </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 5.75C0 4.784.784 4 1.75 4h12.5c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 0114.25 12H1.75A1.75 1.75 0 010 10.25v-4.5zM4 7a1 1 0 100 2 1 1 0 000-2zm3 1a1 1 0 112 0 1 1 0 01-2 0zm5-1a1 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="M0 5.75C0 4.784.784 4 1.75 4h12.5c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 0114.25 12H1.75A1.75 1.75 0 010 10.25v-4.5zM4 7a1 1 0 100 2 1 1 0 000-2zm3 1a1 1 0 112 0 1 1 0 01-2 0zm5-1a1 1 0 100 2 1 1 0 000-2z" />
9
9
  </svg>
@@ -1,14 +1,14 @@
1
- <svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_319_61)">
3
- <path d="M0 100C0 44.7715 44.7715 0 100 0H240C248.837 0 256 7.16344 256 16V156C256 211.228 211.228 256 156 256H16C7.16344 256 0 248.837 0 240V100Z" fill="url(#paint0_linear_319_61)"/>
4
- </g>
5
- <defs>
6
- <linearGradient id="paint0_linear_319_61" x1="0" y1="0" x2="256" y2="256" gradientUnits="userSpaceOnUse">
7
- <stop stop-color="#FF5454"/>
8
- <stop offset="1" stop-color="#DF3434"/>
9
- </linearGradient>
10
- <clipPath id="clip0_319_61">
11
- <rect width="256" height="256" fill="white"/>
12
- </clipPath>
13
- </defs>
14
- </svg>
1
+ <svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_319_61)">
3
+ <path d="M0 100C0 44.7715 44.7715 0 100 0H240C248.837 0 256 7.16344 256 16V156C256 211.228 211.228 256 156 256H16C7.16344 256 0 248.837 0 240V100Z" fill="url(#paint0_linear_319_61)"/>
4
+ </g>
5
+ <defs>
6
+ <linearGradient id="paint0_linear_319_61" x1="0" y1="0" x2="256" y2="256" gradientUnits="userSpaceOnUse">
7
+ <stop stop-color="#FF5454"/>
8
+ <stop offset="1" stop-color="#DF3434"/>
9
+ </linearGradient>
10
+ <clipPath id="clip0_319_61">
11
+ <rect width="256" height="256" fill="white"/>
12
+ </clipPath>
13
+ </defs>
14
+ </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="M1.679 7.932c.412-.621 1.242-1.75 2.366-2.717C5.175 4.242 6.527 3.5 8 3.5c1.473 0 2.824.742 3.955 1.715 1.124.967 1.954 2.096 2.366 2.717a.119.119 0 010 .136c-.412.621-1.242 1.75-2.366 2.717C10.825 11.758 9.473 12.5 8 12.5c-1.473 0-2.824-.742-3.955-1.715C2.92 9.818 2.09 8.69 1.679 8.068a.119.119 0 010-.136zM8 2c-1.981 0-3.67.992-4.933 2.078C1.797 5.169.88 6.423.43 7.1a1.619 1.619 0 000 1.798c.45.678 1.367 1.932 2.637 3.024C4.329 13.008 6.019 14 8 14c1.981 0 3.67-.992 4.933-2.078 1.27-1.091 2.187-2.345 2.637-3.023a1.619 1.619 0 000-1.798c-.45-.678-1.367-1.932-2.637-3.023C11.671 2.992 9.981 2 8 2zm0 8a2 2 0 100-4 2 2 0 000 4z" />
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.679 7.932c.412-.621 1.242-1.75 2.366-2.717C5.175 4.242 6.527 3.5 8 3.5c1.473 0 2.824.742 3.955 1.715 1.124.967 1.954 2.096 2.366 2.717a.119.119 0 010 .136c-.412.621-1.242 1.75-2.366 2.717C10.825 11.758 9.473 12.5 8 12.5c-1.473 0-2.824-.742-3.955-1.715C2.92 9.818 2.09 8.69 1.679 8.068a.119.119 0 010-.136zM8 2c-1.981 0-3.67.992-4.933 2.078C1.797 5.169.88 6.423.43 7.1a1.619 1.619 0 000 1.798c.45.678 1.367 1.932 2.637 3.024C4.329 13.008 6.019 14 8 14c1.981 0 3.67-.992 4.933-2.078 1.27-1.091 2.187-2.345 2.637-3.023a1.619 1.619 0 000-1.798c-.45-.678-1.367-1.932-2.637-3.023C11.671 2.992 9.981 2 8 2zm0 8a2 2 0 100-4 2 2 0 000 4z" />
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="M15.5 12a3.5 3.5 0 11-7 0 3.5 3.5 0 017 0z" />
8
- <path fill-rule="evenodd" fill="#ffffff"
9
- d="M12 3.5c-3.432 0-6.125 1.534-8.054 3.24C2.02 8.445.814 10.352.33 11.202a1.6 1.6 0 000 1.598c.484.85 1.69 2.758 3.616 4.46C5.876 18.966 8.568 20.5 12 20.5c3.432 0 6.125-1.534 8.054-3.24 1.926-1.704 3.132-3.611 3.616-4.461a1.6 1.6 0 000-1.598c-.484-.85-1.69-2.757-3.616-4.46C18.124 5.034 15.432 3.5 12 3.5zM1.633 11.945c.441-.774 1.551-2.528 3.307-4.08C6.69 6.314 9.045 5 12 5c2.955 0 5.309 1.315 7.06 2.864 1.756 1.553 2.866 3.307 3.307 4.08a.111.111 0 01.017.056.111.111 0 01-.017.056c-.441.774-1.551 2.527-3.307 4.08C17.31 17.685 14.955 19 12 19c-2.955 0-5.309-1.315-7.06-2.864-1.756-1.553-2.866-3.306-3.307-4.08A.11.11 0 011.616 12a.11.11 0 01.017-.055z" />
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.5 12a3.5 3.5 0 11-7 0 3.5 3.5 0 017 0z" />
8
+ <path fill-rule="evenodd" fill="#ffffff"
9
+ d="M12 3.5c-3.432 0-6.125 1.534-8.054 3.24C2.02 8.445.814 10.352.33 11.202a1.6 1.6 0 000 1.598c.484.85 1.69 2.758 3.616 4.46C5.876 18.966 8.568 20.5 12 20.5c3.432 0 6.125-1.534 8.054-3.24 1.926-1.704 3.132-3.611 3.616-4.461a1.6 1.6 0 000-1.598c-.484-.85-1.69-2.757-3.616-4.46C18.124 5.034 15.432 3.5 12 3.5zM1.633 11.945c.441-.774 1.551-2.528 3.307-4.08C6.69 6.314 9.045 5 12 5c2.955 0 5.309 1.315 7.06 2.864 1.756 1.553 2.866 3.307 3.307 4.08a.111.111 0 01.017.056.111.111 0 01-.017.056c-.441.774-1.551 2.527-3.307 4.08C17.31 17.685 14.955 19 12 19c-2.955 0-5.309-1.315-7.06-2.864-1.756-1.553-2.866-3.306-3.307-4.08A.11.11 0 011.616 12a.11.11 0 01.017-.055z" />
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="M.143 2.31a.75.75 0 011.047-.167l14.5 10.5a.75.75 0 11-.88 1.214l-2.248-1.628C11.346 13.19 9.792 14 8 14c-1.981 0-3.67-.992-4.933-2.078C1.797 10.832.88 9.577.43 8.9a1.618 1.618 0 010-1.797c.353-.533.995-1.42 1.868-2.305L.31 3.357A.75.75 0 01.143 2.31zm3.386 3.378a14.21 14.21 0 00-1.85 2.244.12.12 0 00-.022.068c0 .021.006.045.022.068.412.621 1.242 1.75 2.366 2.717C5.175 11.758 6.527 12.5 8 12.5c1.195 0 2.31-.488 3.29-1.191L9.063 9.695A2 2 0 016.058 7.52l-2.53-1.832zM8 3.5c-.516 0-1.017.09-1.499.251a.75.75 0 11-.473-1.423A6.23 6.23 0 018 2c1.981 0 3.67.992 4.933 2.078 1.27 1.091 2.187 2.345 2.637 3.023a1.619 1.619 0 010 1.798c-.11.166-.248.365-.41.587a.75.75 0 11-1.21-.887c.148-.201.272-.382.371-.53a.119.119 0 000-.137c-.412-.621-1.242-1.75-2.366-2.717C10.825 4.242 9.473 3.5 8 3.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="M.143 2.31a.75.75 0 011.047-.167l14.5 10.5a.75.75 0 11-.88 1.214l-2.248-1.628C11.346 13.19 9.792 14 8 14c-1.981 0-3.67-.992-4.933-2.078C1.797 10.832.88 9.577.43 8.9a1.618 1.618 0 010-1.797c.353-.533.995-1.42 1.868-2.305L.31 3.357A.75.75 0 01.143 2.31zm3.386 3.378a14.21 14.21 0 00-1.85 2.244.12.12 0 00-.022.068c0 .021.006.045.022.068.412.621 1.242 1.75 2.366 2.717C5.175 11.758 6.527 12.5 8 12.5c1.195 0 2.31-.488 3.29-1.191L9.063 9.695A2 2 0 016.058 7.52l-2.53-1.832zM8 3.5c-.516 0-1.017.09-1.499.251a.75.75 0 11-.473-1.423A6.23 6.23 0 018 2c1.981 0 3.67.992 4.933 2.078 1.27 1.091 2.187 2.345 2.637 3.023a1.619 1.619 0 010 1.798c-.11.166-.248.365-.41.587a.75.75 0 11-1.21-.887c.148-.201.272-.382.371-.53a.119.119 0 000-.137c-.412-.621-1.242-1.75-2.366-2.717C10.825 4.242 9.473 3.5 8 3.5z" />
9
9
  </svg>
@@ -1,11 +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="M8.052 5.837A9.715 9.715 0 0112 5c2.955 0 5.309 1.315 7.06 2.864 1.756 1.553 2.866 3.307 3.307 4.08a.11.11 0 01.016.055.122.122 0 01-.017.06 16.766 16.766 0 01-1.53 2.218.75.75 0 101.163.946 18.253 18.253 0 001.67-2.42 1.607 1.607 0 00.001-1.602c-.485-.85-1.69-2.757-3.616-4.46C18.124 5.034 15.432 3.5 12 3.5c-1.695 0-3.215.374-4.552.963a.75.75 0 00.604 1.373z" />
9
- <path fill-rule="evenodd" fill="#ffffff"
10
- d="M19.166 17.987C17.328 19.38 14.933 20.5 12 20.5c-3.432 0-6.125-1.534-8.054-3.24C2.02 15.556.814 13.648.33 12.798a1.606 1.606 0 01.001-1.6A18.305 18.305 0 013.648 7.01L1.317 5.362a.75.75 0 11.866-1.224l20.5 14.5a.75.75 0 11-.866 1.224l-2.651-1.875zM4.902 7.898c-1.73 1.541-2.828 3.273-3.268 4.044a.118.118 0 00-.017.059c0 .015.003.034.016.055.441.774 1.551 2.527 3.307 4.08C6.69 17.685 9.045 19 12 19c2.334 0 4.29-.82 5.874-1.927l-3.516-2.487a3.5 3.5 0 01-5.583-3.949L4.902 7.899z" />
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="M8.052 5.837A9.715 9.715 0 0112 5c2.955 0 5.309 1.315 7.06 2.864 1.756 1.553 2.866 3.307 3.307 4.08a.11.11 0 01.016.055.122.122 0 01-.017.06 16.766 16.766 0 01-1.53 2.218.75.75 0 101.163.946 18.253 18.253 0 001.67-2.42 1.607 1.607 0 00.001-1.602c-.485-.85-1.69-2.757-3.616-4.46C18.124 5.034 15.432 3.5 12 3.5c-1.695 0-3.215.374-4.552.963a.75.75 0 00.604 1.373z" />
9
+ <path fill-rule="evenodd" fill="#ffffff"
10
+ d="M19.166 17.987C17.328 19.38 14.933 20.5 12 20.5c-3.432 0-6.125-1.534-8.054-3.24C2.02 15.556.814 13.648.33 12.798a1.606 1.606 0 01.001-1.6A18.305 18.305 0 013.648 7.01L1.317 5.362a.75.75 0 11.866-1.224l20.5 14.5a.75.75 0 11-.866 1.224l-2.651-1.875zM4.902 7.898c-1.73 1.541-2.828 3.273-3.268 4.044a.118.118 0 00-.017.059c0 .015.003.034.016.055.441.774 1.551 2.527 3.307 4.08C6.69 17.685 9.045 19 12 19c2.334 0 4.29-.82 5.874-1.927l-3.516-2.487a3.5 3.5 0 01-5.583-3.949L4.902 7.899z" />
11
11
  </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 16A8 8 0 108 0a8 8 0 000 16zM4 5a1 1 0 011-1h6a1 1 0 011 1v5a1 1 0 01-1 1H8.707l-1.853 1.854A.5.5 0 016 12.5V11H5a1 1 0 01-1-1V5z" />
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 16zM4 5a1 1 0 011-1h6a1 1 0 011 1v5a1 1 0 01-1 1H8.707l-1.853 1.854A.5.5 0 016 12.5V11H5a1 1 0 01-1-1V5z" />
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 16A8 8 0 108 0a8 8 0 000 16zM6 6.928a1.75 1.75 0 10-1 0V7.5A1.5 1.5 0 006.5 9h1v1.072a1.75 1.75 0 101 0V9h1A1.5 1.5 0 0011 7.5v-.572a1.75 1.75 0 10-1 0V7.5a.5.5 0 01-.5.5h-3a.5.5 0 01-.5-.5v-.572z" />
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 16zM6 6.928a1.75 1.75 0 10-1 0V7.5A1.5 1.5 0 006.5 9h1v1.072a1.75 1.75 0 101 0V9h1A1.5 1.5 0 0011 7.5v-.572a1.75 1.75 0 10-1 0V7.5a.5.5 0 01-.5.5h-3a.5.5 0 01-.5-.5v-.572z" />
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 16A8 8 0 108 0a8 8 0 000 16zm2.33-11.5c-1.22 0-1.83.5-2.323 1.136C7.513 5 6.903 4.5 5.682 4.5c-1.028 0-2.169.784-2.169 2.5 0 1.499 1.493 3.433 3.246 4.517.52.321.89.479 1.248.484.357-.005.728-.163 1.247-.484C11.007 10.433 12.5 8.5 12.5 7c0-1.716-1.14-2.5-2.17-2.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="M8 16A8 8 0 108 0a8 8 0 000 16zm2.33-11.5c-1.22 0-1.83.5-2.323 1.136C7.513 5 6.903 4.5 5.682 4.5c-1.028 0-2.169.784-2.169 2.5 0 1.499 1.493 3.433 3.246 4.517.52.321.89.479 1.248.484.357-.005.728-.163 1.247-.484C11.007 10.433 12.5 8.5 12.5 7c0-1.716-1.14-2.5-2.17-2.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="M8 16A8 8 0 108 0a8 8 0 000 16zm.25-11.25a1.75 1.75 0 01-1.207 1.664A2 2 0 009 8h.571a1.75 1.75 0 110 1H9a2.99 2.99 0 01-2-.764v1.336a1.75 1.75 0 11-1 0V6.428A1.75 1.75 0 118.25 4.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="M8 16A8 8 0 108 0a8 8 0 000 16zm.25-11.25a1.75 1.75 0 01-1.207 1.664A2 2 0 009 8h.571a1.75 1.75 0 110 1H9a2.99 2.99 0 01-2-.764v1.336a1.75 1.75 0 11-1 0V6.428A1.75 1.75 0 118.25 4.75z" />
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 16A8 8 0 108 0a8 8 0 000 16zm.847-8.145a2.502 2.502 0 10-1.694 0C5.471 8.261 4 9.775 4 11c0 .395.145.995 1 .995h6c.855 0 1-.6 1-.995 0-1.224-1.47-2.74-3.153-3.145z" />
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 16zm.847-8.145a2.502 2.502 0 10-1.694 0C5.471 8.261 4 9.775 4 11c0 .395.145.995 1 .995h6c.855 0 1-.6 1-.995 0-1.224-1.47-2.74-3.153-3.145z" />
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 16A8 8 0 108 0a8 8 0 000 16zM5.5 4A1.5 1.5 0 004 5.5v5c0 .828.5 1.5 1 1.5v-1a1 1 0 011-1h5v1h-1v1h1.5a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5h-6zm.5 7.25a.25.25 0 01.25-.25H9v2.764a.25.25 0 01-.426.178l-.898-.888a.25.25 0 00-.352 0l-.898.888A.25.25 0 016 13.764V11.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 16A8 8 0 108 0a8 8 0 000 16zM5.5 4A1.5 1.5 0 004 5.5v5c0 .828.5 1.5 1 1.5v-1a1 1 0 011-1h5v1h-1v1h1.5a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5h-6zm.5 7.25a.25.25 0 01.25-.25H9v2.764a.25.25 0 01-.426.178l-.898-.888a.25.25 0 00-.352 0l-.898.888A.25.25 0 016 13.764V11.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="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.031-12a4.38 4.38 0 00-3.097 1.283l-.23.229c-.156.157-.308.32-.452.49H5.65a.876.876 0 00-.746.417l-.856 1.388a.375.375 0 00.21.556l1.552.477 1.35 1.35.478 1.553a.375.375 0 00.555.21l1.389-.855a.876.876 0 00.416-.746V8.747c.17-.144.333-.295.49-.452l.23-.23A4.38 4.38 0 0012 4.969v-.093A.876.876 0 0011.124 4h-.093zm-5.107 7.144a.81.81 0 01-.188.263c-.394.394-1.258.563-1.62.619a.124.124 0 01-.143-.143c.056-.362.225-1.226.62-1.62a.808.808 0 011.33.881z" />
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.031-12a4.38 4.38 0 00-3.097 1.283l-.23.229c-.156.157-.308.32-.452.49H5.65a.876.876 0 00-.746.417l-.856 1.388a.375.375 0 00.21.556l1.552.477 1.35 1.35.478 1.553a.375.375 0 00.555.21l1.389-.855a.876.876 0 00.416-.746V8.747c.17-.144.333-.295.49-.452l.23-.23A4.38 4.38 0 0012 4.969v-.093A.876.876 0 0011.124 4h-.093zm-5.107 7.144a.81.81 0 01-.188.263c-.394.394-1.258.563-1.62.619a.124.124 0 01-.143-.143c.056-.362.225-1.226.62-1.62a.808.808 0 011.33.881z" />
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 16A8 8 0 108 0a8 8 0 000 16zm.252-12.932a.478.478 0 00-.682.195l-1.2 2.432-2.684.39a.478.478 0 00-.266.816l1.944 1.892-.46 2.674a.478.478 0 00.694.504L8 10.709l2.4 1.261a.478.478 0 00.694-.504l-.458-2.673L12.578 6.9a.479.479 0 00-.265-.815l-2.685-.39-1.2-2.432a.478.478 0 00-.176-.195z" />
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 16zm.252-12.932a.478.478 0 00-.682.195l-1.2 2.432-2.684.39a.478.478 0 00-.266.816l1.944 1.892-.46 2.674a.478.478 0 00.694.504L8 10.709l2.4 1.261a.478.478 0 00.694-.504l-.458-2.673L12.578 6.9a.479.479 0 00-.265-.815l-2.685-.39-1.2-2.432a.478.478 0 00-.176-.195z" />
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="16" height="16" viewBox="0 0 16 16">
7
- <path d="M7.22 6.5a.72.72 0 11-1.44 0 .72.72 0 011.44 0z" />
8
- <path fill-rule="evenodd" fill="#ffffff"
9
- d="M8 16A8 8 0 108 0a8 8 0 000 16zM4 8.379V5a1 1 0 011-1h3.379a1.5 1.5 0 011.06.44l3.213 3.211a1.2 1.2 0 010 1.698l-3.303 3.303a1.2 1.2 0 01-1.698 0L4.44 9.439A1.5 1.5 0 014 8.38z" />
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="M7.22 6.5a.72.72 0 11-1.44 0 .72.72 0 011.44 0z" />
8
+ <path fill-rule="evenodd" fill="#ffffff"
9
+ d="M8 16A8 8 0 108 0a8 8 0 000 16zM4 8.379V5a1 1 0 011-1h3.379a1.5 1.5 0 011.06.44l3.213 3.211a1.2 1.2 0 010 1.698l-3.303 3.303a1.2 1.2 0 01-1.698 0L4.44 9.439A1.5 1.5 0 014 8.38z" />
10
10
  </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="16" height="16" viewBox="0 0 16 16">
7
- <path d="M11 5h1v1.146a1 1 0 01-.629.928L11 7.223V5zM5 7.223l-.371-.149A1 1 0 014 6.146V5h1v2.223z" />
8
- <path fill-rule="evenodd" fill="#ffffff"
9
- d="M8 16A8 8 0 108 0a8 8 0 000 16zM3 5a1 1 0 011-1h8a1 1 0 011 1v1.146a2 2 0 01-1.257 1.857l-.865.346a3.005 3.005 0 01-2.294 2.094C8.78 11.405 9.342 12 10.5 12a.5.5 0 010 1h-5a.5.5 0 010-1h.002c1.156 0 1.718-.596 1.914-1.557A3.005 3.005 0 015.122 8.35l-.865-.346A2 2 0 013 6.146V5z" />
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="M11 5h1v1.146a1 1 0 01-.629.928L11 7.223V5zM5 7.223l-.371-.149A1 1 0 014 6.146V5h1v2.223z" />
8
+ <path fill-rule="evenodd" fill="#ffffff"
9
+ d="M8 16A8 8 0 108 0a8 8 0 000 16zM3 5a1 1 0 011-1h8a1 1 0 011 1v1.146a2 2 0 01-1.257 1.857l-.865.346a3.005 3.005 0 01-2.294 2.094C8.78 11.405 9.342 12 10.5 12a.5.5 0 010 1h-5a.5.5 0 010-1h.002c1.156 0 1.718-.596 1.914-1.557A3.005 3.005 0 015.122 8.35l-.865-.346A2 2 0 013 6.146V5z" />
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="M3.75 1.5a.25.25 0 00-.25.25v12.5c0 .138.112.25.25.25h9.5a.25.25 0 00.25-.25V6h-2.75A1.75 1.75 0 019 4.25V1.5H3.75zm6.75.062V4.25c0 .138.112.25.25.25h2.688a.252.252 0 00-.011-.013l-2.914-2.914a.272.272 0 00-.013-.011zM2 1.75C2 .784 2.784 0 3.75 0h6.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v9.586A1.75 1.75 0 0113.25 16h-9.5A1.75 1.75 0 012 14.25V1.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.75 1.5a.25.25 0 00-.25.25v12.5c0 .138.112.25.25.25h9.5a.25.25 0 00.25-.25V6h-2.75A1.75 1.75 0 019 4.25V1.5H3.75zm6.75.062V4.25c0 .138.112.25.25.25h2.688a.252.252 0 00-.011-.013l-2.914-2.914a.272.272 0 00-.013-.011zM2 1.75C2 .784 2.784 0 3.75 0h6.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v9.586A1.75 1.75 0 0113.25 16h-9.5A1.75 1.75 0 012 14.25V1.75z" />
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="M5 2.5a.5.5 0 00-.5.5v18a.5.5 0 00.5.5h14a.5.5 0 00.5-.5V8.5h-4a2 2 0 01-2-2v-4H5zm10 0v4a.5.5 0 00.5.5h4a.5.5 0 00-.146-.336l-4.018-4.018A.5.5 0 0015 2.5zM3 3a2 2 0 012-2h9.982a2 2 0 011.414.586l4.018 4.018A2 2 0 0121 7.018V21a2 2 0 01-2 2H5a2 2 0 01-2-2V3z" />
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 2.5a.5.5 0 00-.5.5v18a.5.5 0 00.5.5h14a.5.5 0 00.5-.5V8.5h-4a2 2 0 01-2-2v-4H5zm10 0v4a.5.5 0 00.5.5h4a.5.5 0 00-.146-.336l-4.018-4.018A.5.5 0 0015 2.5zM3 3a2 2 0 012-2h9.982a2 2 0 011.414.586l4.018 4.018A2 2 0 0121 7.018V21a2 2 0 01-2 2H5a2 2 0 01-2-2V3z" />
9
9
  </svg>