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