From 4e343046aba164b9d06693f6fa35dbd0c691afa1 Mon Sep 17 00:00:00 2001 From: wagesj45 Date: Sat, 23 Aug 2025 23:15:00 -0500 Subject: [PATCH] Update icons/README.md --- icons/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/icons/README.md b/icons/README.md index f5f5f6d..e485696 100644 --- a/icons/README.md +++ b/icons/README.md @@ -21,8 +21,9 @@ Notes Quick export (ImageMagick) ------------------------- ```bash -magick icon-128.png -resize 96x96 icon-96.png -magick icon-128.png -resize 48x48 icon-48.png -magick icon-128.png -resize 32x32 icon-32.png -magick icon-128.png -resize 16x16 icon-16.png +magick file-search.svg -resize 128x128 icon-128.png +magick file-search.svg -resize 96x96 icon-96.png +magick file-search.svg -resize 48x48 icon-48.png +magick file-search.svg -resize 32x32 icon-32.png +magick file-search.svg -resize 16x16 icon-16.png ```