Skip to content

Commit

Permalink
Merge branch 'main' into chore/move-visualizer-to-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
keiya01 authored Jun 1, 2023
2 parents 116ca60 + ef30ad0 commit b99d40a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions web/src/beta/components/Icon/Icons/actionButton.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions web/src/beta/components/Icon/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
// Primitives
import PrimPhotoOverlay from "./Icons/primPhotoIcon.svg";

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

// Infobox Blocks
import Infobox from "./Icons/infoboxIcon.svg";
import InfoHTML from "./Icons/infoboxHTMLIcon.svg";
Expand All @@ -27,6 +24,10 @@ import Crosshair from "./Icons/crosshair.svg";
// Fields / Actions
import PlusSquare from "./Icons/plusSquare.svg";
import Cancel from "./Icons/cancel.svg";
import ActionButton from "./Icons/actionButton.svg";

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

// Timeline
import Timeline from "./Icons/timeline.svg";
Expand Down Expand Up @@ -55,4 +56,5 @@ export default {
playRight: PlayRight,
playLeft: PlayLeft,
timeline: Timeline,
actionbutton: ActionButton,
};

0 comments on commit b99d40a

Please sign in to comment.