1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-03-15 16:49:43 +01:00

build first version

This commit is contained in:
codecalm 2020-03-09 22:18:31 +01:00
parent 13dc327e8e
commit 8767e94afd
285 changed files with 2566 additions and 568 deletions

View File

@ -1,8 +1,8 @@
const gulp = require('gulp'),
cp = require('child_process'),
glob = require("glob"),
fs = require("fs"),
path = require("path"),
svg2img = require('svg2img');
path = require("path");
gulp.task('icons-sprite', function (cb) {
@ -55,7 +55,7 @@ gulp.task('icons-stroke', function (cb) {
const icon = "disabled",
strokes = ['.5', '1', '1.5', '2', '2.75'],
svgFileContent = fs.readFileSync(`_site/icons/tabler-${icon}.svg`).toString(),
svgFileContent = fs.readFileSync(`_site/icons/${icon}.svg`).toString(),
padding = 16,
paddingOuter = 5,
iconSize = 64,
@ -110,3 +110,12 @@ gulp.task('optimize', function (cb) {
cb();
});
});
gulp.task('build', function (cb) {
cp.exec('bundle exec jekyll build', function() {
cp.exec('rm -f ./icons/* && cp ./_site/icons/* ./icons', function() {
cb();
});
})
});

1128
icons.svg

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 113 KiB

5
icons/activity.svg Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-activity" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<polyline points="21 12 17 12 14 20 10 4 7 12 3 12" />
</svg>

After

Width:  |  Height:  |  Size: 294 B

13
icons/ajdustments.svg Normal file
View File

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-ajdustments" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<circle cx="6" cy="10" r="2" />
<line x1="6" y1="4" x2="6" y2="8" />
<line x1="6" y1="12" x2="6" y2="20" />
<circle cx="12" cy="16" r="2" />
<line x1="12" y1="4" x2="12" y2="14" />
<line x1="12" y1="18" x2="12" y2="20" />
<circle cx="18" cy="7" r="2" />
<line x1="18" y1="4" x2="18" y2="5" />
<line x1="18" y1="9" x2="18" y2="20" />
</svg>

After

Width:  |  Height:  |  Size: 591 B

7
icons/alert-circle.svg Normal file
View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-alert-circle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<line x1="12" y1="8" x2="12" y2="12" />
<line x1="12" y1="16" x2="12.01" y2="16" />
</svg>

After

Width:  |  Height:  |  Size: 364 B

6
icons/alert-triangle.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-alert-triangle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 9v2m0 4v.01" />
<path d="M5.07 19H19a2 2 0 001.75 -2.75L13.75 4a2 2 0 00-3.5 0L3.25 16.25a2 2 0 001.75 2.75" />
</svg>

After

Width:  |  Height:  |  Size: 372 B

7
icons/align-center.svg Normal file
View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-align-center" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="4" y1="6" x2="20" y2="6" />
<line x1="8" y1="12" x2="16" y2="12" />
<line x1="6" y1="18" x2="18" y2="18" />
</svg>

After

Width:  |  Height:  |  Size: 365 B

View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-align-justified" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="4" y1="6" x2="20" y2="6" />
<line x1="4" y1="12" x2="20" y2="12" />
<line x1="4" y1="18" x2="20" y2="18" />
</svg>

After

Width:  |  Height:  |  Size: 368 B

7
icons/align-left.svg Normal file
View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-align-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="4" y1="6" x2="20" y2="6" />
<line x1="4" y1="12" x2="14" y2="12" />
<line x1="4" y1="18" x2="18" y2="18" />
</svg>

After

Width:  |  Height:  |  Size: 363 B

7
icons/align-right.svg Normal file
View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-align-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="4" y1="6" x2="20" y2="6" />
<line x1="10" y1="12" x2="20" y2="12" />
<line x1="6" y1="18" x2="20" y2="18" />
</svg>

After

Width:  |  Height:  |  Size: 365 B

7
icons/archive.svg Normal file
View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-archive" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="4" width="18" height="4" rx="2" />
<path d="M5 8v10a2 2 0 002 2h10a2 2 0 002 -2v-10" />
<line x1="10" y1="12" x2="14" y2="12" />
</svg>

After

Width:  |  Height:  |  Size: 386 B

View File

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrow-down-circle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<line x1="8" y1="12" x2="12" y2="16" />
<line x1="12" y1="8" x2="12" y2="16" />
<line x1="16" y1="12" x2="12" y2="16" />
</svg>

After

Width:  |  Height:  |  Size: 408 B

View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrow-down-left-circle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<line x1="15" y1="9" x2="9" y2="15" />
<polyline points="15 15 9 15 9 9" />
</svg>

After

Width:  |  Height:  |  Size: 366 B

View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrow-down-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="17" y1="7" x2="7" y2="17" />
<polyline points="16 17 7 17 7 8" />
</svg>

After

Width:  |  Height:  |  Size: 324 B

View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrow-down-right-circle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<line x1="15" y1="15" x2="9" y2="15" />
<polyline points="15 9 15 15 9 9" />
</svg>

After

Width:  |  Height:  |  Size: 368 B

View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrow-down-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="7" y1="7" x2="17" y2="17" />
<polyline points="17 8 17 17 8 17" />
</svg>

After

Width:  |  Height:  |  Size: 326 B

7
icons/arrow-down.svg Normal file
View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrow-down" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="12" y1="5" x2="12" y2="19" />
<line x1="18" y1="13" x2="12" y2="19" />
<line x1="6" y1="13" x2="12" y2="19" />
</svg>

After

Width:  |  Height:  |  Size: 366 B

View File

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrow-left-circle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<line x1="8" y1="12" x2="16" y2="12" />
<line x1="8" y1="12" x2="12" y2="16" />
<line x1="8" y1="12" x2="12" y2="8" />
</svg>

After

Width:  |  Height:  |  Size: 406 B

7
icons/arrow-left.svg Normal file
View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrow-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="5" y1="12" x2="19" y2="12" />
<line x1="5" y1="12" x2="11" y2="18" />
<line x1="5" y1="12" x2="11" y2="6" />
</svg>

After

Width:  |  Height:  |  Size: 364 B

View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrow-narrow-down" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="12" y1="5" x2="12" y2="19" />
<line x1="16" y1="15" x2="12" y2="19" />
<line x1="8" y1="15" x2="12" y2="19" />
</svg>

After

Width:  |  Height:  |  Size: 373 B

View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrow-narrow-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="5" y1="12" x2="19" y2="12" />
<line x1="5" y1="12" x2="9" y2="16" />
<line x1="5" y1="12" x2="9" y2="8" />
</svg>

After

Width:  |  Height:  |  Size: 369 B

View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrow-narrow-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="5" y1="12" x2="19" y2="12" />
<line x1="15" y1="16" x2="19" y2="12" />
<line x1="15" y1="8" x2="19" y2="12" />
</svg>

After

Width:  |  Height:  |  Size: 374 B

View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrow-narrow-up" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="12" y1="5" x2="12" y2="19" />
<line x1="16" y1="9" x2="12" y2="5" />
<line x1="8" y1="9" x2="12" y2="5" />
</svg>

After

Width:  |  Height:  |  Size: 367 B

View File

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrow-right-circle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<line x1="16" y1="12" x2="8" y2="12" />
<line x1="16" y1="12" x2="12" y2="16" />
<line x1="16" y1="12" x2="12" y2="8" />
</svg>

After

Width:  |  Height:  |  Size: 409 B

7
icons/arrow-right.svg Normal file
View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrow-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="5" y1="12" x2="19" y2="12" />
<line x1="13" y1="18" x2="19" y2="12" />
<line x1="13" y1="6" x2="19" y2="12" />
</svg>

After

Width:  |  Height:  |  Size: 367 B

View File

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrow-up-circle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<line x1="12" y1="8" x2="8" y2="12" />
<line x1="12" y1="8" x2="12" y2="16" />
<line x1="16" y1="12" x2="12" y2="8" />
</svg>

After

Width:  |  Height:  |  Size: 404 B

View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrow-up-left-circle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<line x1="9" y1="9" x2="15" y2="15" />
<polyline points="15 9 9 9 9 15" />
</svg>

After

Width:  |  Height:  |  Size: 363 B

6
icons/arrow-up-left.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrow-up-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="7" y1="7" x2="17" y2="17" />
<polyline points="16 7 7 7 7 16" />
</svg>

After

Width:  |  Height:  |  Size: 321 B

View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrow-up-right-circle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<line x1="15" y1="9" x2="9" y2="15" />
<polyline points="15 15 15 9 9 9" />
</svg>

After

Width:  |  Height:  |  Size: 365 B

6
icons/arrow-up-right.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrow-up-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="17" y1="7" x2="7" y2="17" />
<polyline points="8 7 17 7 17 16" />
</svg>

After

Width:  |  Height:  |  Size: 323 B

7
icons/arrow-up.svg Normal file
View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrow-up" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="12" y1="5" x2="12" y2="19" />
<line x1="18" y1="11" x2="12" y2="5" />
<line x1="6" y1="11" x2="12" y2="5" />
</svg>

After

Width:  |  Height:  |  Size: 362 B

View File

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrows-diagonal-2" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<polyline points="16 20 20 20 20 16" />
<line x1="14" y1="14" x2="20" y2="20" />
<polyline points="8 4 4 4 4 8" />
<line x1="4" y1="4" x2="10" y2="10" />
</svg>

After

Width:  |  Height:  |  Size: 408 B

View File

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrows-diagonal" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<polyline points="16 4 20 4 20 8" />
<line x1="14" y1="10" x2="20" y2="4" />
<polyline points="8 20 4 20 4 16" />
<line x1="4" y1="20" x2="10" y2="14" />
</svg>

After

Width:  |  Height:  |  Size: 406 B

12
icons/arrows-maximize.svg Normal file
View File

@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrows-maximize" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<polyline points="16 4 20 4 20 8" />
<line x1="14" y1="10" x2="20" y2="4" />
<polyline points="8 20 4 20 4 16" />
<line x1="4" y1="20" x2="10" y2="14" />
<polyline points="16 20 20 20 20 16" />
<line x1="14" y1="14" x2="20" y2="20" />
<polyline points="8 4 4 4 4 8" />
<line x1="4" y1="4" x2="10" y2="10" />
</svg>

After

Width:  |  Height:  |  Size: 568 B

12
icons/arrows-minimize.svg Normal file
View File

@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrows-minimize" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<polyline points="5 9 9 9 9 5" />
<line x1="3" y1="3" x2="9" y2="9" />
<polyline points="5 15 9 15 9 19" />
<line x1="3" y1="21" x2="9" y2="15" />
<polyline points="19 9 15 9 15 5" />
<line x1="15" y1="9" x2="21" y2="3" />
<polyline points="19 15 15 15 15 19" />
<line x1="15" y1="15" x2="21" y2="21" />
</svg>

After

Width:  |  Height:  |  Size: 564 B

6
icons/at.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-at" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="4" />
<path d="M16 12v1.5a2.5 2.5 0 005 0v-1.5a9 9 0 10-5.5 8.28" />
</svg>

After

Width:  |  Height:  |  Size: 331 B

6
icons/ban.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-ban" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<line x1="5.7" y1="5.7" x2="18.3" y2="18.3" />
</svg>

After

Width:  |  Height:  |  Size: 316 B

6
icons/battery-1.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-battery-1" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 7h11a2 2 0 012 2v.5a.5 .5 0 00.5 .5a.5 .5 0 01.5 .5v3a.5 .5 0 01-.5 .5a.5 .5 0 00-.5 .5v.5a2 2 0 01-2 2h-11a2 2 0 01-2 -2v-6a2 2 0 012 -2" />
<line x1="7" y1="10" x2="7" y2="14" />
</svg>

After

Width:  |  Height:  |  Size: 435 B

7
icons/battery-2.svg Normal file
View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-battery-2" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 7h11a2 2 0 012 2v.5a.5 .5 0 00.5 .5a.5 .5 0 01.5 .5v3a.5 .5 0 01-.5 .5a.5 .5 0 00-.5 .5v.5a2 2 0 01-2 2h-11a2 2 0 01-2 -2v-6a2 2 0 012 -2" />
<line x1="7" y1="10" x2="7" y2="14" />
<line x1="10" y1="10" x2="10" y2="14" />
</svg>

After

Width:  |  Height:  |  Size: 478 B

8
icons/battery-3.svg Normal file
View File

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-battery-3" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 7h11a2 2 0 012 2v.5a.5 .5 0 00.5 .5a.5 .5 0 01.5 .5v3a.5 .5 0 01-.5 .5a.5 .5 0 00-.5 .5v.5a2 2 0 01-2 2h-11a2 2 0 01-2 -2v-6a2 2 0 012 -2" />
<line x1="7" y1="10" x2="7" y2="14" />
<line x1="10" y1="10" x2="10" y2="14" />
<line x1="13" y1="10" x2="13" y2="14" />
</svg>

After

Width:  |  Height:  |  Size: 521 B

9
icons/battery-4.svg Normal file
View File

@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-battery-4" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 7h11a2 2 0 012 2v.5a.5 .5 0 00.5 .5a.5 .5 0 01.5 .5v3a.5 .5 0 01-.5 .5a.5 .5 0 00-.5 .5v.5a2 2 0 01-2 2h-11a2 2 0 01-2 -2v-6a2 2 0 012 -2" />
<line x1="7" y1="10" x2="7" y2="14" />
<line x1="10" y1="10" x2="10" y2="14" />
<line x1="13" y1="10" x2="13" y2="14" />
<line x1="16" y1="10" x2="16" y2="14" />
</svg>

After

Width:  |  Height:  |  Size: 564 B

View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-battery-charging" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M16 7h1a2 2 0 012 2v.5a.5 .5 0 00.5 .5a.5 .5 0 01.5 .5v3a.5 .5 0 01-.5 .5a.5 .5 0 00-.5 .5v.5a2 2 0 01-2 2h-2" />
<path d="M8 7H6a2 2 0 00-2 2v6a2 2 0 002 2h1" />
<polyline points="12 8 10 12 13 12 11 16" />
</svg>

After

Width:  |  Height:  |  Size: 468 B

5
icons/battery.svg Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-battery" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M6 7h11a2 2 0 012 2v.5a.5 .5 0 00.5 .5a.5 .5 0 01.5 .5v3a.5 .5 0 01-.5 .5a.5 .5 0 00-.5 .5v.5a2 2 0 01-2 2h-11a2 2 0 01-2 -2v-6a2 2 0 012 -2" />
</svg>

After

Width:  |  Height:  |  Size: 392 B

6
icons/bell.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-bell" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 5a2 2 0 014 0a7 7 0 014 6v3a4 4 0 002 3h-16a4 4 0 002 -3v-3a7 7 0 014 -6" />
<path d="M9 17v1a3 3 0 006 0v-1" />
</svg>

After

Width:  |  Height:  |  Size: 363 B

8
icons/bike.svg Normal file
View File

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-bike" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<circle cx="5" cy="18" r="3" />
<circle cx="19" cy="18" r="3" />
<polyline points="12 19 12 15 9 12 14 8 16 11 19 11" />
<circle cx="17" cy="5" r="1" />
</svg>

After

Width:  |  Height:  |  Size: 394 B

5
icons/bluetooth.svg Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-bluetooth" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<polyline points="6 8 18 16 12 20 12 4 18 8 6 16" />
</svg>

After

Width:  |  Height:  |  Size: 293 B

5
icons/bolt.svg Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-bolt" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<polyline points="13 3 13 10 19 10 11 21 11 14 5 14 13 3" />
</svg>

After

Width:  |  Height:  |  Size: 296 B

9
icons/book.svg Normal file
View File

@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-book" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 19a9 9 0 019 0a9 9 0 019 0" />
<path d="M3 6a9 9 0 019 0a9 9 0 019 0" />
<line x1="3" y1="6" x2="3" y2="19" />
<line x1="12" y1="6" x2="12" y2="19" />
<line x1="21" y1="6" x2="21" y2="19" />
</svg>

After

Width:  |  Height:  |  Size: 446 B

5
icons/bookmark.svg Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-bookmark" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 4h6a2 2 0 012 2v14l-5-3l-5 3v-14a2 2 0 012 -2" />
</svg>

After

Width:  |  Height:  |  Size: 301 B

7
icons/border-all.svg Normal file
View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-border-all" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<line x1="4" y1="12" x2="20" y2="12" />
<line x1="12" y1="4" x2="12" y2="20" />
</svg>

After

Width:  |  Height:  |  Size: 376 B

12
icons/border-bottom.svg Normal file
View File

@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-border-bottom" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="20" y1="20" x2="4" y2="20" />
<g stroke-dasharray=".001 4">
<line x1="4" y1="4" x2="20" y2="4" />
<line x1="20" y1="4" x2="20" y2="20" />
<line x1="4" y1="20" x2="4" y2="4" />
<line x1="4" y1="12" x2="20" y2="12" />
<line x1="12" y1="4" x2="12" y2="20" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 529 B

View File

@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-border-horizontal" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="4" y1="12" x2="20" y2="12" />
<g stroke-dasharray=".001 4">
<line x1="4" y1="4" x2="20" y2="4" />
<line x1="4" y1="20" x2="4" y2="4" />
<line x1="20" y1="20" x2="4" y2="20" />
<line x1="20" y1="4" x2="20" y2="20" />
<line x1="12" y1="4" x2="12" y2="20" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 533 B

12
icons/border-inner.svg Normal file
View File

@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-border-inner" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="4" y1="12" x2="20" y2="12" />
<line x1="12" y1="4" x2="12" y2="20" />
<g stroke-dasharray=".001 4">
<line x1="4" y1="4" x2="20" y2="4" />
<line x1="4" y1="20" x2="4" y2="4" />
<line x1="20" y1="20" x2="4" y2="20" />
<line x1="20" y1="4" x2="20" y2="20" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 528 B

12
icons/border-left.svg Normal file
View File

@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-border-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="4" y1="20" x2="4" y2="4" />
<g stroke-dasharray=".001 4">
<line x1="4" y1="4" x2="20" y2="4" />
<line x1="20" y1="4" x2="20" y2="20" />
<line x1="20" y1="20" x2="4" y2="20" />
<line x1="4" y1="12" x2="20" y2="12" />
<line x1="12" y1="4" x2="12" y2="20" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 527 B

12
icons/border-none.svg Normal file
View File

@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-border-none" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<g stroke-dasharray=".001 4">
<line x1="4" y1="4" x2="20" y2="4" />
<line x1="20" y1="4" x2="20" y2="20" />
<line x1="20" y1="20" x2="4" y2="20" />
<line x1="4" y1="20" x2="4" y2="4" />
<line x1="4" y1="12" x2="20" y2="12" />
<line x1="12" y1="4" x2="12" y2="20" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 527 B

9
icons/border-outer.svg Normal file
View File

@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-border-outer" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" />
<g stroke-dasharray=".001 4">
<line x1="4" y1="12" x2="20" y2="12" />
<line x1="12" y1="4" x2="12" y2="20" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 417 B

12
icons/border-right.svg Normal file
View File

@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-border-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="20" y1="4" x2="20" y2="20" />
<g stroke-dasharray=".001 4">
<line x1="4" y1="4" x2="20" y2="4" />
<line x1="20" y1="20" x2="4" y2="20" />
<line x1="4" y1="20" x2="4" y2="4" />
<line x1="4" y1="12" x2="20" y2="12" />
<line x1="12" y1="4" x2="12" y2="20" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 528 B

12
icons/border-top.svg Normal file
View File

@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-border-top" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="4" y1="4" x2="20" y2="4" />
<g stroke-dasharray=".001 4">
<line x1="20" y1="4" x2="20" y2="20" />
<line x1="20" y1="20" x2="4" y2="20" />
<line x1="4" y1="20" x2="4" y2="4" />
<line x1="4" y1="12" x2="20" y2="12" />
<line x1="12" y1="4" x2="12" y2="20" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 526 B

12
icons/border-vertical.svg Normal file
View File

@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-border-vertical" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="12" y1="4" x2="12" y2="20" />
<g stroke-dasharray=".001 4">
<line x1="4" y1="12" x2="20" y2="12" />
<line x1="4" y1="4" x2="20" y2="4" />
<line x1="4" y1="20" x2="4" y2="4" />
<line x1="20" y1="20" x2="4" y2="20" />
<line x1="20" y1="4" x2="20" y2="20" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 531 B

8
icons/box.svg Normal file
View File

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-box" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<polyline points="12 3 20 7.5 20 16.5 12 21 4 16.5 4 7.5 12 3" />
<line x1="12" y1="12" x2="20" y2="7.5" />
<line x1="12" y1="12" x2="12" y2="21" />
<line x1="12" y1="12" x2="4" y2="7.5" />
</svg>

After

Width:  |  Height:  |  Size: 430 B

8
icons/briefcase.svg Normal file
View File

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-briefcase" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="7" width="18" height="13" rx="2" />
<path d="M8 7v-2a2 2 0 012 -2h4a2 2 0 012 2v2" />
<line x1="12" y1="12" x2="12" y2="12.01" />
<path d="M3 13a20 20 0 0018 0" />
</svg>

After

Width:  |  Height:  |  Size: 425 B

6
icons/bulb-off.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-bulb-off" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 16a5 5 0 116 0a3.5 3.5 0 00-1 3a2 2 0 01-4 0a3.5 3.5 0 00-1 -3" />
<line x1="9.7" y1="17" x2="14.3" y2="17" />
</svg>

After

Width:  |  Height:  |  Size: 364 B

7
icons/bulb.svg Normal file
View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-bulb" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 12h1M12 3v1M20 12h1M5.6 5.6l.7 .7M18.4 5.6l-.7 .7" />
<path d="M9 16a5 5 0 116 0a3.5 3.5 0 00-1 3a2 2 0 01-4 0a3.5 3.5 0 00-1 -3" />
<line x1="9.7" y1="17" x2="14.3" y2="17" />
</svg>

After

Width:  |  Height:  |  Size: 428 B

10
icons/calendar.svg Normal file
View File

@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-calendar" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="5" width="16" height="16" rx="2" />
<line x1="16" y1="3" x2="16" y2="7" />
<line x1="8" y1="3" x2="8" y2="7" />
<line x1="4" y1="11" x2="20" y2="11" />
<line x1="11" y1="15" x2="12" y2="15" />
<line x1="12" y1="15" x2="12" y2="18" />
</svg>

After

Width:  |  Height:  |  Size: 498 B

7
icons/call-incoming.svg Normal file
View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-call-incoming" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="15" y1="9" x2="21" y2="3" />
<polyline points="15 4 15 9 20 9" />
<path d="M4 4h5l2 5l-2.5 1.5a11 11 0 005 5l1.5 -2.5l5 2v5a1 1 0 01-1 1a16 16 0 01-16 -16a1 1 0 011 -1" />
</svg>

After

Width:  |  Height:  |  Size: 430 B

7
icons/call-outgoing.svg Normal file
View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-call-outgoing" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="15" y1="9" x2="21" y2="3" />
<polyline points="16 3 21 3 21 8" />
<path d="M4 4h5l2 5l-2.5 1.5a11 11 0 005 5l1.5 -2.5l5 2v5a1 1 0 01-1 1a16 16 0 01-16 -16a1 1 0 011 -1" />
</svg>

After

Width:  |  Height:  |  Size: 430 B

7
icons/call-pause.svg Normal file
View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-call-pause" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="20" y1="3" x2="20" y2="7" />
<line x1="16" y1="3" x2="16" y2="7" />
<path d="M4 4h5l2 5l-2.5 1.5a11 11 0 005 5l1.5 -2.5l5 2v5a1 1 0 01-1 1a16 16 0 01-16 -16a1 1 0 011 -1" />
</svg>

After

Width:  |  Height:  |  Size: 429 B

5
icons/call.svg Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-call" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 4h5l2 5l-2.5 1.5a11 11 0 005 5l1.5 -2.5l5 2v5a1 1 0 01-1 1a16 16 0 01-16 -16a1 1 0 011 -1" />
</svg>

After

Width:  |  Height:  |  Size: 341 B

6
icons/camera.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-camera" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 7h1a2 2 0 002 -2a1 1 0 011 -1h6a1 1 0 011 1a2 2 0 002 2h1a2 2 0 012 2v9a2 2 0 01-2 2h-14a2 2 0 01-2 -2v-9a2 2 0 012 -2" />
<circle cx="12" cy="13" r="3" />
</svg>

After

Width:  |  Height:  |  Size: 407 B

7
icons/cash.svg Normal file
View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-cash" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<rect x="7" y="9" width="14" height="10" rx="2" />
<circle cx="14" cy="14" r="2" />
<path d="M17 9v-2a2 2 0 00-2 -2h-10a2 2 0 00-2 2v6a2 2 0 002 2h2" />
</svg>

After

Width:  |  Height:  |  Size: 392 B

8
icons/cast.svg Normal file
View File

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-cast" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="3" y1="19" x2="3.01" y2="19" />
<path d="M7 19a4 4 0 00-4 -4" />
<path d="M11 19a8 8 0 00-8 -8" />
<path d="M15 19h3a3 3 0 00 3 -3v-8a3 3 0 00-3 -3h-12a3 3 0 00-2.8 2" />
</svg>

After

Width:  |  Height:  |  Size: 422 B

View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-chart-area-line" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<polyline points="4 19 8 13 12 15 16 10 20 14 20 19 4 19" />
<polyline points="4 12 7 8 11 10 16 4 20 8" />
</svg>

After

Width:  |  Height:  |  Size: 356 B

6
icons/chart-area.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-chart-area" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="4" y1="19" x2="20" y2="19" />
<polyline points="4 15 8 9 12 11 16 6 20 10 20 15 4 15" />
</svg>

After

Width:  |  Height:  |  Size: 342 B

8
icons/chart-bar.svg Normal file
View File

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-chart-bar" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="12" width="6" height="8" rx="1" />
<rect x="9" y="8" width="6" height="12" rx="1" />
<rect x="15" y="4" width="6" height="16" rx="1" />
<line x1="4" y1="20" x2="18" y2="20" />
</svg>

After

Width:  |  Height:  |  Size: 437 B

13
icons/chart-candle.svg Normal file
View File

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-chart-candle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="6" width="4" height="5" rx="1" />
<line x1="6" y1="4" x2="6" y2="6" />
<line x1="6" y1="11" x2="6" y2="20" />
<rect x="10" y="14" width="4" height="5" rx="1" />
<line x1="12" y1="4" x2="12" y2="14" />
<line x1="12" y1="19" x2="12" y2="20" />
<rect x="16" y="5" width="4" height="6" rx="1" />
<line x1="18" y1="4" x2="18" y2="5" />
<line x1="18" y1="11" x2="18" y2="20" />
</svg>

After

Width:  |  Height:  |  Size: 646 B

6
icons/chart-donut.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-chart-donut" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 3.2a9 9 0 1010.8 10.8a1 1 0 00-1 -1h-3.8a4.1 4.1 0 11-5 -5v-4a.9 .9 0 00-1 -.8" />
<path d="M15 3.5a9 9 0 015.5 5.5h-4.5a9 9 0 00-1 -1v-4.5" />
</svg>

After

Width:  |  Height:  |  Size: 401 B

6
icons/chart-line.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-chart-line" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<line x1="4" y1="19" x2="20" y2="19" />
<polyline points="4 15 8 9 12 11 16 6 20 10" />
</svg>

After

Width:  |  Height:  |  Size: 331 B

6
icons/chart-pie.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-chart-pie" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 3.2a9 9 0 1010.8 10.8a1 1 0 00-1 -1h-6.8a2 2 0 01-2 -2v-7a.9 .9 0 00-1 -.8" />
<path d="M15 3.5a9 9 0 015.5 5.5h-4.5a1 1 0 01-1 -1v-4.5" />
</svg>

After

Width:  |  Height:  |  Size: 395 B

5
icons/check.svg Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-check" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<polyline points="20 7 10 17 5 12" />
</svg>

After

Width:  |  Height:  |  Size: 274 B

5
icons/chevron-down.svg Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-chevron-down" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<polyline points="6 9 12 15 18 9" />
</svg>

After

Width:  |  Height:  |  Size: 280 B

5
icons/chevron-left.svg Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-chevron-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<polyline points="15 6 9 12 15 18" />
</svg>

After

Width:  |  Height:  |  Size: 281 B

5
icons/chevron-right.svg Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-chevron-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<polyline points="9 6 15 12 9 18" />
</svg>

After

Width:  |  Height:  |  Size: 281 B

5
icons/chevron-up.svg Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-chevron-up" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<polyline points="6 15 12 9 18 15" />
</svg>

After

Width:  |  Height:  |  Size: 279 B

6
icons/chevrons-down.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-chevrons-down" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<polyline points="7 7 12 12 17 7" />
<polyline points="7 13 12 18 17 13" />
</svg>

After

Width:  |  Height:  |  Size: 322 B

6
icons/chevrons-left.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-chevrons-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<polyline points="11 7 6 12 11 17" />
<polyline points="17 7 12 12 17 17" />
</svg>

After

Width:  |  Height:  |  Size: 323 B

6
icons/chevrons-right.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-chevrons-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<polyline points="7 7 12 12 7 17" />
<polyline points="13 7 18 12 13 17" />
</svg>

After

Width:  |  Height:  |  Size: 323 B

6
icons/chevrons-up.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-chevrons-up" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<polyline points="7 11 12 6 17 11" />
<polyline points="7 17 12 12 17 17" />
</svg>

After

Width:  |  Height:  |  Size: 321 B

6
icons/circle-check.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-circle-check" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M9 12l2 2l4 -4" />
</svg>

After

Width:  |  Height:  |  Size: 306 B

6
icons/circle-minus.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-circle-minus" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<line x1="9" y1="12" x2="15" y2="12" />
</svg>

After

Width:  |  Height:  |  Size: 318 B

7
icons/circle-plus.svg Normal file
View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-circle-plus" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<line x1="9" y1="12" x2="15" y2="12" />
<line x1="12" y1="9" x2="12" y2="15" />
</svg>

After

Width:  |  Height:  |  Size: 359 B

6
icons/circle-x.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-circle-x" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<path d="M10 10l4 4m0 -4l-4 4" />
</svg>

After

Width:  |  Height:  |  Size: 308 B

5
icons/circle.svg Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-circle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
</svg>

After

Width:  |  Height:  |  Size: 270 B

View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-clipboard-check" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2" />
<rect x="9" y="3" width="6" height="4" rx="2" />
<path d="M9 14l2 2l4 -4" />
</svg>

After

Width:  |  Height:  |  Size: 408 B

10
icons/clipboard-list.svg Normal file
View File

@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-clipboard-list" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2" />
<rect x="9" y="3" width="6" height="4" rx="2" />
<line x1="9" y1="12" x2="9.01" y2="12" />
<line x1="13" y1="12" x2="15" y2="12" />
<line x1="9" y1="16" x2="9.01" y2="16" />
<line x1="13" y1="16" x2="15" y2="16" />
</svg>

After

Width:  |  Height:  |  Size: 551 B

7
icons/clipboard-x.svg Normal file
View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-clipboard-x" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2" />
<rect x="9" y="3" width="6" height="4" rx="2" />
<path d="M10 12l4 4m0 -4l-4 4" />
</svg>

After

Width:  |  Height:  |  Size: 410 B

6
icons/clipboard.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-clipboard" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2" />
<rect x="9" y="3" width="6" height="4" rx="2" />
</svg>

After

Width:  |  Height:  |  Size: 372 B

6
icons/clock.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-clock" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="9" />
<polyline points="12 7 12 12 9 15" />
</svg>

After

Width:  |  Height:  |  Size: 309 B

7
icons/cloud-download.svg Normal file
View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-cloud-download" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M19 18a3.5 3.5 0 000 -7h-1a5 4.5 0 00-11 -2a4.6 4.4 0 00-2.1 8.4" />
<line x1="12" y1="13" x2="12" y2="22" />
<polyline points="9 19 12 22 15 19" />
</svg>

After

Width:  |  Height:  |  Size: 407 B

6
icons/cloud-rain.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-cloud-rain" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 18a4.6 4.4 0 01 0 -9h0a5 4.5 0 0111 2h1a3.5 3.5 0 01 0 7" />
<path d="M11 13v2m0 3v2m4 -5v2m0 3v2" />
</svg>

After

Width:  |  Height:  |  Size: 357 B

6
icons/cloud-snow.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-cloud-snow" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M7 18a4.6 4.4 0 01 0 -9h0a5 4.5 0 0111 2h1a3.5 3.5 0 01 0 7" />
<path d="M11 15v.01m0 3v.01m0 3v.01m4 -4v.01m0 3v.01" />
</svg>

After

Width:  |  Height:  |  Size: 373 B

Some files were not shown because too many files have changed in this diff Show More