aboutsummaryrefslogtreecommitdiff
path: root/_import.sh
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-03-23 12:23:15 +0100
committercodecalm <codecalm@gmail.com>2022-03-23 12:23:15 +0100
commit9e92929ed8fd6dcb50a83aa42408dedaf893d961 (patch)
treeef70e37a0b49899d4a8c9b01c986280150389fb1 /_import.sh
parentFix #147 (diff)
downloadtabler-icons-9e92929ed8fd6dcb50a83aa42408dedaf893d961.tar.xz
18 new icons: `abacus`, `baby-carriage`, `bell-school`, `cell`, `device-heart-monitor`, `device-laptop-off`, `device-mobile-off`, `device-tablet-off`, `device-tv-off`, `device-watch-off`, `devices-off`, `dialpad`, `fidget-spinner`, `mail-fast`, `pennant-2`, `sign-left`, `sign-right`, `windsock`
Fixed icons: `directions`
Diffstat (limited to '_import.sh')
-rwxr-xr-x_import.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/_import.sh b/_import.sh
index 2b7b35ed..5762220e 100755
--- a/_import.sh
+++ b/_import.sh
@@ -20,6 +20,7 @@ do
sed -i "" 's/height="24px"//g' ${file}
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" [^"]+\/>//g' ${file}
done
svgo -f ./new/ --pretty --disable mergePaths