16 new icons: alarm
, arrow-back
, arrow-forward
, artboard
, award
, bug
, calendar-event
, globe
, help
, mug
, palette
, pencil
, record-mail
, ruler
, scissors
, stack
Fixed icons: `directions`, `disabled`, `disc`, `edit`, `switch-vertical`
41
gulpfile.js
@@ -222,31 +222,48 @@ gulp.task('prepare-changelog', function(cb) {
|
||||
});
|
||||
|
||||
if(newIcons.length > 0) {
|
||||
console.log(`**${newIcons.length} new icons:**\n`);
|
||||
let str = '';
|
||||
str += `${newIcons.length} new icons: `;
|
||||
|
||||
newIcons.forEach(function(icon){
|
||||
console.log(`- \`${icon}\``);
|
||||
newIcons.forEach(function(icon, i){
|
||||
str += `\`${icon}\``;
|
||||
|
||||
if((i + 1) <= newIcons.length - 1) {
|
||||
str += ', '
|
||||
}
|
||||
});
|
||||
|
||||
console.log('');
|
||||
console.log(str);
|
||||
}
|
||||
|
||||
if(modifiedIcons.length > 0) {
|
||||
console.log(`**Fixed icons:**\n`);
|
||||
let str = '';
|
||||
str += `Fixed icons: `;
|
||||
|
||||
modifiedIcons.forEach(function(icon){
|
||||
console.log(`- \`${icon}\``);
|
||||
modifiedIcons.forEach(function(icon, i){
|
||||
str += `\`${icon}\``;
|
||||
|
||||
if((i + 1) <= modifiedIcons.length - 1) {
|
||||
str += ', '
|
||||
}
|
||||
});
|
||||
|
||||
console.log('');
|
||||
console.log(str);
|
||||
}
|
||||
|
||||
if(renamedIcons.length > 0) {
|
||||
console.log(`**Renamed icons:**\n`);
|
||||
let str = '';
|
||||
str += `**Renamed icons: `;
|
||||
|
||||
renamedIcons.forEach(function(icon){
|
||||
console.log(`- \`${icon[0]}\` renamed to \`${icon[1]}\``);
|
||||
})
|
||||
renamedIcons.forEach(function(icon, i){
|
||||
str += `\`${icon[0]}\` renamed to \`${icon[1]}\``;
|
||||
|
||||
if((i + 1) <= renamedIcons.length - 1) {
|
||||
str += ', '
|
||||
}
|
||||
});
|
||||
|
||||
console.log(str);
|
||||
}
|
||||
|
||||
cb();
|
||||
|
BIN
icons-png/ad.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
BIN
icons-png/alarm.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
icons-png/arrow-back.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
icons-png/arrow-forward.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
icons-png/artboard.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
icons-png/award.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
icons-png/bug.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
icons-png/building-arch.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
icons-png/building-bridge-2.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
icons-png/building-bridge.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
icons-png/building-church.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
icons-png/building-hospital.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
icons-png/building-store.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
icons-png/building.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
icons-png/calendar-event.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
icons-png/device-speaker.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.1 KiB |
BIN
icons-png/globe.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
icons-png/help.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
icons-png/home-2.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
icons-png/id.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 2.8 KiB |
BIN
icons-png/layout-bottombar.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
BIN
icons-png/live-photo.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
icons-png/mug.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
icons-png/palette.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
icons-png/pencil.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
icons-png/record-mail.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
BIN
icons-png/ruler.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
icons-png/scissors.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
icons-png/stack.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
icons-png/template.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-activity" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<polyline points="21 12 17 12 14 20 10 4 7 12 3 12" />
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 359 B After Width: | Height: | Size: 336 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-ad" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<rect x="3" y="5" width="18" height="14" rx="2" />
|
||||
<path d="M7 15v-4a2 2 0 0 1 4 0v4" />
|
||||
<line x1="7" y1="13" x2="11" y2="13" />
|
||||
|
Before Width: | Height: | Size: 482 B After Width: | Height: | Size: 459 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-adjustments" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<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" />
|
||||
|
Before Width: | Height: | Size: 656 B After Width: | Height: | Size: 633 B |
9
icons/alarm.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-alarm" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<circle cx="12" cy="13" r="7" />
|
||||
<polyline points="12 10 12 13 14 13" />
|
||||
<line x1="7" y1="4" x2="4.25" y2="6" />
|
||||
<line x1="17" y1="4" x2="19.75" y2="6" />
|
||||
</svg>
|
||||
|
||||
|
After Width: | Height: | Size: 439 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-alert-circle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<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" />
|
||||
|
Before Width: | Height: | Size: 429 B After Width: | Height: | Size: 406 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-alert-triangle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<path d="M12 9v2m0 4v.01" />
|
||||
<path d="M5.07 19H19a2 2 0 0 0 1.75 -2.75L13.75 4a2 2 0 0 0 -3.5 0L3.25 16.25a2 2 0 0 0 1.75 2.75" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 443 B After Width: | Height: | Size: 420 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-align-center" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<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" />
|
||||
|
Before Width: | Height: | Size: 430 B After Width: | Height: | Size: 407 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-align-justified" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<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" />
|
||||
|
Before Width: | Height: | Size: 433 B After Width: | Height: | Size: 410 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-align-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<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" />
|
||||
|
Before Width: | Height: | Size: 428 B After Width: | Height: | Size: 405 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-align-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<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" />
|
||||
|
Before Width: | Height: | Size: 430 B After Width: | Height: | Size: 407 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-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="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<rect x="3" y="4" width="18" height="4" rx="2" />
|
||||
<path d="M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-10" />
|
||||
<line x1="10" y1="12" x2="14" y2="12" />
|
||||
|
Before Width: | Height: | Size: 455 B After Width: | Height: | Size: 432 B |
6
icons/arrow-back.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-back" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<path d="M9 11l-4 4l4 4m-4 -4h11a4 4 0 0 0 0 -8h-1" />
|
||||
</svg>
|
||||
|
||||
|
After Width: | Height: | Size: 338 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-bar-down" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<line x1="12" y1="20" x2="12" y2="10" />
|
||||
<line x1="12" y1="20" x2="16" y2="16" />
|
||||
<line x1="12" y1="20" x2="8" y2="16" />
|
||||
|
Before Width: | Height: | Size: 476 B After Width: | Height: | Size: 453 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-bar-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<line x1="4" y1="12" x2="14" y2="12" />
|
||||
<line x1="4" y1="12" x2="8" y2="16" />
|
||||
<line x1="4" y1="12" x2="8" y2="8" />
|
||||
|
Before Width: | Height: | Size: 473 B After Width: | Height: | Size: 450 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-bar-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<line x1="20" y1="12" x2="10" y2="12" />
|
||||
<line x1="20" y1="12" x2="16" y2="16" />
|
||||
<line x1="20" y1="12" x2="16" y2="8" />
|
||||
|
Before Width: | Height: | Size: 477 B After Width: | Height: | Size: 454 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-bar-up" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<line x1="12" y1="4" x2="12" y2="14" />
|
||||
<line x1="12" y1="4" x2="16" y2="8" />
|
||||
<line x1="12" y1="4" x2="8" y2="8" />
|
||||
|
Before Width: | Height: | Size: 471 B After Width: | Height: | Size: 448 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-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">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<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" />
|
||||
|
Before Width: | Height: | Size: 473 B After Width: | Height: | Size: 450 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-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">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<circle cx="12" cy="12" r="9" />
|
||||
<line x1="15" y1="9" x2="9" y2="15" />
|
||||
<polyline points="15 15 9 15 9 9" />
|
||||
|
Before Width: | Height: | Size: 431 B After Width: | Height: | Size: 408 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-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">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<line x1="17" y1="7" x2="7" y2="17" />
|
||||
<polyline points="16 17 7 17 7 8" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 389 B After Width: | Height: | Size: 366 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-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">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<circle cx="12" cy="12" r="9" />
|
||||
<line x1="15" y1="15" x2="9" y2="15" />
|
||||
<polyline points="15 9 15 15 9 9" />
|
||||
|
Before Width: | Height: | Size: 433 B After Width: | Height: | Size: 410 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-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">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<line x1="7" y1="7" x2="17" y2="17" />
|
||||
<polyline points="17 8 17 17 8 17" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 391 B After Width: | Height: | Size: 368 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-down" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<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" />
|
||||
|
Before Width: | Height: | Size: 431 B After Width: | Height: | Size: 408 B |
6
icons/arrow-forward.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-forward" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<path d="M15 11l4 4l-4 4m4 -4h-11a4 4 0 0 1 0 -8h1" />
|
||||
</svg>
|
||||
|
||||
|
After Width: | Height: | Size: 341 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-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">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<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" />
|
||||
|
Before Width: | Height: | Size: 471 B After Width: | Height: | Size: 448 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<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" />
|
||||
|
Before Width: | Height: | Size: 429 B After Width: | Height: | Size: 406 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-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">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<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" />
|
||||
|
Before Width: | Height: | Size: 438 B After Width: | Height: | Size: 415 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-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">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<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" />
|
||||
|
Before Width: | Height: | Size: 434 B After Width: | Height: | Size: 411 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-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">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<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" />
|
||||
|
Before Width: | Height: | Size: 439 B After Width: | Height: | Size: 416 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-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">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<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" />
|
||||
|
Before Width: | Height: | Size: 432 B After Width: | Height: | Size: 409 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-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">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<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" />
|
||||
|
Before Width: | Height: | Size: 474 B After Width: | Height: | Size: 451 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<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" />
|
||||
|
Before Width: | Height: | Size: 432 B After Width: | Height: | Size: 409 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-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">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<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" />
|
||||
|
Before Width: | Height: | Size: 469 B After Width: | Height: | Size: 446 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-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">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<circle cx="12" cy="12" r="9" />
|
||||
<line x1="9" y1="9" x2="15" y2="15" />
|
||||
<polyline points="15 9 9 9 9 15" />
|
||||
|
Before Width: | Height: | Size: 428 B After Width: | Height: | Size: 405 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-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">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<line x1="7" y1="7" x2="17" y2="17" />
|
||||
<polyline points="16 7 7 7 7 16" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 386 B After Width: | Height: | Size: 363 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-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">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<circle cx="12" cy="12" r="9" />
|
||||
<line x1="15" y1="9" x2="9" y2="15" />
|
||||
<polyline points="15 15 15 9 9 9" />
|
||||
|
Before Width: | Height: | Size: 430 B After Width: | Height: | Size: 407 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-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">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<line x1="17" y1="7" x2="7" y2="17" />
|
||||
<polyline points="8 7 17 7 17 16" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 388 B After Width: | Height: | Size: 365 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-up" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<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" />
|
||||
|
Before Width: | Height: | Size: 427 B After Width: | Height: | Size: 404 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-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">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<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" />
|
||||
|
Before Width: | Height: | Size: 473 B After Width: | Height: | Size: 450 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrows-diagonal" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<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" />
|
||||
|
Before Width: | Height: | Size: 471 B After Width: | Height: | Size: 448 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrows-maximize" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<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" />
|
||||
|
Before Width: | Height: | Size: 633 B After Width: | Height: | Size: 610 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrows-minimize" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<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" />
|
||||
|
Before Width: | Height: | Size: 629 B After Width: | Height: | Size: 606 B |
14
icons/artboard.svg
Normal file
@@ -0,0 +1,14 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-artboard" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<rect x="8" y="8" width="8" height="8" rx="1" />
|
||||
<line x1="3" y1="8" x2="4" y2="8" />
|
||||
<line x1="3" y1="16" x2="4" y2="16" />
|
||||
<line x1="8" y1="3" x2="8" y2="4" />
|
||||
<line x1="16" y1="3" x2="16" y2="4" />
|
||||
<line x1="20" y1="8" x2="21" y2="8" />
|
||||
<line x1="20" y1="16" x2="21" y2="16" />
|
||||
<line x1="8" y1="20" x2="8" y2="21" />
|
||||
<line x1="16" y1="20" x2="16" y2="21" />
|
||||
</svg>
|
||||
|
||||
|
After Width: | Height: | Size: 658 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-at" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<circle cx="12" cy="12" r="4" />
|
||||
<path d="M16 12v1.5a2.5 2.5 0 0 0 5 0v-1.5a9 9 0 1 0 -5.5 8.28" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 400 B After Width: | Height: | Size: 377 B |
7
icons/award.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-award" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<circle cx="12" cy="9" r="6" />
|
||||
<polyline points="8 13.5 8 21 12 19 16 21 16 13.5" />
|
||||
</svg>
|
||||
|
||||
|
After Width: | Height: | Size: 366 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-backspace" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<path d="M20 6a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-11l-5 -5a1.5 1.5 0 0 1 0 -2l5 -5Z" />
|
||||
<path d="M12 10l4 4m0 -4l-4 4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 427 B After Width: | Height: | Size: 404 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-ban" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<circle cx="12" cy="12" r="9" />
|
||||
<line x1="5.7" y1="5.7" x2="18.3" y2="18.3" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 381 B After Width: | Height: | Size: 358 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-battery-1" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<path d="M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" />
|
||||
<line x1="7" y1="10" x2="7" y2="14" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 516 B After Width: | Height: | Size: 493 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-battery-2" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<path d="M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" />
|
||||
<line x1="7" y1="10" x2="7" y2="14" />
|
||||
<line x1="10" y1="10" x2="10" y2="14" />
|
||||
|
Before Width: | Height: | Size: 559 B After Width: | Height: | Size: 536 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-battery-3" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<path d="M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" />
|
||||
<line x1="7" y1="10" x2="7" y2="14" />
|
||||
<line x1="10" y1="10" x2="10" y2="14" />
|
||||
|
Before Width: | Height: | Size: 602 B After Width: | Height: | Size: 579 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-battery-4" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<path d="M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" />
|
||||
<line x1="7" y1="10" x2="7" y2="14" />
|
||||
<line x1="10" y1="10" x2="10" y2="14" />
|
||||
|
Before Width: | Height: | Size: 645 B After Width: | Height: | Size: 622 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-battery-charging" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<path d="M16 7h1a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-2" />
|
||||
<path d="M8 7H6a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h1" />
|
||||
<polyline points="12 8 10 12 13 12 11 16" />
|
||||
|
Before Width: | Height: | Size: 549 B After Width: | Height: | Size: 526 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-battery" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<path d="M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" />
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 473 B After Width: | Height: | Size: 450 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-bell" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<path d="M10 5a2 2 0 0 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" />
|
||||
<path d="M9 17v1a3 3 0 0 0 6 0v-1" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 440 B After Width: | Height: | Size: 417 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-bike" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<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" />
|
||||
|
Before Width: | Height: | Size: 459 B After Width: | Height: | Size: 436 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-bluetooth" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<polyline points="6 8 18 16 12 20 12 4 18 8 6 16" />
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 358 B After Width: | Height: | Size: 335 B |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-bolt" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<polyline points="13 3 13 10 19 10 11 21 11 14 5 14 13 3" />
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 361 B After Width: | Height: | Size: 338 B |