diff options
author | codecalm <codecalm@gmail.com> | 2022-03-23 19:40:44 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-03-23 19:40:44 +0100 |
commit | ea890a51a8fcbf2e182b7c382833debabed22009 (patch) | |
tree | b1a939f595e8d21196b4f2f5ebbcd26c5800a49f /_test.sh | |
parent | fix #207 (diff) | |
download | tabler-icons-ea890a51a8fcbf2e182b7c382833debabed22009.tar.xz |
add missing icons preview
Diffstat (limited to '_test.sh')
-rwxr-xr-x | _test.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_test.sh b/_test.sh new file mode 100755 index 00000000..26edb430 --- /dev/null +++ b/_test.sh @@ -0,0 +1,5 @@ +#!/bin/bash +for i in {1..58} +do + rsvg-convert -x 4 -y 4 .github/tabler-icons-1.$i.0.svg > .github/tabler-icons-1.$i.0@2x.png +done |