1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

tabler-icons fixes

This commit is contained in:
codecalm
2020-11-14 12:21:12 +01:00
parent 74df267ff4
commit 483182f5f6
2 changed files with 6671 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ gulp.task('svg-icons', (cb) => {
fs.writeFileSync(filename, YAML.stringify(svgList));
};
generateIconsYml("./node_modules/tabler-icons/icons/*.svg", `${srcDir}/pages/_data/icons.yml`);
generateIconsYml("./node_modules/@tabler/icons/icons/*.svg", `${srcDir}/pages/_data/icons.yml`);
cb();
});