aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-10 23:00:25 +0100
committercodecalm <codecalm@gmail.com>2020-03-10 23:00:25 +0100
commit6dcb68ff1b6eb3ebdd4c7fe14e051dac1347e3f4 (patch)
treeea7d872ef482921203a533cff57d3d84c1d7cd59 /gulpfile.js
parentnew icons, build (diff)
downloadtabler-icons-6dcb68ff1b6eb3ebdd4c7fe14e051dac1347e3f4.tar.xz
readme
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 4075046..eaf6afd 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -22,7 +22,7 @@ gulp.task('icons-sprite', function (cb) {
.replace(/>\s+</g, '><')
.trim();
- svgContent += `<symbol id="${name}" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">${svgFileContent}</symbol>`
+ svgContent += `<symbol id="tabler-${name}" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">${svgFileContent}</symbol>`
});
let svg = `<svg xmlns="http://www.w3.org/2000/svg"><defs>${svgContent}</defs></svg>`;