From 537ddae8e0cfc6ed51c1c33562eab65fa400afb7 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 22 Mar 2020 17:38:53 +0100 Subject: 1.1 images --- .github/tabler-icons-1.1.0.png | Bin 0 -> 23789 bytes .github/tabler-icons-1.1.0.svg | 94 +++++++++++++++++++++++++++++++++++++++++ gulpfile.js | 2 +- 3 files changed, 95 insertions(+), 1 deletion(-) create mode 100644 .github/tabler-icons-1.1.0.png create mode 100644 .github/tabler-icons-1.1.0.svg diff --git a/.github/tabler-icons-1.1.0.png b/.github/tabler-icons-1.1.0.png new file mode 100644 index 00000000..2bdc0fe7 Binary files /dev/null and b/.github/tabler-icons-1.1.0.png differ diff --git a/.github/tabler-icons-1.1.0.svg b/.github/tabler-icons-1.1.0.svg new file mode 100644 index 00000000..2f270588 --- /dev/null +++ b/.github/tabler-icons-1.1.0.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js index 31205f83..aca7c770 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -365,7 +365,7 @@ gulp.task('changelog-image', function (cb) { }); if(newIcons.length > 0) { - generateIconsPreview(newIcons, `packages/tabler-icons-${newVersion}.svg`, cb, 6, 24); + generateIconsPreview(newIcons, `.github/tabler-icons-${newVersion}.svg`, cb, 6, 24); } else { cb(); } -- cgit v1.2.1