summaryrefslogtreecommitdiff
path: root/src/icons/removefill.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/icons/removefill.sh')
-rwxr-xr-xsrc/icons/removefill.sh3
1 files changed, 3 insertions, 0 deletions
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