Skip to content

Commit

Permalink
feat: Add Shortcuts Icons (#94)
Browse files Browse the repository at this point in the history
* feat: add shift-key.svg

* feat: add `backspace-key.svg`

* feat: add `enter-key.svg`

* feat: add `enter-key.svg`

* feat: add `up-arrow.svg`

* feat: add `down-arrow.svg`

* feat: add `left-arrow.svg`

* feat: add `right-arrow.svg`

* feat: add `help-center.svg`

* feat: add `keyboard-shortcut.svg`

* feat: update icons.ts

Co-authored-by: Christian Baidoo <[email protected]>
  • Loading branch information
joshuajames-smith and ChrisBaidoo authored Feb 14, 2022
1 parent fc7e104 commit 925976a
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 0 deletions.
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

0 comments on commit 925976a

Please sign in to comment.