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

Tag plus & Tag minus (#1245)

This commit is contained in:
Sidonie Bouthors
2024-11-12 18:49:22 +01:00
committed by GitHub
parent a981ef5518
commit 3c92eb40af
2 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<!--
category: E-commerce
tags: [label, price]
version: "1.0"
unicode: "eb34"
-->
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
<path d="m 18.898,16.102 0.699,-0.699 0.699,-0.699 c 0.940994,-0.941134 0.940994,-2.466866 0,-3.408 l -7.71,-7.71 C 12.211015,3.2109013 11.70239,3.0001133 11.172,3 H 6 C 4.3431458,3 3,4.3431458 3,6 v 5.172 c 1.133e-4,0.53039 0.2109013,1.039015 0.586,1.414 l 7.71,7.71 c 0.470567,0.470497 1.087284,0.705745 1.704,0.705745" />
<path d="m 16,19 h 6" />
</svg>

After

Width:  |  Height:  |  Size: 702 B

View File

@@ -0,0 +1,22 @@
<!--
category: E-commerce
tags: [label, price]
version: "1.0"
unicode: "eb34"
-->
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0"/>
<path d="m 21.001745,13 c 0,-0.616716 -0.235248,-1.233433 -0.705745,-1.704 l -7.71,-7.71 C 12.211015,3.2109013 11.70239,3.0001133 11.172,3 H 6 C 4.3431458,3 3,4.3431458 3,6 v 5.172 c 1.133e-4,0.53039 0.2109013,1.039015 0.586,1.414 l 7.71,7.71 c 0.470567,0.470497 1.087283,0.705745 1.704,0.705745" />
<path d="m 16,19 h 6" />
<path d="m 19,16 v 6" />
</svg>

After

Width:  |  Height:  |  Size: 703 B