diff options
author | codecalm <codecalm@gmail.com> | 2020-03-10 23:00:25 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-10 23:00:25 +0100 |
commit | 6dcb68ff1b6eb3ebdd4c7fe14e051dac1347e3f4 (patch) | |
tree | ea7d872ef482921203a533cff57d3d84c1d7cd59 /gulpfile.js | |
parent | new icons, build (diff) | |
download | tabler-icons-6dcb68ff1b6eb3ebdd4c7fe14e051dac1347e3f4.tar.xz |
readme
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index 4075046a..eaf6afd1 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>`; |