From 090299f69badc65a6ca806da36b32f14d249f568 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 1 Mar 2020 17:40:35 +0100 Subject: switch icons --- _icons/swich-horizontal.svg | 8 ++ _icons/switch-vertical.svg | 10 +++ _icons/user-check.svg | 4 +- _icons/user-minus.svg | 4 +- _icons/user-plus.svg | 4 +- _icons/user-x.svg | 4 +- _icons/user.svg | 2 +- gulpfile.js | 6 +- icons.svg | 198 +++++++++++++++++++++++--------------------- 9 files changed, 132 insertions(+), 108 deletions(-) create mode 100644 _icons/swich-horizontal.svg create mode 100644 _icons/switch-vertical.svg diff --git a/_icons/swich-horizontal.svg b/_icons/swich-horizontal.svg new file mode 100644 index 0000000..8527d4b --- /dev/null +++ b/_icons/swich-horizontal.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/_icons/switch-vertical.svg b/_icons/switch-vertical.svg new file mode 100644 index 0000000..d648649 --- /dev/null +++ b/_icons/switch-vertical.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/_icons/user-check.svg b/_icons/user-check.svg index a9a5b1d..53ee727 100644 --- a/_icons/user-check.svg +++ b/_icons/user-check.svg @@ -1,7 +1,7 @@ --- --- - - + + diff --git a/_icons/user-minus.svg b/_icons/user-minus.svg index 76df9b3..30e984d 100644 --- a/_icons/user-minus.svg +++ b/_icons/user-minus.svg @@ -1,7 +1,7 @@ --- --- - - + + diff --git a/_icons/user-plus.svg b/_icons/user-plus.svg index d9725d5..3d065db 100644 --- a/_icons/user-plus.svg +++ b/_icons/user-plus.svg @@ -1,8 +1,8 @@ --- --- - - + + diff --git a/_icons/user-x.svg b/_icons/user-x.svg index c85dc74..9df7c03 100644 --- a/_icons/user-x.svg +++ b/_icons/user-x.svg @@ -1,8 +1,8 @@ --- --- - - + + diff --git a/_icons/user.svg b/_icons/user.svg index 0483d65..6fe5c17 100644 --- a/_icons/user.svg +++ b/_icons/user.svg @@ -2,5 +2,5 @@ --- - + diff --git a/gulpfile.js b/gulpfile.js index f5bedd1..07a95de 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -6,10 +6,10 @@ const gulp = require('gulp'), gulp.task('icons-sprite', function (cb) { - const columnsCount = 20, - padding = 16, + const columnsCount = 10, + padding = 24, paddingOuter = 49, - iconSize = 24; + iconSize = 48; glob("_site/icons/*.svg", {}, function (er, files) { const iconsCount = files.length, diff --git a/icons.svg b/icons.svg index 6ed644d..fa350b1 100644 --- a/icons.svg +++ b/icons.svg @@ -1,4 +1,4 @@ - + @@ -171,20 +171,24 @@ + + + + - + - + - + - + - + @@ -193,95 +197,97 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.1