diff options
author | codecalm <codecalm@gmail.com> | 2021-12-27 12:14:41 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2021-12-27 12:14:41 +0100 |
commit | 825e9d1e353b3b0d680728ed7486da35cab8609c (patch) | |
tree | 9203fb35d4cf8d7cd2e7bc38e1c6f6a0ba4f458b /icons | |
parent | remove `yarn.lock` (diff) | |
download | tabler-icons-825e9d1e353b3b0d680728ed7486da35cab8609c.tar.xz |
Release 1.50.0v1.50.0
Diffstat (limited to 'icons')
-rw-r--r-- | icons/badge.svg | 6 | ||||
-rw-r--r-- | icons/badges.svg | 7 | ||||
-rw-r--r-- | icons/ball-baseball.svg | 6 | ||||
-rw-r--r-- | icons/bible.svg | 9 | ||||
-rw-r--r-- | icons/book-2.svg | 8 | ||||
-rw-r--r-- | icons/candle.svg | 7 | ||||
-rw-r--r-- | icons/contrast-2.svg | 7 | ||||
-rw-r--r-- | icons/curling.svg | 8 | ||||
-rw-r--r-- | icons/grid-pattern.svg | 10 | ||||
-rw-r--r-- | icons/helmet.svg | 7 | ||||
-rw-r--r-- | icons/ice-skating.svg | 9 | ||||
-rw-r--r-- | icons/lollipop.svg | 11 | ||||
-rw-r--r-- | icons/medal-2.svg | 9 | ||||
-rw-r--r-- | icons/miliraty-award.svg | 8 | ||||
-rw-r--r-- | icons/military-rank.svg | 9 | ||||
-rw-r--r-- | icons/polygon.svg | 13 | ||||
-rw-r--r-- | icons/roller-skating.svg | 8 | ||||
-rw-r--r-- | icons/shoe.svg | 9 | ||||
-rw-r--r-- | icons/toilet-paper.svg | 10 |
19 files changed, 161 insertions, 0 deletions
diff --git a/icons/badge.svg b/icons/badge.svg new file mode 100644 index 00000000..518b2b91 --- /dev/null +++ b/icons/badge.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-badge" 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" fill="none"/> + <path d="M17 17v-13l-5 3l-5 -3v13l5 3z" /> +</svg> + + diff --git a/icons/badges.svg b/icons/badges.svg new file mode 100644 index 00000000..e5ffa89a --- /dev/null +++ b/icons/badges.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-badges" 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" fill="none"/> + <path d="M17 17v-4l-5 3l-5 -3v4l5 3z" /> + <path d="M17 8v-4l-5 3l-5 -3v4l5 3z" /> +</svg> + + diff --git a/icons/ball-baseball.svg b/icons/ball-baseball.svg index 51cab24c..bbe56620 100644 --- a/icons/ball-baseball.svg +++ b/icons/ball-baseball.svg @@ -3,6 +3,12 @@ <path d="M5.636 18.364a9 9 0 1 0 12.728 -12.728a9 9 0 0 0 -12.728 12.728z" /> <path d="M12.495 3.02a9 9 0 0 1 -9.475 9.475" /> <path d="M20.98 11.505a9 9 0 0 0 -9.475 9.475" /> + <path d="M9 9l2 2" /> + <path d="M13 13l2 2" /> + <path d="M11 7l2 1" /> + <path d="M7 11l1 2" /> + <path d="M16 11l1 2" /> + <path d="M11 16l2 1" /> </svg> diff --git a/icons/bible.svg b/icons/bible.svg new file mode 100644 index 00000000..b41ba9ef --- /dev/null +++ b/icons/bible.svg @@ -0,0 +1,9 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-bible" 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" fill="none"/> + <path d="M19 4v16h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12z" /> + <path d="M19 16h-12a2 2 0 0 0 -2 2" /> + <path d="M12 7v6" /> + <path d="M10 9h4" /> +</svg> + + diff --git a/icons/book-2.svg b/icons/book-2.svg new file mode 100644 index 00000000..e136c715 --- /dev/null +++ b/icons/book-2.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-book-2" 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" fill="none"/> + <path d="M19 4v16h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12z" /> + <path d="M19 16h-12a2 2 0 0 0 -2 2" /> + <path d="M9 8h6" /> +</svg> + + diff --git a/icons/candle.svg b/icons/candle.svg new file mode 100644 index 00000000..ce4d94d1 --- /dev/null +++ b/icons/candle.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-candle" 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" fill="none"/> + <path d="M9 21h6v-9a1 1 0 0 0 -1 -1h-4a1 1 0 0 0 -1 1v9z" /> + <path d="M12 3l1.465 1.638a2 2 0 1 1 -3.015 .099l1.55 -1.737z" /> +</svg> + + diff --git a/icons/contrast-2.svg b/icons/contrast-2.svg new file mode 100644 index 00000000..35f1423b --- /dev/null +++ b/icons/contrast-2.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-contrast-2" 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" fill="none"/> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <path d="M4 18h2a6 6 0 0 0 6 -6a6 6 0 0 1 6 -6h2" /> +</svg> + + diff --git a/icons/curling.svg b/icons/curling.svg new file mode 100644 index 00000000..c26e867e --- /dev/null +++ b/icons/curling.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-curling" 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" fill="none"/> + <rect x="4" y="9" width="16" height="10" rx="4" /> + <path d="M4 14h16" /> + <path d="M8 5h6a2 2 0 0 1 2 2v2" /> +</svg> + + diff --git a/icons/grid-pattern.svg b/icons/grid-pattern.svg new file mode 100644 index 00000000..89870598 --- /dev/null +++ b/icons/grid-pattern.svg @@ -0,0 +1,10 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-grid-pattern" 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" fill="none"/> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <path d="M10 8v8" /> + <path d="M14 8v8" /> + <path d="M8 10h8" /> + <path d="M8 14h8" /> +</svg> + + diff --git a/icons/helmet.svg b/icons/helmet.svg new file mode 100644 index 00000000..4dc604cd --- /dev/null +++ b/icons/helmet.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-helmet" 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" fill="none"/> + <path d="M12 4a9 9 0 0 1 5.656 16h-11.312a9 9 0 0 1 5.656 -16z" /> + <path d="M20 9h-8.8a1 1 0 0 0 -.968 1.246c.507 2 1.596 3.418 3.268 4.254c2 1 4.333 1.5 7 1.5" /> +</svg> + + diff --git a/icons/ice-skating.svg b/icons/ice-skating.svg new file mode 100644 index 00000000..8c5cc955 --- /dev/null +++ b/icons/ice-skating.svg @@ -0,0 +1,9 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-ice-skating" 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" fill="none"/> + <path d="M5.905 5h3.418a1 1 0 0 1 .928 .629l1.143 2.856a3 3 0 0 0 2.207 1.83l4.717 .926a2.084 2.084 0 0 1 1.682 2.045v.714a1 1 0 0 1 -1 1h-13.895a1 1 0 0 1 -.995 -1.1l.8 -8a1 1 0 0 1 .995 -.9z" /> + <path d="M3 19h17a1 1 0 0 0 1 -1" /> + <path d="M9 15v4" /> + <path d="M15 15v4" /> +</svg> + + diff --git a/icons/lollipop.svg b/icons/lollipop.svg new file mode 100644 index 00000000..5f913c14 --- /dev/null +++ b/icons/lollipop.svg @@ -0,0 +1,11 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-lollipop" 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" fill="none"/> + <circle cx="14" cy="10" r="7" /> + <path d="M21 10a3.5 3.5 0 0 0 -7 0" /> + <path d="M14 10a3.5 3.5 0 0 1 -7 0" /> + <path d="M14 17a3.5 3.5 0 0 0 0 -7" /> + <path d="M14 3a3.5 3.5 0 0 0 0 7" /> + <path d="M3 21l6 -6" /> +</svg> + + diff --git a/icons/medal-2.svg b/icons/medal-2.svg new file mode 100644 index 00000000..b2e716d6 --- /dev/null +++ b/icons/medal-2.svg @@ -0,0 +1,9 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-medal-2" 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" fill="none"/> + <path d="M9 3h6l3 7l-6 2l-6 -2z" /> + <path d="M12 12l-3 -9" /> + <path d="M15 11l-3 -8" /> + <path d="M12 19.5l-3 1.5l.5 -3.5l-2 -2l3 -.5l1.5 -3l1.5 3l3 .5l-2 2l.5 3.5z" /> +</svg> + + diff --git a/icons/miliraty-award.svg b/icons/miliraty-award.svg new file mode 100644 index 00000000..53c2cd79 --- /dev/null +++ b/icons/miliraty-award.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-miliraty-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" fill="none"/> + <circle cx="12" cy="13" r="4" /> + <path d="M9 10l-1 -2h-5l2.48 5.788a2 2 0 0 0 1.84 1.212h1.18" /> + <path d="M15 10l1 -2h5l-2.48 5.788a2 2 0 0 1 -1.84 1.212h-1.18" /> +</svg> + + diff --git a/icons/military-rank.svg b/icons/military-rank.svg new file mode 100644 index 00000000..b142acac --- /dev/null +++ b/icons/military-rank.svg @@ -0,0 +1,9 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-military-rank" 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" fill="none"/> + <path d="M17 7v13h-10v-13l5 -3z" /> + <path d="M10 13l2 -1l2 1" /> + <path d="M10 17l2 -1l2 1" /> + <path d="M10 9l2 -1l2 1" /> +</svg> + + diff --git a/icons/polygon.svg b/icons/polygon.svg new file mode 100644 index 00000000..129209f1 --- /dev/null +++ b/icons/polygon.svg @@ -0,0 +1,13 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-polygon" 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" fill="none"/> + <circle cx="12" cy="5" r="2" /> + <circle cx="19" cy="8" r="2" /> + <circle cx="5" cy="11" r="2" /> + <circle cx="15" cy="19" r="2" /> + <path d="M6.5 9.5l3.5 -3" /> + <path d="M14 5.5l3 1.5" /> + <path d="M18.5 10l-2.5 7" /> + <path d="M13.5 17.5l-7 -5" /> +</svg> + + diff --git a/icons/roller-skating.svg b/icons/roller-skating.svg new file mode 100644 index 00000000..3ed3392f --- /dev/null +++ b/icons/roller-skating.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-roller-skating" 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" fill="none"/> + <path d="M5.905 5h3.418a1 1 0 0 1 .928 .629l1.143 2.856a3 3 0 0 0 2.207 1.83l4.717 .926a2.084 2.084 0 0 1 1.682 2.045v.714a1 1 0 0 1 -1 1h-13.895a1 1 0 0 1 -.995 -1.1l.8 -8a1 1 0 0 1 .995 -.9z" /> + <circle cx="8" cy="17" r="2" /> + <circle cx="16" cy="17" r="2" /> +</svg> + + diff --git a/icons/shoe.svg b/icons/shoe.svg new file mode 100644 index 00000000..8681cd66 --- /dev/null +++ b/icons/shoe.svg @@ -0,0 +1,9 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-shoe" 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" fill="none"/> + <path d="M4 6h5.426a1 1 0 0 1 .863 .496l1.064 1.823a3 3 0 0 0 1.896 1.407l4.677 1.114a4 4 0 0 1 3.074 3.89v2.27a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1z" /> + <path d="M14 13l1 -2" /> + <path d="M8 18v-1a4 4 0 0 0 -4 -4h-1" /> + <path d="M10 12l1.5 -3" /> +</svg> + + diff --git a/icons/toilet-paper.svg b/icons/toilet-paper.svg new file mode 100644 index 00000000..ecd8db3b --- /dev/null +++ b/icons/toilet-paper.svg @@ -0,0 +1,10 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-toilet-paper" 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" fill="none"/> + <ellipse cx="6" cy="10" rx="3" ry="7" /> + <path d="M21 10c0 -3.866 -1.343 -7 -3 -7" /> + <path d="M6 3h12" /> + <path d="M21 10v10l-3 -1l-3 2l-3 -3l-3 2v-10" /> + <path d="M6 10h.01" /> +</svg> + + |