diff --git a/public/icons/resizable/icon-kick.svg b/public/icons/resizable/icon-kick.svg
new file mode 100644
index 00000000..d8c00821
--- /dev/null
+++ b/public/icons/resizable/icon-kick.svg
@@ -0,0 +1,4 @@
+
diff --git a/public/icons/sprite.svg b/public/icons/sprite.svg
index 7b72107d..3faa2a12 100644
--- a/public/icons/sprite.svg
+++ b/public/icons/sprite.svg
@@ -184,6 +184,10 @@
d="M12 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2M12 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2M12 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2"
/>
+
+
+
+
-
+
-
+
diff --git a/src/components/icon/index.tsx b/src/components/icon/index.tsx
index e4228619..e479b9e8 100644
--- a/src/components/icon/index.tsx
+++ b/src/components/icon/index.tsx
@@ -38,6 +38,7 @@ export type DynamicIconId =
export type ResizableIconId =
| 'bell-unread'
| 'congratulate'
+ | 'kick'
| 'plus-circle'
| 'visibility-false'
| 'visibility-true'
@@ -191,6 +192,10 @@ export const iconMetadataMap: IconMetadata[] = [
id: 'congratulate',
variant: 'resizable',
},
+ {
+ id: 'kick',
+ variant: 'resizable',
+ },
{
id: 'plus-circle',
variant: 'resizable',