diff --git a/_icons/urgent.svg b/_icons/urgent.svg
new file mode 100644
index 000000000..b0f5b8530
--- /dev/null
+++ b/_icons/urgent.svg
@@ -0,0 +1,8 @@
+---
+---
+
diff --git a/gulpfile.js b/gulpfile.js
index bc6c09cfb..ff3c20bd6 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -66,11 +66,7 @@ gulp.task('icons-stroke', function (cb) {
svgContentIcons = '',
x = paddingOuter;
- console.log('width', width);
-
strokes.forEach(function (stroke) {
- console.log('stroke', stroke);
-
let svgFileContentStroked = svgFileContent
.replace('`;
fs.writeFileSync('icons-stroke.svg', svgContent);
-
cb();
});
diff --git a/icons.svg b/icons.svg
index e8e8de273..36fb44779 100644
--- a/icons.svg
+++ b/icons.svg
@@ -518,6 +518,8 @@
+
+
@@ -810,20 +812,21 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/package.json b/package.json
index 60a66dc0c..00b9d96dc 100644
--- a/package.json
+++ b/package.json
@@ -13,11 +13,11 @@
"homepage": "https://github.com/tabler/tabler-icons#readme",
"main": "gulpfile.js",
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
+ "build": "gulp optimize && gulp icons-sprite && gulp icons-stroke"
},
"description": "",
"devDependencies": {
- "glob": "^7.1.6",
- "gulp": "^4.0.2"
+ "glob": "7.1.6",
+ "gulp": "4.0.2"
}
}