├── LICENSE ├── README.md ├── demo-files ├── demo.css └── demo.js ├── demo.html ├── fonts ├── Bowtie.eot ├── Bowtie.svg ├── Bowtie.ttf ├── Bowtie.woff └── Bowtie.woff2 ├── style.css └── svg ├── README.md ├── alert.svg ├── approve-disapprove.svg ├── approve.svg ├── arrow-down.svg ├── arrow-left.svg ├── arrow-right.svg ├── arrow-up.svg ├── attach.svg ├── azure-api-management.svg ├── azure-service-endpoint.svg ├── build-queue-new.svg ├── build-queue.svg ├── build-reason-checkin-shelveset.svg ├── build.svg ├── calendar.svg ├── check.svg ├── chevron-down.svg ├── chevron-left.svg ├── chevron-right.svg ├── chevron-up.svg ├── clone-to-desktop.svg ├── clone.svg ├── cloud.svg ├── comment-add.svg ├── comment-discussion.svg ├── comment-lines.svg ├── comment-next.svg ├── comment-outline.svg ├── comment-previous.svg ├── comment-urgent.svg ├── comment.svg ├── dashboard.svg ├── database.svg ├── diff-image-overlay.svg ├── diff-image-pixel.svg ├── diff-image.svg ├── diff-inline.svg ├── diff-side-by-side.svg ├── dot.svg ├── edit-copy.svg ├── edit-cut.svg ├── edit-delete.svg ├── edit-paste.svg ├── edit-redo.svg ├── edit-remove.svg ├── edit-rename.svg ├── edit-undo.svg ├── edit.svg ├── editor-list-bullet.svg ├── ellipsis-vertical.svg ├── ellipsis.svg ├── favorite-outline.svg ├── favorite.svg ├── feedback-negative.svg ├── feedback-positive.svg ├── file-code.svg ├── file-comment.svg ├── file-content.svg ├── file-image.svg ├── file-preview.svg ├── file-symlink.svg ├── file.svg ├── fold-less.svg ├── fold-more.svg ├── folder.svg ├── git.svg ├── heartbeat.svg ├── install.svg ├── link.svg ├── logo-android.svg ├── logo-github.svg ├── logo-visual-studio.svg ├── logo-windows.svg ├── mail-message.svg ├── math-minus-box.svg ├── math-minus-circle.svg ├── math-minus.svg ├── math-multiply.svg ├── math-plus-box.svg ├── math-plus-circle.svg ├── math-plus-heavy.svg ├── math-plus.svg ├── media-play.svg ├── menu.svg ├── navigate-back-circle.svg ├── navigate-back-disc.svg ├── navigate-close.svg ├── navigate-external.svg ├── navigate-forward-circle.svg ├── navigate-forward-disc.svg ├── navigate-history.svg ├── navigate-refresh.svg ├── navigate-reload.svg ├── package-release.svg ├── package.svg ├── pin.svg ├── policy.svg ├── repo-git.svg ├── repo-tfvc.svg ├── repo.svg ├── repository-submodule.svg ├── repository.svg ├── save.svg ├── search-filter.svg ├── search.svg ├── security-access.svg ├── security-lock.svg ├── security-unlock.svg ├── security.svg ├── separator.svg ├── settings-gear.svg ├── settings-wrench.svg ├── share.svg ├── shop.svg ├── social-facebook.svg ├── social-twitter.svg ├── sort-ascending.svg ├── sort-descending.svg ├── square.svg ├── status-error.svg ├── status-failure.svg ├── status-help.svg ├── status-info-outline.svg ├── status-info.svg ├── status-success.svg ├── status-waiting.svg ├── status-warning.svg ├── switch.svg ├── tag.svg ├── tfvc-branch-locked.svg ├── tfvc-branch.svg ├── tfvc-change-list.svg ├── tfvc-commit.svg ├── tfvc-compare.svg ├── tfvc-merge.svg ├── tfvc-pull-request.svg ├── tfvc-raw-source.svg ├── tfvc-repo.svg ├── tfvc-shelveset.svg ├── toggle-collapse-all.svg ├── toggle-collapse.svg ├── toggle-expand-all.svg ├── toggle-expand.svg ├── toggle-tree-collapsed.svg ├── toggle-tree-expanded.svg ├── transfer-download.svg ├── transfer-upload.svg ├── triangle-down.svg ├── triangle-left.svg ├── triangle-right.svg ├── triangle-up.svg ├── user.svg ├── users.svg ├── view-full-screen-exit.svg ├── view-full-screen.svg ├── view-list-group.svg ├── view-list-tree.svg ├── view-list.svg ├── watch-eye.svg ├── work-item-bar.svg └── work-item.svg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/README.md -------------------------------------------------------------------------------- /demo-files/demo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/demo-files/demo.css -------------------------------------------------------------------------------- /demo-files/demo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/demo-files/demo.js -------------------------------------------------------------------------------- /demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/demo.html -------------------------------------------------------------------------------- /fonts/Bowtie.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/fonts/Bowtie.eot -------------------------------------------------------------------------------- /fonts/Bowtie.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/fonts/Bowtie.svg -------------------------------------------------------------------------------- /fonts/Bowtie.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/fonts/Bowtie.ttf -------------------------------------------------------------------------------- /fonts/Bowtie.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/fonts/Bowtie.woff -------------------------------------------------------------------------------- /fonts/Bowtie.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/fonts/Bowtie.woff2 -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/style.css -------------------------------------------------------------------------------- /svg/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /svg/alert.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/alert.svg -------------------------------------------------------------------------------- /svg/approve-disapprove.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/approve-disapprove.svg -------------------------------------------------------------------------------- /svg/approve.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/approve.svg -------------------------------------------------------------------------------- /svg/arrow-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/arrow-down.svg -------------------------------------------------------------------------------- /svg/arrow-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/arrow-left.svg -------------------------------------------------------------------------------- /svg/arrow-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/arrow-right.svg -------------------------------------------------------------------------------- /svg/arrow-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/arrow-up.svg -------------------------------------------------------------------------------- /svg/attach.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/attach.svg -------------------------------------------------------------------------------- /svg/azure-api-management.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/azure-api-management.svg -------------------------------------------------------------------------------- /svg/azure-service-endpoint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/azure-service-endpoint.svg -------------------------------------------------------------------------------- /svg/build-queue-new.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/build-queue-new.svg -------------------------------------------------------------------------------- /svg/build-queue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/build-queue.svg -------------------------------------------------------------------------------- /svg/build-reason-checkin-shelveset.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/build-reason-checkin-shelveset.svg -------------------------------------------------------------------------------- /svg/build.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/build.svg -------------------------------------------------------------------------------- /svg/calendar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/calendar.svg -------------------------------------------------------------------------------- /svg/check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/check.svg -------------------------------------------------------------------------------- /svg/chevron-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/chevron-down.svg -------------------------------------------------------------------------------- /svg/chevron-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/chevron-left.svg -------------------------------------------------------------------------------- /svg/chevron-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/chevron-right.svg -------------------------------------------------------------------------------- /svg/chevron-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/chevron-up.svg -------------------------------------------------------------------------------- /svg/clone-to-desktop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/clone-to-desktop.svg -------------------------------------------------------------------------------- /svg/clone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/clone.svg -------------------------------------------------------------------------------- /svg/cloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/cloud.svg -------------------------------------------------------------------------------- /svg/comment-add.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/comment-add.svg -------------------------------------------------------------------------------- /svg/comment-discussion.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/comment-discussion.svg -------------------------------------------------------------------------------- /svg/comment-lines.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/comment-lines.svg -------------------------------------------------------------------------------- /svg/comment-next.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/comment-next.svg -------------------------------------------------------------------------------- /svg/comment-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/comment-outline.svg -------------------------------------------------------------------------------- /svg/comment-previous.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/comment-previous.svg -------------------------------------------------------------------------------- /svg/comment-urgent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/comment-urgent.svg -------------------------------------------------------------------------------- /svg/comment.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/comment.svg -------------------------------------------------------------------------------- /svg/dashboard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/dashboard.svg -------------------------------------------------------------------------------- /svg/database.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/database.svg -------------------------------------------------------------------------------- /svg/diff-image-overlay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/diff-image-overlay.svg -------------------------------------------------------------------------------- /svg/diff-image-pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/diff-image-pixel.svg -------------------------------------------------------------------------------- /svg/diff-image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/diff-image.svg -------------------------------------------------------------------------------- /svg/diff-inline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/diff-inline.svg -------------------------------------------------------------------------------- /svg/diff-side-by-side.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/diff-side-by-side.svg -------------------------------------------------------------------------------- /svg/dot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/dot.svg -------------------------------------------------------------------------------- /svg/edit-copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/edit-copy.svg -------------------------------------------------------------------------------- /svg/edit-cut.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/edit-cut.svg -------------------------------------------------------------------------------- /svg/edit-delete.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/edit-delete.svg -------------------------------------------------------------------------------- /svg/edit-paste.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/edit-paste.svg -------------------------------------------------------------------------------- /svg/edit-redo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/edit-redo.svg -------------------------------------------------------------------------------- /svg/edit-remove.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/edit-remove.svg -------------------------------------------------------------------------------- /svg/edit-rename.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/edit-rename.svg -------------------------------------------------------------------------------- /svg/edit-undo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/edit-undo.svg -------------------------------------------------------------------------------- /svg/edit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/edit.svg -------------------------------------------------------------------------------- /svg/editor-list-bullet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/editor-list-bullet.svg -------------------------------------------------------------------------------- /svg/ellipsis-vertical.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/ellipsis-vertical.svg -------------------------------------------------------------------------------- /svg/ellipsis.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/ellipsis.svg -------------------------------------------------------------------------------- /svg/favorite-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/favorite-outline.svg -------------------------------------------------------------------------------- /svg/favorite.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/favorite.svg -------------------------------------------------------------------------------- /svg/feedback-negative.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/feedback-negative.svg -------------------------------------------------------------------------------- /svg/feedback-positive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/feedback-positive.svg -------------------------------------------------------------------------------- /svg/file-code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/file-code.svg -------------------------------------------------------------------------------- /svg/file-comment.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/file-comment.svg -------------------------------------------------------------------------------- /svg/file-content.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/file-content.svg -------------------------------------------------------------------------------- /svg/file-image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/file-image.svg -------------------------------------------------------------------------------- /svg/file-preview.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/file-preview.svg -------------------------------------------------------------------------------- /svg/file-symlink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/file-symlink.svg -------------------------------------------------------------------------------- /svg/file.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/file.svg -------------------------------------------------------------------------------- /svg/fold-less.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/fold-less.svg -------------------------------------------------------------------------------- /svg/fold-more.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/fold-more.svg -------------------------------------------------------------------------------- /svg/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/folder.svg -------------------------------------------------------------------------------- /svg/git.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/git.svg -------------------------------------------------------------------------------- /svg/heartbeat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/heartbeat.svg -------------------------------------------------------------------------------- /svg/install.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/install.svg -------------------------------------------------------------------------------- /svg/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/link.svg -------------------------------------------------------------------------------- /svg/logo-android.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/logo-android.svg -------------------------------------------------------------------------------- /svg/logo-github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/logo-github.svg -------------------------------------------------------------------------------- /svg/logo-visual-studio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/logo-visual-studio.svg -------------------------------------------------------------------------------- /svg/logo-windows.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/logo-windows.svg -------------------------------------------------------------------------------- /svg/mail-message.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/mail-message.svg -------------------------------------------------------------------------------- /svg/math-minus-box.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/math-minus-box.svg -------------------------------------------------------------------------------- /svg/math-minus-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/math-minus-circle.svg -------------------------------------------------------------------------------- /svg/math-minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/math-minus.svg -------------------------------------------------------------------------------- /svg/math-multiply.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/math-multiply.svg -------------------------------------------------------------------------------- /svg/math-plus-box.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/math-plus-box.svg -------------------------------------------------------------------------------- /svg/math-plus-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/math-plus-circle.svg -------------------------------------------------------------------------------- /svg/math-plus-heavy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/math-plus-heavy.svg -------------------------------------------------------------------------------- /svg/math-plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/math-plus.svg -------------------------------------------------------------------------------- /svg/media-play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/media-play.svg -------------------------------------------------------------------------------- /svg/menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/menu.svg -------------------------------------------------------------------------------- /svg/navigate-back-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/navigate-back-circle.svg -------------------------------------------------------------------------------- /svg/navigate-back-disc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/navigate-back-disc.svg -------------------------------------------------------------------------------- /svg/navigate-close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/navigate-close.svg -------------------------------------------------------------------------------- /svg/navigate-external.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/navigate-external.svg -------------------------------------------------------------------------------- /svg/navigate-forward-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/navigate-forward-circle.svg -------------------------------------------------------------------------------- /svg/navigate-forward-disc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/navigate-forward-disc.svg -------------------------------------------------------------------------------- /svg/navigate-history.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/navigate-history.svg -------------------------------------------------------------------------------- /svg/navigate-refresh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/navigate-refresh.svg -------------------------------------------------------------------------------- /svg/navigate-reload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/navigate-reload.svg -------------------------------------------------------------------------------- /svg/package-release.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/package-release.svg -------------------------------------------------------------------------------- /svg/package.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/package.svg -------------------------------------------------------------------------------- /svg/pin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/pin.svg -------------------------------------------------------------------------------- /svg/policy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/policy.svg -------------------------------------------------------------------------------- /svg/repo-git.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/repo-git.svg -------------------------------------------------------------------------------- /svg/repo-tfvc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/repo-tfvc.svg -------------------------------------------------------------------------------- /svg/repo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/repo.svg -------------------------------------------------------------------------------- /svg/repository-submodule.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/repository-submodule.svg -------------------------------------------------------------------------------- /svg/repository.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/repository.svg -------------------------------------------------------------------------------- /svg/save.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/save.svg -------------------------------------------------------------------------------- /svg/search-filter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/search-filter.svg -------------------------------------------------------------------------------- /svg/search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/search.svg -------------------------------------------------------------------------------- /svg/security-access.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/security-access.svg -------------------------------------------------------------------------------- /svg/security-lock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/security-lock.svg -------------------------------------------------------------------------------- /svg/security-unlock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/security-unlock.svg -------------------------------------------------------------------------------- /svg/security.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/security.svg -------------------------------------------------------------------------------- /svg/separator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/separator.svg -------------------------------------------------------------------------------- /svg/settings-gear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/settings-gear.svg -------------------------------------------------------------------------------- /svg/settings-wrench.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/settings-wrench.svg -------------------------------------------------------------------------------- /svg/share.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/share.svg -------------------------------------------------------------------------------- /svg/shop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/shop.svg -------------------------------------------------------------------------------- /svg/social-facebook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/social-facebook.svg -------------------------------------------------------------------------------- /svg/social-twitter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/social-twitter.svg -------------------------------------------------------------------------------- /svg/sort-ascending.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/sort-ascending.svg -------------------------------------------------------------------------------- /svg/sort-descending.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/sort-descending.svg -------------------------------------------------------------------------------- /svg/square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/square.svg -------------------------------------------------------------------------------- /svg/status-error.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/status-error.svg -------------------------------------------------------------------------------- /svg/status-failure.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/status-failure.svg -------------------------------------------------------------------------------- /svg/status-help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/status-help.svg -------------------------------------------------------------------------------- /svg/status-info-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/status-info-outline.svg -------------------------------------------------------------------------------- /svg/status-info.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/status-info.svg -------------------------------------------------------------------------------- /svg/status-success.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/status-success.svg -------------------------------------------------------------------------------- /svg/status-waiting.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/status-waiting.svg -------------------------------------------------------------------------------- /svg/status-warning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/status-warning.svg -------------------------------------------------------------------------------- /svg/switch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/switch.svg -------------------------------------------------------------------------------- /svg/tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/tag.svg -------------------------------------------------------------------------------- /svg/tfvc-branch-locked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/tfvc-branch-locked.svg -------------------------------------------------------------------------------- /svg/tfvc-branch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/tfvc-branch.svg -------------------------------------------------------------------------------- /svg/tfvc-change-list.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/tfvc-change-list.svg -------------------------------------------------------------------------------- /svg/tfvc-commit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/tfvc-commit.svg -------------------------------------------------------------------------------- /svg/tfvc-compare.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/tfvc-compare.svg -------------------------------------------------------------------------------- /svg/tfvc-merge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/tfvc-merge.svg -------------------------------------------------------------------------------- /svg/tfvc-pull-request.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/tfvc-pull-request.svg -------------------------------------------------------------------------------- /svg/tfvc-raw-source.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/tfvc-raw-source.svg -------------------------------------------------------------------------------- /svg/tfvc-repo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/tfvc-repo.svg -------------------------------------------------------------------------------- /svg/tfvc-shelveset.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/tfvc-shelveset.svg -------------------------------------------------------------------------------- /svg/toggle-collapse-all.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/toggle-collapse-all.svg -------------------------------------------------------------------------------- /svg/toggle-collapse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/toggle-collapse.svg -------------------------------------------------------------------------------- /svg/toggle-expand-all.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/toggle-expand-all.svg -------------------------------------------------------------------------------- /svg/toggle-expand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/toggle-expand.svg -------------------------------------------------------------------------------- /svg/toggle-tree-collapsed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/toggle-tree-collapsed.svg -------------------------------------------------------------------------------- /svg/toggle-tree-expanded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/toggle-tree-expanded.svg -------------------------------------------------------------------------------- /svg/transfer-download.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/transfer-download.svg -------------------------------------------------------------------------------- /svg/transfer-upload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/transfer-upload.svg -------------------------------------------------------------------------------- /svg/triangle-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/triangle-down.svg -------------------------------------------------------------------------------- /svg/triangle-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/triangle-left.svg -------------------------------------------------------------------------------- /svg/triangle-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/triangle-right.svg -------------------------------------------------------------------------------- /svg/triangle-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/triangle-up.svg -------------------------------------------------------------------------------- /svg/user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/user.svg -------------------------------------------------------------------------------- /svg/users.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/users.svg -------------------------------------------------------------------------------- /svg/view-full-screen-exit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/view-full-screen-exit.svg -------------------------------------------------------------------------------- /svg/view-full-screen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/view-full-screen.svg -------------------------------------------------------------------------------- /svg/view-list-group.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/view-list-group.svg -------------------------------------------------------------------------------- /svg/view-list-tree.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/view-list-tree.svg -------------------------------------------------------------------------------- /svg/view-list.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/view-list.svg -------------------------------------------------------------------------------- /svg/watch-eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/watch-eye.svg -------------------------------------------------------------------------------- /svg/work-item-bar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/work-item-bar.svg -------------------------------------------------------------------------------- /svg/work-item.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jflamb/bowtie/HEAD/svg/work-item.svg --------------------------------------------------------------------------------