From 7dbba53614764c25bfb4bcf32ec5d858025812c4 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 2 Mar 2020 23:03:46 +0100 Subject: box, music, lego --- _icons/triangle.svg | 7 ++ gulpfile.js | 1 + icons.svg | 334 ++++++++++++++++++++++++++-------------------------- readme.md | 2 +- 4 files changed, 176 insertions(+), 168 deletions(-) create mode 100644 _icons/triangle.svg diff --git a/_icons/triangle.svg b/_icons/triangle.svg new file mode 100644 index 0000000..a58c85b --- /dev/null +++ b/_icons/triangle.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/gulpfile.js b/gulpfile.js index c5939f7..a0d8a9f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -64,6 +64,7 @@ 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"); console.log('file', file); diff --git a/icons.svg b/icons.svg index 1e2b1ec..3f3b836 100644 --- a/icons.svg +++ b/icons.svg @@ -1,335 +1,335 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -499,4 +499,4 @@ - \ No newline at end of file + diff --git a/readme.md b/readme.md index b6235e8..e63f397 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ # Tabler icons -A set of over 100 free MIT-licensed high-quality SVG icons for you to use in your web projects. +A set of over 150 free MIT-licensed high-quality SVG icons for you to use in your web projects. ![Tabler icons](./icons.svg) -- cgit v1.2.1