diff --git a/native/chat/swipeable-message.react.js b/native/chat/swipeable-message.react.js
--- a/native/chat/swipeable-message.react.js
+++ b/native/chat/swipeable-message.react.js
@@ -20,7 +20,6 @@
 import tinycolor from 'tinycolor2';
 
 import CommIcon from '../components/comm-icon.react';
-import SWMansionIcon from '../components/swmansion-icon.react';
 import { colors } from '../themes/colors';
 import type { ViewStyle } from '../types/styles';
 import { useMessageListScreenWidth } from './composed-message-width';
@@ -286,7 +285,7 @@
         translateXInterpolator={sidebarSnakeTranslateXInterpolator}
         key="sidebar"
       >
-        <SWMansionIcon name="sidebar-filled" size={20} />
+        <CommIcon name="sidebar-filled" size={16} />
       </SwipeSnake>,
     );
   } else if (triggerSidebar) {
@@ -301,7 +300,7 @@
         opacityInterpolator={sidebarSnakeOpacityInterpolator}
         key="sidebar"
       >
-        <SWMansionIcon name="sidebar-filled" size={20} />
+        <CommIcon name="sidebar-filled" size={16} />
       </SwipeSnake>,
     );
   }