From 5ef1d2acb24e7b9ec8566ba29ae4dd025c78d7cb Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Wed, 11 Jun 2025 21:09:11 -0500 Subject: stupid huge update lots of cool stuff --- src/icons/removefill.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/icons/removefill.sh') diff --git a/src/icons/removefill.sh b/src/icons/removefill.sh index c61fd98..399e8e4 100755 --- a/src/icons/removefill.sh +++ b/src/icons/removefill.sh @@ -1,3 +1,6 @@ #!/bin/sh # Google Material Icons -- complete default settings sed -Ei 's/ ?fill="#[0-9a-fA-F]{6}"//' *.svg +for svg in *.svg; do + echo "import \"./icons/$svg\"" +done -- cgit v1.2.3