Skip to content

Commit

Permalink
Icon: Add drag-drop (#3661)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaltoft authored Oct 9, 2024
1 parent 78fe353 commit 83da1b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/designsystem/icon/src/icons/svg/drag-drop.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 libs/designsystem/icon/src/kirby-icon-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export const kirbyIconSettings: IconSettings = {
{ name: 'tractor', svg: 'tractor.svg' },
{ name: 'flower', svg: 'flower.svg' },
{ name: 'basket', svg: 'basket.svg' },
{ name: 'drag-drop', svg: 'drag-drop.svg' },
]),
};

Expand Down

0 comments on commit 83da1b4

Please sign in to comment.