diff --git a/src/components/dashboard/toolbars/ResizeImage.tsx b/src/components/dashboard/toolbars/ResizeImage.tsx index c041deeb96..3f6fafcab2 100644 --- a/src/components/dashboard/toolbars/ResizeImage.tsx +++ b/src/components/dashboard/toolbars/ResizeImage.tsx @@ -13,7 +13,7 @@ const action = (view: EditorView) => { export const ResizeImage: ICommand = { name: "image-size", label: "Image Size", - icon: "i-mingcute-photo-album-2-fill", + icon: "i-mingcute-aspect-ratio-line", execute: ({ view }) => { action(view) },