From ffa5ff333eabffe07394fb21bc413d7d238ee651 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Tue, 24 Jun 2025 19:23:33 -0500 Subject: move all files to /static --- static/src/icons/removefill.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 static/src/icons/removefill.sh (limited to 'static/src/icons/removefill.sh') 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 -- cgit v1.2.3