dir fixes
0
icons-stroke.svg → .github/icons-stroke.svg
vendored
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
0
icons.png → .github/icons.png
vendored
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 75 KiB |
0
icons.svg → .github/icons.svg
vendored
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 125 KiB |
@@ -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>
|
||||
|
BIN
dist/icons.png
vendored
Before Width: | Height: | Size: 326 B |
4
dist/icons.svg
vendored
@@ -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>
|
Before Width: | Height: | Size: 224 B |
BIN
dist/tabler-icons.png
vendored
Before Width: | Height: | Size: 61 KiB |
@@ -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
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
## 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.
|
||||
|
||||

|
||||

|
||||
|
||||
## License
|
||||
|
||||
|
BIN
tabler-icons.png
Before Width: | Height: | Size: 61 KiB |