Skip to content

Commit 9a4e0cb

Browse files
committed
fix: add missing icons
1 parent 4234daf commit 9a4e0cb

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/utils/appIcons.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,16 @@ import {
103103
GithubLogoIcon,
104104
LinkedinLogoIcon,
105105
PlusIcon,
106+
ListBulletsIcon,
107+
CloudFogIcon,
108+
ChatCircleIcon,
109+
BroadcastIcon,
110+
PaintBrushIcon,
111+
ForkKnifeIcon,
112+
GraphIcon,
113+
SquaresFourIcon,
114+
ImageSquareIcon,
115+
PenNibIcon,
106116
} from '@phosphor-icons/react';
107117

108118
export const appIcons = {
@@ -210,4 +220,14 @@ export const appIcons = {
210220
GithubLogoIcon,
211221
LinkedinLogoIcon,
212222
PlusIcon,
223+
ListBulletsIcon,
224+
CloudFogIcon,
225+
ChatCircleIcon,
226+
BroadcastIcon,
227+
PaintBrushIcon,
228+
ForkKnifeIcon,
229+
GraphIcon,
230+
SquaresFourIcon,
231+
ImageSquareIcon,
232+
PenNibIcon,
213233
};

0 commit comments

Comments
 (0)