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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.js') 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}`; -- cgit v1.2.1