diff options
author | codecalm <codecalm@gmail.com> | 2020-03-17 22:06:35 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-17 22:06:35 +0100 |
commit | 62276c39c73c5b575da9c6fa3d4dbcc00ab388b6 (patch) | |
tree | a7d022e4559cbd15e3d27c08e9cdc8302cd3ddec | |
parent | icon tags (diff) | |
download | tabler-icons-62276c39c73c5b575da9c6fa3d4dbcc00ab388b6.tar.xz |
gulp optimize fix, missed files
-rw-r--r-- | gulpfile.js | 1 | ||||
-rw-r--r-- | icons-png/switch-horizontal.png | bin | 0 -> 1790 bytes | |||
-rw-r--r-- | icons-png/thumb-down.png | bin | 0 -> 2484 bytes | |||
-rw-r--r-- | icons-png/thumb-up.png | bin | 0 -> 2533 bytes |
4 files changed, 0 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index b0ccf8e9..8ddd3ba0 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -191,7 +191,6 @@ gulp.task('optimize', function (cb) { .replace(/\s?\/>/g, ' />') .replace(/\n\s*<(line|circle|path|polyline)/g, "\n <$1") .replace(/polyline points="([0-9.]+)\s([0-9.]+)\s([0-9.]+)\s([0-9.]+)"/g, 'line x1="$1" y1="$2" x2="$3" y2="$4"') - .replace(/\s+"/g, '"') .replace(/\n\n+/g, "\n"); fs.writeFileSync(file, svgFileContent); diff --git a/icons-png/switch-horizontal.png b/icons-png/switch-horizontal.png Binary files differnew file mode 100644 index 00000000..54ab5d7d --- /dev/null +++ b/icons-png/switch-horizontal.png diff --git a/icons-png/thumb-down.png b/icons-png/thumb-down.png Binary files differnew file mode 100644 index 00000000..ea824e74 --- /dev/null +++ b/icons-png/thumb-down.png diff --git a/icons-png/thumb-up.png b/icons-png/thumb-up.png Binary files differnew file mode 100644 index 00000000..ece36c7c --- /dev/null +++ b/icons-png/thumb-up.png |