From b22a0ece579366abf640c14812750a8b24503dd2 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 6 Mar 2020 00:48:09 +0100 Subject: urgent icon --- _icons/urgent.svg | 8 ++++++++ gulpfile.js | 5 ----- icons.svg | 33 ++++++++++++++++++--------------- package.json | 6 +++--- 4 files changed, 29 insertions(+), 23 deletions(-) create mode 100644 _icons/urgent.svg diff --git a/_icons/urgent.svg b/_icons/urgent.svg new file mode 100644 index 00000000..b0f5b853 --- /dev/null +++ b/_icons/urgent.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/gulpfile.js b/gulpfile.js index bc6c09cf..ff3c20bd 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('\n${svgContentSymbols}\n${svgContentIcons}\n`; fs.writeFileSync('icons-stroke.svg', svgContent); - cb(); }); diff --git a/icons.svg b/icons.svg index e8e8de27..36fb4477 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 60a66dc0..00b9d96d 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" } } -- cgit v1.2.1