mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-01 11:50:25 +02:00
gulp optimize fix, missed files
This commit is contained in:
@@ -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);
|
||||
|
BIN
icons-png/switch-horizontal.png
Normal file
BIN
icons-png/switch-horizontal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
icons-png/thumb-down.png
Normal file
BIN
icons-png/thumb-down.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
icons-png/thumb-up.png
Normal file
BIN
icons-png/thumb-up.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
Reference in New Issue
Block a user