summaryrefslogtreecommitdiff
path: root/static/src/icons/removefill.sh
diff options
context:
space:
mode:
Diffstat (limited to 'static/src/icons/removefill.sh')
-rwxr-xr-xstatic/src/icons/removefill.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/static/src/icons/removefill.sh b/static/src/icons/removefill.sh
deleted file mode 100755
index 399e8e4..0000000
--- a/static/src/icons/removefill.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/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