Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Shortcuts Icons #94

Merged
merged 12 commits into from
Feb 14, 2022
1 change: 1 addition & 0 deletions src/assets/icons/backspace-key.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/down-arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/enter-key.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/help-center.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/keyboard-shortcut.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/left-arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/right-arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/shift-key.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/up-arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ const icons = {
annotationTransparency: imgSrc("annotation-transparency-icon"),
autoAssign: imgSrc("auto-assign-assignees"),
audit: imgSrc("audit"),
arrowDown: imgSrc("down-arrow"),
arrowLeft: imgSrc("left-arrow"),
arrowRight: imgSrc("right-arrow"),
arrowUp: imgSrc("up-arrow"),
backspace: imgSrc("backspace-icon"),
backspaceKey: imgSrc("backspace-key"),
backgroundSettings: imgSrc("background-settings"),
betaStatus: imgSrc("beta-status"),
boundingBox: imgSrc("bounding-box-icon"),
Expand All @@ -36,9 +41,12 @@ const icons = {
download: imgSrc("download-icon"),
edit: imgSrc("open-in-annotate"),
eraser: imgSrc("eraser-icon"),
enterKey: imgSrc("enter-key"),
fill: imgSrc("fill-icon"),
fitToPage: imgSrc("fit-to-page-icon"),
helpCenter: imgSrc("help-center"),
imageViewer: imgSrc("image-viewer"),
keyboardShortcut: imgSrc("keyboard-shortcut"),
largeImageGrid: imgSrc("large-image-grid"),
lassoSpline: imgSrc("lasso-spline-icon"),
magicSpline: imgSrc("magic-spline-icon"),
Expand Down Expand Up @@ -69,6 +77,7 @@ const icons = {
select: imgSrc("select-icon"),
selectedChip: imgSrc("active-annotation-label-search-filter"),
notSelectedChip: imgSrc("non-active-annotation-label-search-filter"),
shiftKey: imgSrc("shift-key"),
showHidePassword: imgSrc("show-hide-password"),
showStrokeAsPixels: imgSrc("show-strokes-as-pixels"),
smallImageGrid: imgSrc("small-image-grid"),
Expand Down