From 7fa50c654d42d3dd863132d3e2a3ffe0db6b0b05 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 10 Mar 2020 22:48:47 +0100 Subject: new icons, build --- _icons/arrow-bar-down.svg | 8 + _icons/arrow-bar-left.svg | 8 + _icons/arrow-bar-right.svg | 8 + _icons/arrow-bar-up.svg | 8 + _icons/backspace.svg | 7 + _icons/bucket.svg | 6 + _icons/grid-2.svg | 13 - _icons/grid-dots.svg | 13 + _icons/layout-2.svg | 8 + _icons/layout-columns.svg | 6 + _icons/layout-navbar.svg | 6 + _icons/layout-rows.svg | 6 + _icons/layout-sidebar-right.svg | 6 + _icons/layout-sidebar.svg | 6 + dist/icons-sprite.svg | 2 +- dist/icons/arrow-bar-down.svg | 8 + dist/icons/arrow-bar-left.svg | 8 + dist/icons/arrow-bar-right.svg | 8 + dist/icons/arrow-bar-up.svg | 8 + dist/icons/backspace.svg | 7 + dist/icons/bucket.svg | 6 + dist/icons/grid-2.svg | 13 - dist/icons/grid-dots.svg | 13 + dist/icons/layout-2.svg | 8 + dist/icons/layout-columns.svg | 6 + dist/icons/layout-navbar.svg | 6 + dist/icons/layout-rows.svg | 6 + dist/icons/layout-sidebar-right.svg | 6 + dist/icons/layout-sidebar.svg | 6 + gulpfile.js | 4 +- icons-stroke.svg | 19 + icons.svg | 919 ++++++++++++++++++++++++++++++++++++ package.json | 1 + readme.md | 2 +- 34 files changed, 1135 insertions(+), 30 deletions(-) create mode 100644 _icons/arrow-bar-down.svg create mode 100644 _icons/arrow-bar-left.svg create mode 100644 _icons/arrow-bar-right.svg create mode 100644 _icons/arrow-bar-up.svg create mode 100644 _icons/backspace.svg create mode 100644 _icons/bucket.svg delete mode 100644 _icons/grid-2.svg create mode 100644 _icons/grid-dots.svg create mode 100644 _icons/layout-2.svg create mode 100644 _icons/layout-columns.svg create mode 100644 _icons/layout-navbar.svg create mode 100644 _icons/layout-rows.svg create mode 100644 _icons/layout-sidebar-right.svg create mode 100644 _icons/layout-sidebar.svg create mode 100644 dist/icons/arrow-bar-down.svg create mode 100644 dist/icons/arrow-bar-left.svg create mode 100644 dist/icons/arrow-bar-right.svg create mode 100644 dist/icons/arrow-bar-up.svg create mode 100644 dist/icons/backspace.svg create mode 100644 dist/icons/bucket.svg delete mode 100644 dist/icons/grid-2.svg create mode 100644 dist/icons/grid-dots.svg create mode 100644 dist/icons/layout-2.svg create mode 100644 dist/icons/layout-columns.svg create mode 100644 dist/icons/layout-navbar.svg create mode 100644 dist/icons/layout-rows.svg create mode 100644 dist/icons/layout-sidebar-right.svg create mode 100644 dist/icons/layout-sidebar.svg create mode 100644 icons-stroke.svg create mode 100644 icons.svg diff --git a/_icons/arrow-bar-down.svg b/_icons/arrow-bar-down.svg new file mode 100644 index 00000000..fde9e64a --- /dev/null +++ b/_icons/arrow-bar-down.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/_icons/arrow-bar-left.svg b/_icons/arrow-bar-left.svg new file mode 100644 index 00000000..0ad1b620 --- /dev/null +++ b/_icons/arrow-bar-left.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/_icons/arrow-bar-right.svg b/_icons/arrow-bar-right.svg new file mode 100644 index 00000000..d8d6e40e --- /dev/null +++ b/_icons/arrow-bar-right.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/_icons/arrow-bar-up.svg b/_icons/arrow-bar-up.svg new file mode 100644 index 00000000..e2a96c27 --- /dev/null +++ b/_icons/arrow-bar-up.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/_icons/backspace.svg b/_icons/backspace.svg new file mode 100644 index 00000000..1817ce18 --- /dev/null +++ b/_icons/backspace.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/_icons/bucket.svg b/_icons/bucket.svg new file mode 100644 index 00000000..0142f64f --- /dev/null +++ b/_icons/bucket.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/_icons/grid-2.svg b/_icons/grid-2.svg deleted file mode 100644 index 283c46d1..00000000 --- a/_icons/grid-2.svg +++ /dev/null @@ -1,13 +0,0 @@ ---- ---- - - - - - - - - - - - diff --git a/_icons/grid-dots.svg b/_icons/grid-dots.svg new file mode 100644 index 00000000..283c46d1 --- /dev/null +++ b/_icons/grid-dots.svg @@ -0,0 +1,13 @@ +--- +--- + + + + + + + + + + + diff --git a/_icons/layout-2.svg b/_icons/layout-2.svg new file mode 100644 index 00000000..7c5036ad --- /dev/null +++ b/_icons/layout-2.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/_icons/layout-columns.svg b/_icons/layout-columns.svg new file mode 100644 index 00000000..277ca87c --- /dev/null +++ b/_icons/layout-columns.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/_icons/layout-navbar.svg b/_icons/layout-navbar.svg new file mode 100644 index 00000000..7178998b --- /dev/null +++ b/_icons/layout-navbar.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/_icons/layout-rows.svg b/_icons/layout-rows.svg new file mode 100644 index 00000000..da26896d --- /dev/null +++ b/_icons/layout-rows.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/_icons/layout-sidebar-right.svg b/_icons/layout-sidebar-right.svg new file mode 100644 index 00000000..1b0d3871 --- /dev/null +++ b/_icons/layout-sidebar-right.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/_icons/layout-sidebar.svg b/_icons/layout-sidebar.svg new file mode 100644 index 00000000..a293e7d1 --- /dev/null +++ b/_icons/layout-sidebar.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/dist/icons-sprite.svg b/dist/icons-sprite.svg index 9d29097b..e4737094 100644 --- a/dist/icons-sprite.svg +++ b/dist/icons-sprite.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/dist/icons/arrow-bar-down.svg b/dist/icons/arrow-bar-down.svg new file mode 100644 index 00000000..febdfd96 --- /dev/null +++ b/dist/icons/arrow-bar-down.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/dist/icons/arrow-bar-left.svg b/dist/icons/arrow-bar-left.svg new file mode 100644 index 00000000..ae7b6995 --- /dev/null +++ b/dist/icons/arrow-bar-left.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/dist/icons/arrow-bar-right.svg b/dist/icons/arrow-bar-right.svg new file mode 100644 index 00000000..8d4e857d --- /dev/null +++ b/dist/icons/arrow-bar-right.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/dist/icons/arrow-bar-up.svg b/dist/icons/arrow-bar-up.svg new file mode 100644 index 00000000..766d0528 --- /dev/null +++ b/dist/icons/arrow-bar-up.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/dist/icons/backspace.svg b/dist/icons/backspace.svg new file mode 100644 index 00000000..ca85e4e4 --- /dev/null +++ b/dist/icons/backspace.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/dist/icons/bucket.svg b/dist/icons/bucket.svg new file mode 100644 index 00000000..93d3509f --- /dev/null +++ b/dist/icons/bucket.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/dist/icons/grid-2.svg b/dist/icons/grid-2.svg deleted file mode 100644 index 2d3f6ff6..00000000 --- a/dist/icons/grid-2.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/dist/icons/grid-dots.svg b/dist/icons/grid-dots.svg new file mode 100644 index 00000000..fe4a9e70 --- /dev/null +++ b/dist/icons/grid-dots.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/dist/icons/layout-2.svg b/dist/icons/layout-2.svg new file mode 100644 index 00000000..9b7e63fc --- /dev/null +++ b/dist/icons/layout-2.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/dist/icons/layout-columns.svg b/dist/icons/layout-columns.svg new file mode 100644 index 00000000..628d52fd --- /dev/null +++ b/dist/icons/layout-columns.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/dist/icons/layout-navbar.svg b/dist/icons/layout-navbar.svg new file mode 100644 index 00000000..8702538f --- /dev/null +++ b/dist/icons/layout-navbar.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/dist/icons/layout-rows.svg b/dist/icons/layout-rows.svg new file mode 100644 index 00000000..b30ae9d0 --- /dev/null +++ b/dist/icons/layout-rows.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/dist/icons/layout-sidebar-right.svg b/dist/icons/layout-sidebar-right.svg new file mode 100644 index 00000000..dfffb5dc --- /dev/null +++ b/dist/icons/layout-sidebar-right.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/dist/icons/layout-sidebar.svg b/dist/icons/layout-sidebar.svg new file mode 100644 index 00000000..d2d37a6b --- /dev/null +++ b/dist/icons/layout-sidebar.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/gulpfile.js b/gulpfile.js index f2430664..4075046a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -27,7 +27,7 @@ gulp.task('icons-sprite', function (cb) { let svg = `${svgContent}`; - fs.writeFileSync('icons-sprite.svg', svg); + fs.writeFileSync('dist/icons-sprite.svg', svg); cb(); }); }); @@ -109,7 +109,7 @@ gulp.task('icons-stroke', function (cb) { const svgContent = `\n${svgContentSymbols}\n${svgContentIcons}\n`; - fs.writeFileSync('dist/icons-stroke.svg', svgContent); + fs.writeFileSync('icons-stroke.svg', svgContent); cb(); }); diff --git a/icons-stroke.svg b/icons-stroke.svg new file mode 100644 index 00000000..e91bfe86 --- /dev/null +++ b/icons-stroke.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icons.svg b/icons.svg new file mode 100644 index 00000000..3c852235 --- /dev/null +++ b/icons.svg @@ -0,0 +1,919 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/package.json b/package.json index 4414822d..af9de9f0 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "homepage": "https://github.com/tabler/tabler-icons#readme", "main": "gulpfile.js", "scripts": { + "precommit": "gulp optimize", "optimize": "gulp optimize", "start": "bundle exec jekyll serve --watch --livereload", "build": "gulp optimize && gulp build && gulp icons-preview && gulp icons-sprite" diff --git a/readme.md b/readme.md index fd564111..29d2a080 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Tabler icons -A set of almost 300 free MIT-licensed high-quality SVG icons for you to use in your web projects. +A set of over 300 free MIT-licensed high-quality SVG icons for you to use in your web projects. ![Tabler icons](icons.svg) -- cgit v1.2.1