From a71e178274ca8a2866c8b70b1b1e39ecd705e8f5 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 10 Mar 2020 00:31:35 +0100 Subject: icons sprite --- gulpfile.js | 2 +- icons-sprite.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 03f9d56..2114936 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -22,7 +22,7 @@ gulp.task('icons-sprite', function (cb) { .replace(/>\s+<') .trim(); - svgContent += `${svgFileContent}` + svgContent += `${svgFileContent}` }); let svg = `${svgContent}`; diff --git a/icons-sprite.svg b/icons-sprite.svg index 7a5a29b..9d29097 100644 --- a/icons-sprite.svg +++ b/icons-sprite.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.1