diff options
author | codecalm <codecalm@gmail.com> | 2020-09-22 00:50:49 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-22 00:50:49 +0200 |
commit | aad06d59f49d06b023a597fdbbd18fb6649077f4 (patch) | |
tree | 79eb95b2c7b83d9956e26d8248b4f90a3405ad77 /icons | |
parent | `folder-off` icon (diff) | |
download | tabler-icons-aad06d59f49d06b023a597fdbbd18fb6649077f4.tar.xz |
Release 1.24.0v1.24.0
Diffstat (limited to 'icons')
-rw-r--r-- | icons/ball-tennis.svg | 5 | ||||
-rw-r--r-- | icons/bell-ringing.svg | 9 | ||||
-rw-r--r-- | icons/bookmarks.svg | 7 | ||||
-rw-r--r-- | icons/chevron-down-left.svg | 6 | ||||
-rw-r--r-- | icons/chevron-down-right.svg | 6 | ||||
-rw-r--r-- | icons/chevron-up-left.svg | 6 | ||||
-rw-r--r-- | icons/chevron-up-right.svg | 6 | ||||
-rw-r--r-- | icons/chevrons-down-left.svg | 7 | ||||
-rw-r--r-- | icons/chevrons-down-right.svg | 7 | ||||
-rw-r--r-- | icons/chevrons-up-left.svg | 7 | ||||
-rw-r--r-- | icons/chevrons-up-right.svg | 7 | ||||
-rw-r--r-- | icons/compass.svg | 4 | ||||
-rw-r--r-- | icons/credit-card-off.svg | 12 | ||||
-rw-r--r-- | icons/crown.svg | 6 | ||||
-rw-r--r-- | icons/float-none.svg | 8 | ||||
-rw-r--r-- | icons/folder-off.svg | 7 | ||||
-rw-r--r-- | icons/hand-off.svg | 7 | ||||
-rw-r--r-- | icons/microphone-off.svg | 10 | ||||
-rw-r--r-- | icons/screen-share-off.svg | 10 | ||||
-rw-r--r-- | icons/screen-share.svg | 11 | ||||
-rw-r--r-- | icons/snowflake.svg | 7 | ||||
-rw-r--r-- | icons/star-half.svg | 6 |
22 files changed, 150 insertions, 11 deletions
diff --git a/icons/ball-tennis.svg b/icons/ball-tennis.svg index 35f2aa53..2df5e3e9 100644 --- a/icons/ball-tennis.svg +++ b/icons/ball-tennis.svg @@ -1,11 +1,8 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-ball-tennis" 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="12" r="9" /> - <path d="M6 5.3a9 9 0 0 1 0 13.4" /> - - <path d="M6 5.3a9 9 0 0 1 0 13.4" transform="rotate(180 12 12)" /> - + <path d="M18 5.3a9 9 0 0 0 0 13.4" /> </svg> diff --git a/icons/bell-ringing.svg b/icons/bell-ringing.svg new file mode 100644 index 00000000..83f717d7 --- /dev/null +++ b/icons/bell-ringing.svg @@ -0,0 +1,9 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-bell-ringing" 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="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" /> + <path d="M21 6.727a11.05 11.05 0 0 0 -2.794 -3.727" /> + <path d="M3 6.727a11.05 11.05 0 0 1 2.792 -3.727" /> +</svg> + + diff --git a/icons/bookmarks.svg b/icons/bookmarks.svg new file mode 100644 index 00000000..58e53f85 --- /dev/null +++ b/icons/bookmarks.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-bookmarks" 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="M13 7a2 2 0 0 1 2 2v12l-5 -3l-5 3v-12a2 2 0 0 1 2 -2h6z" /> + <path d="M9.265 4a2 2 0 0 1 1.735 -1h6a2 2 0 0 1 2 2v12l-1 -.6" /> +</svg> + + diff --git a/icons/chevron-down-left.svg b/icons/chevron-down-left.svg new file mode 100644 index 00000000..3b5108d5 --- /dev/null +++ b/icons/chevron-down-left.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevron-down-left" 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="M8 8v8h8" /> +</svg> + + diff --git a/icons/chevron-down-right.svg b/icons/chevron-down-right.svg new file mode 100644 index 00000000..47363b27 --- /dev/null +++ b/icons/chevron-down-right.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevron-down-right" 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="M16 8v8h-8" /> +</svg> + + diff --git a/icons/chevron-up-left.svg b/icons/chevron-up-left.svg new file mode 100644 index 00000000..3379b965 --- /dev/null +++ b/icons/chevron-up-left.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevron-up-left" 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="M8 16v-8h8" /> +</svg> + + diff --git a/icons/chevron-up-right.svg b/icons/chevron-up-right.svg new file mode 100644 index 00000000..690ae077 --- /dev/null +++ b/icons/chevron-up-right.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevron-up-right" 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="M8 8h8v8" /> +</svg> + + diff --git a/icons/chevrons-down-left.svg b/icons/chevrons-down-left.svg new file mode 100644 index 00000000..ebf0cc91 --- /dev/null +++ b/icons/chevrons-down-left.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevrons-down-left" 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="M11 5v8h8" /> + <path d="M7 9v8h8" /> +</svg> + + diff --git a/icons/chevrons-down-right.svg b/icons/chevrons-down-right.svg new file mode 100644 index 00000000..0bc2b970 --- /dev/null +++ b/icons/chevrons-down-right.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevrons-down-right" 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="M13 5v8h-8" /> + <path d="M17 9v8h-8" /> +</svg> + + diff --git a/icons/chevrons-up-left.svg b/icons/chevrons-up-left.svg new file mode 100644 index 00000000..6d64c498 --- /dev/null +++ b/icons/chevrons-up-left.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevrons-up-left" 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="M7 15v-8h8" /> + <path d="M11 19v-8h8" /> +</svg> + + diff --git a/icons/chevrons-up-right.svg b/icons/chevrons-up-right.svg new file mode 100644 index 00000000..fd22a105 --- /dev/null +++ b/icons/chevrons-up-right.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevrons-up-right" 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 7h8v8" /> + <path d="M5 11h8v8" /> +</svg> + + diff --git a/icons/compass.svg b/icons/compass.svg index 27b146f9..e68a1a34 100644 --- a/icons/compass.svg +++ b/icons/compass.svg @@ -2,6 +2,10 @@ <path stroke="none" d="M0 0h24v24H0z" fill="none"/> <polyline points="8 16 10 10 16 8 14 14 8 16" /> <circle cx="12" cy="12" r="9" /> + <line x1="12" y1="3" x2="12" y2="5" /> + <line x1="12" y1="19" x2="12" y2="21" /> + <line x1="3" y1="12" x2="5" y2="12" /> + <line x1="19" y1="12" x2="21" y2="12" /> </svg> diff --git a/icons/credit-card-off.svg b/icons/credit-card-off.svg new file mode 100644 index 00000000..e91b5026 --- /dev/null +++ b/icons/credit-card-off.svg @@ -0,0 +1,12 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-credit-card-off" 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"/> + <line x1="3" y1="3" x2="21" y2="21" /> + <path d="M9 5h9a3 3 0 0 1 3 3v8a3 3 0 0 1 -.128.87 1" /> + <path d="M18.87 18.872a3 3 0 0 1 -.87 .128h-12a3 3 0 0 1 -3 -3v-8c0 -1.352 .894 -2.495 2.124 -2.87" /> + <line x1="3" y1="11" x2="11" y2="11" /> + <line x1="15" y1="11" x2="21" y2="11" /> + <line x1="7" y1="15" x2="7.01" y2="15" /> + <line x1="11" y1="15" x2="13" y2="15" /> +</svg> + + diff --git a/icons/crown.svg b/icons/crown.svg new file mode 100644 index 00000000..a198e255 --- /dev/null +++ b/icons/crown.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-crown" 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 6l4 6l5 -4l-2 10h-14l-2 -10l5 4z" /> +</svg> + + diff --git a/icons/float-none.svg b/icons/float-none.svg new file mode 100644 index 00000000..4e386274 --- /dev/null +++ b/icons/float-none.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-float-none" 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 width="6" height="6" x="4" y="5" rx="1" /> + <line x1="4" y1="15" x2="20" y2="15" /> + <line x1="4" y1="19" x2="20" y2="19" /> +</svg> + + diff --git a/icons/folder-off.svg b/icons/folder-off.svg new file mode 100644 index 00000000..3d251746 --- /dev/null +++ b/icons/folder-off.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-folder-off" 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"/> + <line x1="3" y1="3" x2="21" y2="21" /> + <path d="M19 19h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 1.172 -1.821m3.828 -.179h1l3 3h7a2 2 0 0 1 2 2v8" /> +</svg> + + diff --git a/icons/hand-off.svg b/icons/hand-off.svg new file mode 100644 index 00000000..0f525b39 --- /dev/null +++ b/icons/hand-off.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-hand-off" 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"/> + <line x1="3" y1="3" x2="21" y2="21" /> + <path d="M8 13.5v-5.5m.44 -3.562a1.5 1.5 0 0 1 2.56 1.062v1.5m0 4.008v.992m0 -6.5v-2a1.5 1.5 0 1 1 3 0v6.5m0 -4.5a1.5 1.5 0 0 1 3 0v6.5m0 -4.5a1.5 1.5 0 0 1 3 0v8.5a6 6 0 0 1 -6 6h-2c-2.114 -.292 -3.956 -1.397 -5 -3l-2.7 -5.25a1.7 1.7 0 0 1 2.75 -2l.9 1.75" /> +</svg> + + diff --git a/icons/microphone-off.svg b/icons/microphone-off.svg new file mode 100644 index 00000000..b1ec15b7 --- /dev/null +++ b/icons/microphone-off.svg @@ -0,0 +1,10 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-microphone-off" 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"/> + <line x1="3" y1="3" x2="21" y2="21" /> + <path d="M9 5a3 3 0 0 1 6 0v5a3 3 0 0 1 -.13 .874m-2 2a3 3 0 0 1 -3.87 -2.872v-1" /> + <path d="M5 10a7 7 0 0 0 10.846 5.85m2.002 -2a6.967 6.967 0 0 0 1.152 -3.85" /> + <line x1="8" y1="21" x2="16" y2="21" /> + <line x1="12" y1="17" x2="12" y2="21" /> +</svg> + + diff --git a/icons/screen-share-off.svg b/icons/screen-share-off.svg new file mode 100644 index 00000000..3a0604f9 --- /dev/null +++ b/icons/screen-share-off.svg @@ -0,0 +1,10 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-screen-share-off" 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="M21 12v3a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h9" /> + <line x1="7" y1="20" x2="17" y2="20" /> + <line x1="9" y1="16" x2="9" y2="20" /> + <line x1="15" y1="16" x2="15" y2="20" /> + <path d="M17 8l4 -4m-4 0l4 4" /> +</svg> + + diff --git a/icons/screen-share.svg b/icons/screen-share.svg new file mode 100644 index 00000000..d592eae8 --- /dev/null +++ b/icons/screen-share.svg @@ -0,0 +1,11 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-screen-share" 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="M21 12v3a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h9" /> + <line x1="7" y1="20" x2="17" y2="20" /> + <line x1="9" y1="16" x2="9" y2="20" /> + <line x1="15" y1="16" x2="15" y2="20" /> + <path d="M17 4h4v4" /> + <path d="M16 9l5-5" /> +</svg> + + diff --git a/icons/snowflake.svg b/icons/snowflake.svg index 4fc7235c..c508e950 100644 --- a/icons/snowflake.svg +++ b/icons/snowflake.svg @@ -1,18 +1,11 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-snowflake" 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="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72" /> - <path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72" transform="rotate(60 12 12)" /> - <path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72" transform="rotate(120 12 12)" /> - <path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72" transform="rotate(180 12 12)" /> - <path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72" transform="rotate(240 12 12)" /> - <path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72" transform="rotate(300 12 12)" /> - </svg> diff --git a/icons/star-half.svg b/icons/star-half.svg new file mode 100644 index 00000000..bcc7ee68 --- /dev/null +++ b/icons/star-half.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-star-half" 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 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253z" /> +</svg> + + |