diff options
-rw-r--r-- | .github/icons-stroke.svg (renamed from icons-stroke.svg) | 0 | ||||
-rw-r--r-- | .github/icons.png (renamed from icons.png) | bin | 76407 -> 76407 bytes | |||
-rw-r--r-- | .github/icons.svg (renamed from icons.svg) | 0 | ||||
-rw-r--r-- | _layouts/default.html | 2 | ||||
-rw-r--r-- | dist/icons.png | bin | 326 -> 0 bytes | |||
-rw-r--r-- | dist/icons.svg | 4 | ||||
-rw-r--r-- | dist/tabler-icons.png | bin | 62063 -> 0 bytes | |||
-rw-r--r-- | gulpfile.js | 6 | ||||
-rw-r--r-- | readme.md | 4 | ||||
-rw-r--r-- | style.scss (renamed from assets/style.scss) | 0 | ||||
-rw-r--r-- | tabler-icons.png | bin | 62063 -> 0 bytes |
11 files changed, 6 insertions, 10 deletions
diff --git a/icons-stroke.svg b/.github/icons-stroke.svg index e91bfe86..e91bfe86 100644 --- a/icons-stroke.svg +++ b/.github/icons-stroke.svg diff --git a/icons.png b/.github/icons.png Binary files differindex 612bc146..612bc146 100644 --- a/icons.png +++ b/.github/icons.png diff --git a/icons.svg b/.github/icons.svg index b1d35736..b1d35736 100644 --- a/icons.svg +++ b/.github/icons.svg diff --git a/_layouts/default.html b/_layouts/default.html index 6b8a3807..5f9ce3ea 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,7 +8,7 @@ content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> - <link rel="stylesheet" href="{{ site.baseurl }}/assets/style.css"> + <link rel="stylesheet" href="{{ site.baseurl }}/style.css"> <title>Tabler Icons</title> <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script> diff --git a/dist/icons.png b/dist/icons.png Binary files differdeleted file mode 100644 index 31a0935c..00000000 --- a/dist/icons.png +++ /dev/null diff --git a/dist/icons.svg b/dist/icons.svg deleted file mode 100644 index d7a4fa13..00000000 --- a/dist/icons.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 882 -19" width="882" height="-19" style="color: #354052"><rect x="0" y="0" width="882" height="-19" fill="#fff"></rect> - - -</svg>
\ No newline at end of file diff --git a/dist/tabler-icons.png b/dist/tabler-icons.png Binary files differdeleted file mode 100644 index 90c1fb9e..00000000 --- a/dist/tabler-icons.png +++ /dev/null diff --git a/gulpfile.js b/gulpfile.js index 6840ffdc..133c51b1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -60,7 +60,7 @@ gulp.task('icons-sprite', function (cb) { let svg = `<svg xmlns="http://www.w3.org/2000/svg"><defs>${svgContent}</defs></svg>`; - fs.writeFileSync('dist/tabler-sprite.svg', svg); + fs.writeFileSync('.github/tabler-sprite.svg', svg); cb(); }); }); @@ -106,8 +106,8 @@ gulp.task('icons-preview', function (cb) { const svgContent = `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 ${width} ${height}" width="${width}" height="${height}" style="color: #354052"><rect x="0" y="0" width="${width}" height="${height}" fill="#fff"></rect>\n${svgContentSymbols}\n${svgContentIcons}\n</svg>`; - fs.writeFileSync('icons.svg', svgContent); - createScreenshot('icons.svg'); + fs.writeFileSync('.github/icons.svg', svgContent); + createScreenshot('.github/icons.svg'); cb(); }); }); @@ -8,7 +8,7 @@ npm install tabler-icons --save ## Preview -![Tabler icons](icons.svg) +![](./.github/icons.svg) ## Usage @@ -65,7 +65,7 @@ Add an icon to be displayed on your page with the following markup (`activity` i All icons in this repository have been created with the value of the `stroke-width` property, so if you change the value, you can get different icon variants that will fit in well with your design. -![Tabler icons](icons-stroke.svg) +![](./.github/icons-stroke.svg) ## License diff --git a/assets/style.scss b/style.scss index ec380ec4..ec380ec4 100644 --- a/assets/style.scss +++ b/style.scss diff --git a/tabler-icons.png b/tabler-icons.png Binary files differdeleted file mode 100644 index 90c1fb9e..00000000 --- a/tabler-icons.png +++ /dev/null |