Skip to content

Commit

Permalink
chore: Add ActionButton icon (#461)
Browse files Browse the repository at this point in the history
Co-authored-by: koji endo <kouendou@fab.pasona.tech>
Co-authored-by: 長田淳史 <>
Co-authored-by: keiya sasaki <keiya.s.0210@gmail.com>
  • Loading branch information
3 people committed Jun 1, 2023
1 parent 9942876 commit ef30ad0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions web/src/beta/components/Icon/Icons/actionButton.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion web/src/beta/components/Icon/icons.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@

// Dataset
import ActionButton from "./Icons/actionButton.svg";
import File from "./Icons/fileIcon.svg";

// Fields / Actions

export default {
file: File,
actionbutton: ActionButton,
};

0 comments on commit ef30ad0

Please sign in to comment.