@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.
- package/README.md +2 -0
- package/components/box/box.module.scss +21 -0
- package/components/box/box.tsx +22 -0
- package/components/button/button.module.scss +47 -0
- package/components/button/button.tsx +23 -0
- package/components/buttonLink/buttonLink.module.scss +47 -0
- package/components/buttonLink/buttonLink.tsx +26 -0
- package/components/card/card.module.scss +78 -0
- package/components/card/card.tsx +61 -0
- package/components/contextMenu/contextMenu.tsx +55 -0
- package/components/contextMenu/contextMenuRoot.module.scss +31 -0
- package/components/contextMenu/contextMenuRoot.tsx +83 -0
- package/components/contextMenu/contextMenuRootContext.tsx +22 -0
- package/components/flex/flex.module.scss +19 -0
- package/components/flex/flex.tsx +13 -0
- package/components/heading/heading.module.scss +41 -0
- package/components/heading/heading.tsx +27 -0
- package/components/icon/icon.module.scss +26 -0
- package/components/icon/icon.tsx +30 -0
- package/components/icon/iconDictionary.ts +573 -0
- package/components/icon/icons/accessibility-16.svg +9 -0
- package/components/icon/icons/accessibility-inset-16.svg +9 -0
- package/components/icon/icons/alert-16.svg +9 -0
- package/components/icon/icons/alert-24.svg +10 -0
- package/components/icon/icons/alert-fill-12.svg +9 -0
- package/components/icon/icons/app-launcher-16.svg +11 -0
- package/components/icon/icons/apps-16.svg +9 -0
- package/components/icon/icons/archive-16.svg +9 -0
- package/components/icon/icons/archive-24.svg +12 -0
- package/components/icon/icons/arrow-both-16.svg +9 -0
- package/components/icon/icons/arrow-both-24.svg +6 -0
- package/components/icon/icons/arrow-down-16.svg +9 -0
- package/components/icon/icons/arrow-down-24.svg +9 -0
- package/components/icon/icons/arrow-down-left-24.svg +9 -0
- package/components/icon/icons/arrow-down-right-24.svg +9 -0
- package/components/icon/icons/arrow-left-16.svg +9 -0
- package/components/icon/icons/arrow-left-24.svg +9 -0
- package/components/icon/icons/arrow-right-16.svg +9 -0
- package/components/icon/icons/arrow-right-24.svg +9 -0
- package/components/icon/icons/arrow-switch-16.svg +6 -0
- package/components/icon/icons/arrow-switch-24.svg +6 -0
- package/components/icon/icons/arrow-up-16.svg +9 -0
- package/components/icon/icons/arrow-up-24.svg +9 -0
- package/components/icon/icons/arrow-up-left-24.svg +9 -0
- package/components/icon/icons/arrow-up-right-24.svg +9 -0
- package/components/icon/icons/beaker-16.svg +9 -0
- package/components/icon/icons/beaker-24.svg +9 -0
- package/components/icon/icons/bell-16.svg +10 -0
- package/components/icon/icons/bell-24.svg +9 -0
- package/components/icon/icons/bell-fill-16.svg +6 -0
- package/components/icon/icons/bell-fill-24.svg +9 -0
- package/components/icon/icons/bell-slash-16.svg +9 -0
- package/components/icon/icons/bell-slash-24.svg +11 -0
- package/components/icon/icons/blocked-16.svg +9 -0
- package/components/icon/icons/blocked-24.svg +9 -0
- package/components/icon/icons/bold-16.svg +9 -0
- package/components/icon/icons/bold-24.svg +9 -0
- package/components/icon/icons/book-16.svg +9 -0
- package/components/icon/icons/book-24.svg +9 -0
- package/components/icon/icons/bookmark-16.svg +9 -0
- package/components/icon/icons/bookmark-24.svg +9 -0
- package/components/icon/icons/bookmark-fill-24.svg +9 -0
- package/components/icon/icons/bookmark-slash-16.svg +9 -0
- package/components/icon/icons/bookmark-slash-24.svg +10 -0
- package/components/icon/icons/bookmark-slash-fill-24.svg +9 -0
- package/components/icon/icons/briefcase-16.svg +9 -0
- package/components/icon/icons/briefcase-24.svg +9 -0
- package/components/icon/icons/broadcast-16.svg +9 -0
- package/components/icon/icons/broadcast-24.svg +6 -0
- package/components/icon/icons/browser-16.svg +9 -0
- package/components/icon/icons/browser-24.svg +9 -0
- package/components/icon/icons/bug-16.svg +9 -0
- package/components/icon/icons/bug-24.svg +9 -0
- package/components/icon/icons/cache-16.svg +11 -0
- package/components/icon/icons/calendar-16.svg +9 -0
- package/components/icon/icons/calendar-24.svg +9 -0
- package/components/icon/icons/check-16.svg +9 -0
- package/components/icon/icons/check-24.svg +9 -0
- package/components/icon/icons/check-circle-16.svg +9 -0
- package/components/icon/icons/check-circle-24.svg +10 -0
- package/components/icon/icons/check-circle-fill-12.svg +9 -0
- package/components/icon/icons/check-circle-fill-16.svg +9 -0
- package/components/icon/icons/check-circle-fill-24.svg +9 -0
- package/components/icon/icons/checkbox-16.svg +9 -0
- package/components/icon/icons/checkbox-24.svg +10 -0
- package/components/icon/icons/checklist-16.svg +9 -0
- package/components/icon/icons/checklist-24.svg +6 -0
- package/components/icon/icons/chevron-down-16.svg +9 -0
- package/components/icon/icons/chevron-down-24.svg +9 -0
- package/components/icon/icons/chevron-left-16.svg +9 -0
- package/components/icon/icons/chevron-left-24.svg +9 -0
- package/components/icon/icons/chevron-right-16.svg +9 -0
- package/components/icon/icons/chevron-right-24.svg +9 -0
- package/components/icon/icons/chevron-up-16.svg +9 -0
- package/components/icon/icons/chevron-up-24.svg +9 -0
- package/components/icon/icons/circle-16.svg +8 -0
- package/components/icon/icons/circle-24.svg +9 -0
- package/components/icon/icons/circle-slash-16.svg +9 -0
- package/components/icon/icons/circle-slash-24.svg +9 -0
- package/components/icon/icons/clock-16.svg +9 -0
- package/components/icon/icons/clock-24.svg +10 -0
- package/components/icon/icons/cloud-16.svg +9 -0
- package/components/icon/icons/cloud-24.svg +9 -0
- package/components/icon/icons/cloud-offline-16.svg +11 -0
- package/components/icon/icons/cloud-offline-24.svg +11 -0
- package/components/icon/icons/code-16.svg +9 -0
- package/components/icon/icons/code-24.svg +9 -0
- package/components/icon/icons/code-of-conduct-16.svg +9 -0
- package/components/icon/icons/code-of-conduct-24.svg +9 -0
- package/components/icon/icons/code-review-16.svg +9 -0
- package/components/icon/icons/code-review-24.svg +11 -0
- package/components/icon/icons/code-square-16.svg +9 -0
- package/components/icon/icons/code-square-24.svg +11 -0
- package/components/icon/icons/codescan-16.svg +11 -0
- package/components/icon/icons/codescan-24.svg +11 -0
- package/components/icon/icons/codescan-checkmark-16.svg +10 -0
- package/components/icon/icons/codescan-checkmark-24.svg +10 -0
- package/components/icon/icons/codespaces-16.svg +11 -0
- package/components/icon/icons/codespaces-24.svg +11 -0
- package/components/icon/icons/columns-16.svg +9 -0
- package/components/icon/icons/columns-24.svg +9 -0
- package/components/icon/icons/command-palette-16.svg +6 -0
- package/components/icon/icons/command-palette-24.svg +6 -0
- package/components/icon/icons/comment-16.svg +9 -0
- package/components/icon/icons/comment-24.svg +9 -0
- package/components/icon/icons/comment-discussion-16.svg +9 -0
- package/components/icon/icons/comment-discussion-24.svg +11 -0
- package/components/icon/icons/commit-24.svg +10 -0
- package/components/icon/icons/container-16.svg +9 -0
- package/components/icon/icons/container-24.svg +9 -0
- package/components/icon/icons/copilot-16.svg +10 -0
- package/components/icon/icons/copilot-24.svg +10 -0
- package/components/icon/icons/copilot-48.svg +10 -0
- package/components/icon/icons/copilot-96.svg +10 -0
- package/components/icon/icons/copilot-error-16.svg +9 -0
- package/components/icon/icons/copilot-warning-16.svg +11 -0
- package/components/icon/icons/copy-16.svg +11 -0
- package/components/icon/icons/copy-24.svg +11 -0
- package/components/icon/icons/cpu-16.svg +9 -0
- package/components/icon/icons/cpu-24.svg +11 -0
- package/components/icon/icons/credit-card-16.svg +10 -0
- package/components/icon/icons/credit-card-24.svg +10 -0
- package/components/icon/icons/cross-reference-16.svg +9 -0
- package/components/icon/icons/cross-reference-24.svg +6 -0
- package/components/icon/icons/dash-16.svg +8 -0
- package/components/icon/icons/dash-24.svg +8 -0
- package/components/icon/icons/database-16.svg +9 -0
- package/components/icon/icons/database-24.svg +9 -0
- package/components/icon/icons/dependabot-16.svg +10 -0
- package/components/icon/icons/dependabot-24.svg +10 -0
- package/components/icon/icons/desktop-download-16.svg +6 -0
- package/components/icon/icons/desktop-download-24.svg +11 -0
- package/components/icon/icons/device-camera-16.svg +9 -0
- package/components/icon/icons/device-camera-video-16.svg +9 -0
- package/components/icon/icons/device-camera-video-24.svg +9 -0
- package/components/icon/icons/device-desktop-16.svg +9 -0
- package/components/icon/icons/device-desktop-24.svg +9 -0
- package/components/icon/icons/device-mobile-16.svg +9 -0
- package/components/icon/icons/device-mobile-24.svg +10 -0
- package/components/icon/icons/diamond-16.svg +9 -0
- package/components/icon/icons/diamond-24.svg +9 -0
- package/components/icon/icons/diff-16.svg +9 -0
- package/components/icon/icons/diff-24.svg +9 -0
- package/components/icon/icons/diff-added-16.svg +9 -0
- package/components/icon/icons/diff-ignored-16.svg +9 -0
- package/components/icon/icons/diff-modified-16.svg +9 -0
- package/components/icon/icons/diff-removed-16.svg +9 -0
- package/components/icon/icons/diff-renamed-16.svg +9 -0
- package/components/icon/icons/dot-16.svg +8 -0
- package/components/icon/icons/dot-24.svg +8 -0
- package/components/icon/icons/dot-fill-16.svg +8 -0
- package/components/icon/icons/dot-fill-24.svg +6 -0
- package/components/icon/icons/download-16.svg +9 -0
- package/components/icon/icons/download-24.svg +6 -0
- package/components/icon/icons/duplicate-16.svg +12 -0
- package/components/icon/icons/duplicate-24.svg +12 -0
- package/components/icon/icons/ellipsis-16.svg +9 -0
- package/components/icon/icons/ewsgit.svg +14 -0
- package/components/icon/icons/eye-16.svg +9 -0
- package/components/icon/icons/eye-24.svg +10 -0
- package/components/icon/icons/eye-closed-16.svg +9 -0
- package/components/icon/icons/eye-closed-24.svg +11 -0
- package/components/icon/icons/feed-discussion-16.svg +9 -0
- package/components/icon/icons/feed-forked-16.svg +9 -0
- package/components/icon/icons/feed-heart-16.svg +9 -0
- package/components/icon/icons/feed-merged-16.svg +9 -0
- package/components/icon/icons/feed-person-16.svg +9 -0
- package/components/icon/icons/feed-repo-16.svg +9 -0
- package/components/icon/icons/feed-rocket-16.svg +9 -0
- package/components/icon/icons/feed-star-16.svg +9 -0
- package/components/icon/icons/feed-tag-16.svg +10 -0
- package/components/icon/icons/feed-trophy-16.svg +10 -0
- package/components/icon/icons/file-16.svg +9 -0
- package/components/icon/icons/file-24.svg +9 -0
- package/components/icon/icons/file-added-16.svg +9 -0
- package/components/icon/icons/file-badge-16.svg +11 -0
- package/components/icon/icons/file-binary-16.svg +9 -0
- package/components/icon/icons/file-binary-24.svg +12 -0
- package/components/icon/icons/file-code-16.svg +9 -0
- package/components/icon/icons/file-code-24.svg +11 -0
- package/components/icon/icons/file-diff-16.svg +9 -0
- package/components/icon/icons/file-diff-24.svg +11 -0
- package/components/icon/icons/file-directory-16.svg +9 -0
- package/components/icon/icons/file-directory-24.svg +9 -0
- package/components/icon/icons/file-directory-fill-16.svg +6 -0
- package/components/icon/icons/file-directory-fill-24.svg +9 -0
- package/components/icon/icons/file-directory-open-fill-16.svg +6 -0
- package/components/icon/icons/file-media-24.svg +9 -0
- package/components/icon/icons/file-moved-16.svg +6 -0
- package/components/icon/icons/file-removed-16.svg +9 -0
- package/components/icon/icons/file-submodule-16.svg +9 -0
- package/components/icon/icons/file-submodule-24.svg +9 -0
- package/components/icon/icons/file-symlink-file-16.svg +9 -0
- package/components/icon/icons/file-symlink-file-24.svg +9 -0
- package/components/icon/icons/file-zip-16.svg +9 -0
- package/components/icon/icons/file-zip-24.svg +13 -0
- package/components/icon/icons/filter-16.svg +9 -0
- package/components/icon/icons/filter-24.svg +6 -0
- package/components/icon/icons/flame-16.svg +9 -0
- package/components/icon/icons/flame-24.svg +9 -0
- package/components/icon/icons/fold-16.svg +6 -0
- package/components/icon/icons/fold-24.svg +13 -0
- package/components/icon/icons/fold-down-16.svg +6 -0
- package/components/icon/icons/fold-down-24.svg +11 -0
- package/components/icon/icons/fold-up-16.svg +6 -0
- package/components/icon/icons/fold-up-24.svg +11 -0
- package/components/icon/icons/gear-16.svg +9 -0
- package/components/icon/icons/gear-24.svg +10 -0
- package/components/icon/icons/gift-16.svg +9 -0
- package/components/icon/icons/gift-24.svg +9 -0
- package/components/icon/icons/git-branch-16.svg +9 -0
- package/components/icon/icons/git-branch-24.svg +12 -0
- package/components/icon/icons/git-commit-16.svg +9 -0
- package/components/icon/icons/git-commit-24.svg +9 -0
- package/components/icon/icons/git-compare-16.svg +9 -0
- package/components/icon/icons/git-compare-24.svg +12 -0
- package/components/icon/icons/git-merge-16.svg +9 -0
- package/components/icon/icons/git-merge-24.svg +11 -0
- package/components/icon/icons/git-merge-queue-16.svg +11 -0
- package/components/icon/icons/git-pull-request-16.svg +9 -0
- package/components/icon/icons/git-pull-request-24.svg +11 -0
- package/components/icon/icons/git-pull-request-closed-16.svg +9 -0
- package/components/icon/icons/git-pull-request-closed-24.svg +11 -0
- package/components/icon/icons/git-pull-request-draft-16.svg +10 -0
- package/components/icon/icons/git-pull-request-draft-24.svg +10 -0
- package/components/icon/icons/globe-16.svg +9 -0
- package/components/icon/icons/globe-24.svg +9 -0
- package/components/icon/icons/grabber-16.svg +9 -0
- package/components/icon/icons/grabber-24.svg +9 -0
- package/components/icon/icons/graph-16.svg +9 -0
- package/components/icon/icons/graph-24.svg +6 -0
- package/components/icon/icons/hash-16.svg +9 -0
- package/components/icon/icons/hash-24.svg +9 -0
- package/components/icon/icons/heading-16.svg +9 -0
- package/components/icon/icons/heading-24.svg +9 -0
- package/components/icon/icons/heart-16.svg +9 -0
- package/components/icon/icons/heart-24.svg +9 -0
- package/components/icon/icons/heart-fill-16.svg +9 -0
- package/components/icon/icons/heart-fill-24.svg +6 -0
- package/components/icon/icons/history-16.svg +9 -0
- package/components/icon/icons/history-24.svg +6 -0
- package/components/icon/icons/home-16.svg +6 -0
- package/components/icon/icons/home-24.svg +9 -0
- package/components/icon/icons/home-fill-24.svg +6 -0
- package/components/icon/icons/horizontal-rule-16.svg +8 -0
- package/components/icon/icons/horizontal-rule-24.svg +8 -0
- package/components/icon/icons/hourglass-16.svg +9 -0
- package/components/icon/icons/hourglass-24.svg +9 -0
- package/components/icon/icons/hubot-16.svg +9 -0
- package/components/icon/icons/hubot-24.svg +11 -0
- package/components/icon/icons/id-badge-16.svg +11 -0
- package/components/icon/icons/image-16.svg +9 -0
- package/components/icon/icons/image-24.svg +9 -0
- package/components/icon/icons/inbox-16.svg +9 -0
- package/components/icon/icons/inbox-24.svg +9 -0
- package/components/icon/icons/infinity-16.svg +9 -0
- package/components/icon/icons/infinity-24.svg +9 -0
- package/components/icon/icons/info-16.svg +9 -0
- package/components/icon/icons/info-24.svg +11 -0
- package/components/icon/icons/issue-closed-16.svg +9 -0
- package/components/icon/icons/issue-closed-24.svg +10 -0
- package/components/icon/icons/issue-draft-16.svg +9 -0
- package/components/icon/icons/issue-draft-24.svg +9 -0
- package/components/icon/icons/issue-opened-16.svg +9 -0
- package/components/icon/icons/issue-opened-24.svg +9 -0
- package/components/icon/icons/issue-reopened-16.svg +6 -0
- package/components/icon/icons/issue-reopened-24.svg +6 -0
- package/components/icon/icons/italic-16.svg +9 -0
- package/components/icon/icons/italic-24.svg +9 -0
- package/components/icon/icons/iterations-16.svg +6 -0
- package/components/icon/icons/iterations-24.svg +6 -0
- package/components/icon/icons/kebab-horizontal-16.svg +6 -0
- package/components/icon/icons/kebab-horizontal-24.svg +8 -0
- package/components/icon/icons/key-16.svg +9 -0
- package/components/icon/icons/key-24.svg +10 -0
- package/components/icon/icons/key-asterisk-16.svg +11 -0
- package/components/icon/icons/law-16.svg +9 -0
- package/components/icon/icons/law-24.svg +9 -0
- package/components/icon/icons/light-bulb-16.svg +9 -0
- package/components/icon/icons/light-bulb-24.svg +9 -0
- package/components/icon/icons/link-16.svg +9 -0
- package/components/icon/icons/link-24.svg +6 -0
- package/components/icon/icons/link-external-16.svg +9 -0
- package/components/icon/icons/link-external-24.svg +6 -0
- package/components/icon/icons/list-ordered-16.svg +9 -0
- package/components/icon/icons/list-ordered-24.svg +6 -0
- package/components/icon/icons/list-unordered-16.svg +9 -0
- package/components/icon/icons/list-unordered-24.svg +9 -0
- package/components/icon/icons/location-16.svg +9 -0
- package/components/icon/icons/location-24.svg +10 -0
- package/components/icon/icons/lock-16.svg +9 -0
- package/components/icon/icons/lock-24.svg +9 -0
- package/components/icon/icons/log-16.svg +10 -0
- package/components/icon/icons/login.svg +9 -0
- package/components/icon/icons/logo-gist-16.svg +9 -0
- package/components/icon/icons/logo-github-16.svg +9 -0
- package/components/icon/icons/logout.svg +9 -0
- package/components/icon/icons/mail-16.svg +9 -0
- package/components/icon/icons/mail-24.svg +9 -0
- package/components/icon/icons/mark-github-16.svg +9 -0
- package/components/icon/icons/markdown-16.svg +9 -0
- package/components/icon/icons/megaphone-16.svg +14 -0
- package/components/icon/icons/megaphone-24.svg +9 -0
- package/components/icon/icons/mention-16.svg +9 -0
- package/components/icon/icons/mention-24.svg +9 -0
- package/components/icon/icons/meter-16.svg +9 -0
- package/components/icon/icons/milestone-16.svg +9 -0
- package/components/icon/icons/milestone-24.svg +9 -0
- package/components/icon/icons/mirror-16.svg +9 -0
- package/components/icon/icons/mirror-24.svg +9 -0
- package/components/icon/icons/moon-16.svg +9 -0
- package/components/icon/icons/moon-24.svg +9 -0
- package/components/icon/icons/mortar-board-16.svg +9 -0
- package/components/icon/icons/mortar-board-24.svg +9 -0
- package/components/icon/icons/multi-select-16.svg +10 -0
- package/components/icon/icons/multi-select-24.svg +10 -0
- package/components/icon/icons/mute-16.svg +9 -0
- package/components/icon/icons/mute-24.svg +11 -0
- package/components/icon/icons/no-entry-16.svg +9 -0
- package/components/icon/icons/no-entry-24.svg +9 -0
- package/components/icon/icons/no-entry-fill-12.svg +8 -0
- package/components/icon/icons/north-star-16.svg +6 -0
- package/components/icon/icons/north-star-24.svg +6 -0
- package/components/icon/icons/note-16.svg +9 -0
- package/components/icon/icons/note-24.svg +11 -0
- package/components/icon/icons/number-16.svg +9 -0
- package/components/icon/icons/number-24.svg +9 -0
- package/components/icon/icons/organization-16.svg +9 -0
- package/components/icon/icons/organization-24.svg +11 -0
- package/components/icon/icons/package-16.svg +9 -0
- package/components/icon/icons/package-24.svg +9 -0
- package/components/icon/icons/package-dependencies-16.svg +9 -0
- package/components/icon/icons/package-dependencies-24.svg +11 -0
- package/components/icon/icons/package-dependents-16.svg +9 -0
- package/components/icon/icons/package-dependents-24.svg +11 -0
- package/components/icon/icons/paintbrush-16.svg +9 -0
- package/components/icon/icons/paper-airplane-16.svg +9 -0
- package/components/icon/icons/paper-airplane-24.svg +9 -0
- package/components/icon/icons/paperclip-16.svg +9 -0
- package/components/icon/icons/paperclip-24.svg +9 -0
- package/components/icon/icons/paste-16.svg +9 -0
- package/components/icon/icons/paste-24.svg +11 -0
- package/components/icon/icons/pencil-16.svg +9 -0
- package/components/icon/icons/pencil-24.svg +9 -0
- package/components/icon/icons/people-16.svg +9 -0
- package/components/icon/icons/people-24.svg +11 -0
- package/components/icon/icons/person-16.svg +9 -0
- package/components/icon/icons/person-24.svg +9 -0
- package/components/icon/icons/person-add-16.svg +9 -0
- package/components/icon/icons/person-add-24.svg +9 -0
- package/components/icon/icons/person-fill-16.svg +6 -0
- package/components/icon/icons/person-fill-24.svg +6 -0
- package/components/icon/icons/pin-16.svg +9 -0
- package/components/icon/icons/pin-24.svg +9 -0
- package/components/icon/icons/play-16.svg +9 -0
- package/components/icon/icons/play-24.svg +10 -0
- package/components/icon/icons/plug-16.svg +9 -0
- package/components/icon/icons/plug-24.svg +9 -0
- package/components/icon/icons/plus-16.svg +9 -0
- package/components/icon/icons/plus-24.svg +9 -0
- package/components/icon/icons/plus-circle-16.svg +9 -0
- package/components/icon/icons/plus-circle-24.svg +10 -0
- package/components/icon/icons/project-16.svg +9 -0
- package/components/icon/icons/project-24.svg +11 -0
- package/components/icon/icons/pulse-16.svg +9 -0
- package/components/icon/icons/pulse-24.svg +9 -0
- package/components/icon/icons/question-16.svg +9 -0
- package/components/icon/icons/question-24.svg +11 -0
- package/components/icon/icons/quote-16.svg +9 -0
- package/components/icon/icons/quote-24.svg +9 -0
- package/components/icon/icons/reply-16.svg +9 -0
- package/components/icon/icons/reply-24.svg +6 -0
- package/components/icon/icons/repo-16.svg +9 -0
- package/components/icon/icons/repo-24.svg +10 -0
- package/components/icon/icons/repo-clone-16.svg +9 -0
- package/components/icon/icons/repo-deleted-16.svg +6 -0
- package/components/icon/icons/repo-forked-16.svg +9 -0
- package/components/icon/icons/repo-forked-24.svg +12 -0
- package/components/icon/icons/repo-locked-16.svg +11 -0
- package/components/icon/icons/repo-locked-24.svg +11 -0
- package/components/icon/icons/repo-pull-16.svg +9 -0
- package/components/icon/icons/repo-push-16.svg +9 -0
- package/components/icon/icons/repo-push-24.svg +6 -0
- package/components/icon/icons/repo-template-16.svg +9 -0
- package/components/icon/icons/repo-template-24.svg +6 -0
- package/components/icon/icons/report-16.svg +9 -0
- package/components/icon/icons/report-24.svg +9 -0
- package/components/icon/icons/rocket-16.svg +9 -0
- package/components/icon/icons/rocket-24.svg +9 -0
- package/components/icon/icons/rows-16.svg +9 -0
- package/components/icon/icons/rows-24.svg +9 -0
- package/components/icon/icons/rss-16.svg +9 -0
- package/components/icon/icons/rss-24.svg +9 -0
- package/components/icon/icons/ruby-16.svg +9 -0
- package/components/icon/icons/ruby-24.svg +9 -0
- package/components/icon/icons/screen-full-16.svg +9 -0
- package/components/icon/icons/screen-full-24.svg +9 -0
- package/components/icon/icons/screen-normal-16.svg +9 -0
- package/components/icon/icons/screen-normal-24.svg +9 -0
- package/components/icon/icons/search-16.svg +9 -0
- package/components/icon/icons/search-24.svg +9 -0
- package/components/icon/icons/server-16.svg +9 -0
- package/components/icon/icons/server-24.svg +11 -0
- package/components/icon/icons/server-error.svg +8 -0
- package/components/icon/icons/share-16.svg +9 -0
- package/components/icon/icons/share-24.svg +9 -0
- package/components/icon/icons/share-android-16.svg +9 -0
- package/components/icon/icons/share-android-24.svg +9 -0
- package/components/icon/icons/shield-16.svg +9 -0
- package/components/icon/icons/shield-24.svg +10 -0
- package/components/icon/icons/shield-check-16.svg +9 -0
- package/components/icon/icons/shield-check-24.svg +10 -0
- package/components/icon/icons/shield-lock-16.svg +9 -0
- package/components/icon/icons/shield-lock-24.svg +9 -0
- package/components/icon/icons/shield-slash-16.svg +11 -0
- package/components/icon/icons/shield-x-16.svg +9 -0
- package/components/icon/icons/shield-x-24.svg +11 -0
- package/components/icon/icons/sidebar-collapse-16.svg +10 -0
- package/components/icon/icons/sidebar-collapse-24.svg +10 -0
- package/components/icon/icons/sidebar-expand-16.svg +10 -0
- package/components/icon/icons/sidebar-expand-24.svg +10 -0
- package/components/icon/icons/sign-in-16.svg +9 -0
- package/components/icon/icons/sign-in-24.svg +9 -0
- package/components/icon/icons/sign-out-16.svg +9 -0
- package/components/icon/icons/sign-out-24.svg +9 -0
- package/components/icon/icons/single-select-16.svg +10 -0
- package/components/icon/icons/single-select-24.svg +10 -0
- package/components/icon/icons/skip-16.svg +9 -0
- package/components/icon/icons/skip-24.svg +10 -0
- package/components/icon/icons/sliders-16.svg +6 -0
- package/components/icon/icons/smiley-16.svg +9 -0
- package/components/icon/icons/smiley-24.svg +12 -0
- package/components/icon/icons/sort-asc-16.svg +9 -0
- package/components/icon/icons/sort-asc-24.svg +6 -0
- package/components/icon/icons/sort-desc-16.svg +10 -0
- package/components/icon/icons/sort-desc-24.svg +6 -0
- package/components/icon/icons/square-16.svg +9 -0
- package/components/icon/icons/square-24.svg +9 -0
- package/components/icon/icons/square-fill-16.svg +9 -0
- package/components/icon/icons/square-fill-24.svg +9 -0
- package/components/icon/icons/squirrel-16.svg +9 -0
- package/components/icon/icons/squirrel-24.svg +6 -0
- package/components/icon/icons/stack-16.svg +9 -0
- package/components/icon/icons/stack-24.svg +13 -0
- package/components/icon/icons/star-16.svg +9 -0
- package/components/icon/icons/star-24.svg +9 -0
- package/components/icon/icons/star-fill-16.svg +9 -0
- package/components/icon/icons/star-fill-24.svg +9 -0
- package/components/icon/icons/stop-16.svg +9 -0
- package/components/icon/icons/stop-24.svg +10 -0
- package/components/icon/icons/stopwatch-16.svg +9 -0
- package/components/icon/icons/stopwatch-24.svg +9 -0
- package/components/icon/icons/store.svg +10 -0
- package/components/icon/icons/strikethrough-16.svg +9 -0
- package/components/icon/icons/strikethrough-24.svg +9 -0
- package/components/icon/icons/sun-16.svg +9 -0
- package/components/icon/icons/sun-24.svg +9 -0
- package/components/icon/icons/sync-16.svg +9 -0
- package/components/icon/icons/sync-24.svg +6 -0
- package/components/icon/icons/tab-24.svg +6 -0
- package/components/icon/icons/tab-external-16.svg +6 -0
- package/components/icon/icons/table-16.svg +9 -0
- package/components/icon/icons/table-24.svg +9 -0
- package/components/icon/icons/tag-16.svg +9 -0
- package/components/icon/icons/tag-24.svg +10 -0
- package/components/icon/icons/tasklist-16.svg +9 -0
- package/components/icon/icons/tasklist-24.svg +10 -0
- package/components/icon/icons/telescope-16.svg +9 -0
- package/components/icon/icons/telescope-24.svg +11 -0
- package/components/icon/icons/telescope-fill-16.svg +9 -0
- package/components/icon/icons/telescope-fill-24.svg +11 -0
- package/components/icon/icons/terminal-16.svg +9 -0
- package/components/icon/icons/terminal-24.svg +11 -0
- package/components/icon/icons/three-bars-16.svg +9 -0
- package/components/icon/icons/thumbsdown-16.svg +9 -0
- package/components/icon/icons/thumbsdown-24.svg +9 -0
- package/components/icon/icons/thumbsup-16.svg +9 -0
- package/components/icon/icons/thumbsup-24.svg +9 -0
- package/components/icon/icons/tools-16.svg +9 -0
- package/components/icon/icons/tools-24.svg +9 -0
- package/components/icon/icons/trash-16.svg +9 -0
- package/components/icon/icons/trash-24.svg +13 -0
- package/components/icon/icons/triangle-down-16.svg +6 -0
- package/components/icon/icons/triangle-down-24.svg +6 -0
- package/components/icon/icons/triangle-left-16.svg +6 -0
- package/components/icon/icons/triangle-left-24.svg +6 -0
- package/components/icon/icons/triangle-right-16.svg +6 -0
- package/components/icon/icons/triangle-right-24.svg +6 -0
- package/components/icon/icons/triangle-up-16.svg +6 -0
- package/components/icon/icons/triangle-up-24.svg +6 -0
- package/components/icon/icons/trophy-16.svg +9 -0
- package/components/icon/icons/trophy-24.svg +9 -0
- package/components/icon/icons/typography-16.svg +9 -0
- package/components/icon/icons/typography-24.svg +9 -0
- package/components/icon/icons/unfold-16.svg +6 -0
- package/components/icon/icons/unfold-24.svg +12 -0
- package/components/icon/icons/unlock-16.svg +9 -0
- package/components/icon/icons/unlock-24.svg +9 -0
- package/components/icon/icons/unmute-16.svg +9 -0
- package/components/icon/icons/unmute-24.svg +11 -0
- package/components/icon/icons/unverified-16.svg +9 -0
- package/components/icon/icons/unverified-24.svg +11 -0
- package/components/icon/icons/upload-16.svg +9 -0
- package/components/icon/icons/upload-24.svg +9 -0
- package/components/icon/icons/verified-16.svg +9 -0
- package/components/icon/icons/verified-24.svg +10 -0
- package/components/icon/icons/versions-16.svg +9 -0
- package/components/icon/icons/versions-24.svg +9 -0
- package/components/icon/icons/video-16.svg +10 -0
- package/components/icon/icons/video-24.svg +10 -0
- package/components/icon/icons/webhook-16.svg +6 -0
- package/components/icon/icons/workflow-16.svg +9 -0
- package/components/icon/icons/workflow-24.svg +9 -0
- package/components/icon/icons/x-16.svg +9 -0
- package/components/icon/icons/x-24.svg +9 -0
- package/components/icon/icons/x-circle-16.svg +9 -0
- package/components/icon/icons/x-circle-24.svg +11 -0
- package/components/icon/icons/x-circle-fill-12.svg +9 -0
- package/components/icon/icons/x-circle-fill-16.svg +9 -0
- package/components/icon/icons/x-circle-fill-24.svg +9 -0
- package/components/icon/icons/yourdash.svg +64 -0
- package/components/icon/icons/zap-16.svg +9 -0
- package/components/icon/icons/zap-24.svg +9 -0
- package/components/iconButton/iconButton.module.scss +40 -0
- package/components/iconButton/iconButton.tsx +34 -0
- package/components/image/image.module.scss +10 -0
- package/components/image/image.tsx +28 -0
- package/components/link/link.module.scss +32 -0
- package/components/link/link.tsx +21 -0
- package/components/redirect/redirect.tsx +17 -0
- package/components/separator/separator.module.scss +28 -0
- package/components/separator/separator.tsx +14 -0
- package/components/spinner/spinner.module.scss +93 -0
- package/components/spinner/spinner.tsx +31 -0
- package/components/subtext/subtext.module.scss +17 -0
- package/components/subtext/subtext.tsx +14 -0
- package/components/text/text.module.scss +13 -0
- package/components/text/text.tsx +14 -0
- package/components/textButton/textButton.module.scss +30 -0
- package/components/textButton/textButton.tsx +22 -0
- package/components/textInput/textInput.module.scss +52 -0
- package/components/textInput/textInput.tsx +54 -0
- package/components/toast/toast.module.scss +31 -0
- package/components/toast/toast.tsx +65 -0
- package/components/toast/toastContext.ts +14 -0
- package/core/decrementLevel.tsx +13 -0
- package/core/incrementLevel.tsx +13 -0
- package/core/level.tsx +27 -0
- package/core/root.tsx +32 -0
- package/core/toast.ts +17 -0
- package/package.json +46 -6
- package/theme/defaultTheme.module.scss +349 -0
- package/theme/themeValues.scss +46 -0
- package/tsconfig.json +20 -0
- package/views/panAndZoom/panAndZoom.tsx +114 -0
- package/.idea/modules.xml +0 -8
- package/.idea/uikit.iml +0 -12
- package/.idea/vcs.xml +0 -12
@@ -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.5 12a9.5 9.5 0 1119 0 9.5 9.5 0 01-19 0zM12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zm0 13a2 2 0 100-4 2 2 0 000 4z" />
|
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="M5.029 2.217a6.5 6.5 0 019.437 5.11.75.75 0 101.492-.154 8 8 0 00-14.315-4.03L.427 1.927A.25.25 0 000 2.104V5.75A.25.25 0 00.25 6h3.646a.25.25 0 00.177-.427L2.715 4.215a6.491 6.491 0 012.314-1.998zM1.262 8.169a.75.75 0 00-1.22.658 8.001 8.001 0 0014.315 4.03l1.216 1.216a.25.25 0 00.427-.177V10.25a.25.25 0 00-.25-.25h-3.646a.25.25 0 00-.177.427l1.358 1.358a6.501 6.501 0 01-11.751-3.11.75.75 0 00-.272-.506z"/><path d="M9.06 9.06a1.5 1.5 0 11-2.12-2.12 1.5 1.5 0 012.12 2.12z"/></svg>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
+
- YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
+
-->
|
5
|
+
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M3.38 8A9.502 9.502 0 0112 2.5a9.502 9.502 0 019.215 7.182.75.75 0 101.456-.364C21.473 4.539 17.15 1 12 1a10.995 10.995 0 00-9.5 5.452V4.75a.75.75 0 00-1.5 0V8.5a1 1 0 001 1h3.75a.75.75 0 000-1.5H3.38zm-.595 6.318a.75.75 0 00-1.455.364C2.527 19.461 6.85 23 12 23c4.052 0 7.592-2.191 9.5-5.451v1.701a.75.75 0 001.5 0V15.5a1 1 0 00-1-1h-3.75a.75.75 0 000 1.5h2.37A9.502 9.502 0 0112 21.5c-4.446 0-8.181-3.055-9.215-7.182z"/><path d="M13.414 13.414a2 2 0 11-2.828-2.828 2 2 0 012.828 2.828z"/></svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
+
- YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
+
-->
|
5
|
+
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
7
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M6 2.75A.75.75 0 016.75 2h6.5a.75.75 0 010 1.5h-2.505l-3.858 9H9.25a.75.75 0 010 1.5h-6.5a.75.75 0 010-1.5h2.505l3.858-9H6.75A.75.75 0 016 2.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="M10 4.75a.75.75 0 01.75-.75h8.5a.75.75 0 010 1.5h-3.514l-5.828 13h3.342a.75.75 0 010 1.5h-8.5a.75.75 0 010-1.5h3.514l5.828-13H10.75a.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="16" height="16" viewBox="0 0 16 16"><path d="M2.5 7.25a4.75 4.75 0 019.5 0 .75.75 0 001.5 0 6.25 6.25 0 10-6.25 6.25H12v2.146c0 .223.27.335.427.177l2.896-2.896a.25.25 0 000-.354l-2.896-2.896a.25.25 0 00-.427.177V12H7.25A4.75 4.75 0 012.5 7.25z"/></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.5 10.5a8 8 0 1116 0 .75.75 0 001.5 0 9.5 9.5 0 10-9.5 9.5h10.94l-2.72 2.72a.75.75 0 101.06 1.06l3.735-3.735c.44-.439.44-1.151 0-1.59L19.78 14.72a.75.75 0 00-1.06 1.06l2.72 2.72H10.5a8 8 0 01-8-8z"/></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 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM1.5 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm13 0a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"/></svg>
|
@@ -0,0 +1,8 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
+
- YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
+
-->
|
5
|
+
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
7
|
+
<path fill-rule="evenodd" fill="#ffffff" d="M6 12a2 2 0 11-4 0 2 2 0 014 0zm8 0a2 2 0 11-4 0 2 2 0 014 0zm6 2a2 2 0 100-4 2 2 0 000 4z" />
|
8
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
+
- YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
+
-->
|
5
|
+
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
7
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M6.5 5.5a4 4 0 112.731 3.795.75.75 0 00-.768.18L7.44 10.5H6.25a.75.75 0 00-.75.75v1.19l-.06.06H4.25a.75.75 0 00-.75.75v1.19l-.06.06H1.75a.25.25 0 01-.25-.25v-1.69l5.024-5.023a.75.75 0 00.181-.768A3.995 3.995 0 016.5 5.5zm4-5.5a5.5 5.5 0 00-5.348 6.788L.22 11.72a.75.75 0 00-.22.53v2C0 15.216.784 16 1.75 16h2a.75.75 0 00.53-.22l.5-.5a.75.75 0 00.22-.53V14h.75a.75.75 0 00.53-.22l.5-.5a.75.75 0 00.22-.53V12h.75a.75.75 0 00.53-.22l.932-.932A5.5 5.5 0 1010.5 0zm.5 6a1 1 0 100-2 1 1 0 000 2z" />
|
9
|
+
</svg>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
+
- YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
+
-->
|
5
|
+
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
7
|
+
<path d="M16.75 8.5a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5z" />
|
8
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
9
|
+
d="M15.75 0a8.25 8.25 0 00-7.851 10.79L.513 18.178A1.75 1.75 0 000 19.414v2.836C0 23.217.784 24 1.75 24h1.5A1.75 1.75 0 005 22.25v-1a.25.25 0 01.25-.25h2.735a.75.75 0 00.545-.22l.214-.213A.875.875 0 009 19.948V18.5a.25.25 0 01.25-.25h1.086c.464 0 .91-.184 1.237-.513l1.636-1.636A8.25 8.25 0 1015.75 0zM9 8.25a6.75 6.75 0 114.288 6.287.75.75 0 00-.804.168l-1.971 1.972a.25.25 0 01-.177.073H9.25A1.75 1.75 0 007.5 18.5v1H5.25a1.75 1.75 0 00-1.75 1.75v1a.25.25 0 01-.25.25h-1.5a.25.25 0 01-.25-.25v-2.836a.25.25 0 01.073-.177l7.722-7.721a.75.75 0 00.168-.804A6.73 6.73 0 019 8.25z" />
|
10
|
+
</svg>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
+
- YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
+
-->
|
5
|
+
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
7
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M0 2.75A2.75 2.75 0 012.75 0h10.5A2.75 2.75 0 0116 2.75v10.5A2.75 2.75 0 0113.25 16H2.75A2.75 2.75 0 010 13.25V2.75zM2.75 1.5c-.69 0-1.25.56-1.25 1.25v10.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25V2.75c0-.69-.56-1.25-1.25-1.25H2.75z" />
|
9
|
+
<path
|
10
|
+
d="M8 4a.75.75 0 01.75.75V6.7l1.69-.975a.75.75 0 01.75 1.3L9.5 8l1.69.976a.75.75 0 01-.75 1.298L8.75 9.3v1.951a.75.75 0 01-1.5 0V9.299l-1.69.976a.75.75 0 01-.75-1.3L6.5 8l-1.69-.975a.75.75 0 01.75-1.3l1.69.976V4.75A.75.75 0 018 4z" />
|
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.75.75a.75.75 0 00-1.5 0V2h-.984c-.305 0-.604.08-.869.23l-1.288.737A.25.25 0 013.984 3H1.75a.75.75 0 000 1.5h.428L.066 9.192a.75.75 0 00.154.838l.53-.53-.53.53v.001l.002.002.002.002.006.006.016.015.045.04a3.514 3.514 0 00.686.45A4.492 4.492 0 003 11c.88 0 1.556-.22 2.023-.454a3.515 3.515 0 00.686-.45l.045-.04.016-.015.006-.006.002-.002.001-.002L5.25 9.5l.53.53a.75.75 0 00.154-.838L3.822 4.5h.162c.305 0 .604-.08.869-.23l1.289-.737a.25.25 0 01.124-.033h.984V13h-2.5a.75.75 0 000 1.5h6.5a.75.75 0 000-1.5h-2.5V3.5h.984a.25.25 0 01.124.033l1.29.736c.264.152.563.231.868.231h.162l-2.112 4.692a.75.75 0 00.154.838l.53-.53-.53.53v.001l.002.002.002.002.006.006.016.015.045.04a3.517 3.517 0 00.686.45A4.492 4.492 0 0013 11c.88 0 1.556-.22 2.023-.454a3.512 3.512 0 00.686-.45l.045-.04.01-.01.006-.005.006-.006.002-.002.001-.002-.529-.531.53.53a.75.75 0 00.154-.838L13.823 4.5h.427a.75.75 0 000-1.5h-2.234a.25.25 0 01-.124-.033l-1.29-.736A1.75 1.75 0 009.735 2H8.75V.75zM1.695 9.227c.285.135.718.273 1.305.273s1.02-.138 1.305-.273L3 6.327l-1.305 2.9zm10 0c.285.135.718.273 1.305.273s1.02-.138 1.305-.273L13 6.327l-1.305 2.9z" />
|
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.75 2.75a.75.75 0 00-1.5 0V4.5H9.276a1.75 1.75 0 00-.985.303L6.596 5.957A.25.25 0 016.455 6H2.353a.75.75 0 100 1.5H3.93L.563 15.18a.762.762 0 00.21.88c.08.064.161.125.309.221.186.121.452.278.792.433.68.311 1.662.62 2.876.62a6.919 6.919 0 002.876-.62c.34-.155.606-.312.792-.433.15-.097.23-.158.31-.223a.75.75 0 00.209-.878L5.569 7.5h.886c.351 0 .694-.106.984-.303l1.696-1.154A.25.25 0 019.275 6h1.975v14.5H6.763a.75.75 0 000 1.5h10.474a.75.75 0 000-1.5H12.75V6h1.974c.05 0 .1.015.14.043l1.697 1.154c.29.197.633.303.984.303h.886l-3.368 7.68a.75.75 0 00.23.896c.012.009 0 0 .002 0a3.154 3.154 0 00.31.206c.185.112.45.256.79.4a7.343 7.343 0 002.855.568 7.343 7.343 0 002.856-.569c.338-.143.604-.287.79-.399a3.5 3.5 0 00.31-.206.75.75 0 00.23-.896L20.07 7.5h1.578a.75.75 0 000-1.5h-4.102a.25.25 0 01-.14-.043l-1.697-1.154a1.75 1.75 0 00-.984-.303H12.75V2.75zM2.193 15.198a5.418 5.418 0 002.557.635 5.418 5.418 0 002.557-.635L4.75 9.368l-2.557 5.83zm14.51-.024c.082.04.174.083.275.126.53.223 1.305.45 2.272.45a5.846 5.846 0 002.547-.576L19.25 9.367l-2.547 5.807z" />
|
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 1.5c-2.363 0-4 1.69-4 3.75 0 .984.424 1.625.984 2.304l.214.253c.223.264.47.556.673.848.284.411.537.896.621 1.49a.75.75 0 01-1.484.211c-.04-.282-.163-.547-.37-.847a8.695 8.695 0 00-.542-.68c-.084-.1-.173-.205-.268-.32C3.201 7.75 2.5 6.766 2.5 5.25 2.5 2.31 4.863 0 8 0s5.5 2.31 5.5 5.25c0 1.516-.701 2.5-1.328 3.259-.095.115-.184.22-.268.319-.207.245-.383.453-.541.681-.208.3-.33.565-.37.847a.75.75 0 01-1.485-.212c.084-.593.337-1.078.621-1.489.203-.292.45-.584.673-.848.075-.088.147-.173.213-.253.561-.679.985-1.32.985-2.304 0-2.06-1.637-3.75-4-3.75zM6 15.25a.75.75 0 01.75-.75h2.5a.75.75 0 010 1.5h-2.5a.75.75 0 01-.75-.75zM5.75 12a.75.75 0 000 1.5h4.5a.75.75 0 000-1.5h-4.5z" />
|
9
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
+
- YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
+
-->
|
5
|
+
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
7
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M12 2.5c-3.81 0-6.5 2.743-6.5 6.119 0 1.536.632 2.572 1.425 3.56.172.215.347.422.527.635l.096.112c.21.25.427.508.63.774.404.531.783 1.128.995 1.834a.75.75 0 01-1.436.432c-.138-.46-.397-.89-.753-1.357a18.354 18.354 0 00-.582-.714l-.092-.11c-.18-.212-.37-.436-.555-.667C4.87 12.016 4 10.651 4 8.618 4 4.363 7.415 1 12 1s8 3.362 8 7.619c0 2.032-.87 3.397-1.755 4.5-.185.23-.375.454-.555.667l-.092.109c-.21.248-.405.481-.582.714-.356.467-.615.898-.753 1.357a.75.75 0 01-1.437-.432c.213-.706.592-1.303.997-1.834.202-.266.419-.524.63-.774l.095-.112c.18-.213.355-.42.527-.634.793-.99 1.425-2.025 1.425-3.561C18.5 5.243 15.81 2.5 12 2.5zM9.5 21.75a.75.75 0 01.75-.75h3.5a.75.75 0 010 1.5h-3.5a.75.75 0 01-.75-.75zM8.75 18a.75.75 0 000 1.5h6.5a.75.75 0 000-1.5h-6.5z" />
|
9
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
+
- YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
+
-->
|
5
|
+
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
7
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 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="24" height="24" viewBox="0 0 24 24"><path d="M14.78 3.653a3.936 3.936 0 115.567 5.567l-3.627 3.627a3.936 3.936 0 01-5.88-.353.75.75 0 00-1.18.928 5.436 5.436 0 008.12.486l3.628-3.628a5.436 5.436 0 10-7.688-7.688l-3 3a.75.75 0 001.06 1.061l3-3z"/><path d="M7.28 11.153a3.936 3.936 0 015.88.353.75.75 0 001.18-.928 5.436 5.436 0 00-8.12-.486L2.592 13.72a5.436 5.436 0 107.688 7.688l3-3a.75.75 0 10-1.06-1.06l-3 3a3.936 3.936 0 01-5.567-5.568l3.627-3.627z"/></svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
+
- YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
+
-->
|
5
|
+
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
7
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M10.604 1h4.146a.25.25 0 01.25.25v4.146a.25.25 0 01-.427.177L13.03 4.03 9.28 7.78a.75.75 0 01-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0110.604 1zM3.75 2A1.75 1.75 0 002 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0014 12.25v-3.5a.75.75 0 00-1.5 0v3.5a.25.25 0 01-.25.25h-8.5a.25.25 0 01-.25-.25v-8.5a.25.25 0 01.25-.25h3.5a.75.75 0 000-1.5h-3.5z" />
|
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="M15.5 2.25a.75.75 0 01.75-.75h5.5a.75.75 0 01.75.75v5.5a.75.75 0 01-1.5 0V4.06l-6.22 6.22a.75.75 0 11-1.06-1.06L19.94 3h-3.69a.75.75 0 01-.75-.75z"/><path d="M2.5 4.25c0-.966.784-1.75 1.75-1.75h8.5a.75.75 0 010 1.5h-8.5a.25.25 0 00-.25.25v15.5c0 .138.112.25.25.25h15.5a.25.25 0 00.25-.25v-8.5a.75.75 0 011.5 0v8.5a1.75 1.75 0 01-1.75 1.75H4.25a1.75 1.75 0 01-1.75-1.75V4.25z"/></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.003 2.5a.5.5 0 00-.723-.447l-1.003.5a.5.5 0 00.446.895l.28-.14V6H.5a.5.5 0 000 1h2.006a.5.5 0 100-1h-.503V2.5zM5 3.25a.75.75 0 01.75-.75h8.5a.75.75 0 010 1.5h-8.5A.75.75 0 015 3.25zm0 5a.75.75 0 01.75-.75h8.5a.75.75 0 010 1.5h-8.5A.75.75 0 015 8.25zm0 5a.75.75 0 01.75-.75h8.5a.75.75 0 010 1.5h-8.5a.75.75 0 01-.75-.75zM.924 10.32l.003-.004a.851.851 0 01.144-.153A.66.66 0 011.5 10c.195 0 .306.068.374.146a.57.57 0 01.128.376c0 .453-.269.682-.8 1.078l-.035.025C.692 11.98 0 12.495 0 13.5a.5.5 0 00.5.5h2.003a.5.5 0 000-1H1.146c.132-.197.351-.372.654-.597l.047-.035c.47-.35 1.156-.858 1.156-1.845 0-.365-.118-.744-.377-1.038-.268-.303-.658-.484-1.126-.484-.48 0-.84.202-1.068.392a1.858 1.858 0 00-.348.384l-.007.011-.002.004-.001.002-.001.001a.5.5 0 00.851.525zM.5 10.055l-.427-.26.427.26z" />
|
9
|
+
</svg>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
+
- YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
+
-->
|
5
|
+
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M3.604 3.089A.75.75 0 014 3.75V8.5h.75a.75.75 0 010 1.5h-3a.75.75 0 110-1.5h.75V5.151l-.334.223a.75.75 0 01-.832-1.248l1.5-1a.75.75 0 01.77-.037zM8.75 5.5a.75.75 0 000 1.5h11.5a.75.75 0 000-1.5H8.75zm0 6a.75.75 0 000 1.5h11.5a.75.75 0 000-1.5H8.75zm0 6a.75.75 0 000 1.5h11.5a.75.75 0 000-1.5H8.75zM5.5 15.75c0-.704-.271-1.286-.72-1.686a2.302 2.302 0 00-1.53-.564c-.535 0-1.094.178-1.53.565-.449.399-.72.982-.72 1.685a.75.75 0 001.5 0c0-.296.104-.464.217-.564A.805.805 0 013.25 15c.215 0 .406.072.533.185.113.101.217.268.217.565 0 .332-.069.48-.21.657-.092.113-.216.24-.403.419l-.147.14c-.152.144-.33.313-.52.504l-1.5 1.5a.75.75 0 00-.22.53v.25c0 .414.336.75.75.75H5A.75.75 0 005 19H3.31l.47-.47c.176-.176.333-.324.48-.465l.165-.156a5.98 5.98 0 00.536-.566c.358-.447.539-.925.539-1.593z"/></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 4a1 1 0 100-2 1 1 0 000 2zm3.75-1.5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zm0 5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zm0 5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zM3 8a1 1 0 11-2 0 1 1 0 012 0zm-1 6a1 1 0 100-2 1 1 0 000 2z" />
|
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="M4 7a1 1 0 100-2 1 1 0 000 2zm4.75-1.5a.75.75 0 000 1.5h11.5a.75.75 0 000-1.5H8.75zm0 6a.75.75 0 000 1.5h11.5a.75.75 0 000-1.5H8.75zm0 6a.75.75 0 000 1.5h11.5a.75.75 0 000-1.5H8.75zM5 12a1 1 0 11-2 0 1 1 0 012 0zm-1 7a1 1 0 100-2 1 1 0 000 2z" />
|
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.536 3.464a5 5 0 010 7.072L8 14.07l-3.536-3.535a5 5 0 117.072-7.072v.001zm1.06 8.132a6.5 6.5 0 10-9.192 0l3.535 3.536a1.5 1.5 0 002.122 0l3.535-3.536zM8 9a2 2 0 100-4 2 2 0 000 4z" />
|
9
|
+
</svg>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
+
- YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
+
-->
|
5
|
+
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
7
|
+
<path d="M12 13.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5z" />
|
8
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
9
|
+
d="M19.071 3.429C15.166-.476 8.834-.476 4.93 3.429c-3.905 3.905-3.905 10.237 0 14.142l.028.028 5.375 5.375a2.359 2.359 0 003.336 0l5.403-5.403c3.905-3.905 3.905-10.237 0-14.142zM5.99 4.489A8.5 8.5 0 0118.01 16.51l-5.403 5.404a.859.859 0 01-1.214 0l-5.378-5.378-.002-.002-.023-.024a8.5 8.5 0 010-12.02z" />
|
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 4v2h-.25A1.75 1.75 0 002 7.75v5.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0014 13.25v-5.5A1.75 1.75 0 0012.25 6H12V4a4 4 0 10-8 0zm6.5 2V4a2.5 2.5 0 00-5 0v2h5zM12 7.5h.25a.25.25 0 01.25.25v5.5a.25.25 0 01-.25.25h-8.5a.25.25 0 01-.25-.25v-5.5a.25.25 0 01.25-.25H12z" />
|
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="M6 9V7.25C6 3.845 8.503 1 12 1s6 2.845 6 6.25V9h.5a2.5 2.5 0 012.5 2.5v8a2.5 2.5 0 01-2.5 2.5h-13A2.5 2.5 0 013 19.5v-8A2.5 2.5 0 015.5 9H6zm1.5-1.75C7.5 4.58 9.422 2.5 12 2.5c2.578 0 4.5 2.08 4.5 4.75V9h-9V7.25zm-3 4.25a1 1 0 011-1h13a1 1 0 011 1v8a1 1 0 01-1 1h-13a1 1 0 01-1-1v-8z" />
|
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="M5 8.25a.75.75 0 01.75-.75h4a.75.75 0 010 1.5h-4A.75.75 0 015 8.25zM4 10.5A.75.75 0 004 12h4a.75.75 0 000-1.5H4z" />
|
8
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
9
|
+
d="M13-.005H3a3 3 0 00-3 3c0 .676.224 1.254.603 1.722.526.65 1.331.783 1.907.783h1.177c-.364.662-.814 1.339-1.287 2.048-.205.309-.414.624-.623.946C.891 9.865 0 11.418 0 13a3 3 0 003 3h10a3 3 0 001.667-5.494.75.75 0 00-.834 1.246A1.5 1.5 0 1111.5 13c0-.642.225-1.347.623-2.136.397-.787.933-1.593 1.501-2.446l.011-.017c.554-.83 1.139-1.709 1.582-2.588.445-.885.783-1.836.783-2.818 0-1.672-1.346-3-3-3zm-10 1.5a1.5 1.5 0 00-1.5 1.5c0 .321.1.569.27.778.097.12.325.227.74.227h7.674A2.737 2.737 0 0110 2.995c0-.546.146-1.059.401-1.5H3zm10 0c.831 0 1.5.662 1.5 1.5 0 .646-.225 1.353-.623 2.143-.398.79-.933 1.595-1.501 2.448l-.017.026c-.552.828-1.134 1.702-1.575 2.576C10.338 11.072 10 12.021 10 13c0 .546.146 1.059.401 1.5H3A1.5 1.5 0 011.5 13c0-1.084.63-2.289 1.537-3.692.177-.274.366-.556.558-.845.632-.948 1.306-1.96 1.773-2.963h6.382a.75.75 0 00.417-1.373c-.444-.298-.667-.656-.667-1.132a1.5 1.5 0 011.5-1.5z" />
|
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 width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
7
|
+
<path d="M2 5C2 3.34315 3.34315 2 5 2V2H9.25C9.66421 2 10 2.33579 10 2.75V2.75C10 3.16421 9.66421 3.5 9.25 3.5H5V3.5C4.17157 3.5 3.5 4.17157 3.5 5V5V11V11C3.5 11.8284 4.17157 12.5 5 12.5V12.5H9.25C9.66421 12.5 10 12.8358 10 13.25V13.25C10 13.6642 9.66421 14 9.25 14H5V14C3.34315 14 2 12.6569 2 11V11V5V5Z" fill="white"/>
|
8
|
+
<path d="M5.62404 7.58397L8.72265 5.51823C9.05493 5.29672 9.5 5.53491 9.5 5.93426V6.55248C9.5 6.80725 9.69157 7.02129 9.94478 7.04942L13.5552 7.45058C13.8084 7.47871 14 7.69275 14 7.94752V8.05248C14 8.30725 13.8084 8.52129 13.5552 8.54942L9.94478 8.95058C9.69157 8.97871 9.5 9.19275 9.5 9.44752V10.0657C9.5 10.4651 9.05493 10.7033 8.72265 10.4818L5.62404 8.41603C5.32717 8.21811 5.32717 7.78189 5.62404 7.58397Z" fill="white"/>
|
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="25" height="16" viewBox="0 0 25 16">
|
7
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M4.7 8.73h2.45v4.02c-.55.27-1.64.34-2.53.34-2.56 0-3.47-2.2-3.47-5.05 0-2.85.91-5.06 3.48-5.06 1.28 0 2.06.23 3.28.73V2.66C7.27 2.33 6.25 2 4.63 2 1.13 2 0 4.69 0 8.03c0 3.34 1.11 6.03 4.63 6.03 1.64 0 2.81-.27 3.59-.64V7.73H4.7v1zm6.39 3.72V6.06h-1.05v6.28c0 1.25.58 1.72 1.72 1.72v-.89c-.48 0-.67-.16-.67-.7v-.02zm.25-8.72c0-.44-.33-.78-.78-.78s-.77.34-.77.78.33.78.77.78.78-.34.78-.78zm4.34 5.69c-1.5-.13-1.78-.48-1.78-1.17 0-.77.33-1.34 1.88-1.34 1.05 0 1.66.16 2.27.36v-.94c-.69-.3-1.52-.39-2.25-.39-2.2 0-2.92 1.2-2.92 2.31 0 1.08.47 1.88 2.73 2.08 1.55.13 1.77.63 1.77 1.34 0 .73-.44 1.42-2.06 1.42-1.11 0-1.86-.19-2.33-.36v.94c.5.2 1.58.39 2.33.39 2.38 0 3.14-1.2 3.14-2.41 0-1.28-.53-2.03-2.75-2.23h-.03zm8.58-2.47v-.86h-2.42v-2.5l-1.08.31v2.11l-1.56.44v.48h1.56v5c0 1.53 1.19 2.13 2.5 2.13.19 0 .52-.02.69-.05v-.89c-.19.03-.41.03-.61.03-.97 0-1.5-.39-1.5-1.34V6.94h2.42v.02-.01z" />
|
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="45" height="16" viewBox="0 0 45 16">
|
7
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M18.53 12.03h-.02c.009 0 .015.01.024.011h.006l-.01-.01zm.004.011c-.093.001-.327.05-.574.05-.78 0-1.05-.36-1.05-.83V8.13h1.59c.09 0 .16-.08.16-.19v-1.7c0-.09-.08-.17-.16-.17h-1.59V3.96c0-.08-.05-.13-.14-.13h-2.16c-.09 0-.14.05-.14.13v2.17s-1.09.27-1.16.28c-.08.02-.13.09-.13.17v1.36c0 .11.08.19.17.19h1.11v3.28c0 2.44 1.7 2.69 2.86 2.69.53 0 1.17-.17 1.27-.22.06-.02.09-.09.09-.16v-1.5a.177.177 0 00-.146-.18zM42.23 9.84c0-1.81-.73-2.05-1.5-1.97-.6.04-1.08.34-1.08.34v3.52s.49.34 1.22.36c1.03.03 1.36-.34 1.36-2.25zm2.43-.16c0 3.43-1.11 4.41-3.05 4.41-1.64 0-2.52-.83-2.52-.83s-.04.46-.09.52c-.03.06-.08.08-.14.08h-1.48c-.1 0-.19-.08-.19-.17l.02-11.11c0-.09.08-.17.17-.17h2.13c.09 0 .17.08.17.17v3.77s.82-.53 2.02-.53l-.01-.02c1.2 0 2.97.45 2.97 3.88zm-8.72-3.61h-2.1c-.11 0-.17.08-.17.19v5.44s-.55.39-1.3.39-.97-.34-.97-1.09V6.25c0-.09-.08-.17-.17-.17h-2.14c-.09 0-.17.08-.17.17v5.11c0 2.2 1.23 2.75 2.92 2.75 1.39 0 2.52-.77 2.52-.77s.05.39.08.45c.02.05.09.09.16.09h1.34c.11 0 .17-.08.17-.17l.02-7.47c0-.09-.08-.17-.19-.17zm-23.7-.01h-2.13c-.09 0-.17.09-.17.2v7.34c0 .2.13.27.3.27h1.92c.2 0 .25-.09.25-.27V6.23c0-.09-.08-.17-.17-.17zm-1.05-3.38c-.77 0-1.38.61-1.38 1.38 0 .77.61 1.38 1.38 1.38.75 0 1.36-.61 1.36-1.38 0-.77-.61-1.38-1.36-1.38zm16.49-.25h-2.11c-.09 0-.17.08-.17.17v4.09h-3.31V2.6c0-.09-.08-.17-.17-.17h-2.13c-.09 0-.17.08-.17.17v11.11c0 .09.09.17.17.17h2.13c.09 0 .17-.08.17-.17V8.96h3.31l-.02 4.75c0 .09.08.17.17.17h2.13c.09 0 .17-.08.17-.17V2.6c0-.09-.08-.17-.17-.17zM8.81 7.35v5.74c0 .04-.01.11-.06.13 0 0-1.25.89-3.31.89-2.49 0-5.44-.78-5.44-5.92S2.58 1.99 5.1 2c2.18 0 3.06.49 3.2.58.04.05.06.09.06.14L7.94 4.5c0 .09-.09.2-.2.17-.36-.11-.9-.33-2.17-.33-1.47 0-3.05.42-3.05 3.73s1.5 3.7 2.58 3.7c.92 0 1.25-.11 1.25-.11v-2.3H4.88c-.11 0-.19-.08-.19-.17V7.35c0-.09.08-.17.19-.17h3.74c.11 0 .19.08.19.17z" />
|
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 width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
7
|
+
<path d="M2 5C2 3.34315 3.34315 2 5 2V2H9.25C9.66421 2 10 2.33579 10 2.75V2.75C10 3.16421 9.66421 3.5 9.25 3.5H5V3.5C4.17157 3.5 3.5 4.17157 3.5 5V5V11V11C3.5 11.8284 4.17157 12.5 5 12.5V12.5H9.25C9.66421 12.5 10 12.8358 10 13.25V13.25C10 13.6642 9.66421 14 9.25 14H5V14C3.34315 14 2 12.6569 2 11V11V5V5Z" fill="white"/>
|
8
|
+
<path d="M13.376 8.41603L10.2773 10.4818C9.94507 10.7033 9.5 10.4651 9.5 10.0657V9.44752C9.5 9.19275 9.30843 8.97871 9.05522 8.95058L5.44478 8.54942C5.19157 8.52129 5 8.30725 5 8.05248V7.94752C5 7.69275 5.19157 7.47871 5.44478 7.45058L9.05522 7.04942C9.30843 7.02129 9.5 6.80725 9.5 6.55248V5.93426C9.5 5.53491 9.94507 5.29672 10.2774 5.51823L13.376 7.58397C13.6728 7.78189 13.6728 8.21811 13.376 8.41603Z" fill="white"/>
|
9
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
+
- YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
+
-->
|
5
|
+
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
7
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M1.75 2A1.75 1.75 0 000 3.75v.736a.75.75 0 000 .027v7.737C0 13.216.784 14 1.75 14h12.5A1.75 1.75 0 0016 12.25v-8.5A1.75 1.75 0 0014.25 2H1.75zM14.5 4.07v-.32a.25.25 0 00-.25-.25H1.75a.25.25 0 00-.25.25v.32L8 7.88l6.5-3.81zm-13 1.74v6.441c0 .138.112.25.25.25h12.5a.25.25 0 00.25-.25V5.809L8.38 9.397a.75.75 0 01-.76 0L1.5 5.809z" />
|
9
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
+
- YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
+
-->
|
5
|
+
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
7
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M1.75 3A1.75 1.75 0 000 4.75v14c0 .966.784 1.75 1.75 1.75h20.5A1.75 1.75 0 0024 18.75v-14A1.75 1.75 0 0022.25 3H1.75zM1.5 4.75a.25.25 0 01.25-.25h20.5a.25.25 0 01.25.25v.852l-10.36 7a.25.25 0 01-.28 0l-10.36-7V4.75zm0 2.662V18.75c0 .138.112.25.25.25h20.5a.25.25 0 00.25-.25V7.412l-9.52 6.433c-.592.4-1.368.4-1.96 0L1.5 7.412z" />
|
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 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z" />
|
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="M14.85 3H1.15C.52 3 0 3.52 0 4.15v7.69C0 12.48.52 13 1.15 13h13.69c.64 0 1.15-.52 1.15-1.15v-7.7C16 3.52 15.48 3 14.85 3zM9 11H7V8L5.5 9.92 4 8v3H2V5h2l1.5 2L7 5h2v6zm2.99.5L9.5 8H11V5h2v3h1.5l-2.51 3.5z" />
|
9
|
+
</svg>
|
@@ -0,0 +1,14 @@
|
|
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
|
+
<g fill-rule="evenodd" fill="#ffffff">
|
8
|
+
<path
|
9
|
+
d="M3.25 9a.75.75 0 01.75.75c0 2.142.456 3.828.733 4.653a.121.121 0 00.05.064.207.207 0 00.117.033h1.31c.085 0 .18-.042.258-.152a.448.448 0 00.075-.366A16.74 16.74 0 016 9.75a.75.75 0 011.5 0c0 1.588.25 2.926.494 3.85.293 1.113-.504 2.4-1.783 2.4H4.9c-.686 0-1.35-.41-1.589-1.12A16.42 16.42 0 012.5 9.75.75.75 0 013.25 9z" />
|
10
|
+
<path d="M0 6a4 4 0 014-4h2.75a.75.75 0 01.75.75v6.5a.75.75 0 01-.75.75H4a4 4 0 01-4-4zm4-2.5a2.5 2.5 0 000 5h2v-5H4z" />
|
11
|
+
<path
|
12
|
+
d="M15.59.082A.75.75 0 0116 .75v10.5a.75.75 0 01-1.189.608l-.002-.001h.001l-.014-.01a5.829 5.829 0 00-.422-.25 10.58 10.58 0 00-1.469-.64C11.576 10.484 9.536 10 6.75 10a.75.75 0 110-1.5c2.964 0 5.174.516 6.658 1.043.423.151.787.302 1.092.443V2.014c-.305.14-.669.292-1.092.443C11.924 2.984 9.713 3.5 6.75 3.5a.75.75 0 110-1.5c2.786 0 4.826-.484 6.155-.957.665-.236 1.154-.47 1.47-.64a5.82 5.82 0 00.421-.25l.014-.01a.75.75 0 01.78-.061zm-.78.06zm.44 11.108l-.44.607.44-.607z" />
|
13
|
+
</g>
|
14
|
+
</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="M22 1.75a.75.75 0 00-1.161-.627c-.047.03-.094.057-.142.085a9.15 9.15 0 01-.49.262c-.441.22-1.11.519-2.002.82-1.78.6-4.45 1.21-7.955 1.21H6.5A5.5 5.5 0 005 14.293v.457c0 3.061.684 5.505 1.061 6.621.24.709.904 1.129 1.6 1.129h2.013c1.294 0 2.1-1.322 1.732-2.453-.412-1.268-.906-3.268-.906-5.547 0-.03-.002-.06-.005-.088 3.382.028 5.965.644 7.703 1.251.89.312 1.559.62 2 .849.084.043.171.096.261.15.357.214.757.455 1.142.25A.75.75 0 0022 16.25V1.75zM10.5 12.912c3.564.029 6.313.678 8.193 1.335.737.258 1.34.517 1.807.74V2.993c-.467.216-1.073.467-1.815.718-1.878.634-4.624 1.26-8.185 1.288v7.913zm-4 1.838v-.25H9c0 2.486.537 4.648.98 6.01a.398.398 0 01-.057.343c-.07.104-.162.147-.249.147H7.661c-.105 0-.161-.058-.179-.109-.344-1.018-.982-3.294-.982-6.141zM6.5 5H9v8H6.5a4 4 0 010-8z" />
|
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="M4.75 2.37a6.5 6.5 0 006.5 11.26.75.75 0 01.75 1.298 8 8 0 113.994-7.273.754.754 0 01.006.095v1.5a2.75 2.75 0 01-5.072 1.475A4 4 0 1112 8v1.25a1.25 1.25 0 002.5 0V7.867a6.5 6.5 0 00-9.75-5.496V2.37zM10.5 8a2.5 2.5 0 10-5 0 2.5 2.5 0 005 0z" />
|
9
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
+
- YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
+
-->
|
5
|
+
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
7
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M20.226 7.25a9.498 9.498 0 10-3.477 12.976.75.75 0 01.75 1.299c-5.26 3.037-11.987 1.235-15.024-4.026C-.562 12.24 1.24 5.512 6.501 2.475 11.76-.562 18.488 1.24 21.525 6.501a10.956 10.956 0 011.455 4.826c.013.056.02.113.02.173v2.25a3.5 3.5 0 01-6.623 1.581 5.5 5.5 0 111.112-3.682.76.76 0 01.011.129v1.972a2 2 0 104 0v-1.766a9.452 9.452 0 00-1.274-4.733zM16 12a4 4 0 10-8 0 4 4 0 008 0z" />
|
9
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
+
- YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
+
-->
|
5
|
+
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
7
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M8 1.5a6.5 6.5 0 106.016 4.035.75.75 0 011.388-.57 8 8 0 11-4.37-4.37.75.75 0 01-.569 1.389A6.479 6.479 0 008 1.5zm6.28.22a.75.75 0 010 1.06l-4.063 4.064a2.5 2.5 0 11-1.06-1.06L13.22 1.72a.75.75 0 011.06 0zM7 8a1 1 0 112 0 1 1 0 01-2 0z" />
|
9
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
+
- YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
+
-->
|
5
|
+
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
7
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M7.75 0a.75.75 0 01.75.75V3h3.634c.414 0 .814.147 1.13.414l2.07 1.75a1.75 1.75 0 010 2.672l-2.07 1.75a1.75 1.75 0 01-1.13.414H8.5v5.25a.75.75 0 11-1.5 0V10H2.75A1.75 1.75 0 011 8.25v-3.5C1 3.784 1.784 3 2.75 3H7V.75A.75.75 0 017.75 0zm0 8.5h4.384a.25.25 0 00.161-.06l2.07-1.75a.25.25 0 000-.38l-2.07-1.75a.25.25 0 00-.161-.06H2.75a.25.25 0 00-.25.25v3.5c0 .138.112.25.25.25h5z" />
|
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="M11.75 1a.75.75 0 01.75.75V4h6.532c.42 0 .826.15 1.143.425l3.187 2.75a1.75 1.75 0 010 2.65l-3.187 2.75a1.75 1.75 0 01-1.143.425H12.5v9.25a.75.75 0 01-1.5 0V13H3.75A1.75 1.75 0 012 11.25v-5.5C2 4.783 2.784 4 3.75 4H11V1.75a.75.75 0 01.75-.75zm0 4.5h7.282a.25.25 0 01.163.06l3.188 2.75a.25.25 0 010 .38l-3.188 2.75a.25.25 0 01-.163.06H3.75a.25.25 0 01-.25-.25v-5.5a.25.25 0 01.25-.25h8z" />
|
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.75 1.75a.75.75 0 00-1.5 0v.5a.75.75 0 001.5 0v-.5zM8 4a.75.75 0 01.75.75v.5a.75.75 0 01-1.5 0v-.5A.75.75 0 018 4zm.75 3.75a.75.75 0 00-1.5 0v.5a.75.75 0 001.5 0v-.5zM8 10a.75.75 0 01.75.75v.5a.75.75 0 01-1.5 0v-.5A.75.75 0 018 10zm0 3a.75.75 0 01.75.75v.5a.75.75 0 01-1.5 0v-.5A.75.75 0 018 13zm7.547-9.939A.75.75 0 0116 3.75v8.5a.75.75 0 01-1.265.545l-4.5-4.25a.75.75 0 010-1.09l4.5-4.25a.75.75 0 01.812-.144zM11.842 8l2.658 2.51V5.49L11.842 8zM0 12.25a.75.75 0 001.265.545l4.5-4.25a.75.75 0 000-1.09l-4.5-4.25A.75.75 0 000 3.75v8.5zm1.5-6.76L4.158 8 1.5 10.51V5.49z" />
|
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 10.75a.75.75 0 01.75.75v1a.75.75 0 01-1.5 0v-1a.75.75 0 01.75-.75zm0 4a.75.75 0 01.75.75v1a.75.75 0 01-1.5 0v-1a.75.75 0 01.75-.75zm0 4a.75.75 0 01.75.75v1a.75.75 0 01-1.5 0v-1a.75.75 0 01.75-.75zm0-12a.75.75 0 01.75.75v1a.75.75 0 01-1.5 0v-1a.75.75 0 01.75-.75zm0-4a.75.75 0 01.75.75v1a.75.75 0 01-1.5 0v-1a.75.75 0 01.75-.75zm9.553 3.314A.75.75 0 0122 6.75v10.5a.75.75 0 01-1.256.554l-5.75-5.25a.75.75 0 010-1.108l5.75-5.25a.75.75 0 01.809-.132zM16.613 12l3.887 3.55v-7.1L16.612 12zM2.447 17.936A.75.75 0 012 17.25V6.75a.75.75 0 011.256-.554l5.75 5.25a.75.75 0 010 1.108l-5.75 5.25a.75.75 0 01-.809.132zM7.387 12L3.5 8.45v7.1L7.388 12z" />
|
9
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
+
- YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
+
-->
|
5
|
+
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
7
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M9.598 1.591a.75.75 0 01.785-.175 7 7 0 11-8.967 8.967.75.75 0 01.961-.96 5.5 5.5 0 007.046-7.046.75.75 0 01.175-.786zm1.616 1.945a7 7 0 01-7.678 7.678 5.5 5.5 0 107.678-7.678z" />
|
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="M16.5 6c0 5.799-4.701 10.5-10.5 10.5-.426 0-.847-.026-1.26-.075A8.5 8.5 0 1016.425 4.74c.05.413.075.833.075 1.259zm-1.732-2.04A9.08 9.08 0 0114.999 6a9 9 0 01-11.04 8.768l-.004-.002a9.367 9.367 0 01-.78-.218c-.393-.13-.8.21-.67.602a9.938 9.938 0 00.329.855l.004.01A10.002 10.002 0 0012 22a10.002 10.002 0 004.015-19.16l-.01-.005a9.745 9.745 0 00-.855-.328c-.392-.13-.732.276-.602.67a8.934 8.934 0 01.218.779l.002.005z" />
|
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="M7.693 1.066a.75.75 0 01.614 0l7.25 3.25a.75.75 0 010 1.368L13 6.831v2.794c0 1.024-.81 1.749-1.66 2.173-.893.447-2.075.702-3.34.702-.278 0-.55-.012-.816-.036a.75.75 0 01.133-1.494c.22.02.45.03.683.03 1.082 0 2.025-.221 2.67-.543.69-.345.83-.682.83-.832V7.503L8.307 8.934a.75.75 0 01-.614 0L4 7.28v1.663c.296.105.575.275.812.512.438.438.688 1.059.688 1.796v3a.75.75 0 01-.75.75h-3a.75.75 0 01-.75-.75v-3c0-.737.25-1.358.688-1.796.237-.237.516-.407.812-.512V6.606L.443 5.684a.75.75 0 010-1.368l7.25-3.25zM2.583 5L8 7.428 13.416 5 8 2.572 2.583 5zM2.5 11.25c0-.388.125-.611.25-.735a.704.704 0 01.5-.203c.19 0 .37.071.5.203.125.124.25.347.25.735v2.25H2.5v-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="24" height="24" viewBox="0 0 24 24">
|
7
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M12.292 2.06a.75.75 0 00-.584 0L.458 6.81a.75.75 0 000 1.38L4.25 9.793v3.803a2.901 2.901 0 00-1.327.757c-.579.58-.923 1.41-.923 2.43v4.5c0 .248.128.486.335.624.06.04.117.073.22.124.124.062.297.138.52.213.448.149 1.09.288 1.925.288s1.477-.14 1.925-.288c.223-.075.396-.15.52-.213a2.11 2.11 0 00.21-.117A.762.762 0 008 21.28v-4.5c0-1.018-.344-1.85-.923-2.428a2.9 2.9 0 00-1.327-.758v-3.17l5.958 2.516a.75.75 0 00.584 0l5.208-2.2v4.003a2.552 2.552 0 01-.079.085 4.057 4.057 0 01-.849.65c-.826.488-2.255 1.021-4.572 1.021-.612 0-1.162-.037-1.654-.1a.75.75 0 00-.192 1.487c.56.072 1.173.113 1.846.113 2.558 0 4.254-.592 5.334-1.23.538-.316.914-.64 1.163-.896a2.84 2.84 0 00.392-.482h.001A.75.75 0 0019 15v-4.892l4.542-1.917a.75.75 0 000-1.382l-11.25-4.75zM5 15c-.377 0-.745.141-1.017.413-.265.265-.483.7-.483 1.368v4.022c.299.105.797.228 1.5.228s1.201-.123 1.5-.228V16.78c0-.669-.218-1.103-.483-1.368A1.431 1.431 0 005 15zm7-3.564L2.678 7.5 12 3.564 21.322 7.5 12 11.436z" />
|
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 fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M1.75 2.5a.75.75 0 000 1.5h6.5a.75.75 0 000-1.5h-6.5zm4 5a.75.75 0 000 1.5h7.5a.75.75 0 000-1.5h-7.5zm0 5a.75.75 0 000 1.5h7.5a.75.75 0 000-1.5h-7.5zM3 8a1 1 0 11-2 0 1 1 0 012 0zm-1 6a1 1 0 100-2 1 1 0 000 2z" />
|
9
|
+
<path d="M13.314 4.918L11.07 2.417A.25.25 0 0111.256 2h4.488a.25.25 0 01.186.417l-2.244 2.5a.25.25 0 01-.372 0z" />
|
10
|
+
</svg>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
+
- YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
+
-->
|
5
|
+
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
7
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M3.75 5.5a.75.75 0 000 1.5h10a.75.75 0 000-1.5h-10zm5 6a.75.75 0 000 1.5h11.5a.75.75 0 000-1.5H8.75zm0 6a.75.75 0 000 1.5h11.5a.75.75 0 000-1.5H8.75zM5 12a1 1 0 11-2 0 1 1 0 012 0zm-1 7a1 1 0 100-2 1 1 0 000 2z" />
|
9
|
+
<path d="M19.309 7.918l-2.245-2.501A.25.25 0 0117.25 5h4.49a.25.25 0 01.185.417l-2.244 2.5a.25.25 0 01-.372 0z" />
|
10
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
+
- YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
+
-->
|
5
|
+
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
7
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M8 2.75a.75.75 0 00-1.238-.57L3.472 5H1.75A1.75 1.75 0 000 6.75v2.5C0 10.216.784 11 1.75 11h1.723l3.289 2.82A.75.75 0 008 13.25V2.75zM4.238 6.32L6.5 4.38v7.24L4.238 9.68a.75.75 0 00-.488-.18h-2a.25.25 0 01-.25-.25v-2.5a.25.25 0 01.25-.25h2a.75.75 0 00.488-.18zm7.042-1.1a.75.75 0 10-1.06 1.06L11.94 8l-1.72 1.72a.75.75 0 101.06 1.06L13 9.06l1.72 1.72a.75.75 0 101.06-1.06L14.06 8l1.72-1.72a.75.75 0 00-1.06-1.06L13 6.94l-1.72-1.72z" />
|
9
|
+
</svg>
|