Skip to content

Commit

Permalink
add new include selection icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq committed Jul 23, 2024
1 parent f3bdf8c commit 8c942c1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/jupyter-ai/src/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { LabIcon } from '@jupyterlab/ui-components';
import chatSvgStr from '../style/icons/chat.svg';
import jupyternautSvg from '../style/icons/jupyternaut.svg';
import replaceCellSvg from '../style/icons/replace-cell.svg';
import includeSelectionSvg from '../style/icons/include-selection.svg';

export const chatIcon = new LabIcon({
name: 'jupyter-ai::chat',
Expand All @@ -21,6 +22,11 @@ export const replaceCellIcon = new LabIcon({
svgstr: replaceCellSvg
});

export const includeSelectionIcon = new LabIcon({
name: 'jupyter-ai::include-selection',
svgstr: includeSelectionSvg
});

// this icon is only used in the status bar.
// to configure the icon shown on agent replies in the chat UI, please specify a
// custom `Persona`.
Expand Down
6 changes: 6 additions & 0 deletions packages/jupyter-ai/style/icons/include-selection.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 8c942c1

Please sign in to comment.