1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-30 01:00:14 +02:00

3 new icons: circle-square, circles, triangle-square-circle

Fixed icons: `circle`, `heart`, `hexagon`, `octagon`, `square-rotated`, `square`, `triangle`
This commit is contained in:
codecalm
2020-09-18 10:35:14 +02:00
parent b18631d6d2
commit 80bc52fc55
15 changed files with 45 additions and 5 deletions

4
.github/icons.svg vendored
View File

@@ -721,7 +721,7 @@
</symbol>
<symbol id="help" class="icon icon-tabler icon-tabler-help" 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="12" r="9" /><line x1="12" y1="17" x2="12" y2="17.01" /><path d="M12 13.5a1.5 1.5 0 0 1 1 -1.5a2.6 2.6 0 1 0 -3 -4" />
</symbol>
<symbol id="hexagon" class="icon icon-tabler icon-tabler-hexagon" 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="M12.971 3.54l6 3.333A2 2 0 0 1 20 8.62v6.536a2 2 0 0 1 -1.029 1.748l-6 3.333a2 2 0 0 1 -1.942 0l-6-3.333A2 2 0 0 1 4 15.157V8.62a2 2 0 0 1 1.029 -1.748l6-3.333a2 2 0 0 1 1.942 0z" />
<symbol id="hexagon" class="icon icon-tabler icon-tabler-hexagon" 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="M19 6.873a2 2 0 0 1 1 1.747v6.536a2 2 0 0 1 -1.029 1.748l-6 3.833a2 2 0 0 1 -1.942 0l-6 -3.833a2 2 0 0 1 -1.029 -1.747v-6.537a2 2 0 0 1 1.029 -1.748l6 -3.572a2.056 2.056 0 0 1 1.971 0l5.971 3.573z" />
</symbol>
<symbol id="history" class="icon icon-tabler icon-tabler-history" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"/><polyline points="12 8 12 12 14 14" /><path d="M3.05 11a9 9 0 1 1 .5 4m-.5 5v-5h5" />
</symbol>
@@ -2164,4 +2164,4 @@
<use xlink:href="#zoom-in" x="307" y="2107" width="24" height="24" />
<use xlink:href="#zoom-out" x="357" y="2107" width="24" height="24" />
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 336 KiB

After

Width:  |  Height:  |  Size: 336 KiB

View File

@@ -0,0 +1,7 @@
---
category: Shapes
---
<svg>
<circle cx="9.5" cy="9.5" r="6.5" />
<rect x="10" y="10" width="11" height="11" rx="2" />
</svg>

View File

@@ -1,4 +1,5 @@
---
category: Shapes
tags: [off, zero]
---
<svg>

8
src/_icons/circles.svg Normal file
View File

@@ -0,0 +1,8 @@
---
category: Shapes
---
<svg>
<circle cx="12" cy="7" r="4" />
<circle cx="6.5" cy="17" r="4" />
<circle cx="17.5" cy="17" r="4" />
</svg>

View File

@@ -1,4 +1,5 @@
---
category: Shapes
tags: [love, emotion, like, favorite, relationship]
---
<svg>

View File

@@ -1,5 +1,6 @@
---
category: Shapes
---
<svg>
<path d="M12.971 3.54l6 3.333A2 2 0 0 1 20 8.62v6.536a2 2 0 0 1 -1.029 1.748l-6 3.333a2 2 0 0 1 -1.942 0l-6-3.333A2 2 0 0 1 4 15.157V8.62a2 2 0 0 1 1.029 -1.748l6-3.333a2 2 0 0 1 1.942 0z" />
<path d="M19 6.873a2 2 0 0 1 1 1.747v6.536a2 2 0 0 1 -1.029 1.748l-6 3.833a2 2 0 0 1 -1.942 0l-6 -3.833a2 2 0 0 1 -1.029 -1.747v-6.537a2 2 0 0 1 1.029 -1.748l6 -3.572a2.056 2.056 0 0 1 1.971 0l5.971 3.573z" />
</svg>

View File

@@ -1,4 +1,5 @@
---
category: Shapes
---
<svg>
<path d="M8.7 3 h 6.6 c0.3 0 .5 .1 .7 .3 l4.7 4.7 c0.2 .2 .3 .4 .3 .7 v6.6 c0 .3 -.1 .5 -.3 .7 l-4.7 4.7 c-0.2 .2 -.4 .3 -.7 .3h-6.6 c-0.3 0 -.5 -.1 -.7 -.3 l-4.7 -4.7 c-0.2 -.2 -.3 -.4 -.3 -.7 v-6.6 c0 -.3 .1 -.5 .3 -.7l4.7 -4.7 c0.2 -.2 .4 -.3 .7 -.3z" />

View File

@@ -1,4 +1,5 @@
---
category: Shapes
---
<svg>
<path d="M10.5 20.4l-6.9-6.9c-.781-.781-.781-2.219 0-3l6.9-6.9c.781-.781 2.219-.781 3 0l6.9 6.9c.781.781.781 2.219 0 3l-6.9 6.9c-.781.781-2.219.781-3 0z" />

View File

@@ -1,4 +1,5 @@
---
category: Shapes
tags: [checkbox]
---
<svg>

View File

@@ -0,0 +1,8 @@
---
category: Shapes
---
<svg>
<path d="M12 3l-4 7h8z" />
<circle cx="17" cy="17" r="3" />
<rect x="4" y="14" width="6" height="6" rx="1" />
</svg>

View File

@@ -1,4 +1,5 @@
---
category: Shapes
tags: [delta]
---
<svg>

View File

@@ -62,6 +62,10 @@ layout: default
<a class="tab">Tab 3</a>
</div>
<div class="mb">
<textarea rows="10" class="input js-textarea"></textarea>
</div>
<div class="mt-auto">
<input class="input-range js-input-range" type="range" min="1.25" max="2.75" step=".25" value="2">
@@ -116,6 +120,8 @@ layout: default
$('.js-icon-manager svg').replaceWith($(this).find('>svg:eq(0)').clone());
$('.js-textarea').val($(this)[0].innerHTML.trim());
e.preventDefault();
return false;
})

View File

@@ -279,6 +279,10 @@ Components
box-shadow: 0 0 0 3px rgba($primary, .1);
border-color: rgba($primary, .4);
}
@at-root textarea#{&} {
min-height: 8rem;
}
}
.icon {

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 241 KiB

After

Width:  |  Height:  |  Size: 241 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 253 KiB

After

Width:  |  Height:  |  Size: 253 KiB