aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gulpfile.js1
-rw-r--r--icons-png/switch-horizontal.pngbin0 -> 1790 bytes
-rw-r--r--icons-png/thumb-down.pngbin0 -> 2484 bytes
-rw-r--r--icons-png/thumb-up.pngbin0 -> 2533 bytes
4 files changed, 0 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index b0ccf8e..8ddd3ba 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
new file mode 100644
index 0000000..54ab5d7
--- /dev/null
+++ b/icons-png/switch-horizontal.png
Binary files differ
diff --git a/icons-png/thumb-down.png b/icons-png/thumb-down.png
new file mode 100644
index 0000000..ea824e7
--- /dev/null
+++ b/icons-png/thumb-down.png
Binary files differ
diff --git a/icons-png/thumb-up.png b/icons-png/thumb-up.png
new file mode 100644
index 0000000..ece36c7
--- /dev/null
+++ b/icons-png/thumb-up.png
Binary files differ