Skip to content

Commit

Permalink
feat(assistants): add 2 more icons (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Bulánek <[email protected]>
  • Loading branch information
PetrBulanek authored Oct 31, 2024
1 parent 764399f commit 1bd70b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/assistants/icons/AssistantBaseIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ export const ASSISTANT_ICONS = {
BeeJ: require('./BeeJ.svg').default,
BeeK: require('./BeeK.svg').default,
BeeL: require('./BeeL.svg').default,
BeeM: require('./BeeM.svg').default,
BeeN: require('./BeeN.svg').default,
} as const;
export type AssitantIconName = keyof typeof ASSISTANT_ICONS;

Expand Down
1 change: 1 addition & 0 deletions src/modules/assistants/icons/BeeM.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/modules/assistants/icons/BeeN.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1bd70b7

Please sign in to comment.