aboutsummaryrefslogtreecommitdiff
path: root/_import.sh
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-04-17 21:53:39 +0200
committercodecalm <codecalm@gmail.com>2022-04-17 21:53:39 +0200
commit235f9e5e2981abb64ecf4b6318917eac0c85ee4a (patch)
treee4549b661cb64eb6976d31e336bdeb81a67cf9b6 /_import.sh
parent`eraser-off` fix (diff)
downloadtabler-icons-235f9e5e2981abb64ecf4b6318917eac0c85ee4a.tar.xz
fix "off" icons
Diffstat (limited to '_import.sh')
-rwxr-xr-x_import.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/_import.sh b/_import.sh
index 3be4ac8d..6b7c1247 100755
--- a/_import.sh
+++ b/_import.sh
@@ -21,7 +21,9 @@ do
sed -i "" 's/xmlns="http:\/\/www.w3.org\/2000\/svg"//g' ${file}
sed -i "" 's/<path d="M0 0h24v24H0z"\/>"//g' ${file}
sed -i "" 's/<path stroke="red" stroke-width=".1" d="M5 1l18 18"\/>//g' ${file}
+ sed -i "" 's/<path stroke="red" stroke-width=".1" d="M5 1l18 18" \/>//g' ${file}
sed -i "" 's/<path stroke="red" stroke-width=".1" d="M3 3l18 18"\/>//g' ${file}
+ sed -i "" 's/<path stroke="red" stroke-width=".1" d="M3 3l18 18" \/>//g' ${file}
done
svgo -f ./new/ --pretty --disable mergePaths