Skip to content

Commit 190e9fa

Browse files
committed
fix(sidebar): map MagnifyingGlassIcon and BugBeetleIcon for Commands and Fezzilla
1 parent a76f293 commit 190e9fa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/utils/appIcons.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ import {
122122
HouseIcon,
123123
UserIcon,
124124
TargetIcon,
125+
MagnifyingGlassIcon,
126+
BugBeetleIcon,
125127
} from '@phosphor-icons/react';
126128

127129
export const appIcons = {
@@ -248,4 +250,6 @@ export const appIcons = {
248250
HouseIcon,
249251
UserIcon,
250252
TargetIcon,
253+
MagnifyingGlassIcon,
254+
BugBeetleIcon,
251255
};

0 commit comments

Comments
 (0)