From c77c8ac9504c5ce5b0b55578fbf06ce187a477a1 Mon Sep 17 00:00:00 2001 From: koji Date: Thu, 2 May 2024 11:16:45 -0400 Subject: [PATCH] update the menu-down icon --- components/src/icons/icon-data.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/src/icons/icon-data.ts b/components/src/icons/icon-data.ts index e4f43123e13..23bc9ed6365 100644 --- a/components/src/icons/icon-data.ts +++ b/components/src/icons/icon-data.ts @@ -287,8 +287,9 @@ export const ICON_DATA_BY_NAME = { viewBox: '0 0 24 24', }, 'menu-down': { - path: 'M7,10L12,15L17,10H7Z', - viewBox: '0 0 24 24', + path: + 'M2.0672 4.46744C1.9125 4.28307 2.04206 4 2.28116 4L9.71887 4.00001C9.95795 4.00001 10.0875 4.28307 9.93281 4.46744L6.21412 8.89982C6.10205 9.03339 5.89826 9.0334 5.78619 8.89983L2.0672 4.46744Z', + viewBox: '0 0 12 12', }, minus: { path: 'M19,13H5V11H19V13Z',