@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="16" height="16" viewBox="0 0 16 16">
|
7
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M1 2.75A.75.75 0 011.75 2h12.5a.75.75 0 110 1.5H1.75A.75.75 0 011 2.75zm0 5A.75.75 0 011.75 7h12.5a.75.75 0 110 1.5H1.75A.75.75 0 011 7.75zM1.75 12a.75.75 0 100 1.5h12.5a.75.75 0 100-1.5H1.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="M7.083 15.986c1.34.153 2.334-.982 2.334-2.183v-.5c0-1.329.646-2.123 1.317-2.614.329-.24.66-.403.919-.508a1.75 1.75 0 001.514.872h1a1.75 1.75 0 001.75-1.75v-7.5a1.75 1.75 0 00-1.75-1.75h-1a1.75 1.75 0 00-1.662 1.2c-.525-.074-1.068-.228-1.726-.415L9.305.705C8.151.385 6.765.053 4.917.053c-1.706 0-2.97.152-3.722 1.139-.353.463-.537 1.042-.669 1.672C.41 3.424.32 4.108.214 4.897l-.04.306c-.25 1.869-.266 3.318.188 4.316.244.537.622.943 1.136 1.2.495.248 1.066.334 1.669.334h1.422l-.015.112c-.07.518-.157 1.17-.157 1.638 0 .921.151 1.718.655 2.299.512.589 1.248.797 2.011.884zm4.334-13.232c-.706-.089-1.39-.284-2.072-.479a63.914 63.914 0 00-.441-.125c-1.096-.304-2.335-.597-3.987-.597-1.794 0-2.28.222-2.529.548-.147.193-.275.505-.393 1.07-.105.502-.188 1.124-.295 1.93l-.04.3c-.25 1.882-.19 2.933.067 3.497a.921.921 0 00.443.48c.208.104.52.175.997.175h1.75c.685 0 1.295.577 1.205 1.335-.022.192-.049.39-.075.586-.066.488-.13.97-.13 1.329 0 .808.144 1.15.288 1.316.137.157.401.303 1.048.377.307.035.664-.237.664-.693v-.5c0-1.922.978-3.127 1.932-3.825a5.862 5.862 0 011.568-.809V2.754zm1.75 6.798a.25.25 0 01-.25-.25v-7.5a.25.25 0 01.25-.25h1a.25.25 0 01.25.25v7.5a.25.25 0 01-.25.25h-1z" />
|
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.596 21.957c-1.301.092-2.303-.986-2.303-2.206v-1.053c0-2.666-1.813-3.785-2.774-4.2a1.864 1.864 0 00-.523-.13A1.75 1.75 0 015.25 16h-1.5A1.75 1.75 0 012 14.25V3.75C2 2.784 2.784 2 3.75 2h1.5a1.75 1.75 0 011.742 1.58c.838-.06 1.667-.296 2.69-.586l.602-.17C11.748 2.419 13.497 2 15.828 2c2.188 0 3.693.204 4.583 1.372.422.554.65 1.255.816 2.05.148.708.262 1.57.396 2.58l.051.39c.319 2.386.328 4.18-.223 5.394-.293.644-.743 1.125-1.355 1.431-.59.296-1.284.404-2.036.404h-2.05l.056.429c.025.18.05.372.076.572.06.483.117 1.006.117 1.438 0 1.245-.222 2.253-.92 2.942-.684.674-1.668.879-2.743.955zM7 5.082c1.059-.064 2.079-.355 3.118-.651.188-.054.377-.108.568-.16 1.406-.392 3.006-.771 5.142-.771 2.277 0 3.004.274 3.39.781.216.283.388.718.54 1.448.136.65.242 1.45.379 2.477l.05.385c.32 2.398.253 3.794-.102 4.574-.16.352-.375.569-.66.711-.305.153-.74.245-1.365.245h-2.37c-.681 0-1.293.57-1.211 1.328.026.244.065.537.105.834l.07.527c.06.482.105.922.105 1.25 0 1.125-.213 1.617-.473 1.873-.275.27-.774.456-1.795.528-.351.024-.698-.274-.698-.71v-1.053c0-3.55-2.488-5.063-3.68-5.577A3.485 3.485 0 007 12.861V5.08zM3.75 3.5a.25.25 0 00-.25.25v10.5c0 .138.112.25.25.25h1.5a.25.25 0 00.25-.25V3.75a.25.25 0 00-.25-.25h-1.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.834.066C7.494-.087 6.5 1.048 6.5 2.25v.5c0 1.329-.647 2.124-1.318 2.614-.328.24-.66.403-.918.508A1.75 1.75 0 002.75 5h-1A1.75 1.75 0 000 6.75v7.5C0 15.216.784 16 1.75 16h1a1.75 1.75 0 001.662-1.201c.525.075 1.067.229 1.725.415.152.043.31.088.475.133 1.154.32 2.54.653 4.388.653 1.706 0 2.97-.153 3.722-1.14.353-.463.537-1.042.668-1.672.118-.56.208-1.243.313-2.033l.04-.306c.25-1.869.265-3.318-.188-4.316a2.418 2.418 0 00-1.137-1.2C13.924 5.085 13.353 5 12.75 5h-1.422l.015-.113c.07-.518.157-1.17.157-1.637 0-.922-.151-1.719-.656-2.3-.51-.589-1.247-.797-2.01-.884zM4.5 13.3c.705.088 1.39.284 2.072.478l.441.125c1.096.305 2.334.598 3.987.598 1.794 0 2.28-.223 2.528-.549.147-.193.276-.505.394-1.07.105-.502.188-1.124.295-1.93l.04-.3c.25-1.882.189-2.933-.068-3.497a.922.922 0 00-.442-.48c-.208-.104-.52-.174-.997-.174H11c-.686 0-1.295-.577-1.206-1.336.023-.192.05-.39.076-.586.065-.488.13-.97.13-1.328 0-.809-.144-1.15-.288-1.316-.137-.158-.402-.304-1.048-.378C8.357 1.521 8 1.793 8 2.25v.5c0 1.922-.978 3.128-1.933 3.825a5.861 5.861 0 01-1.567.81V13.3zM2.75 6.5a.25.25 0 01.25.25v7.5a.25.25 0 01-.25.25h-1a.25.25 0 01-.25-.25v-7.5a.25.25 0 01.25-.25h1z" />
|
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.596 2.043c-1.301-.092-2.303.986-2.303 2.206v1.053c0 2.666-1.813 3.785-2.774 4.2a1.866 1.866 0 01-.523.131A1.75 1.75 0 005.25 8h-1.5A1.75 1.75 0 002 9.75v10.5c0 .967.784 1.75 1.75 1.75h1.5a1.75 1.75 0 001.742-1.58c.838.06 1.667.296 2.69.586l.602.17c1.464.406 3.213.824 5.544.824 2.188 0 3.693-.204 4.583-1.372.422-.554.65-1.255.816-2.05.148-.708.262-1.57.396-2.58l.051-.39c.319-2.386.328-4.18-.223-5.394-.293-.644-.743-1.125-1.355-1.431-.59-.296-1.284-.404-2.036-.404h-2.05l.056-.429c.025-.18.05-.372.076-.572.06-.483.117-1.006.117-1.438 0-1.245-.222-2.253-.92-2.941-.684-.675-1.668-.88-2.743-.956zM7 18.918c1.059.064 2.079.355 3.118.652l.568.16c1.406.39 3.006.77 5.142.77 2.277 0 3.004-.274 3.39-.781.216-.283.388-.718.54-1.448.136-.65.242-1.45.379-2.477l.05-.384c.32-2.4.253-3.795-.102-4.575-.16-.352-.375-.568-.66-.711-.305-.153-.74-.245-1.365-.245h-2.37c-.681 0-1.293-.57-1.211-1.328.026-.243.065-.537.105-.834l.07-.527c.06-.482.105-.921.105-1.25 0-1.125-.213-1.617-.473-1.873-.275-.27-.774-.455-1.795-.528-.351-.024-.698.274-.698.71v1.053c0 3.55-2.488 5.063-3.68 5.577-.372.16-.754.232-1.113.26v7.78zM3.75 20.5a.25.25 0 01-.25-.25V9.75a.25.25 0 01.25-.25h1.5a.25.25 0 01.25.25v10.5a.25.25 0 01-.25.25h-1.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="M5.433 2.304A4.494 4.494 0 003.5 6c0 1.598.832 3.002 2.09 3.802.518.328.929.923.902 1.64v.008l-.164 3.337a.75.75 0 11-1.498-.073l.163-3.33c.002-.085-.05-.216-.207-.316A5.996 5.996 0 012 6a5.994 5.994 0 012.567-4.92 1.482 1.482 0 011.673-.04c.462.296.76.827.76 1.423v2.82c0 .082.041.16.11.206l.75.51a.25.25 0 00.28 0l.75-.51A.25.25 0 009 5.282V2.463c0-.596.298-1.127.76-1.423a1.482 1.482 0 011.673.04A5.994 5.994 0 0114 6a5.996 5.996 0 01-2.786 5.068c-.157.1-.209.23-.207.315l.163 3.33a.75.75 0 11-1.498.074l-.164-3.345c-.027-.717.384-1.312.902-1.64A4.496 4.496 0 0012.5 6a4.494 4.494 0 00-1.933-3.696c-.024.017-.067.067-.067.16v2.818a1.75 1.75 0 01-.767 1.448l-.75.51a1.75 1.75 0 01-1.966 0l-.75-.51A1.75 1.75 0 015.5 5.282V2.463c0-.092-.043-.142-.067-.159zm.01-.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="24" height="24" viewBox="0 0 24 24">
|
7
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M7.875 2.292a.125.125 0 00-.032.018A7.24 7.24 0 004.75 8.25a7.247 7.247 0 003.654 6.297c.57.327.982.955.941 1.682v.002l-.317 6.058a.75.75 0 11-1.498-.078l.317-6.062v-.004c.006-.09-.047-.215-.188-.296A8.747 8.747 0 013.25 8.25a8.74 8.74 0 013.732-7.169 1.547 1.547 0 011.709-.064c.484.292.809.835.809 1.46v4.714a.25.25 0 00.119.213l2.25 1.385c.08.05.182.05.262 0l2.25-1.385a.25.25 0 00.119-.213V2.478c0-.626.325-1.169.81-1.461a1.547 1.547 0 011.708.064 8.74 8.74 0 013.732 7.17 8.747 8.747 0 01-4.41 7.598c-.14.081-.193.206-.188.296v.004l.318 6.062a.75.75 0 11-1.498.078l-.317-6.058v-.002c-.041-.727.37-1.355.94-1.682A7.247 7.247 0 0019.25 8.25a7.24 7.24 0 00-3.093-5.94.125.125 0 00-.032-.018l-.01-.001c-.003 0-.014 0-.031.01-.036.022-.084.079-.084.177V7.19a1.75 1.75 0 01-.833 1.49l-2.25 1.385a1.75 1.75 0 01-1.834 0l-2.25-1.384A1.75 1.75 0 018 7.192V2.477c0-.098-.048-.155-.084-.176a.062.062 0 00-.031-.011l-.01.001z" />
|
9
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
+
- YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
+
-->
|
5
|
+
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
7
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M6.5 1.75a.25.25 0 01.25-.25h2.5a.25.25 0 01.25.25V3h-3V1.75zm4.5 0V3h2.25a.75.75 0 010 1.5H2.75a.75.75 0 010-1.5H5V1.75C5 .784 5.784 0 6.75 0h2.5C10.216 0 11 .784 11 1.75zM4.496 6.675a.75.75 0 10-1.492.15l.66 6.6A1.75 1.75 0 005.405 15h5.19c.9 0 1.652-.681 1.741-1.576l.66-6.6a.75.75 0 00-1.492-.149l-.66 6.6a.25.25 0 01-.249.225h-5.19a.25.25 0 01-.249-.225l-.66-6.6z" />
|
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 fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M16 1.75V3h5.25a.75.75 0 010 1.5H2.75a.75.75 0 010-1.5H8V1.75C8 .784 8.784 0 9.75 0h4.5C15.216 0 16 .784 16 1.75zm-6.5 0a.25.25 0 01.25-.25h4.5a.25.25 0 01.25.25V3h-5V1.75z" />
|
9
|
+
<path
|
10
|
+
d="M4.997 6.178a.75.75 0 10-1.493.144L4.916 20.92a1.75 1.75 0 001.742 1.58h10.684a1.75 1.75 0 001.742-1.581l1.413-14.597a.75.75 0 00-1.494-.144l-1.412 14.596a.25.25 0 01-.249.226H6.658a.25.25 0 01-.249-.226L4.997 6.178z" />
|
11
|
+
<path
|
12
|
+
d="M9.206 7.501a.75.75 0 01.793.705l.5 8.5A.75.75 0 119 16.794l-.5-8.5a.75.75 0 01.705-.793zm6.293.793A.75.75 0 1014 8.206l-.5 8.5a.75.75 0 001.498.088l.5-8.5z" />
|
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="M4.427 7.427l3.396 3.396a.25.25 0 00.354 0l3.396-3.396A.25.25 0 0011.396 7H4.604a.25.25 0 00-.177.427z"/></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="M11.646 15.146L5.854 9.354a.5.5 0 01.353-.854h11.586a.5.5 0 01.353.854l-5.793 5.792a.5.5 0 01-.707 0z"/></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="M9.573 4.427L6.177 7.823a.25.25 0 000 .354l3.396 3.396a.25.25 0 00.427-.177V4.604a.25.25 0 00-.427-.177z"/></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="M8.854 11.646l5.792-5.792a.5.5 0 01.854.353v11.586a.5.5 0 01-.854.353l-5.792-5.792a.5.5 0 010-.708z"/></svg>
|
@@ -0,0 +1,6 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
+
- YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
+
-->
|
5
|
+
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M6.427 4.427l3.396 3.396a.25.25 0 010 .354l-3.396 3.396A.25.25 0 016 11.396V4.604a.25.25 0 01.427-.177z"/></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.146 12.354l-5.792 5.792a.5.5 0 01-.854-.353V6.207a.5.5 0 01.854-.353l5.792 5.792a.5.5 0 010 .708z"/></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="M4.427 9.573l3.396-3.396a.25.25 0 01.354 0l3.396 3.396a.25.25 0 01-.177.427H4.604a.25.25 0 01-.177-.427z"/></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="M12.354 8.854l5.792 5.792a.5.5 0 01-.353.854H6.207a.5.5 0 01-.353-.854l5.792-5.792a.5.5 0 01.708 0z"/></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.217 6.962A3.75 3.75 0 010 3.25v-.5C0 1.784.784 1 1.75 1h1.356c.228-.585.796-1 1.462-1h6.864a1.57 1.57 0 011.462 1h1.356c.966 0 1.75.784 1.75 1.75v.5a3.75 3.75 0 01-3.217 3.712 5.014 5.014 0 01-2.771 3.117l.144 1.446c.005.05.03.12.114.204.086.087.217.17.373.227.283.103.618.274.89.568.285.31.467.723.467 1.226v.75h1.25a.75.75 0 110 1.5H2.75a.75.75 0 010-1.5H4v-.75c0-.503.182-.916.468-1.226.27-.294.606-.465.889-.568a1.03 1.03 0 00.373-.227c.084-.085.109-.153.114-.204l.144-1.446a5.014 5.014 0 01-2.77-3.117zM3 2.5H1.75a.25.25 0 00-.25.25v.5c0 .98.626 1.813 1.5 2.122V2.5zm4.457 7.97l-.12 1.204c-.093.925-.858 1.47-1.467 1.691a.764.764 0 00-.3.176c-.037.04-.07.093-.07.21v.75h5v-.75c0-.117-.033-.17-.07-.21a.763.763 0 00-.3-.176c-.609-.221-1.374-.766-1.466-1.69l-.12-1.204a5.052 5.052 0 01-1.087 0zM13 5.373V2.5h1.25a.25.25 0 01.25.25v.5A2.25 2.25 0 0113 5.372zM4.5 1.568c0-.037.03-.068.068-.068h6.864c.037 0 .068.03.068.068V5.5a3.5 3.5 0 11-7 0V1.568z" />
|
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.09 10.121A5.252 5.252 0 011 5V3.75C1 2.784 1.784 2 2.75 2h2.364c.236-.586.81-1 1.48-1h10.812c.67 0 1.244.414 1.48 1h2.489c.966 0 1.75.784 1.75 1.75V5a5.252 5.252 0 01-4.219 5.149 7.01 7.01 0 01-4.644 5.478l.231 3.003a.326.326 0 00.034.031c.079.065.303.203.836.282.838.124 1.637.81 1.637 1.807v.75h2.25a.75.75 0 010 1.5H4.75a.75.75 0 010-1.5H7v-.75c0-.996.8-1.683 1.637-1.807.533-.08.757-.217.836-.282a.334.334 0 00.034-.031l.231-3.003A7.01 7.01 0 015.09 10.12zM5 3.5H2.75a.25.25 0 00-.25.25V5A3.752 3.752 0 005 8.537V3.5zm6.217 12.457l-.215 2.793-.001.021-.003.043a1.203 1.203 0 01-.022.147c-.05.237-.194.567-.553.86-.348.286-.853.5-1.566.605a.482.482 0 00-.274.136.265.265 0 00-.083.188v.75h7v-.75a.265.265 0 00-.083-.188.483.483 0 00-.274-.136c-.713-.105-1.218-.32-1.567-.604-.358-.294-.502-.624-.552-.86a1.203 1.203 0 01-.025-.19l-.001-.022-.215-2.793a7.076 7.076 0 01-1.566 0zM19 8.578V3.5h2.375a.25.25 0 01.25.25V5c0 1.68-1.104 3.1-2.625 3.578zM6.5 2.594c0-.052.042-.094.094-.094h10.812c.052 0 .094.042.094.094V9a5.5 5.5 0 11-11 0V2.594z" />
|
9
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
+
- YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
+
-->
|
5
|
+
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
7
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M6.21 8.5L4.574 3.594 2.857 8.5H6.21zm.5 1.5l.829 2.487a.75.75 0 001.423-.474L5.735 2.332a1.216 1.216 0 00-2.302-.018l-3.39 9.688a.75.75 0 001.415.496L2.332 10H6.71zm3.13-4.358C10.53 4.374 11.87 4 13 4c1.5 0 3 .939 3 2.601v5.649a.75.75 0 01-1.448.275C13.995 12.82 13.3 13 12.5 13c-.77 0-1.514-.231-2.078-.709-.577-.488-.922-1.199-.922-2.041 0-.694.265-1.411.887-1.944C11 7.78 11.88 7.5 13 7.5h1.5v-.899c0-.54-.5-1.101-1.5-1.101-.869 0-1.528.282-1.84.858a.75.75 0 11-1.32-.716zM14.5 9H13c-.881 0-1.375.22-1.637.444-.253.217-.363.5-.363.806 0 .408.155.697.39.896.249.21.63.354 1.11.354.732 0 1.26-.209 1.588-.449.35-.257.412-.495.412-.551V9z" />
|
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.414 15l1.63 4.505a.75.75 0 001.411-.51l-5.08-14.03a1.463 1.463 0 00-2.75 0l-5.08 14.03a.75.75 0 101.41.51L3.586 15h6.828zm-.544-1.5L7 5.572 4.13 13.5h5.74zm5.076-3.598c.913-1.683 2.703-2.205 4.284-2.205 1.047 0 2.084.312 2.878.885.801.577 1.392 1.455 1.392 2.548v8.12a.75.75 0 01-1.5 0v-.06a3.123 3.123 0 01-.044.025c-.893.52-2.096.785-3.451.785-1.051 0-2.048-.315-2.795-.948-.76-.643-1.217-1.578-1.217-2.702 0-.919.349-1.861 1.168-2.563.81-.694 2-1.087 3.569-1.087H22v-1.57c0-.503-.263-.967-.769-1.332-.513-.37-1.235-.6-2.001-.6-1.319 0-2.429.43-2.966 1.42a.75.75 0 01-1.318-.716zM22 14.2h-2.77c-1.331 0-2.134.333-2.593.726a1.82 1.82 0 00-.644 1.424c0 .689.267 1.203.686 1.557.43.365 1.065.593 1.826.593 1.183 0 2.102-.235 2.697-.581.582-.34.798-.74.798-1.134V14.2z" />
|
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="M8.177.677l2.896 2.896a.25.25 0 01-.177.427H8.75v1.25a.75.75 0 01-1.5 0V4H5.104a.25.25 0 01-.177-.427L7.823.677a.25.25 0 01.354 0zM7.25 10.75a.75.75 0 011.5 0V12h2.146a.25.25 0 01.177.427l-2.896 2.896a.25.25 0 01-.354 0l-2.896-2.896A.25.25 0 015.104 12H7.25v-1.25zm-5-2a.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,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="M12 23a.75.75 0 01-.53-.22l-3.25-3.25a.75.75 0 111.06-1.06L12 21.19l2.72-2.72a.75.75 0 111.06 1.06l-3.25 3.25A.75.75 0 0112 23z" />
|
9
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
10
|
+
d="M12 22.25a.75.75 0 01-.75-.75v-5.75a.75.75 0 011.5 0v5.75a.75.75 0 01-.75.75zM10.75 12a.75.75 0 01.75-.75h1a.75.75 0 110 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-.75zM11.47 1.22a.75.75 0 011.06 0l3.25 3.25a.75.75 0 01-1.06 1.06L12 2.81 9.28 5.53a.75.75 0 01-1.06-1.06l3.25-3.25z" />
|
11
|
+
<path fill-rule="evenodd" fill="#ffffff" d="M12 1.5a.75.75 0 01.75.75v6a.75.75 0 01-1.5 0v-6A.75.75 0 0112 1.5z" />
|
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="M5.5 4a2.5 2.5 0 014.607-1.346.75.75 0 101.264-.808A4 4 0 004 4v2h-.501A1.5 1.5 0 002 7.5v6A1.5 1.5 0 003.5 15h9a1.5 1.5 0 001.5-1.5v-6A1.5 1.5 0 0012.5 6h-7V4zm-.75 3.5H3.5v6h9v-6H4.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="M7.5 7.25C7.5 4.58 9.422 2.5 12 2.5c2.079 0 3.71 1.34 4.282 3.242a.75.75 0 101.436-.432C16.971 2.825 14.792 1 12 1 8.503 1 6 3.845 6 7.25V9h-.5A2.5 2.5 0 003 11.5v8A2.5 2.5 0 005.5 22h13a2.5 2.5 0 002.5-2.5v-8A2.5 2.5 0 0018.5 9h-11V7.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,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.563 2.069A.75.75 0 018 2.75v10.5a.75.75 0 01-1.238.57L3.472 11H1.75A1.75 1.75 0 010 9.25v-2.5C0 5.784.784 5 1.75 5h1.723l3.289-2.82a.75.75 0 01.801-.111zM6.5 4.38L4.238 6.319a.75.75 0 01-.488.181h-2a.25.25 0 00-.25.25v2.5c0 .138.112.25.25.25h2a.75.75 0 01.488.18L6.5 11.62V4.38zm6.096-2.038a.75.75 0 011.06 0 8 8 0 010 11.314.75.75 0 01-1.06-1.06 6.5 6.5 0 000-9.193.75.75 0 010-1.06v-.001zm-1.06 2.121a.75.75 0 10-1.061 1.061 3.5 3.5 0 010 4.95.75.75 0 101.06 1.06 5 5 0 000-7.07l.001-.001z" />
|
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="M11.553 3.064A.75.75 0 0112 3.75v16.5a.75.75 0 01-1.255.555L5.46 16H2.75A1.75 1.75 0 011 14.25v-4.5C1 8.784 1.784 8 2.75 8h2.71l5.285-4.805a.75.75 0 01.808-.13zM10.5 5.445l-4.245 3.86a.75.75 0 01-.505.195h-3a.25.25 0 00-.25.25v4.5c0 .138.112.25.25.25h3a.75.75 0 01.505.195l4.245 3.86V5.445z" />
|
9
|
+
<path d="M18.718 4.222a.75.75 0 011.06 0c4.296 4.296 4.296 11.26 0 15.556a.75.75 0 01-1.06-1.06 9.5 9.5 0 000-13.436.75.75 0 010-1.06z" />
|
10
|
+
<path d="M16.243 7.757a.75.75 0 10-1.061 1.061 4.5 4.5 0 010 6.364.75.75 0 001.06 1.06 6 6 0 000-8.485z" />
|
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="M6.415.52a2.678 2.678 0 013.17 0l.928.68c.153.113.33.186.518.215l1.138.175a2.678 2.678 0 012.241 2.24l.175 1.138c.029.187.102.365.215.518l.68.928a2.678 2.678 0 010 3.17l-.68.928a1.179 1.179 0 00-.215.518l-.175 1.138a2.678 2.678 0 01-2.241 2.241l-1.138.175a1.179 1.179 0 00-.518.215l-.928.68a2.678 2.678 0 01-3.17 0l-.928-.68a1.179 1.179 0 00-.518-.215L3.83 14.41a2.678 2.678 0 01-2.24-2.24l-.175-1.138a1.179 1.179 0 00-.215-.518l-.68-.928a2.678 2.678 0 010-3.17l.68-.928a1.17 1.17 0 00.215-.518l.175-1.14a2.678 2.678 0 012.24-2.24l1.138-.175c.187-.029.365-.102.518-.215l.928-.68zm2.282 1.209a1.178 1.178 0 00-1.394 0l-.928.68a2.678 2.678 0 01-1.18.489l-1.136.174a1.178 1.178 0 00-.987.987l-.174 1.137a2.678 2.678 0 01-.489 1.18l-.68.927c-.305.415-.305.98 0 1.394l.68.928c.256.348.423.752.489 1.18l.174 1.136c.078.51.478.909.987.987l1.137.174c.427.066.831.233 1.18.489l.927.68c.415.305.98.305 1.394 0l.928-.68a2.678 2.678 0 011.18-.489l1.136-.174c.51-.078.909-.478.987-.987l.174-1.137c.066-.427.233-.831.489-1.18l.68-.927c.305-.415.305-.98 0-1.394l-.68-.928a2.678 2.678 0 01-.489-1.18l-.174-1.136a1.178 1.178 0 00-.987-.987l-1.137-.174a2.678 2.678 0 01-1.18-.489l-.927-.68zM9 11a1 1 0 11-2 0 1 1 0 012 0zM6.92 6.085c.081-.16.19-.299.34-.398.145-.097.371-.187.74-.187.28 0 .553.087.738.225A.613.613 0 019 6.25c0 .177-.04.264-.077.318a.956.956 0 01-.277.245c-.076.051-.158.1-.258.161l-.007.004c-.093.056-.204.122-.313.195a2.416 2.416 0 00-.692.661.75.75 0 001.248.832.956.956 0 01.276-.245 6.3 6.3 0 01.26-.16l.006-.004c.093-.057.204-.123.313-.195.222-.149.487-.355.692-.662.214-.32.329-.702.329-1.15 0-.76-.36-1.348-.862-1.725A2.76 2.76 0 008 4c-.631 0-1.154.16-1.572.438-.413.276-.68.638-.849.977a.75.75 0 001.342.67z" />
|
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="M13 16.5a1 1 0 11-2 0 1 1 0 012 0zm-2.517-7.665c.112-.223.268-.424.488-.57C11.186 8.12 11.506 8 12 8c.384 0 .766.118 1.034.319a.953.953 0 01.403.806c0 .48-.218.81-.62 1.186a9.293 9.293 0 01-.409.354 19.8 19.8 0 00-.294.249c-.246.213-.524.474-.738.795l-.126.19V13.5a.75.75 0 001.5 0v-1.12c.09-.1.203-.208.347-.333.063-.055.14-.119.222-.187.166-.14.358-.3.52-.452.536-.5 1.098-1.2 1.098-2.283a2.45 2.45 0 00-1.003-2.006C13.37 6.695 12.658 6.5 12 6.5c-.756 0-1.373.191-1.861.517a2.944 2.944 0 00-.997 1.148.75.75 0 001.341.67z" />
|
9
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
10
|
+
d="M9.864 1.2a3.61 3.61 0 014.272 0l1.375 1.01c.274.2.593.333.929.384l1.686.259a3.61 3.61 0 013.021 3.02l.259 1.687c.051.336.183.655.384.929l1.01 1.375a3.61 3.61 0 010 4.272l-1.01 1.375a2.11 2.11 0 00-.384.929l-.259 1.686a3.61 3.61 0 01-3.02 3.021l-1.687.259a2.11 2.11 0 00-.929.384l-1.375 1.01a3.61 3.61 0 01-4.272 0l-1.375-1.01a2.11 2.11 0 00-.929-.384l-1.686-.259a3.61 3.61 0 01-3.021-3.02l-.259-1.687a2.11 2.11 0 00-.384-.929L1.2 14.136a3.61 3.61 0 010-4.272l1.01-1.375a2.11 2.11 0 00.384-.929l.259-1.686a3.61 3.61 0 013.02-3.021l1.687-.259a2.11 2.11 0 00.929-.384L9.864 1.2zm3.384 1.209a2.11 2.11 0 00-2.496 0l-1.376 1.01a3.61 3.61 0 01-1.589.658l-1.686.258a2.11 2.11 0 00-1.766 1.766l-.258 1.686a3.61 3.61 0 01-.658 1.59l-1.01 1.375a2.11 2.11 0 000 2.496l1.01 1.376a3.61 3.61 0 01.658 1.589l.258 1.686a2.11 2.11 0 001.766 1.765l1.686.26a3.61 3.61 0 011.59.657l1.375 1.01a2.11 2.11 0 002.496 0l1.376-1.01a3.61 3.61 0 011.589-.658l1.686-.258a2.11 2.11 0 001.765-1.766l.26-1.686a3.61 3.61 0 01.657-1.59l1.01-1.375a2.11 2.11 0 000-2.496l-1.01-1.376a3.61 3.61 0 01-.658-1.589l-.258-1.686a2.11 2.11 0 00-1.766-1.766l-1.686-.258a3.61 3.61 0 01-1.59-.658l-1.375-1.01z" />
|
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.53 1.22a.75.75 0 00-1.06 0L3.72 4.97a.75.75 0 001.06 1.06l2.47-2.47v6.69a.75.75 0 001.5 0V3.56l2.47 2.47a.75.75 0 101.06-1.06L8.53 1.22zM3.75 13a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.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="M4.75 22a.75.75 0 010-1.5h14.5a.75.75 0 010 1.5H4.75zm.22-13.53a.75.75 0 001.06 1.06L11 4.56v12.19a.75.75 0 001.5 0V4.56l4.97 4.97a.75.75 0 101.06-1.06l-6.25-6.25a.75.75 0 00-1.06 0L4.97 8.47z" />
|
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.585.52a2.678 2.678 0 00-3.17 0l-.928.68a1.178 1.178 0 01-.518.215L3.83 1.59a2.678 2.678 0 00-2.24 2.24l-.175 1.14a1.178 1.178 0 01-.215.518l-.68.928a2.678 2.678 0 000 3.17l.68.928c.113.153.186.33.215.518l.175 1.138a2.678 2.678 0 002.24 2.24l1.138.175c.187.029.365.102.518.215l.928.68a2.678 2.678 0 003.17 0l.928-.68a1.17 1.17 0 01.518-.215l1.138-.175a2.678 2.678 0 002.241-2.241l.175-1.138c.029-.187.102-.365.215-.518l.68-.928a2.678 2.678 0 000-3.17l-.68-.928a1.179 1.179 0 01-.215-.518L14.41 3.83a2.678 2.678 0 00-2.24-2.24l-1.138-.175a1.179 1.179 0 01-.518-.215L9.585.52zM7.303 1.728c.415-.305.98-.305 1.394 0l.928.68c.348.256.752.423 1.18.489l1.136.174c.51.078.909.478.987.987l.174 1.137c.066.427.233.831.489 1.18l.68.927c.305.415.305.98 0 1.394l-.68.928a2.678 2.678 0 00-.489 1.18l-.174 1.136a1.178 1.178 0 01-.987.987l-1.137.174a2.678 2.678 0 00-1.18.489l-.927.68c-.415.305-.98.305-1.394 0l-.928-.68a2.678 2.678 0 00-1.18-.489l-1.136-.174a1.178 1.178 0 01-.987-.987l-.174-1.137a2.678 2.678 0 00-.489-1.18l-.68-.927a1.178 1.178 0 010-1.394l.68-.928c.256-.348.423-.752.489-1.18l.174-1.136c.078-.51.478-.909.987-.987l1.137-.174a2.678 2.678 0 001.18-.489l.927-.68zM11.28 6.78a.75.75 0 00-1.06-1.06L7 8.94 5.78 7.72a.75.75 0 00-1.06 1.06l1.75 1.75a.75.75 0 001.06 0l3.75-3.75z" />
|
9
|
+
</svg>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
+
- YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
+
-->
|
5
|
+
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
7
|
+
<path d="M17.03 9.78a.75.75 0 00-1.06-1.06l-5.47 5.47-2.47-2.47a.75.75 0 00-1.06 1.06l3 3a.75.75 0 001.06 0l6-6z" />
|
8
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
9
|
+
d="M14.136 1.2a3.61 3.61 0 00-4.272 0L8.489 2.21a2.11 2.11 0 01-.929.384l-1.686.259a3.61 3.61 0 00-3.021 3.02L2.594 7.56a2.11 2.11 0 01-.384.929L1.2 9.864a3.61 3.61 0 000 4.272l1.01 1.375c.2.274.333.593.384.929l.259 1.686a3.61 3.61 0 003.02 3.021l1.687.259c.336.051.655.183.929.384l1.375 1.01a3.61 3.61 0 004.272 0l1.375-1.01a2.11 2.11 0 01.929-.384l1.686-.259a3.61 3.61 0 003.021-3.02l.259-1.687a2.11 2.11 0 01.384-.929l1.01-1.375a3.61 3.61 0 000-4.272l-1.01-1.375a2.11 2.11 0 01-.384-.929l-.259-1.686a3.61 3.61 0 00-3.02-3.021l-1.687-.259a2.11 2.11 0 01-.929-.384L14.136 1.2zm-3.384 1.209a2.11 2.11 0 012.496 0l1.376 1.01a3.61 3.61 0 001.589.658l1.686.258a2.11 2.11 0 011.765 1.766l.26 1.686a3.61 3.61 0 00.657 1.59l1.01 1.375a2.11 2.11 0 010 2.496l-1.01 1.376a3.61 3.61 0 00-.658 1.589l-.258 1.686a2.11 2.11 0 01-1.766 1.765l-1.686.26a3.61 3.61 0 00-1.59.657l-1.375 1.01a2.11 2.11 0 01-2.496 0l-1.376-1.01a3.61 3.61 0 00-1.589-.658l-1.686-.258a2.11 2.11 0 01-1.766-1.766l-.258-1.686a3.61 3.61 0 00-.658-1.59l-1.01-1.375a2.11 2.11 0 010-2.496l1.01-1.376a3.61 3.61 0 00.658-1.589l.258-1.686a2.11 2.11 0 011.766-1.766l1.686-.258a3.61 3.61 0 001.59-.658l1.375-1.01z" />
|
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="M7.75 14A1.75 1.75 0 016 12.25v-8.5C6 2.784 6.784 2 7.75 2h6.5c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0114.25 14h-6.5zm-.25-1.75c0 .138.112.25.25.25h6.5a.25.25 0 00.25-.25v-8.5a.25.25 0 00-.25-.25h-6.5a.25.25 0 00-.25.25v8.5zM4.9 3.508a.75.75 0 01-.274 1.025.25.25 0 00-.126.217v6.5a.25.25 0 00.126.217.75.75 0 01-.752 1.298A1.75 1.75 0 013 11.25v-6.5c0-.649.353-1.214.874-1.516a.75.75 0 011.025.274zM1.625 5.533a.75.75 0 10-.752-1.299A1.75 1.75 0 000 5.75v4.5c0 .649.353 1.214.874 1.515a.75.75 0 10.752-1.298.25.25 0 01-.126-.217v-4.5a.25.25 0 01.126-.217z" />
|
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 22a2 2 0 01-2-2V4a2 2 0 012-2h11a2 2 0 012 2v16a2 2 0 01-2 2H10zm-.5-2a.5.5 0 00.5.5h11a.5.5 0 00.5-.5V4a.5.5 0 00-.5-.5H10a.5.5 0 00-.5.5v16zM6.17 4.165a.75.75 0 01-.335 1.006c-.228.114-.295.177-.315.201a.037.037 0 00-.008.016.387.387 0 00-.012.112v13c0 .07.008.102.012.112a.03.03 0 00.008.016c.02.024.087.087.315.201a.75.75 0 11-.67 1.342c-.272-.136-.58-.315-.81-.598C4.1 19.259 4 18.893 4 18.5v-13c0-.393.1-.759.355-1.073.23-.283.538-.462.81-.598a.75.75 0 011.006.336zM2.15 5.624a.75.75 0 01-.274 1.025c-.15.087-.257.17-.32.245C1.5 6.96 1.5 6.99 1.5 7v10c0 .01 0 .04.056.106.063.074.17.158.32.245a.75.75 0 11-.752 1.298C.73 18.421 0 17.907 0 17V7c0-.907.73-1.42 1.124-1.65a.75.75 0 011.025.274z" />
|
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 3.5a.25.25 0 00-.25.25v8.5c0 .138.112.25.25.25h12.5a.25.25 0 00.25-.25v-8.5a.25.25 0 00-.25-.25H1.75zM0 3.75C0 2.784.784 2 1.75 2h12.5c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0114.25 14H1.75A1.75 1.75 0 010 12.25v-8.5z" />
|
9
|
+
<path d="M6 10.559V5.442a.25.25 0 01.379-.215l4.264 2.559a.25.25 0 010 .428l-4.264 2.559A.25.25 0 016 10.559z" />
|
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="M1.75 4.5a.25.25 0 00-.25.25v14.5c0 .138.112.25.25.25h20.5a.25.25 0 00.25-.25V4.75a.25.25 0 00-.25-.25H1.75zM0 4.75C0 3.784.784 3 1.75 3h20.5c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0122.25 21H1.75A1.75 1.75 0 010 19.25V4.75z" />
|
9
|
+
<path d="M9 15.584V8.416a.5.5 0 01.77-.42l5.576 3.583a.5.5 0 010 .842L9.77 16.005a.5.5 0 01-.77-.42z" />
|
10
|
+
</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.5 4.25a2.25 2.25 0 014.5 0 .75.75 0 001.5 0 3.75 3.75 0 10-6.14 2.889l-2.272 4.258a.75.75 0 001.324.706L7 7.25a.75.75 0 00-.309-1.015A2.25 2.25 0 015.5 4.25z"/><path d="M7.364 3.607a.75.75 0 011.03.257l2.608 4.349a3.75 3.75 0 11-.628 6.785.75.75 0 01.752-1.299 2.25 2.25 0 10-.033-3.88.75.75 0 01-1.03-.256L7.107 4.636a.75.75 0 01.257-1.03z"/><path d="M2.9 8.776A.75.75 0 012.625 9.8 2.25 2.25 0 106 11.75a.75.75 0 01.75-.751h5.5a.75.75 0 010 1.5H7.425a3.751 3.751 0 11-5.55-3.998.75.75 0 011.024.274z"/></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 1.75C0 .784.784 0 1.75 0h3.5C6.216 0 7 .784 7 1.75v3.5A1.75 1.75 0 015.25 7H4v4a1 1 0 001 1h4v-1.25C9 9.784 9.784 9 10.75 9h3.5c.966 0 1.75.784 1.75 1.75v3.5A1.75 1.75 0 0114.25 16h-3.5A1.75 1.75 0 019 14.25v-.75H5A2.5 2.5 0 012.5 11V7h-.75A1.75 1.75 0 010 5.25v-3.5zm1.75-.25a.25.25 0 00-.25.25v3.5c0 .138.112.25.25.25h3.5a.25.25 0 00.25-.25v-3.5a.25.25 0 00-.25-.25h-3.5zm9 9a.25.25 0 00-.25.25v3.5c0 .138.112.25.25.25h3.5a.25.25 0 00.25-.25v-3.5a.25.25 0 00-.25-.25h-3.5z" />
|
9
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
+
- YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
+
-->
|
5
|
+
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
7
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M1 3a2 2 0 012-2h6.5a2 2 0 012 2v6.5a2 2 0 01-2 2H7v4.063C7 16.355 7.644 17 8.438 17H12.5v-2.5a2 2 0 012-2H21a2 2 0 012 2V21a2 2 0 01-2 2h-6.5a2 2 0 01-2-2v-2.5H8.437A2.938 2.938 0 015.5 15.562V11.5H3a2 2 0 01-2-2V3zm2-.5a.5.5 0 00-.5.5v6.5a.5.5 0 00.5.5h6.5a.5.5 0 00.5-.5V3a.5.5 0 00-.5-.5H3zM14.5 14a.5.5 0 00-.5.5V21a.5.5 0 00.5.5H21a.5.5 0 00.5-.5v-6.5a.5.5 0 00-.5-.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="M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z" />
|
9
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
+
- YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
+
-->
|
5
|
+
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
7
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M5.72 5.72a.75.75 0 011.06 0L12 10.94l5.22-5.22a.75.75 0 111.06 1.06L13.06 12l5.22 5.22a.75.75 0 11-1.06 1.06L12 13.06l-5.22 5.22a.75.75 0 01-1.06-1.06L10.94 12 5.72 6.78a.75.75 0 010-1.06z" />
|
9
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
+
- YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
+
-->
|
5
|
+
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
7
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M3.404 12.596a6.5 6.5 0 119.192-9.192 6.5 6.5 0 01-9.192 9.192zM2.344 2.343a8 8 0 1011.313 11.314A8 8 0 002.343 2.343zM6.03 4.97a.75.75 0 00-1.06 1.06L6.94 8 4.97 9.97a.75.75 0 101.06 1.06L8 9.06l1.97 1.97a.75.75 0 101.06-1.06L9.06 8l1.97-1.97a.75.75 0 10-1.06-1.06L8 6.94 6.03 4.97z" />
|
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="M9.036 7.976a.75.75 0 00-1.06 1.06L10.939 12l-2.963 2.963a.75.75 0 101.06 1.06L12 13.06l2.963 2.964a.75.75 0 001.061-1.06L13.061 12l2.963-2.964a.75.75 0 10-1.06-1.06L12 10.939 9.036 7.976z" />
|
9
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
10
|
+
d="M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zM2.5 12a9.5 9.5 0 1119 0 9.5 9.5 0 01-19 0z" />
|
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="12" height="12" viewBox="0 0 12 12">
|
7
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M1.757 10.243a6 6 0 118.486-8.486 6 6 0 01-8.486 8.486zM6 4.763l-2-2L2.763 4l2 2-2 2L4 9.237l2-2 2 2L9.237 8l-2-2 2-2L8 2.763l-2 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="M2.343 13.657A8 8 0 1113.657 2.343 8 8 0 012.343 13.657zM6.03 4.97a.75.75 0 00-1.06 1.06L6.94 8 4.97 9.97a.75.75 0 101.06 1.06L8 9.06l1.97 1.97a.75.75 0 101.06-1.06L9.06 8l1.97-1.97a.75.75 0 10-1.06-1.06L8 6.94 6.03 4.97z" />
|
9
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright ©2023 @Ewsgit and YourDash contributors.
|
3
|
+
- YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
|
+
-->
|
5
|
+
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
7
|
+
<path fill-rule="evenodd" fill="#ffffff"
|
8
|
+
d="M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12zm8.036-4.024a.75.75 0 00-1.06 1.06L10.939 12l-2.963 2.963a.75.75 0 101.06 1.06L12 13.06l2.963 2.964a.75.75 0 001.061-1.06L13.061 12l2.963-2.964a.75.75 0 10-1.06-1.06L12 10.939 9.036 7.976z" />
|
9
|
+
</svg>
|
@@ -0,0 +1,64 @@
|
|
1
|
+
<!--
|
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="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
|
7
|
+
<g clip-path="url(#clip0_745_38)">
|
8
|
+
<g filter="url(#filter0_f_745_38)">
|
9
|
+
<foreignObject x="-23" y="-23" width="256" height="256">
|
10
|
+
<div xmlns="http://www.w3.org/1999/xhtml" class="gradient"></div>
|
11
|
+
</foreignObject>
|
12
|
+
<style>
|
13
|
+
div.gradient {
|
14
|
+
height: 100%;
|
15
|
+
width: 100%;
|
16
|
+
background-image: conic-gradient(
|
17
|
+
from 180deg,
|
18
|
+
#FD0000 0deg 60deg,
|
19
|
+
#FC8B00 60deg 120deg,
|
20
|
+
#FEE400 120deg 180deg,
|
21
|
+
#119E0B 180deg 240deg,
|
22
|
+
#0644B2 240deg 300deg,
|
23
|
+
#C12EDB 300deg 360deg
|
24
|
+
);
|
25
|
+
}
|
26
|
+
</style>
|
27
|
+
</g>
|
28
|
+
</g>
|
29
|
+
<g clip-path="url(#clip1_745_38)">
|
30
|
+
<g filter="url(#filter1_bdf_745_38)">
|
31
|
+
<path d="M23 23H279V279H23V23Z" fill="#E0E0E0" fill-opacity="0.75" shape-rendering="crispEdges"/>
|
32
|
+
</g>
|
33
|
+
</g>
|
34
|
+
<defs>
|
35
|
+
<filter id="filter0_f_745_38" x="-87" y="-87" width="384" height="384" filterUnits="userSpaceOnUse"
|
36
|
+
color-interpolation-filters="sRGB">
|
37
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
38
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
39
|
+
<feGaussianBlur stdDeviation="32" result="effect1_foregroundBlur_745_38"/>
|
40
|
+
</filter>
|
41
|
+
<filter id="filter1_bdf_745_38" x="7" y="7" width="288" height="288" filterUnits="userSpaceOnUse"
|
42
|
+
color-interpolation-filters="sRGB">
|
43
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
44
|
+
<feGaussianBlur in="BackgroundImageFix" stdDeviation="4"/>
|
45
|
+
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_745_38"/>
|
46
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
47
|
+
result="hardAlpha"/>
|
48
|
+
<feOffset dy="8"/>
|
49
|
+
<feGaussianBlur stdDeviation="4"/>
|
50
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
51
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
|
52
|
+
<feBlend mode="normal" in2="effect1_backgroundBlur_745_38" result="effect2_dropShadow_745_38"/>
|
53
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_745_38" result="shape"/>
|
54
|
+
<feGaussianBlur stdDeviation="8" result="effect3_foregroundBlur_745_38"/>
|
55
|
+
</filter>
|
56
|
+
<clipPath id="clip0_745_38">
|
57
|
+
<rect x="5" y="5" width="200" height="200" rx="56" fill="white"/>
|
58
|
+
</clipPath>
|
59
|
+
<clipPath id="clip1_745_38">
|
60
|
+
<path d="M51 107C51 76.0721 76.0721 51 107 51H195C225.928 51 251 76.0721 251 107V195C251 225.928 225.928 251 195 251H107C76.0721 251 51 225.928 51 195V107Z"
|
61
|
+
fill="white"/>
|
62
|
+
</clipPath>
|
63
|
+
</defs>
|
64
|
+
</svg>
|