We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537ccde commit da71874Copy full SHA for da71874
public/icons/resizable/icon-kick.svg
public/icons/sprite.svg
src/components/icon/index.tsx
@@ -38,6 +38,7 @@ export type DynamicIconId =
38
export type ResizableIconId =
39
| 'bell-unread'
40
| 'congratulate'
41
+ | 'kick'
42
| 'plus-circle'
43
| 'visibility-false'
44
| 'visibility-true'
@@ -191,6 +192,10 @@ export const iconMetadataMap: IconMetadata[] = [
191
192
id: 'congratulate',
193
variant: 'resizable',
194
},
195
+ {
196
+ id: 'kick',
197
+ variant: 'resizable',
198
+ },
199
{
200
id: 'plus-circle',
201
0 commit comments