@yourdash/uikit 0.0.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (578) hide show
  1. package/README.md +2 -0
  2. package/components/box/box.module.scss +21 -0
  3. package/components/box/box.tsx +22 -0
  4. package/components/button/button.module.scss +47 -0
  5. package/components/button/button.tsx +23 -0
  6. package/components/buttonLink/buttonLink.module.scss +47 -0
  7. package/components/buttonLink/buttonLink.tsx +26 -0
  8. package/components/card/card.module.scss +78 -0
  9. package/components/card/card.tsx +61 -0
  10. package/components/contextMenu/contextMenu.tsx +55 -0
  11. package/components/contextMenu/contextMenuRoot.module.scss +31 -0
  12. package/components/contextMenu/contextMenuRoot.tsx +83 -0
  13. package/components/contextMenu/contextMenuRootContext.tsx +22 -0
  14. package/components/flex/flex.module.scss +19 -0
  15. package/components/flex/flex.tsx +13 -0
  16. package/components/heading/heading.module.scss +41 -0
  17. package/components/heading/heading.tsx +27 -0
  18. package/components/icon/icon.module.scss +26 -0
  19. package/components/icon/icon.tsx +30 -0
  20. package/components/icon/iconDictionary.ts +573 -0
  21. package/components/icon/icons/accessibility-16.svg +9 -0
  22. package/components/icon/icons/accessibility-inset-16.svg +9 -0
  23. package/components/icon/icons/alert-16.svg +9 -0
  24. package/components/icon/icons/alert-24.svg +10 -0
  25. package/components/icon/icons/alert-fill-12.svg +9 -0
  26. package/components/icon/icons/app-launcher-16.svg +11 -0
  27. package/components/icon/icons/apps-16.svg +9 -0
  28. package/components/icon/icons/archive-16.svg +9 -0
  29. package/components/icon/icons/archive-24.svg +12 -0
  30. package/components/icon/icons/arrow-both-16.svg +9 -0
  31. package/components/icon/icons/arrow-both-24.svg +6 -0
  32. package/components/icon/icons/arrow-down-16.svg +9 -0
  33. package/components/icon/icons/arrow-down-24.svg +9 -0
  34. package/components/icon/icons/arrow-down-left-24.svg +9 -0
  35. package/components/icon/icons/arrow-down-right-24.svg +9 -0
  36. package/components/icon/icons/arrow-left-16.svg +9 -0
  37. package/components/icon/icons/arrow-left-24.svg +9 -0
  38. package/components/icon/icons/arrow-right-16.svg +9 -0
  39. package/components/icon/icons/arrow-right-24.svg +9 -0
  40. package/components/icon/icons/arrow-switch-16.svg +6 -0
  41. package/components/icon/icons/arrow-switch-24.svg +6 -0
  42. package/components/icon/icons/arrow-up-16.svg +9 -0
  43. package/components/icon/icons/arrow-up-24.svg +9 -0
  44. package/components/icon/icons/arrow-up-left-24.svg +9 -0
  45. package/components/icon/icons/arrow-up-right-24.svg +9 -0
  46. package/components/icon/icons/beaker-16.svg +9 -0
  47. package/components/icon/icons/beaker-24.svg +9 -0
  48. package/components/icon/icons/bell-16.svg +10 -0
  49. package/components/icon/icons/bell-24.svg +9 -0
  50. package/components/icon/icons/bell-fill-16.svg +6 -0
  51. package/components/icon/icons/bell-fill-24.svg +9 -0
  52. package/components/icon/icons/bell-slash-16.svg +9 -0
  53. package/components/icon/icons/bell-slash-24.svg +11 -0
  54. package/components/icon/icons/blocked-16.svg +9 -0
  55. package/components/icon/icons/blocked-24.svg +9 -0
  56. package/components/icon/icons/bold-16.svg +9 -0
  57. package/components/icon/icons/bold-24.svg +9 -0
  58. package/components/icon/icons/book-16.svg +9 -0
  59. package/components/icon/icons/book-24.svg +9 -0
  60. package/components/icon/icons/bookmark-16.svg +9 -0
  61. package/components/icon/icons/bookmark-24.svg +9 -0
  62. package/components/icon/icons/bookmark-fill-24.svg +9 -0
  63. package/components/icon/icons/bookmark-slash-16.svg +9 -0
  64. package/components/icon/icons/bookmark-slash-24.svg +10 -0
  65. package/components/icon/icons/bookmark-slash-fill-24.svg +9 -0
  66. package/components/icon/icons/briefcase-16.svg +9 -0
  67. package/components/icon/icons/briefcase-24.svg +9 -0
  68. package/components/icon/icons/broadcast-16.svg +9 -0
  69. package/components/icon/icons/broadcast-24.svg +6 -0
  70. package/components/icon/icons/browser-16.svg +9 -0
  71. package/components/icon/icons/browser-24.svg +9 -0
  72. package/components/icon/icons/bug-16.svg +9 -0
  73. package/components/icon/icons/bug-24.svg +9 -0
  74. package/components/icon/icons/cache-16.svg +11 -0
  75. package/components/icon/icons/calendar-16.svg +9 -0
  76. package/components/icon/icons/calendar-24.svg +9 -0
  77. package/components/icon/icons/check-16.svg +9 -0
  78. package/components/icon/icons/check-24.svg +9 -0
  79. package/components/icon/icons/check-circle-16.svg +9 -0
  80. package/components/icon/icons/check-circle-24.svg +10 -0
  81. package/components/icon/icons/check-circle-fill-12.svg +9 -0
  82. package/components/icon/icons/check-circle-fill-16.svg +9 -0
  83. package/components/icon/icons/check-circle-fill-24.svg +9 -0
  84. package/components/icon/icons/checkbox-16.svg +9 -0
  85. package/components/icon/icons/checkbox-24.svg +10 -0
  86. package/components/icon/icons/checklist-16.svg +9 -0
  87. package/components/icon/icons/checklist-24.svg +6 -0
  88. package/components/icon/icons/chevron-down-16.svg +9 -0
  89. package/components/icon/icons/chevron-down-24.svg +9 -0
  90. package/components/icon/icons/chevron-left-16.svg +9 -0
  91. package/components/icon/icons/chevron-left-24.svg +9 -0
  92. package/components/icon/icons/chevron-right-16.svg +9 -0
  93. package/components/icon/icons/chevron-right-24.svg +9 -0
  94. package/components/icon/icons/chevron-up-16.svg +9 -0
  95. package/components/icon/icons/chevron-up-24.svg +9 -0
  96. package/components/icon/icons/circle-16.svg +8 -0
  97. package/components/icon/icons/circle-24.svg +9 -0
  98. package/components/icon/icons/circle-slash-16.svg +9 -0
  99. package/components/icon/icons/circle-slash-24.svg +9 -0
  100. package/components/icon/icons/clock-16.svg +9 -0
  101. package/components/icon/icons/clock-24.svg +10 -0
  102. package/components/icon/icons/cloud-16.svg +9 -0
  103. package/components/icon/icons/cloud-24.svg +9 -0
  104. package/components/icon/icons/cloud-offline-16.svg +11 -0
  105. package/components/icon/icons/cloud-offline-24.svg +11 -0
  106. package/components/icon/icons/code-16.svg +9 -0
  107. package/components/icon/icons/code-24.svg +9 -0
  108. package/components/icon/icons/code-of-conduct-16.svg +9 -0
  109. package/components/icon/icons/code-of-conduct-24.svg +9 -0
  110. package/components/icon/icons/code-review-16.svg +9 -0
  111. package/components/icon/icons/code-review-24.svg +11 -0
  112. package/components/icon/icons/code-square-16.svg +9 -0
  113. package/components/icon/icons/code-square-24.svg +11 -0
  114. package/components/icon/icons/codescan-16.svg +11 -0
  115. package/components/icon/icons/codescan-24.svg +11 -0
  116. package/components/icon/icons/codescan-checkmark-16.svg +10 -0
  117. package/components/icon/icons/codescan-checkmark-24.svg +10 -0
  118. package/components/icon/icons/codespaces-16.svg +11 -0
  119. package/components/icon/icons/codespaces-24.svg +11 -0
  120. package/components/icon/icons/columns-16.svg +9 -0
  121. package/components/icon/icons/columns-24.svg +9 -0
  122. package/components/icon/icons/command-palette-16.svg +6 -0
  123. package/components/icon/icons/command-palette-24.svg +6 -0
  124. package/components/icon/icons/comment-16.svg +9 -0
  125. package/components/icon/icons/comment-24.svg +9 -0
  126. package/components/icon/icons/comment-discussion-16.svg +9 -0
  127. package/components/icon/icons/comment-discussion-24.svg +11 -0
  128. package/components/icon/icons/commit-24.svg +10 -0
  129. package/components/icon/icons/container-16.svg +9 -0
  130. package/components/icon/icons/container-24.svg +9 -0
  131. package/components/icon/icons/copilot-16.svg +10 -0
  132. package/components/icon/icons/copilot-24.svg +10 -0
  133. package/components/icon/icons/copilot-48.svg +10 -0
  134. package/components/icon/icons/copilot-96.svg +10 -0
  135. package/components/icon/icons/copilot-error-16.svg +9 -0
  136. package/components/icon/icons/copilot-warning-16.svg +11 -0
  137. package/components/icon/icons/copy-16.svg +11 -0
  138. package/components/icon/icons/copy-24.svg +11 -0
  139. package/components/icon/icons/cpu-16.svg +9 -0
  140. package/components/icon/icons/cpu-24.svg +11 -0
  141. package/components/icon/icons/credit-card-16.svg +10 -0
  142. package/components/icon/icons/credit-card-24.svg +10 -0
  143. package/components/icon/icons/cross-reference-16.svg +9 -0
  144. package/components/icon/icons/cross-reference-24.svg +6 -0
  145. package/components/icon/icons/dash-16.svg +8 -0
  146. package/components/icon/icons/dash-24.svg +8 -0
  147. package/components/icon/icons/database-16.svg +9 -0
  148. package/components/icon/icons/database-24.svg +9 -0
  149. package/components/icon/icons/dependabot-16.svg +10 -0
  150. package/components/icon/icons/dependabot-24.svg +10 -0
  151. package/components/icon/icons/desktop-download-16.svg +6 -0
  152. package/components/icon/icons/desktop-download-24.svg +11 -0
  153. package/components/icon/icons/device-camera-16.svg +9 -0
  154. package/components/icon/icons/device-camera-video-16.svg +9 -0
  155. package/components/icon/icons/device-camera-video-24.svg +9 -0
  156. package/components/icon/icons/device-desktop-16.svg +9 -0
  157. package/components/icon/icons/device-desktop-24.svg +9 -0
  158. package/components/icon/icons/device-mobile-16.svg +9 -0
  159. package/components/icon/icons/device-mobile-24.svg +10 -0
  160. package/components/icon/icons/diamond-16.svg +9 -0
  161. package/components/icon/icons/diamond-24.svg +9 -0
  162. package/components/icon/icons/diff-16.svg +9 -0
  163. package/components/icon/icons/diff-24.svg +9 -0
  164. package/components/icon/icons/diff-added-16.svg +9 -0
  165. package/components/icon/icons/diff-ignored-16.svg +9 -0
  166. package/components/icon/icons/diff-modified-16.svg +9 -0
  167. package/components/icon/icons/diff-removed-16.svg +9 -0
  168. package/components/icon/icons/diff-renamed-16.svg +9 -0
  169. package/components/icon/icons/dot-16.svg +8 -0
  170. package/components/icon/icons/dot-24.svg +8 -0
  171. package/components/icon/icons/dot-fill-16.svg +8 -0
  172. package/components/icon/icons/dot-fill-24.svg +6 -0
  173. package/components/icon/icons/download-16.svg +9 -0
  174. package/components/icon/icons/download-24.svg +6 -0
  175. package/components/icon/icons/duplicate-16.svg +12 -0
  176. package/components/icon/icons/duplicate-24.svg +12 -0
  177. package/components/icon/icons/ellipsis-16.svg +9 -0
  178. package/components/icon/icons/ewsgit.svg +14 -0
  179. package/components/icon/icons/eye-16.svg +9 -0
  180. package/components/icon/icons/eye-24.svg +10 -0
  181. package/components/icon/icons/eye-closed-16.svg +9 -0
  182. package/components/icon/icons/eye-closed-24.svg +11 -0
  183. package/components/icon/icons/feed-discussion-16.svg +9 -0
  184. package/components/icon/icons/feed-forked-16.svg +9 -0
  185. package/components/icon/icons/feed-heart-16.svg +9 -0
  186. package/components/icon/icons/feed-merged-16.svg +9 -0
  187. package/components/icon/icons/feed-person-16.svg +9 -0
  188. package/components/icon/icons/feed-repo-16.svg +9 -0
  189. package/components/icon/icons/feed-rocket-16.svg +9 -0
  190. package/components/icon/icons/feed-star-16.svg +9 -0
  191. package/components/icon/icons/feed-tag-16.svg +10 -0
  192. package/components/icon/icons/feed-trophy-16.svg +10 -0
  193. package/components/icon/icons/file-16.svg +9 -0
  194. package/components/icon/icons/file-24.svg +9 -0
  195. package/components/icon/icons/file-added-16.svg +9 -0
  196. package/components/icon/icons/file-badge-16.svg +11 -0
  197. package/components/icon/icons/file-binary-16.svg +9 -0
  198. package/components/icon/icons/file-binary-24.svg +12 -0
  199. package/components/icon/icons/file-code-16.svg +9 -0
  200. package/components/icon/icons/file-code-24.svg +11 -0
  201. package/components/icon/icons/file-diff-16.svg +9 -0
  202. package/components/icon/icons/file-diff-24.svg +11 -0
  203. package/components/icon/icons/file-directory-16.svg +9 -0
  204. package/components/icon/icons/file-directory-24.svg +9 -0
  205. package/components/icon/icons/file-directory-fill-16.svg +6 -0
  206. package/components/icon/icons/file-directory-fill-24.svg +9 -0
  207. package/components/icon/icons/file-directory-open-fill-16.svg +6 -0
  208. package/components/icon/icons/file-media-24.svg +9 -0
  209. package/components/icon/icons/file-moved-16.svg +6 -0
  210. package/components/icon/icons/file-removed-16.svg +9 -0
  211. package/components/icon/icons/file-submodule-16.svg +9 -0
  212. package/components/icon/icons/file-submodule-24.svg +9 -0
  213. package/components/icon/icons/file-symlink-file-16.svg +9 -0
  214. package/components/icon/icons/file-symlink-file-24.svg +9 -0
  215. package/components/icon/icons/file-zip-16.svg +9 -0
  216. package/components/icon/icons/file-zip-24.svg +13 -0
  217. package/components/icon/icons/filter-16.svg +9 -0
  218. package/components/icon/icons/filter-24.svg +6 -0
  219. package/components/icon/icons/flame-16.svg +9 -0
  220. package/components/icon/icons/flame-24.svg +9 -0
  221. package/components/icon/icons/fold-16.svg +6 -0
  222. package/components/icon/icons/fold-24.svg +13 -0
  223. package/components/icon/icons/fold-down-16.svg +6 -0
  224. package/components/icon/icons/fold-down-24.svg +11 -0
  225. package/components/icon/icons/fold-up-16.svg +6 -0
  226. package/components/icon/icons/fold-up-24.svg +11 -0
  227. package/components/icon/icons/gear-16.svg +9 -0
  228. package/components/icon/icons/gear-24.svg +10 -0
  229. package/components/icon/icons/gift-16.svg +9 -0
  230. package/components/icon/icons/gift-24.svg +9 -0
  231. package/components/icon/icons/git-branch-16.svg +9 -0
  232. package/components/icon/icons/git-branch-24.svg +12 -0
  233. package/components/icon/icons/git-commit-16.svg +9 -0
  234. package/components/icon/icons/git-commit-24.svg +9 -0
  235. package/components/icon/icons/git-compare-16.svg +9 -0
  236. package/components/icon/icons/git-compare-24.svg +12 -0
  237. package/components/icon/icons/git-merge-16.svg +9 -0
  238. package/components/icon/icons/git-merge-24.svg +11 -0
  239. package/components/icon/icons/git-merge-queue-16.svg +11 -0
  240. package/components/icon/icons/git-pull-request-16.svg +9 -0
  241. package/components/icon/icons/git-pull-request-24.svg +11 -0
  242. package/components/icon/icons/git-pull-request-closed-16.svg +9 -0
  243. package/components/icon/icons/git-pull-request-closed-24.svg +11 -0
  244. package/components/icon/icons/git-pull-request-draft-16.svg +10 -0
  245. package/components/icon/icons/git-pull-request-draft-24.svg +10 -0
  246. package/components/icon/icons/globe-16.svg +9 -0
  247. package/components/icon/icons/globe-24.svg +9 -0
  248. package/components/icon/icons/grabber-16.svg +9 -0
  249. package/components/icon/icons/grabber-24.svg +9 -0
  250. package/components/icon/icons/graph-16.svg +9 -0
  251. package/components/icon/icons/graph-24.svg +6 -0
  252. package/components/icon/icons/hash-16.svg +9 -0
  253. package/components/icon/icons/hash-24.svg +9 -0
  254. package/components/icon/icons/heading-16.svg +9 -0
  255. package/components/icon/icons/heading-24.svg +9 -0
  256. package/components/icon/icons/heart-16.svg +9 -0
  257. package/components/icon/icons/heart-24.svg +9 -0
  258. package/components/icon/icons/heart-fill-16.svg +9 -0
  259. package/components/icon/icons/heart-fill-24.svg +6 -0
  260. package/components/icon/icons/history-16.svg +9 -0
  261. package/components/icon/icons/history-24.svg +6 -0
  262. package/components/icon/icons/home-16.svg +6 -0
  263. package/components/icon/icons/home-24.svg +9 -0
  264. package/components/icon/icons/home-fill-24.svg +6 -0
  265. package/components/icon/icons/horizontal-rule-16.svg +8 -0
  266. package/components/icon/icons/horizontal-rule-24.svg +8 -0
  267. package/components/icon/icons/hourglass-16.svg +9 -0
  268. package/components/icon/icons/hourglass-24.svg +9 -0
  269. package/components/icon/icons/hubot-16.svg +9 -0
  270. package/components/icon/icons/hubot-24.svg +11 -0
  271. package/components/icon/icons/id-badge-16.svg +11 -0
  272. package/components/icon/icons/image-16.svg +9 -0
  273. package/components/icon/icons/image-24.svg +9 -0
  274. package/components/icon/icons/inbox-16.svg +9 -0
  275. package/components/icon/icons/inbox-24.svg +9 -0
  276. package/components/icon/icons/infinity-16.svg +9 -0
  277. package/components/icon/icons/infinity-24.svg +9 -0
  278. package/components/icon/icons/info-16.svg +9 -0
  279. package/components/icon/icons/info-24.svg +11 -0
  280. package/components/icon/icons/issue-closed-16.svg +9 -0
  281. package/components/icon/icons/issue-closed-24.svg +10 -0
  282. package/components/icon/icons/issue-draft-16.svg +9 -0
  283. package/components/icon/icons/issue-draft-24.svg +9 -0
  284. package/components/icon/icons/issue-opened-16.svg +9 -0
  285. package/components/icon/icons/issue-opened-24.svg +9 -0
  286. package/components/icon/icons/issue-reopened-16.svg +6 -0
  287. package/components/icon/icons/issue-reopened-24.svg +6 -0
  288. package/components/icon/icons/italic-16.svg +9 -0
  289. package/components/icon/icons/italic-24.svg +9 -0
  290. package/components/icon/icons/iterations-16.svg +6 -0
  291. package/components/icon/icons/iterations-24.svg +6 -0
  292. package/components/icon/icons/kebab-horizontal-16.svg +6 -0
  293. package/components/icon/icons/kebab-horizontal-24.svg +8 -0
  294. package/components/icon/icons/key-16.svg +9 -0
  295. package/components/icon/icons/key-24.svg +10 -0
  296. package/components/icon/icons/key-asterisk-16.svg +11 -0
  297. package/components/icon/icons/law-16.svg +9 -0
  298. package/components/icon/icons/law-24.svg +9 -0
  299. package/components/icon/icons/light-bulb-16.svg +9 -0
  300. package/components/icon/icons/light-bulb-24.svg +9 -0
  301. package/components/icon/icons/link-16.svg +9 -0
  302. package/components/icon/icons/link-24.svg +6 -0
  303. package/components/icon/icons/link-external-16.svg +9 -0
  304. package/components/icon/icons/link-external-24.svg +6 -0
  305. package/components/icon/icons/list-ordered-16.svg +9 -0
  306. package/components/icon/icons/list-ordered-24.svg +6 -0
  307. package/components/icon/icons/list-unordered-16.svg +9 -0
  308. package/components/icon/icons/list-unordered-24.svg +9 -0
  309. package/components/icon/icons/location-16.svg +9 -0
  310. package/components/icon/icons/location-24.svg +10 -0
  311. package/components/icon/icons/lock-16.svg +9 -0
  312. package/components/icon/icons/lock-24.svg +9 -0
  313. package/components/icon/icons/log-16.svg +10 -0
  314. package/components/icon/icons/login.svg +9 -0
  315. package/components/icon/icons/logo-gist-16.svg +9 -0
  316. package/components/icon/icons/logo-github-16.svg +9 -0
  317. package/components/icon/icons/logout.svg +9 -0
  318. package/components/icon/icons/mail-16.svg +9 -0
  319. package/components/icon/icons/mail-24.svg +9 -0
  320. package/components/icon/icons/mark-github-16.svg +9 -0
  321. package/components/icon/icons/markdown-16.svg +9 -0
  322. package/components/icon/icons/megaphone-16.svg +14 -0
  323. package/components/icon/icons/megaphone-24.svg +9 -0
  324. package/components/icon/icons/mention-16.svg +9 -0
  325. package/components/icon/icons/mention-24.svg +9 -0
  326. package/components/icon/icons/meter-16.svg +9 -0
  327. package/components/icon/icons/milestone-16.svg +9 -0
  328. package/components/icon/icons/milestone-24.svg +9 -0
  329. package/components/icon/icons/mirror-16.svg +9 -0
  330. package/components/icon/icons/mirror-24.svg +9 -0
  331. package/components/icon/icons/moon-16.svg +9 -0
  332. package/components/icon/icons/moon-24.svg +9 -0
  333. package/components/icon/icons/mortar-board-16.svg +9 -0
  334. package/components/icon/icons/mortar-board-24.svg +9 -0
  335. package/components/icon/icons/multi-select-16.svg +10 -0
  336. package/components/icon/icons/multi-select-24.svg +10 -0
  337. package/components/icon/icons/mute-16.svg +9 -0
  338. package/components/icon/icons/mute-24.svg +11 -0
  339. package/components/icon/icons/no-entry-16.svg +9 -0
  340. package/components/icon/icons/no-entry-24.svg +9 -0
  341. package/components/icon/icons/no-entry-fill-12.svg +8 -0
  342. package/components/icon/icons/north-star-16.svg +6 -0
  343. package/components/icon/icons/north-star-24.svg +6 -0
  344. package/components/icon/icons/note-16.svg +9 -0
  345. package/components/icon/icons/note-24.svg +11 -0
  346. package/components/icon/icons/number-16.svg +9 -0
  347. package/components/icon/icons/number-24.svg +9 -0
  348. package/components/icon/icons/organization-16.svg +9 -0
  349. package/components/icon/icons/organization-24.svg +11 -0
  350. package/components/icon/icons/package-16.svg +9 -0
  351. package/components/icon/icons/package-24.svg +9 -0
  352. package/components/icon/icons/package-dependencies-16.svg +9 -0
  353. package/components/icon/icons/package-dependencies-24.svg +11 -0
  354. package/components/icon/icons/package-dependents-16.svg +9 -0
  355. package/components/icon/icons/package-dependents-24.svg +11 -0
  356. package/components/icon/icons/paintbrush-16.svg +9 -0
  357. package/components/icon/icons/paper-airplane-16.svg +9 -0
  358. package/components/icon/icons/paper-airplane-24.svg +9 -0
  359. package/components/icon/icons/paperclip-16.svg +9 -0
  360. package/components/icon/icons/paperclip-24.svg +9 -0
  361. package/components/icon/icons/paste-16.svg +9 -0
  362. package/components/icon/icons/paste-24.svg +11 -0
  363. package/components/icon/icons/pencil-16.svg +9 -0
  364. package/components/icon/icons/pencil-24.svg +9 -0
  365. package/components/icon/icons/people-16.svg +9 -0
  366. package/components/icon/icons/people-24.svg +11 -0
  367. package/components/icon/icons/person-16.svg +9 -0
  368. package/components/icon/icons/person-24.svg +9 -0
  369. package/components/icon/icons/person-add-16.svg +9 -0
  370. package/components/icon/icons/person-add-24.svg +9 -0
  371. package/components/icon/icons/person-fill-16.svg +6 -0
  372. package/components/icon/icons/person-fill-24.svg +6 -0
  373. package/components/icon/icons/pin-16.svg +9 -0
  374. package/components/icon/icons/pin-24.svg +9 -0
  375. package/components/icon/icons/play-16.svg +9 -0
  376. package/components/icon/icons/play-24.svg +10 -0
  377. package/components/icon/icons/plug-16.svg +9 -0
  378. package/components/icon/icons/plug-24.svg +9 -0
  379. package/components/icon/icons/plus-16.svg +9 -0
  380. package/components/icon/icons/plus-24.svg +9 -0
  381. package/components/icon/icons/plus-circle-16.svg +9 -0
  382. package/components/icon/icons/plus-circle-24.svg +10 -0
  383. package/components/icon/icons/project-16.svg +9 -0
  384. package/components/icon/icons/project-24.svg +11 -0
  385. package/components/icon/icons/pulse-16.svg +9 -0
  386. package/components/icon/icons/pulse-24.svg +9 -0
  387. package/components/icon/icons/question-16.svg +9 -0
  388. package/components/icon/icons/question-24.svg +11 -0
  389. package/components/icon/icons/quote-16.svg +9 -0
  390. package/components/icon/icons/quote-24.svg +9 -0
  391. package/components/icon/icons/reply-16.svg +9 -0
  392. package/components/icon/icons/reply-24.svg +6 -0
  393. package/components/icon/icons/repo-16.svg +9 -0
  394. package/components/icon/icons/repo-24.svg +10 -0
  395. package/components/icon/icons/repo-clone-16.svg +9 -0
  396. package/components/icon/icons/repo-deleted-16.svg +6 -0
  397. package/components/icon/icons/repo-forked-16.svg +9 -0
  398. package/components/icon/icons/repo-forked-24.svg +12 -0
  399. package/components/icon/icons/repo-locked-16.svg +11 -0
  400. package/components/icon/icons/repo-locked-24.svg +11 -0
  401. package/components/icon/icons/repo-pull-16.svg +9 -0
  402. package/components/icon/icons/repo-push-16.svg +9 -0
  403. package/components/icon/icons/repo-push-24.svg +6 -0
  404. package/components/icon/icons/repo-template-16.svg +9 -0
  405. package/components/icon/icons/repo-template-24.svg +6 -0
  406. package/components/icon/icons/report-16.svg +9 -0
  407. package/components/icon/icons/report-24.svg +9 -0
  408. package/components/icon/icons/rocket-16.svg +9 -0
  409. package/components/icon/icons/rocket-24.svg +9 -0
  410. package/components/icon/icons/rows-16.svg +9 -0
  411. package/components/icon/icons/rows-24.svg +9 -0
  412. package/components/icon/icons/rss-16.svg +9 -0
  413. package/components/icon/icons/rss-24.svg +9 -0
  414. package/components/icon/icons/ruby-16.svg +9 -0
  415. package/components/icon/icons/ruby-24.svg +9 -0
  416. package/components/icon/icons/screen-full-16.svg +9 -0
  417. package/components/icon/icons/screen-full-24.svg +9 -0
  418. package/components/icon/icons/screen-normal-16.svg +9 -0
  419. package/components/icon/icons/screen-normal-24.svg +9 -0
  420. package/components/icon/icons/search-16.svg +9 -0
  421. package/components/icon/icons/search-24.svg +9 -0
  422. package/components/icon/icons/server-16.svg +9 -0
  423. package/components/icon/icons/server-24.svg +11 -0
  424. package/components/icon/icons/server-error.svg +8 -0
  425. package/components/icon/icons/share-16.svg +9 -0
  426. package/components/icon/icons/share-24.svg +9 -0
  427. package/components/icon/icons/share-android-16.svg +9 -0
  428. package/components/icon/icons/share-android-24.svg +9 -0
  429. package/components/icon/icons/shield-16.svg +9 -0
  430. package/components/icon/icons/shield-24.svg +10 -0
  431. package/components/icon/icons/shield-check-16.svg +9 -0
  432. package/components/icon/icons/shield-check-24.svg +10 -0
  433. package/components/icon/icons/shield-lock-16.svg +9 -0
  434. package/components/icon/icons/shield-lock-24.svg +9 -0
  435. package/components/icon/icons/shield-slash-16.svg +11 -0
  436. package/components/icon/icons/shield-x-16.svg +9 -0
  437. package/components/icon/icons/shield-x-24.svg +11 -0
  438. package/components/icon/icons/sidebar-collapse-16.svg +10 -0
  439. package/components/icon/icons/sidebar-collapse-24.svg +10 -0
  440. package/components/icon/icons/sidebar-expand-16.svg +10 -0
  441. package/components/icon/icons/sidebar-expand-24.svg +10 -0
  442. package/components/icon/icons/sign-in-16.svg +9 -0
  443. package/components/icon/icons/sign-in-24.svg +9 -0
  444. package/components/icon/icons/sign-out-16.svg +9 -0
  445. package/components/icon/icons/sign-out-24.svg +9 -0
  446. package/components/icon/icons/single-select-16.svg +10 -0
  447. package/components/icon/icons/single-select-24.svg +10 -0
  448. package/components/icon/icons/skip-16.svg +9 -0
  449. package/components/icon/icons/skip-24.svg +10 -0
  450. package/components/icon/icons/sliders-16.svg +6 -0
  451. package/components/icon/icons/smiley-16.svg +9 -0
  452. package/components/icon/icons/smiley-24.svg +12 -0
  453. package/components/icon/icons/sort-asc-16.svg +9 -0
  454. package/components/icon/icons/sort-asc-24.svg +6 -0
  455. package/components/icon/icons/sort-desc-16.svg +10 -0
  456. package/components/icon/icons/sort-desc-24.svg +6 -0
  457. package/components/icon/icons/square-16.svg +9 -0
  458. package/components/icon/icons/square-24.svg +9 -0
  459. package/components/icon/icons/square-fill-16.svg +9 -0
  460. package/components/icon/icons/square-fill-24.svg +9 -0
  461. package/components/icon/icons/squirrel-16.svg +9 -0
  462. package/components/icon/icons/squirrel-24.svg +6 -0
  463. package/components/icon/icons/stack-16.svg +9 -0
  464. package/components/icon/icons/stack-24.svg +13 -0
  465. package/components/icon/icons/star-16.svg +9 -0
  466. package/components/icon/icons/star-24.svg +9 -0
  467. package/components/icon/icons/star-fill-16.svg +9 -0
  468. package/components/icon/icons/star-fill-24.svg +9 -0
  469. package/components/icon/icons/stop-16.svg +9 -0
  470. package/components/icon/icons/stop-24.svg +10 -0
  471. package/components/icon/icons/stopwatch-16.svg +9 -0
  472. package/components/icon/icons/stopwatch-24.svg +9 -0
  473. package/components/icon/icons/store.svg +10 -0
  474. package/components/icon/icons/strikethrough-16.svg +9 -0
  475. package/components/icon/icons/strikethrough-24.svg +9 -0
  476. package/components/icon/icons/sun-16.svg +9 -0
  477. package/components/icon/icons/sun-24.svg +9 -0
  478. package/components/icon/icons/sync-16.svg +9 -0
  479. package/components/icon/icons/sync-24.svg +6 -0
  480. package/components/icon/icons/tab-24.svg +6 -0
  481. package/components/icon/icons/tab-external-16.svg +6 -0
  482. package/components/icon/icons/table-16.svg +9 -0
  483. package/components/icon/icons/table-24.svg +9 -0
  484. package/components/icon/icons/tag-16.svg +9 -0
  485. package/components/icon/icons/tag-24.svg +10 -0
  486. package/components/icon/icons/tasklist-16.svg +9 -0
  487. package/components/icon/icons/tasklist-24.svg +10 -0
  488. package/components/icon/icons/telescope-16.svg +9 -0
  489. package/components/icon/icons/telescope-24.svg +11 -0
  490. package/components/icon/icons/telescope-fill-16.svg +9 -0
  491. package/components/icon/icons/telescope-fill-24.svg +11 -0
  492. package/components/icon/icons/terminal-16.svg +9 -0
  493. package/components/icon/icons/terminal-24.svg +11 -0
  494. package/components/icon/icons/three-bars-16.svg +9 -0
  495. package/components/icon/icons/thumbsdown-16.svg +9 -0
  496. package/components/icon/icons/thumbsdown-24.svg +9 -0
  497. package/components/icon/icons/thumbsup-16.svg +9 -0
  498. package/components/icon/icons/thumbsup-24.svg +9 -0
  499. package/components/icon/icons/tools-16.svg +9 -0
  500. package/components/icon/icons/tools-24.svg +9 -0
  501. package/components/icon/icons/trash-16.svg +9 -0
  502. package/components/icon/icons/trash-24.svg +13 -0
  503. package/components/icon/icons/triangle-down-16.svg +6 -0
  504. package/components/icon/icons/triangle-down-24.svg +6 -0
  505. package/components/icon/icons/triangle-left-16.svg +6 -0
  506. package/components/icon/icons/triangle-left-24.svg +6 -0
  507. package/components/icon/icons/triangle-right-16.svg +6 -0
  508. package/components/icon/icons/triangle-right-24.svg +6 -0
  509. package/components/icon/icons/triangle-up-16.svg +6 -0
  510. package/components/icon/icons/triangle-up-24.svg +6 -0
  511. package/components/icon/icons/trophy-16.svg +9 -0
  512. package/components/icon/icons/trophy-24.svg +9 -0
  513. package/components/icon/icons/typography-16.svg +9 -0
  514. package/components/icon/icons/typography-24.svg +9 -0
  515. package/components/icon/icons/unfold-16.svg +6 -0
  516. package/components/icon/icons/unfold-24.svg +12 -0
  517. package/components/icon/icons/unlock-16.svg +9 -0
  518. package/components/icon/icons/unlock-24.svg +9 -0
  519. package/components/icon/icons/unmute-16.svg +9 -0
  520. package/components/icon/icons/unmute-24.svg +11 -0
  521. package/components/icon/icons/unverified-16.svg +9 -0
  522. package/components/icon/icons/unverified-24.svg +11 -0
  523. package/components/icon/icons/upload-16.svg +9 -0
  524. package/components/icon/icons/upload-24.svg +9 -0
  525. package/components/icon/icons/verified-16.svg +9 -0
  526. package/components/icon/icons/verified-24.svg +10 -0
  527. package/components/icon/icons/versions-16.svg +9 -0
  528. package/components/icon/icons/versions-24.svg +9 -0
  529. package/components/icon/icons/video-16.svg +10 -0
  530. package/components/icon/icons/video-24.svg +10 -0
  531. package/components/icon/icons/webhook-16.svg +6 -0
  532. package/components/icon/icons/workflow-16.svg +9 -0
  533. package/components/icon/icons/workflow-24.svg +9 -0
  534. package/components/icon/icons/x-16.svg +9 -0
  535. package/components/icon/icons/x-24.svg +9 -0
  536. package/components/icon/icons/x-circle-16.svg +9 -0
  537. package/components/icon/icons/x-circle-24.svg +11 -0
  538. package/components/icon/icons/x-circle-fill-12.svg +9 -0
  539. package/components/icon/icons/x-circle-fill-16.svg +9 -0
  540. package/components/icon/icons/x-circle-fill-24.svg +9 -0
  541. package/components/icon/icons/yourdash.svg +64 -0
  542. package/components/icon/icons/zap-16.svg +9 -0
  543. package/components/icon/icons/zap-24.svg +9 -0
  544. package/components/iconButton/iconButton.module.scss +40 -0
  545. package/components/iconButton/iconButton.tsx +34 -0
  546. package/components/image/image.module.scss +10 -0
  547. package/components/image/image.tsx +28 -0
  548. package/components/link/link.module.scss +32 -0
  549. package/components/link/link.tsx +21 -0
  550. package/components/redirect/redirect.tsx +17 -0
  551. package/components/separator/separator.module.scss +28 -0
  552. package/components/separator/separator.tsx +14 -0
  553. package/components/spinner/spinner.module.scss +93 -0
  554. package/components/spinner/spinner.tsx +31 -0
  555. package/components/subtext/subtext.module.scss +17 -0
  556. package/components/subtext/subtext.tsx +14 -0
  557. package/components/text/text.module.scss +13 -0
  558. package/components/text/text.tsx +14 -0
  559. package/components/textButton/textButton.module.scss +30 -0
  560. package/components/textButton/textButton.tsx +22 -0
  561. package/components/textInput/textInput.module.scss +52 -0
  562. package/components/textInput/textInput.tsx +54 -0
  563. package/components/toast/toast.module.scss +31 -0
  564. package/components/toast/toast.tsx +65 -0
  565. package/components/toast/toastContext.ts +14 -0
  566. package/core/decrementLevel.tsx +13 -0
  567. package/core/incrementLevel.tsx +13 -0
  568. package/core/level.tsx +27 -0
  569. package/core/root.tsx +32 -0
  570. package/core/toast.ts +17 -0
  571. package/package.json +46 -6
  572. package/theme/defaultTheme.module.scss +349 -0
  573. package/theme/themeValues.scss +46 -0
  574. package/tsconfig.json +20 -0
  575. package/views/panAndZoom/panAndZoom.tsx +114 -0
  576. package/.idea/modules.xml +0 -8
  577. package/.idea/uikit.iml +0 -12
  578. package/.idea/vcs.xml +0 -12
@@ -0,0 +1,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" />
11
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="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
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M8 16A8 8 0 108 0a8 8 0 000 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
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M8 16A8 8 0 108 0a8 8 0 000 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
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M8 16A8 8 0 108 0a8 8 0 000 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
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M8 16A8 8 0 108 0a8 8 0 000 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
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M8 16A8 8 0 108 0a8 8 0 000 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
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M8 16A8 8 0 108 0a8 8 0 000 16zm3.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
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M8 16A8 8 0 108 0a8 8 0 000 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
+ </svg>
@@ -0,0 +1,10 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path d="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
+ </svg>
@@ -0,0 +1,10 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path d="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
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M3.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
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M5 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
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M3.75 1.5a.25.25 0 00-.25.25v12.5c0 .138.112.25.25.25h9.5a.25.25 0 00.25-.25V4.664a.25.25 0 00-.073-.177l-2.914-2.914a.25.25 0 00-.177-.073H3.75zM2 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.75zm6.23 3.508a.75.75 0 01.755.745l.01 1.497h1.497a.75.75 0 010 1.5H9v1.507a.75.75 0 01-1.5 0V9.005l-1.502.01a.75.75 0 11-.01-1.5l1.507-.01-.01-1.492a.75.75 0 01.745-.755z" />
9
+ </svg>
@@ -0,0 +1,11 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path
8
+ d="M2.75 1.5a.25.25 0 00-.25.25v11.5c0 .138.112.25.25.25h3.5a.75.75 0 010 1.5h-3.5A1.75 1.75 0 011 13.25V1.75C1 .784 1.784 0 2.75 0h8a1.75 1.75 0 011.508.862.75.75 0 11-1.289.768.25.25 0 00-.219-.13h-8z" />
9
+ <path fill-rule="evenodd" fill="#ffffff"
10
+ d="M8 7a4 4 0 116.49 3.13l.995 4.973a.75.75 0 01-.991.852l-2.409-.876a.25.25 0 00-.17 0l-2.409.876a.75.75 0 01-.991-.852l.994-4.973A3.993 3.993 0 018 7zm4-2.5a2.5 2.5 0 100 5 2.5 2.5 0 000-5zm0 6.5a4 4 0 001.104-.154l.649 3.243-1.155-.42c-.386-.14-.81-.14-1.196 0l-1.155.42.649-3.243A4 4 0 0012 11z" />
11
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M4 1.75C4 .784 4.784 0 5.75 0h5.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v8.586A1.75 1.75 0 0114.25 15h-9a.75.75 0 010-1.5h9a.25.25 0 00.25-.25V6h-2.75A1.75 1.75 0 0110 4.25V1.5H5.75a.25.25 0 00-.25.25v2a.75.75 0 01-1.5 0v-2zm7.5-.188V4.25c0 .138.112.25.25.25h2.688a.252.252 0 00-.011-.013l-2.914-2.914a.272.272 0 00-.013-.011zM0 7.75C0 6.784.784 6 1.75 6h1.5C4.216 6 5 6.784 5 7.75v2.5A1.75 1.75 0 013.25 12h-1.5A1.75 1.75 0 010 10.25v-2.5zm1.75-.25a.25.25 0 00-.25.25v2.5c0 .138.112.25.25.25h1.5a.25.25 0 00.25-.25v-2.5a.25.25 0 00-.25-.25h-1.5zm5-1.5a.75.75 0 000 1.5h.75v3h-.75a.75.75 0 000 1.5h3a.75.75 0 000-1.5H9V6.75A.75.75 0 008.25 6h-1.5z" />
9
+ </svg>
@@ -0,0 +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 fill-rule="evenodd" fill="#ffffff"
8
+ d="M3 3a2 2 0 012-2h9.982a2 2 0 011.414.586l4.018 4.018A2 2 0 0121 7.018V21a2 2 0 01-2 2H4.75a.75.75 0 010-1.5H19a.5.5 0 00.5-.5V8.5h-4a2 2 0 01-2-2v-4H5a.5.5 0 00-.5.5v6.25a.75.75 0 01-1.5 0V3zm12-.5v4a.5.5 0 00.5.5h4a.5.5 0 00-.146-.336l-4.018-4.018A.5.5 0 0015 2.5z" />
9
+ <path fill-rule="evenodd" fill="#ffffff"
10
+ d="M0 13.75C0 12.784.784 12 1.75 12h3c.966 0 1.75.784 1.75 1.75v4a1.75 1.75 0 01-1.75 1.75h-3A1.75 1.75 0 010 17.75v-4zm1.75-.25a.25.25 0 00-.25.25v4c0 .138.112.25.25.25h3a.25.25 0 00.25-.25v-4a.25.25 0 00-.25-.25h-3z" />
11
+ <path d="M9 12a.75.75 0 000 1.5h1.5V18H9a.75.75 0 000 1.5h4.5a.75.75 0 000-1.5H12v-5.25a.75.75 0 00-.75-.75H9z" />
12
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M4 1.75C4 .784 4.784 0 5.75 0h5.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v8.586A1.75 1.75 0 0114.25 15h-9a.75.75 0 010-1.5h9a.25.25 0 00.25-.25V6h-2.75A1.75 1.75 0 0110 4.25V1.5H5.75a.25.25 0 00-.25.25v2.5a.75.75 0 01-1.5 0v-2.5zm7.5-.188V4.25c0 .138.112.25.25.25h2.688a.252.252 0 00-.011-.013l-2.914-2.914a.272.272 0 00-.013-.011zM5.72 6.72a.75.75 0 000 1.06l1.47 1.47-1.47 1.47a.75.75 0 101.06 1.06l2-2a.75.75 0 000-1.06l-2-2a.75.75 0 00-1.06 0zM3.28 7.78a.75.75 0 00-1.06-1.06l-2 2a.75.75 0 000 1.06l2 2a.75.75 0 001.06-1.06L1.81 9.25l1.47-1.47z" />
9
+ </svg>
@@ -0,0 +1,11 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M3 3a2 2 0 012-2h9.982a2 2 0 011.414.586l4.018 4.018A2 2 0 0121 7.018V21a2 2 0 01-2 2H4.75a.75.75 0 010-1.5H19a.5.5 0 00.5-.5V8.5h-4a2 2 0 01-2-2v-4H5a.5.5 0 00-.5.5v6.25a.75.75 0 01-1.5 0V3zm12-.5v4a.5.5 0 00.5.5h4a.5.5 0 00-.146-.336l-4.018-4.018A.5.5 0 0015 2.5z" />
9
+ <path
10
+ d="M4.53 12.24a.75.75 0 01-.039 1.06l-2.639 2.45 2.64 2.45a.75.75 0 11-1.022 1.1l-3.23-3a.75.75 0 010-1.1l3.23-3a.75.75 0 011.06.04zm3.979 1.06a.75.75 0 111.02-1.1l3.231 3a.75.75 0 010 1.1l-3.23 3a.75.75 0 11-1.021-1.1l2.639-2.45-2.64-2.45z" />
11
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M2.75 1.5a.25.25 0 00-.25.25v12.5c0 .138.112.25.25.25h10.5a.25.25 0 00.25-.25V4.664a.25.25 0 00-.073-.177l-2.914-2.914a.25.25 0 00-.177-.073H2.75zM1 1.75C1 .784 1.784 0 2.75 0h7.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 16H2.75A1.75 1.75 0 011 14.25V1.75zm7 1.5a.75.75 0 01.75.75v1.5h1.5a.75.75 0 010 1.5h-1.5v1.5a.75.75 0 01-1.5 0V7h-1.5a.75.75 0 010-1.5h1.5V4A.75.75 0 018 3.25zm-3 8a.75.75 0 01.75-.75h4.5a.75.75 0 010 1.5h-4.5a.75.75 0 01-.75-.75z" />
9
+ </svg>
@@ -0,0 +1,11 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path
8
+ d="M12.5 6.75a.75.75 0 00-1.5 0V9H8.75a.75.75 0 000 1.5H11v2.25a.75.75 0 001.5 0V10.5h2.25a.75.75 0 000-1.5H12.5V6.75zM8.75 16a.75.75 0 000 1.5h6a.75.75 0 000-1.5h-6z" />
9
+ <path fill-rule="evenodd" fill="#ffffff"
10
+ d="M5 1a2 2 0 00-2 2v18a2 2 0 002 2h14a2 2 0 002-2V7.018a2 2 0 00-.586-1.414l-4.018-4.018A2 2 0 0014.982 1H5zm-.5 2a.5.5 0 01.5-.5h9.982a.5.5 0 01.354.146l4.018 4.018a.5.5 0 01.146.354V21a.5.5 0 01-.5.5H5a.5.5 0 01-.5-.5V3z" />
11
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M1.75 2.5a.25.25 0 00-.25.25v10.5c0 .138.112.25.25.25h12.5a.25.25 0 00.25-.25v-8.5a.25.25 0 00-.25-.25H7.5c-.55 0-1.07-.26-1.4-.7l-.9-1.2a.25.25 0 00-.2-.1H1.75zM0 2.75C0 1.784.784 1 1.75 1H5c.55 0 1.07.26 1.4.7l.9 1.2a.25.25 0 00.2.1h6.75c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0114.25 15H1.75A1.75 1.75 0 010 13.25V2.75z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M3.75 4.5a.25.25 0 00-.25.25v14.5c0 .138.112.25.25.25h16.5a.25.25 0 00.25-.25V7.687a.25.25 0 00-.25-.25h-8.471a1.75 1.75 0 01-1.447-.765L8.928 4.61a.25.25 0 00-.208-.11H3.75zM2 4.75C2 3.784 2.784 3 3.75 3h4.971c.58 0 1.12.286 1.447.765l1.404 2.063a.25.25 0 00.207.11h8.471c.966 0 1.75.783 1.75 1.75V19.25A1.75 1.75 0 0120.25 21H3.75A1.75 1.75 0 012 19.25V4.75z" />
9
+ </svg>
@@ -0,0 +1,6 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M1.75 1A1.75 1.75 0 000 2.75v10.5C0 14.216.784 15 1.75 15h12.5A1.75 1.75 0 0016 13.25v-8.5A1.75 1.75 0 0014.25 3H7.5a.25.25 0 01-.2-.1l-.9-1.2C6.07 1.26 5.55 1 5 1H1.75z"/></svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M2 4.75C2 3.784 2.784 3 3.75 3h4.971c.58 0 1.12.286 1.447.765l1.404 2.063a.25.25 0 00.207.11h8.471c.966 0 1.75.783 1.75 1.75V19.25A1.75 1.75 0 0120.25 21H3.75A1.75 1.75 0 012 19.25V4.75z" />
9
+ </svg>
@@ -0,0 +1,6 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M.513 1.513A1.75 1.75 0 011.75 1h3.5c.55 0 1.07.26 1.4.7l.9 1.2a.25.25 0 00.2.1H13a1 1 0 011 1v.5H2.75a.75.75 0 000 1.5h11.978a1 1 0 01.994 1.117L15 13.25A1.75 1.75 0 0113.25 15H1.75A1.75 1.75 0 010 13.25V2.75c0-.464.184-.91.513-1.237z"/></svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M2.25 4a.25.25 0 00-.25.25v15.5c0 .138.112.25.25.25h3.178L14 10.977a1.75 1.75 0 012.506-.032L22 16.44V4.25a.25.25 0 00-.25-.25H2.25zm3.496 17.5H21.75a1.75 1.75 0 001.75-1.75V4.25a1.75 1.75 0 00-1.75-1.75H2.25A1.75 1.75 0 00.5 4.25v15.5c0 .966.784 1.75 1.75 1.75h3.496zM22 19.75v-1.19l-6.555-6.554a.25.25 0 00-.358.004L7.497 20H21.75a.25.25 0 00.25-.25zM9 9.25a1.75 1.75 0 11-3.5 0 1.75 1.75 0 013.5 0zm1.5 0a3.25 3.25 0 11-6.5 0 3.25 3.25 0 016.5 0z" />
9
+ </svg>
@@ -0,0 +1,6 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M2 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-3.5a.75.75 0 010-1.5h3.5a.25.25 0 00.25-.25V4.664a.25.25 0 00-.073-.177l-2.914-2.914a.25.25 0 00-.177-.073H3.75a.25.25 0 00-.25.25v6.5a.75.75 0 01-1.5 0v-6.5z"/><path d="M5.427 15.573l3.146-3.146a.25.25 0 000-.354L5.427 8.927A.25.25 0 005 9.104V11.5H.75a.75.75 0 000 1.5H5v2.396c0 .223.27.335.427.177z"/></svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M3.75 1.5a.25.25 0 00-.25.25v12.5c0 .138.112.25.25.25h9.5a.25.25 0 00.25-.25V4.664a.25.25 0 00-.073-.177l-2.914-2.914a.25.25 0 00-.177-.073H3.75zM2 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.75zM8.25 7.5h2.242a.75.75 0 010 1.5h-2.24l-2.254.015a.75.75 0 01-.01-1.5L8.25 7.5z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M0 2.75C0 1.784.784 1 1.75 1H5c.55 0 1.07.26 1.4.7l.9 1.2a.25.25 0 00.2.1h6.75c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0114.25 15H1.75A1.75 1.75 0 010 13.25V2.75zm9.42 9.36l2.883-2.677a.25.25 0 000-.366L9.42 6.39a.25.25 0 00-.42.183V8.5H4.75a.75.75 0 100 1.5H9v1.927c0 .218.26.331.42.183z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M2 4.75C2 3.784 2.784 3 3.75 3h4.965a1.75 1.75 0 011.456.78l1.406 2.109a.25.25 0 00.208.111h8.465c.966 0 1.75.784 1.75 1.75v11.5A1.75 1.75 0 0120.25 21H3.75A1.75 1.75 0 012 19.25V4.75zm12.78 4.97a.75.75 0 10-1.06 1.06l1.72 1.72H6.75a.75.75 0 000 1.5h8.69l-1.72 1.72a.75.75 0 101.06 1.06l3-3a.75.75 0 000-1.06l-3-3z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M2 1.75C2 .784 2.784 0 3.75 0h5.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v8.586A1.75 1.75 0 0112.25 15h-7a.75.75 0 010-1.5h7a.25.25 0 00.25-.25V6H9.75A1.75 1.75 0 018 4.25V1.5H3.75a.25.25 0 00-.25.25V4.5a.75.75 0 01-1.5 0V1.75zm7.5-.188V4.25c0 .138.112.25.25.25h2.688a.252.252 0 00-.011-.013L9.513 1.573a.248.248 0 00-.013-.011zm-8 10.675a2.25 2.25 0 012.262-2.25L4 9.99v1.938c0 .218.26.331.42.183l2.883-2.677a.25.25 0 000-.366L4.42 6.39a.25.25 0 00-.42.183V8.49l-.23-.001A3.75 3.75 0 000 12.238v1.012a.75.75 0 001.5 0v-1.013z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M3 3a2 2 0 012-2h9.982a2 2 0 011.414.586l4.018 4.018A2 2 0 0121 7.018V21a2 2 0 01-2 2H4.75a.75.75 0 010-1.5H19a.5.5 0 00.5-.5V8.5h-4a2 2 0 01-2-2v-4H5a.5.5 0 00-.5.5v6.25a.75.75 0 01-1.5 0V3zm12-.5v4a.5.5 0 00.5.5h4a.5.5 0 00-.146-.336l-4.018-4.018A.5.5 0 0015 2.5zm-5.692 12l-2.104-2.236a.75.75 0 111.092-1.028l3.294 3.5a.75.75 0 010 1.028l-3.294 3.5a.75.75 0 11-1.092-1.028L9.308 16H4.09a2.59 2.59 0 00-2.59 2.59v3.16a.75.75 0 01-1.5 0v-3.16a4.09 4.09 0 014.09-4.09h5.218z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M3.5 1.75a.25.25 0 01.25-.25h3a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h2.086a.25.25 0 01.177.073l2.914 2.914a.25.25 0 01.073.177v8.586a.25.25 0 01-.25.25h-.5a.75.75 0 000 1.5h.5A1.75 1.75 0 0014 13.25V4.664c0-.464-.184-.909-.513-1.237L10.573.513A1.75 1.75 0 009.336 0H3.75A1.75 1.75 0 002 1.75v11.5c0 .649.353 1.214.874 1.515a.75.75 0 10.752-1.298.25.25 0 01-.126-.217V1.75zM8.75 3a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5zM6 5.25a.75.75 0 01.75-.75h.5a.75.75 0 010 1.5h-.5A.75.75 0 016 5.25zm2 1.5A.75.75 0 018.75 6h.5a.75.75 0 010 1.5h-.5A.75.75 0 018 6.75zm-1.25.75a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5zM8 9.75A.75.75 0 018.75 9h.5a.75.75 0 010 1.5h-.5A.75.75 0 018 9.75zm-.75.75a1.75 1.75 0 00-1.75 1.75v3c0 .414.336.75.75.75h2.5a.75.75 0 00.75-.75v-3a1.75 1.75 0 00-1.75-1.75h-.5zM7 12.25a.25.25 0 01.25-.25h.5a.25.25 0 01.25.25v2.25H7v-2.25z" />
9
+ </svg>
@@ -0,0 +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
8
+ d="M5 2.5a.5.5 0 00-.5.5v18a.5.5 0 00.5.5h1.75a.75.75 0 010 1.5H5a2 2 0 01-2-2V3a2 2 0 012-2h9.982a2 2 0 011.414.586l4.018 4.018A2 2 0 0121 7.018V21a2 2 0 01-2 2h-2.75a.75.75 0 010-1.5H19a.5.5 0 00.5-.5V7.018a.5.5 0 00-.146-.354l-4.018-4.018a.5.5 0 00-.354-.146H5z" />
9
+ <path
10
+ d="M11.5 15.75a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zm.75-3.75a.75.75 0 000 1.5h1a.75.75 0 000-1.5h-1zm-.75-2.25a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zM12.25 6a.75.75 0 000 1.5h1a.75.75 0 000-1.5h-1zm-.75-2.25a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zM9.75 13.5a.75.75 0 000 1.5h1a.75.75 0 000-1.5h-1zM9 11.25a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zm.75-3.75a.75.75 0 000 1.5h1a.75.75 0 000-1.5h-1zM9 5.25a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1A.75.75 0 019 5.25z" />
11
+ <path fill-rule="evenodd" fill="#ffffff"
12
+ d="M11 17a2 2 0 00-2 2v4.25c0 .414.336.75.75.75h3.5a.75.75 0 00.75-.75V19a2 2 0 00-2-2h-1zm-.5 2a.5.5 0 01.5-.5h1a.5.5 0 01.5.5v3.5h-2V19z" />
13
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M.75 3a.75.75 0 000 1.5h14.5a.75.75 0 000-1.5H.75zM3 7.75A.75.75 0 013.75 7h8.5a.75.75 0 010 1.5h-8.5A.75.75 0 013 7.75zm3 4a.75.75 0 01.75-.75h2.5a.75.75 0 010 1.5h-2.5a.75.75 0 01-.75-.75z" />
9
+ </svg>
@@ -0,0 +1,6 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M2.75 6a.75.75 0 000 1.5h18.5a.75.75 0 000-1.5H2.75zM6 11.75a.75.75 0 01.75-.75h10.5a.75.75 0 010 1.5H6.75a.75.75 0 01-.75-.75zm4 4.938a.75.75 0 01.75-.75h2.5a.75.75 0 010 1.5h-2.5a.75.75 0 01-.75-.75z"/></svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M7.998 14.5c2.832 0 5-1.98 5-4.5 0-1.463-.68-2.19-1.879-3.383l-.036-.037c-1.013-1.008-2.3-2.29-2.834-4.434-.322.256-.63.579-.864.953-.432.696-.621 1.58-.046 2.73.473.947.67 2.284-.278 3.232-.61.61-1.545.84-2.403.633a2.788 2.788 0 01-1.436-.874A3.21 3.21 0 003 10c0 2.53 2.164 4.5 4.998 4.5zM9.533.753C9.496.34 9.16.009 8.77.146 7.035.75 4.34 3.187 5.997 6.5c.344.689.285 1.218.003 1.5-.419.419-1.54.487-2.04-.832-.173-.454-.659-.762-1.035-.454C2.036 7.44 1.5 8.702 1.5 10c0 3.512 2.998 6 6.498 6s6.5-2.5 6.5-6c0-2.137-1.128-3.26-2.312-4.438-1.19-1.184-2.436-2.425-2.653-4.81z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M12.185 21.5c4.059 0 7.065-2.84 7.065-6.75 0-2.337-1.093-3.489-2.678-5.158l-.021-.023c-1.44-1.517-3.139-3.351-3.649-6.557a6.14 6.14 0 00-1.911 1.76c-.787 1.144-1.147 2.633-.216 4.495.603 1.205.777 2.74-.277 3.794-.657.657-1.762 1.1-2.956.586-.752-.324-1.353-.955-1.838-1.79-.567.706-.954 1.74-.954 2.893 0 3.847 3.288 6.75 7.435 6.75zm2.08-19.873c-.017-.345-.296-.625-.632-.543-2.337.575-6.605 4.042-4.2 8.854.474.946.392 1.675.004 2.062-.64.64-1.874.684-2.875-1.815-.131-.327-.498-.509-.803-.334-1.547.888-2.509 2.86-2.509 4.899 0 4.829 4.122 8.25 8.935 8.25 4.812 0 8.565-3.438 8.565-8.25 0-2.939-1.466-4.482-3.006-6.102-1.61-1.694-3.479-3.476-3.479-7.021z" />
9
+ </svg>
@@ -0,0 +1,6 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M10.896 2H8.75V.75a.75.75 0 00-1.5 0V2H5.104a.25.25 0 00-.177.427l2.896 2.896a.25.25 0 00.354 0l2.896-2.896A.25.25 0 0010.896 2zM8.75 15.25a.75.75 0 01-1.5 0V14H5.104a.25.25 0 01-.177-.427l2.896-2.896a.25.25 0 01.354 0l2.896 2.896a.25.25 0 01-.177.427H8.75v1.25zm-6.5-6.5a.75.75 0 000-1.5h-.5a.75.75 0 000 1.5h.5zM6 8a.75.75 0 01-.75.75h-.5a.75.75 0 010-1.5h.5A.75.75 0 016 8zm2.25.75a.75.75 0 000-1.5h-.5a.75.75 0 000 1.5h.5zM12 8a.75.75 0 01-.75.75h-.5a.75.75 0 010-1.5h.5A.75.75 0 0112 8zm2.25.75a.75.75 0 000-1.5h-.5a.75.75 0 000 1.5h.5z"/></svg>
@@ -0,0 +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="M12 15a.75.75 0 01.53.22l3.25 3.25a.75.75 0 11-1.06 1.06L12 16.81l-2.72 2.72a.75.75 0 01-1.06-1.06l3.25-3.25A.75.75 0 0112 15z" />
9
+ <path fill-rule="evenodd" fill="#ffffff"
10
+ d="M12 15.75a.75.75 0 01.75.75v5.75a.75.75 0 01-1.5 0V16.5a.75.75 0 01.75-.75zm.53-6.97a.75.75 0 01-1.06 0L8.22 5.53a.75.75 0 011.06-1.06L12 7.19l2.72-2.72a.75.75 0 111.06 1.06l-3.25 3.25z" />
11
+ <path fill-rule="evenodd" fill="#ffffff"
12
+ d="M12 8.5a.75.75 0 01-.75-.75v-6a.75.75 0 011.5 0v6a.75.75 0 01-.75.75zM10.75 12a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zm-8 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zm12 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zm-8 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zm12 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75z" />
13
+ </svg>
@@ -0,0 +1,6 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M8.177 14.323l2.896-2.896a.25.25 0 00-.177-.427H8.75V7.764a.75.75 0 10-1.5 0V11H5.104a.25.25 0 00-.177.427l2.896 2.896a.25.25 0 00.354 0zM2.25 5a.75.75 0 000-1.5h-.5a.75.75 0 000 1.5h.5zM6 4.25a.75.75 0 01-.75.75h-.5a.75.75 0 010-1.5h.5a.75.75 0 01.75.75zM8.25 5a.75.75 0 000-1.5h-.5a.75.75 0 000 1.5h.5zM12 4.25a.75.75 0 01-.75.75h-.5a.75.75 0 010-1.5h.5a.75.75 0 01.75.75zm2.25.75a.75.75 0 000-1.5h-.5a.75.75 0 000 1.5h.5z"/></svg>
@@ -0,0 +1,11 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M12 19a.75.75 0 01-.53-.22l-3.25-3.25a.75.75 0 111.06-1.06L12 17.19l2.72-2.72a.75.75 0 111.06 1.06l-3.25 3.25A.75.75 0 0112 19z" />
9
+ <path fill-rule="evenodd" fill="#ffffff"
10
+ d="M12 18a.75.75 0 01-.75-.75v-7.5a.75.75 0 011.5 0v7.5A.75.75 0 0112 18zM10.75 6a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zm-8 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1A.75.75 0 012.75 6zm12 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zm-8 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1A.75.75 0 016.75 6zm12 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75z" />
11
+ </svg>
@@ -0,0 +1,6 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M7.823 1.677L4.927 4.573A.25.25 0 005.104 5H7.25v3.236a.75.75 0 101.5 0V5h2.146a.25.25 0 00.177-.427L8.177 1.677a.25.25 0 00-.354 0zM13.75 11a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5zm-3.75.75a.75.75 0 01.75-.75h.5a.75.75 0 010 1.5h-.5a.75.75 0 01-.75-.75zM7.75 11a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5zM4 11.75a.75.75 0 01.75-.75h.5a.75.75 0 010 1.5h-.5a.75.75 0 01-.75-.75zM1.75 11a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5z"/></svg>
@@ -0,0 +1,11 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M11.47 5.22a.75.75 0 011.06 0l3.25 3.25a.75.75 0 01-1.06 1.06L12 6.81 9.28 9.53a.75.75 0 01-1.06-1.06l3.25-3.25z" />
9
+ <path fill-rule="evenodd" fill="#ffffff"
10
+ d="M12 5.5a.75.75 0 01.75.75v8a.75.75 0 01-1.5 0v-8A.75.75 0 0112 5.5zM10.75 18a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zm-8 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zm12 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zm-8 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zm12 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75z" />
11
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M7.429 1.525a6.593 6.593 0 011.142 0c.036.003.108.036.137.146l.289 1.105c.147.56.55.967.997 1.189.174.086.341.183.501.29.417.278.97.423 1.53.27l1.102-.303c.11-.03.175.016.195.046.219.31.41.641.573.989.014.031.022.11-.059.19l-.815.806c-.411.406-.562.957-.53 1.456a4.588 4.588 0 010 .582c-.032.499.119 1.05.53 1.456l.815.806c.08.08.073.159.059.19a6.494 6.494 0 01-.573.99c-.02.029-.086.074-.195.045l-1.103-.303c-.559-.153-1.112-.008-1.529.27-.16.107-.327.204-.5.29-.449.222-.851.628-.998 1.189l-.289 1.105c-.029.11-.101.143-.137.146a6.613 6.613 0 01-1.142 0c-.036-.003-.108-.037-.137-.146l-.289-1.105c-.147-.56-.55-.967-.997-1.189a4.502 4.502 0 01-.501-.29c-.417-.278-.97-.423-1.53-.27l-1.102.303c-.11.03-.175-.016-.195-.046a6.492 6.492 0 01-.573-.989c-.014-.031-.022-.11.059-.19l.815-.806c.411-.406.562-.957.53-1.456a4.587 4.587 0 010-.582c.032-.499-.119-1.05-.53-1.456l-.815-.806c-.08-.08-.073-.159-.059-.19a6.44 6.44 0 01.573-.99c.02-.029.086-.075.195-.045l1.103.303c.559.153 1.112.008 1.529-.27.16-.107.327-.204.5-.29.449-.222.851-.628.998-1.189l.289-1.105c.029-.11.101-.143.137-.146zM8 0c-.236 0-.47.01-.701.03-.743.065-1.29.615-1.458 1.261l-.29 1.106c-.017.066-.078.158-.211.224a5.994 5.994 0 00-.668.386c-.123.082-.233.09-.3.071L3.27 2.776c-.644-.177-1.392.02-1.82.63a7.977 7.977 0 00-.704 1.217c-.315.675-.111 1.422.363 1.891l.815.806c.05.048.098.147.088.294a6.084 6.084 0 000 .772c.01.147-.038.246-.088.294l-.815.806c-.474.469-.678 1.216-.363 1.891.2.428.436.835.704 1.218.428.609 1.176.806 1.82.63l1.103-.303c.066-.019.176-.011.299.071.213.143.436.272.668.386.133.066.194.158.212.224l.289 1.106c.169.646.715 1.196 1.458 1.26a8.094 8.094 0 001.402 0c.743-.064 1.29-.614 1.458-1.26l.29-1.106c.017-.066.078-.158.211-.224a5.98 5.98 0 00.668-.386c.123-.082.233-.09.3-.071l1.102.302c.644.177 1.392-.02 1.82-.63.268-.382.505-.789.704-1.217.315-.675.111-1.422-.364-1.891l-.814-.806c-.05-.048-.098-.147-.088-.294a6.1 6.1 0 000-.772c-.01-.147.039-.246.088-.294l.814-.806c.475-.469.679-1.216.364-1.891a7.992 7.992 0 00-.704-1.218c-.428-.609-1.176-.806-1.82-.63l-1.103.303c-.066.019-.176.011-.299-.071a5.991 5.991 0 00-.668-.386c-.133-.066-.194-.158-.212-.224L10.16 1.29C9.99.645 9.444.095 8.701.031A8.094 8.094 0 008 0zm1.5 8a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM11 8a3 3 0 11-6 0 3 3 0 016 0z" />
9
+ </svg>
@@ -0,0 +1,10 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff" d="M16 12a4 4 0 11-8 0 4 4 0 018 0zm-1.5 0a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0z" />
8
+ <path fill-rule="evenodd" fill="#ffffff"
9
+ d="M12 1c-.268 0-.534.01-.797.028-.763.055-1.345.617-1.512 1.304l-.352 1.45c-.02.078-.09.172-.225.22a8.45 8.45 0 00-.728.303c-.13.06-.246.044-.315.002l-1.274-.776c-.604-.368-1.412-.354-1.99.147-.403.348-.78.726-1.129 1.128-.5.579-.515 1.387-.147 1.99l.776 1.275c.042.069.059.185-.002.315-.112.237-.213.48-.302.728-.05.135-.143.206-.221.225l-1.45.352c-.687.167-1.249.749-1.304 1.512a11.149 11.149 0 000 1.594c.055.763.617 1.345 1.304 1.512l1.45.352c.078.02.172.09.22.225.09.248.191.491.303.729.06.129.044.245.002.314l-.776 1.274c-.368.604-.354 1.412.147 1.99.348.403.726.78 1.128 1.129.579.5 1.387.515 1.99.147l1.275-.776c.069-.042.185-.059.315.002.237.112.48.213.728.302.135.05.206.143.225.221l.352 1.45c.167.687.749 1.249 1.512 1.303a11.125 11.125 0 001.594 0c.763-.054 1.345-.616 1.512-1.303l.352-1.45c.02-.078.09-.172.225-.22.248-.09.491-.191.729-.303.129-.06.245-.044.314-.002l1.274.776c.604.368 1.412.354 1.99-.147.403-.348.78-.726 1.129-1.128.5-.579.515-1.387.147-1.99l-.776-1.275c-.042-.069-.059-.185.002-.315.112-.237.213-.48.302-.728.05-.135.143-.206.221-.225l1.45-.352c.687-.167 1.249-.749 1.303-1.512a11.125 11.125 0 000-1.594c-.054-.763-.616-1.345-1.303-1.512l-1.45-.352c-.078-.02-.172-.09-.22-.225a8.469 8.469 0 00-.303-.728c-.06-.13-.044-.246-.002-.315l.776-1.274c.368-.604.354-1.412-.147-1.99-.348-.403-.726-.78-1.128-1.129-.579-.5-1.387-.515-1.99-.147l-1.275.776c-.069.042-.185.059-.315-.002a8.465 8.465 0 00-.728-.302c-.135-.05-.206-.143-.225-.221l-.352-1.45c-.167-.687-.749-1.249-1.512-1.304A11.149 11.149 0 0012 1zm-.69 1.525a9.648 9.648 0 011.38 0c.055.004.135.05.162.16l.351 1.45c.153.628.626 1.08 1.173 1.278.205.074.405.157.6.249a1.832 1.832 0 001.733-.074l1.275-.776c.097-.06.186-.036.228 0 .348.302.674.628.976.976.036.042.06.13 0 .228l-.776 1.274a1.832 1.832 0 00-.074 1.734c.092.195.175.395.248.6.198.547.652 1.02 1.278 1.172l1.45.353c.111.026.157.106.161.161a9.653 9.653 0 010 1.38c-.004.055-.05.135-.16.162l-1.45.351a1.833 1.833 0 00-1.278 1.173 6.926 6.926 0 01-.25.6 1.832 1.832 0 00.075 1.733l.776 1.275c.06.097.036.186 0 .228a9.555 9.555 0 01-.976.976c-.042.036-.13.06-.228 0l-1.275-.776a1.832 1.832 0 00-1.733-.074 6.926 6.926 0 01-.6.248 1.833 1.833 0 00-1.172 1.278l-.353 1.45c-.026.111-.106.157-.161.161a9.653 9.653 0 01-1.38 0c-.055-.004-.135-.05-.162-.16l-.351-1.45a1.833 1.833 0 00-1.173-1.278 6.928 6.928 0 01-.6-.25 1.832 1.832 0 00-1.734.075l-1.274.776c-.097.06-.186.036-.228 0a9.56 9.56 0 01-.976-.976c-.036-.042-.06-.13 0-.228l.776-1.275a1.832 1.832 0 00.074-1.733 6.948 6.948 0 01-.249-.6 1.833 1.833 0 00-1.277-1.172l-1.45-.353c-.111-.026-.157-.106-.161-.161a9.648 9.648 0 010-1.38c.004-.055.05-.135.16-.162l1.45-.351a1.833 1.833 0 001.278-1.173 6.95 6.95 0 01.249-.6 1.832 1.832 0 00-.074-1.734l-.776-1.274c-.06-.097-.036-.186 0-.228.302-.348.628-.674.976-.976.042-.036.13-.06.228 0l1.274.776a1.832 1.832 0 001.734.074 6.95 6.95 0 01.6-.249 1.833 1.833 0 001.172-1.277l.353-1.45c.026-.111.106-.157.161-.161z" />
10
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M4.75 1.5a1.25 1.25 0 100 2.5h2.309c-.233-.818-.542-1.401-.878-1.793-.43-.502-.915-.707-1.431-.707zM2 2.75c0 .45.108.875.3 1.25h-.55A1.75 1.75 0 000 5.75v2c0 .698.409 1.3 1 1.582v4.918c0 .966.784 1.75 1.75 1.75h10.5A1.75 1.75 0 0015 14.25V9.332c.591-.281 1-.884 1-1.582v-2A1.75 1.75 0 0014.25 4h-.55a2.75 2.75 0 00-2.45-4c-.984 0-1.874.42-2.57 1.23A5.086 5.086 0 008 2.274a5.086 5.086 0 00-.68-1.042C6.623.42 5.733 0 4.75 0A2.75 2.75 0 002 2.75zM8.941 4h2.309a1.25 1.25 0 100-2.5c-.516 0-1 .205-1.43.707-.337.392-.646.975-.879 1.793zm-1.84 1.5H1.75a.25.25 0 00-.25.25v2c0 .138.112.25.25.25h5.5V5.5h-.149zm1.649 0V8h5.5a.25.25 0 00.25-.25v-2a.25.25 0 00-.25-.25h-5.5zm0 4h4.75v4.75a.25.25 0 01-.25.25h-4.5v-5zm-1.5 0v5h-4.5a.25.25 0 01-.25-.25V9.5h4.75z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M3.75 3.75c0 .844.279 1.623.75 2.25H2.75A1.75 1.75 0 001 7.75v2.5c0 .698.409 1.3 1 1.582v8.418c0 .966.784 1.75 1.75 1.75h16.5A1.75 1.75 0 0022 20.25v-8.418c.591-.281 1-.884 1-1.582v-2.5A1.75 1.75 0 0021.25 6H19.5a3.75 3.75 0 00-3-6c-1.456 0-3.436.901-4.5 3.11C10.936.901 8.955 0 7.5 0a3.75 3.75 0 00-3.75 3.75zM11.22 6c-.287-3.493-2.57-4.5-3.72-4.5a2.25 2.25 0 000 4.5h3.72zm9.28 6v8.25a.25.25 0 01-.25.25h-7.5V12h7.75zm-9.25 8.5V12H3.5v8.25c0 .138.112.25.25.25h7.5zm10-10a.25.25 0 00.25-.25v-2.5a.25.25 0 00-.25-.25h-8.5v3h8.5zm-18.5 0h8.5v-3h-8.5a.25.25 0 00-.25.25v2.5c0 .138.112.25.25.25zm16-6.75A2.25 2.25 0 0116.5 6h-3.72c.287-3.493 2.57-4.5 3.72-4.5a2.25 2.25 0 012.25 2.25z" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <!--
2
+ - Copyright ©2023 @Ewsgit and YourDash contributors.
3
+ - YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
+ -->
5
+
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
7
+ <path fill-rule="evenodd" fill="#ffffff"
8
+ d="M11.75 2.5a.75.75 0 100 1.5.75.75 0 000-1.5zm-2.25.75a2.25 2.25 0 113 2.122V6A2.5 2.5 0 0110 8.5H6a1 1 0 00-1 1v1.128a2.251 2.251 0 11-1.5 0V5.372a2.25 2.25 0 111.5 0v1.836A2.492 2.492 0 016 7h4a1 1 0 001-1v-.628A2.25 2.25 0 019.5 3.25zM4.25 12a.75.75 0 100 1.5.75.75 0 000-1.5zM3.5 3.25a.75.75 0 111.5 0 .75.75 0 01-1.5 0z" />
9
+ </svg>
@@ -0,0 +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 fill-rule="evenodd" fill="#ffffff"
8
+ d="M5.75 21a1.75 1.75 0 110-3.5 1.75 1.75 0 010 3.5zM2.5 19.25a3.25 3.25 0 106.5 0 3.25 3.25 0 00-6.5 0zM5.75 6.5a1.75 1.75 0 110-3.5 1.75 1.75 0 010 3.5zM2.5 4.75a3.25 3.25 0 106.5 0 3.25 3.25 0 00-6.5 0zM18.25 6.5a1.75 1.75 0 110-3.5 1.75 1.75 0 010 3.5zM15 4.75a3.25 3.25 0 106.5 0 3.25 3.25 0 00-6.5 0z" />
9
+ <path fill-rule="evenodd" fill="#ffffff" d="M5.75 16.75A.75.75 0 006.5 16V8A.75.75 0 005 8v8c0 .414.336.75.75.75z" />
10
+ <path fill-rule="evenodd" fill="#ffffff"
11
+ d="M17.5 8.75v-1H19v1a3.75 3.75 0 01-3.75 3.75h-7a1.75 1.75 0 00-1.75 1.75H5A3.25 3.25 0 018.25 11h7a2.25 2.25 0 002.25-2.25z" />
12
+ </svg>