We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4234daf commit 9a4e0cbCopy full SHA for 9a4e0cb
src/utils/appIcons.js
@@ -103,6 +103,16 @@ import {
103
GithubLogoIcon,
104
LinkedinLogoIcon,
105
PlusIcon,
106
+ ListBulletsIcon,
107
+ CloudFogIcon,
108
+ ChatCircleIcon,
109
+ BroadcastIcon,
110
+ PaintBrushIcon,
111
+ ForkKnifeIcon,
112
+ GraphIcon,
113
+ SquaresFourIcon,
114
+ ImageSquareIcon,
115
+ PenNibIcon,
116
} from '@phosphor-icons/react';
117
118
export const appIcons = {
@@ -210,4 +220,14 @@ export const appIcons = {
210
220
211
221
212
222
223
224
225
226
227
228
229
230
231
232
213
233
};
0 commit comments