From 640b714c268c59ceba12507473ab3f68eaaa646b Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 1 Mar 2020 23:41:00 +0100 Subject: icons small fix --- gulpfile.js | 2 +- icons.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 5b5d81e4..a1a8c1e3 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -44,7 +44,7 @@ gulp.task('icons-sprite', function (cb) { } }); - const svgContent = `\n${svgContentSymbols}\n${svgContentIcons}\n`; + const svgContent = `\n${svgContentSymbols}\n${svgContentIcons}\n`; fs.writeFileSync('icons.svg', svgContent); cb(); diff --git a/icons.svg b/icons.svg index dc5fcc83..99c07acc 100644 --- a/icons.svg +++ b/icons.svg @@ -1,4 +1,4 @@ - + -- cgit v1.2.1