From beb94b698c7f2d587920aa604a3aee776fd85d77 Mon Sep 17 00:00:00 2001 From: SnapOtter Date: Wed, 13 May 2026 18:18:20 +0800 Subject: [PATCH] fix(web): redesign image editor icon for better clarity Replace abstract curve-and-dots icon with a recognizable photo frame and pencil design that reads clearly as an image editor at all sizes. --- apps/web/src/components/common/image-edit-icon.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web/src/components/common/image-edit-icon.tsx b/apps/web/src/components/common/image-edit-icon.tsx index 86cc52d6..e8e05e63 100644 --- a/apps/web/src/components/common/image-edit-icon.tsx +++ b/apps/web/src/components/common/image-edit-icon.tsx @@ -12,10 +12,10 @@ export function ImageEditIcon(props: SVGProps) { strokeLinejoin="round" {...props} > - - - - + + + + ); }