diff options
author | codecalm <codecalm@gmail.com> | 2020-08-24 20:32:02 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-24 20:32:02 +0200 |
commit | 2b1bab15f659f73dbe685d665c53d6527ac2c7e8 (patch) | |
tree | d5ae1a6f9fec8476c687a93353b761f0e2c0b10b /icons | |
parent | tabler icon #19 (diff) | |
download | tabler-icons-2b1bab15f659f73dbe685d665c53d6527ac2c7e8.tar.xz |
Release 1.15.0v1.15.0
Diffstat (limited to 'icons')
-rw-r--r-- | icons/arrow-bar-to-down.svg | 9 | ||||
-rw-r--r-- | icons/arrow-bar-to-left.svg | 9 | ||||
-rw-r--r-- | icons/arrow-bar-to-right.svg | 9 | ||||
-rw-r--r-- | icons/arrow-bar-to-up.svg | 9 | ||||
-rw-r--r-- | icons/brand-linkedin.svg | 10 | ||||
-rw-r--r-- | icons/brand-pinterest.svg | 8 | ||||
-rw-r--r-- | icons/brand-reddit.svg | 11 | ||||
-rw-r--r-- | icons/brand-tabler.svg | 8 | ||||
-rw-r--r-- | icons/brand-youtube.svg | 7 | ||||
-rw-r--r-- | icons/file-upload.svg | 9 | ||||
-rw-r--r-- | icons/swimming.svg (renamed from icons/swiming.svg) | 2 |
11 files changed, 90 insertions, 1 deletions
diff --git a/icons/arrow-bar-to-down.svg b/icons/arrow-bar-to-down.svg new file mode 100644 index 00000000..7bfa1498 --- /dev/null +++ b/icons/arrow-bar-to-down.svg @@ -0,0 +1,9 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-bar-to-down" 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"/> + <line x1="4" y1="20" x2="20" y2="20" /> + <line x1="12" y1="14" x2="12" y2="4" /> + <line x1="12" y1="14" x2="16" y2="10" /> + <line x1="12" y1="14" x2="8" y2="10" /> +</svg> + + diff --git a/icons/arrow-bar-to-left.svg b/icons/arrow-bar-to-left.svg new file mode 100644 index 00000000..9bb3a5bf --- /dev/null +++ b/icons/arrow-bar-to-left.svg @@ -0,0 +1,9 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-bar-to-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"/> + <line x1="10" y1="12" x2="20" y2="12" /> + <line x1="10" y1="12" x2="14" y2="16" /> + <line x1="10" y1="12" x2="14" y2="8" /> + <line x1="4" y1="4" x2="4" y2="20" /> +</svg> + + diff --git a/icons/arrow-bar-to-right.svg b/icons/arrow-bar-to-right.svg new file mode 100644 index 00000000..3c5a1e47 --- /dev/null +++ b/icons/arrow-bar-to-right.svg @@ -0,0 +1,9 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-bar-to-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"/> + <line x1="14" y1="12" x2="4" y2="12" /> + <line x1="14" y1="12" x2="10" y2="16" /> + <line x1="14" y1="12" x2="10" y2="8" /> + <line x1="20" y1="4" x2="20" y2="20" /> +</svg> + + diff --git a/icons/arrow-bar-to-up.svg b/icons/arrow-bar-to-up.svg new file mode 100644 index 00000000..6ea40fe2 --- /dev/null +++ b/icons/arrow-bar-to-up.svg @@ -0,0 +1,9 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-bar-to-up" 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"/> + <line x1="12" y1="10" x2="12" y2="20" /> + <line x1="12" y1="10" x2="16" y2="14" /> + <line x1="12" y1="10" x2="8" y2="14" /> + <line x1="4" y1="4" x2="20" y2="4" /> +</svg> + + diff --git a/icons/brand-linkedin.svg b/icons/brand-linkedin.svg new file mode 100644 index 00000000..c1e85965 --- /dev/null +++ b/icons/brand-linkedin.svg @@ -0,0 +1,10 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-linkedin" 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="4" y="4" width="16" height="16" rx="2" /> + <line x1="8" y1="11" x2="8" y2="16" /> + <line x1="8" y1="8" x2="8" y2="8.01" /> + <path d="M12 16v-5" /> + <path d="M16 16v-3a2 2 0 0 0 -4 0" /> +</svg> + + diff --git a/icons/brand-pinterest.svg b/icons/brand-pinterest.svg new file mode 100644 index 00000000..e60f3649 --- /dev/null +++ b/icons/brand-pinterest.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-pinterest" 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"/> + <line x1="8" y1="20" x2="12" y2="11" /> + <path d="M10.7 14C11.137 15.263 12.13 16 13.25 16c2.071 0 3.75-1.554 3.75-4a5 5 0 1 0 -9.7 1.7" /> + <circle cx="12" cy="12" r="9" /> +</svg> + + diff --git a/icons/brand-reddit.svg b/icons/brand-reddit.svg new file mode 100644 index 00000000..80e74846 --- /dev/null +++ b/icons/brand-reddit.svg @@ -0,0 +1,11 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-reddit" 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="M12 8c2.648 0 5.028 .826 6.675 2.14a2.5 2.5 0 0 1 2.326 4.36 C21 18.09 16.971 21 12 21c-4.875 0-8.845-2.8-8.996-6.294L3 14.5h0a2.5 2.5 0 0 1 2.326 -4.36C6.972 8.827 9.352 8 12 8z" /> + <path d="M12 8l1-5 6 1" /> + <circle cx="19" cy="4" r="1" /> + <circle cx="9" cy="13" r=".5" fill="currentColor" /> + <circle cx="15" cy="13" r=".5" fill="currentColor" /> + <path d="M10 17c.667 .333 1.333 .5 2 .5s1.333 -.167 2 -.5" /> +</svg> + + diff --git a/icons/brand-tabler.svg b/icons/brand-tabler.svg new file mode 100644 index 00000000..619af6d6 --- /dev/null +++ b/icons/brand-tabler.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-tabler" 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="M8 9l3 3l-3 3" /> + <line x1="13" y1="15" x2="16" y2="15" /> + <rect x="3" y="4" width="18" height="16" rx="4" /> +</svg> + + diff --git a/icons/brand-youtube.svg b/icons/brand-youtube.svg new file mode 100644 index 00000000..f544d314 --- /dev/null +++ b/icons/brand-youtube.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-youtube" 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="3" y="5" width="18" height="14" rx="4" /> + <path d="M10 9l5 3l-5 3z" /> +</svg> + + diff --git a/icons/file-upload.svg b/icons/file-upload.svg new file mode 100644 index 00000000..b35d8fa0 --- /dev/null +++ b/icons/file-upload.svg @@ -0,0 +1,9 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-file-upload" 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="M14 3v4a1 1 0 0 0 1 1h4" /> + <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /> + <line x1="12" y1="11" x2="12" y2="17" /> + <polyline points="9 14 12 11 15 14" /> +</svg> + + diff --git a/icons/swiming.svg b/icons/swimming.svg index f475e622..38a79c0b 100644 --- a/icons/swiming.svg +++ b/icons/swimming.svg @@ -1,4 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-swiming" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-swimming" 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="16" cy="9" r="1" /> <path d="M6 11l4 -2l3.5 3l-1.5 2" /> |