diff --git a/_icons/home.svg b/_icons/home.svg
new file mode 100644
index 000000000..fd2422064
--- /dev/null
+++ b/_icons/home.svg
@@ -0,0 +1,7 @@
+---
+---
+
diff --git a/gulpfile.js b/gulpfile.js
index 07a95de3b..7e858bc07 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -6,10 +6,10 @@ const gulp = require('gulp'),
gulp.task('icons-sprite', function (cb) {
- const columnsCount = 10,
- padding = 24,
+ const columnsCount = 20,
+ padding = 16,
paddingOuter = 49,
- iconSize = 48;
+ iconSize = 24;
glob("_site/icons/*.svg", {}, function (er, files) {
const iconsCount = files.length,
@@ -44,7 +44,7 @@ gulp.task('icons-sprite', function (cb) {
}
});
- const svgContent = ``;
+ const svgContent = ``;
fs.writeFileSync('icons.svg', svgContent);
cb();
diff --git a/icons.svg b/icons.svg
index fa350b100..83f8c6f79 100644
--- a/icons.svg
+++ b/icons.svg
@@ -1,4 +1,4 @@
-