diff options
author | codecalm <codecalm@gmail.com> | 2020-11-08 13:05:03 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-11-08 13:05:03 +0100 |
commit | 5acbb4f20ffe393976abe8b367a49848c0e19e82 (patch) | |
tree | 9d4e518b8ee6f1167a61610cf6702c23a79824d4 /src | |
parent | 41 new icons: `arrow-bottom-bar`, `arrow-bottom-circle`, `arrow-bottom-square... (diff) | |
download | tabler-icons-5acbb4f20ffe393976abe8b367a49848c0e19e82.tar.xz |
Release 1.35.0v1.35.0
Diffstat (limited to 'src')
43 files changed, 79 insertions, 38 deletions
diff --git a/src/_icons/arrow-bottom-bar.svg b/src/_icons/arrow-bottom-bar.svg index e49935b0..cec4a512 100644 --- a/src/_icons/arrow-bottom-bar.svg +++ b/src/_icons/arrow-bottom-bar.svg @@ -1,8 +1,9 @@ --- category: Arrows +version: 1.35 --- <svg> - <path d="M12 3v18" /> + <line x1="12" y1="3" x2="12" y2="21" /> <path d="M9 18l3 3l3 -3" /> - <path d="M9 3h6" /> + <line x1="9" y1="3" x2="15" y2="3" /> </svg> diff --git a/src/_icons/arrow-bottom-circle.svg b/src/_icons/arrow-bottom-circle.svg index 8d023446..04cb0ed4 100644 --- a/src/_icons/arrow-bottom-circle.svg +++ b/src/_icons/arrow-bottom-circle.svg @@ -1,8 +1,9 @@ --- category: Arrows +version: 1.35 --- <svg> - <path d="M12 7v14" /> + <line x1="12" y1="7" x2="12" y2="21" /> <path d="M9 18l3 3l3 -3" /> <circle cx="12" cy="5" r="2" /> </svg> diff --git a/src/_icons/arrow-bottom-square.svg b/src/_icons/arrow-bottom-square.svg index 7baeba1f..ca240321 100644 --- a/src/_icons/arrow-bottom-square.svg +++ b/src/_icons/arrow-bottom-square.svg @@ -1,8 +1,9 @@ --- category: Arrows +version: 1.35 --- <svg> - <path d="M12 7v14" /> + <line x1="12" y1="7" x2="12" y2="21" /> <path d="M9 18l3 3l3 -3" /> <path d="M14 3v4h-4v-4z" /> </svg> diff --git a/src/_icons/arrow-bottom-tail.svg b/src/_icons/arrow-bottom-tail.svg index 7047d40b..b72f5f8d 100644 --- a/src/_icons/arrow-bottom-tail.svg +++ b/src/_icons/arrow-bottom-tail.svg @@ -1,8 +1,9 @@ --- category: Arrows +version: 1.35 --- <svg> - <path d="M12 6v15" /> + <line x1="12" y1="6" x2="12" y2="21" /> <path d="M9 18l3 3l3 -3" /> <path d="M9 3l3 3l3 -3" /> </svg> diff --git a/src/_icons/arrow-left-bar.svg b/src/_icons/arrow-left-bar.svg index f7b8d909..a0db864e 100644 --- a/src/_icons/arrow-left-bar.svg +++ b/src/_icons/arrow-left-bar.svg @@ -1,8 +1,9 @@ --- category: Arrows +version: 1.35 --- <svg> - <path d="M21 12h-18" /> + <line x1="21" y1="12" x2="3" y2="12" /> <path d="M6 9l-3 3l3 3" /> - <path d="M21 9v6" /> + <line x1="21" y1="9" x2="21" y2="15" /> </svg> diff --git a/src/_icons/arrow-left-circle.svg b/src/_icons/arrow-left-circle.svg index 41572a55..b55b315f 100644 --- a/src/_icons/arrow-left-circle.svg +++ b/src/_icons/arrow-left-circle.svg @@ -2,7 +2,7 @@ category: Arrows --- <svg> - <path d="M17 12h-14" /> + <line x1="17" y1="12" x2="3" y2="12" /> <path d="M6 9l-3 3l3 3" /> <circle cx="19" cy="12" r="2" /> </svg> diff --git a/src/_icons/arrow-left-square.svg b/src/_icons/arrow-left-square.svg index 99f3cb11..a4223cb4 100644 --- a/src/_icons/arrow-left-square.svg +++ b/src/_icons/arrow-left-square.svg @@ -1,8 +1,9 @@ --- category: Arrows +version: 1.35 --- <svg> - <path d="M17 12h-14" /> + <line x1="17" y1="12" x2="3" y2="12" /> <path d="M6 9l-3 3l3 3" /> <path d="M21 14h-4v-4h4z" /> </svg> diff --git a/src/_icons/arrow-left-tail.svg b/src/_icons/arrow-left-tail.svg index ad2bb391..bf4317dc 100644 --- a/src/_icons/arrow-left-tail.svg +++ b/src/_icons/arrow-left-tail.svg @@ -1,8 +1,9 @@ --- category: Arrows +version: 1.35 --- <svg> - <path d="M18 12h-15" /> + <line x1="18" y1="12" x2="3" y2="12" /> <path d="M6 9l-3 3l3 3" /> <path d="M21 9l-3 3l3 3" /> </svg> diff --git a/src/_icons/arrow-loop-left.svg b/src/_icons/arrow-loop-left.svg index 825bbbf1..6f29f9ab 100644 --- a/src/_icons/arrow-loop-left.svg +++ b/src/_icons/arrow-loop-left.svg @@ -1,5 +1,6 @@ --- category: Arrows +version: 1.35 --- <svg> <path d="M13 21v-13a4 4 0 1 1 4 4h-13" /> diff --git a/src/_icons/arrow-loop-right.svg b/src/_icons/arrow-loop-right.svg index da1b51b8..59807e77 100644 --- a/src/_icons/arrow-loop-right.svg +++ b/src/_icons/arrow-loop-right.svg @@ -1,5 +1,6 @@ --- category: Arrows +version: 1.35 --- <svg> <path d="M12 21v-13a4 4 0 1 0 -4 4h13" /> diff --git a/src/_icons/arrow-right-bar.svg b/src/_icons/arrow-right-bar.svg index ef7920da..e89f7e59 100644 --- a/src/_icons/arrow-right-bar.svg +++ b/src/_icons/arrow-right-bar.svg @@ -1,8 +1,9 @@ --- category: Arrows +version: 1.35 --- <svg> <path d="M18 15l3 -3l-3 -3" /> - <path d="M3 12h18" /> - <path d="M3 9v6" /> + <line x1="3" y1="12" x2="21" y2="12" /> + <line x1="3" y1="9" x2="3" y2="15" /> </svg> diff --git a/src/_icons/arrow-right-circle.svg b/src/_icons/arrow-right-circle.svg index 0d647fb5..3f42d5ab 100644 --- a/src/_icons/arrow-right-circle.svg +++ b/src/_icons/arrow-right-circle.svg @@ -4,5 +4,5 @@ category: Arrows <svg> <path d="M18 15l3 -3l-3 -3" /> <circle cx="5" cy="12" r="2" /> - <path d="M7 12h14" /> + <line x1="7" y1="12" x2="21" y2="12" /> </svg> diff --git a/src/_icons/arrow-right-square.svg b/src/_icons/arrow-right-square.svg index 6ae4baa8..94540dd3 100644 --- a/src/_icons/arrow-right-square.svg +++ b/src/_icons/arrow-right-square.svg @@ -1,8 +1,9 @@ --- category: Arrows +version: 1.35 --- <svg> - <path d="M7 12h14" /> + <line x1="7" y1="12" x2="21" y2="12" /> <path d="M18 15l3 -3l-3 -3" /> <path d="M3 10h4v4h-4z" /> </svg> diff --git a/src/_icons/arrow-right-tail.svg b/src/_icons/arrow-right-tail.svg index f3a57b1d..e2bd39c9 100644 --- a/src/_icons/arrow-right-tail.svg +++ b/src/_icons/arrow-right-tail.svg @@ -1,8 +1,9 @@ --- category: Arrows +version: 1.35 --- <svg> <path d="M18 15l3 -3l-3 -3" /> <path d="M3 15l3 -3l-3 -3" /> - <path d="M6 12h15" /> + <line x1="6" y1="12" x2="21" y2="12" /> </svg> diff --git a/src/_icons/arrow-top-bar.svg b/src/_icons/arrow-top-bar.svg index 95635778..d862e60e 100644 --- a/src/_icons/arrow-top-bar.svg +++ b/src/_icons/arrow-top-bar.svg @@ -1,8 +1,9 @@ --- category: Arrows +version: 1.35 --- <svg> - <path d="M12 21v-18" /> + <line x1="12" y1="21" x2="12" y2="3" /> <path d="M15 6l-3 -3l-3 3" /> - <path d="M9 21h6" /> + <line x1="9" y1="21" x2="15" y2="21" /> </svg> diff --git a/src/_icons/arrow-top-circle.svg b/src/_icons/arrow-top-circle.svg index e09d0f1d..6a08aa5f 100644 --- a/src/_icons/arrow-top-circle.svg +++ b/src/_icons/arrow-top-circle.svg @@ -1,8 +1,9 @@ --- category: Arrows +version: 1.35 --- <svg> - <path d="M12 17v-14" /> + <line x1="12" y1="17" x2="12" y2="3" /> <path d="M15 6l-3 -3l-3 3" /> <circle cx="12" cy="19" r="2" /> </svg> diff --git a/src/_icons/arrow-top-square.svg b/src/_icons/arrow-top-square.svg index e84ab1d8..0f67acef 100644 --- a/src/_icons/arrow-top-square.svg +++ b/src/_icons/arrow-top-square.svg @@ -1,8 +1,9 @@ --- category: Arrows +version: 1.35 --- <svg> - <path d="M12 17v-14" /> + <line x1="12" y1="17" x2="12" y2="3" /> <path d="M15 6l-3 -3l-3 3" /> <path d="M10 21v-4h4v4z" /> </svg> diff --git a/src/_icons/arrow-top-tail.svg b/src/_icons/arrow-top-tail.svg index 2ce74f4e..d9e48bf6 100644 --- a/src/_icons/arrow-top-tail.svg +++ b/src/_icons/arrow-top-tail.svg @@ -1,8 +1,9 @@ --- category: Arrows +version: 1.35 --- <svg> - <path d="M12 18v-15" /> + <line x1="12" y1="18" x2="12" y2="3" /> <path d="M15 6l-3 -3l-3 3" /> <path d="M15 21l-3 -3l-3 3" /> </svg> diff --git a/src/_icons/arrow-wave-left-down.svg b/src/_icons/arrow-wave-left-down.svg index 1578513c..50147461 100644 --- a/src/_icons/arrow-wave-left-down.svg +++ b/src/_icons/arrow-wave-left-down.svg @@ -1,5 +1,6 @@ --- category: Arrows +version: 1.35 --- <svg> <path d="M7 13.998h-4v-4" /> diff --git a/src/_icons/arrow-wave-left-up.svg b/src/_icons/arrow-wave-left-up.svg index cbe4a897..509f505a 100644 --- a/src/_icons/arrow-wave-left-up.svg +++ b/src/_icons/arrow-wave-left-up.svg @@ -1,5 +1,6 @@ --- category: Arrows +version: 1.35 --- <svg> <path d="M7 9.996h-4v4" /> diff --git a/src/_icons/arrow-wave-right-down.svg b/src/_icons/arrow-wave-right-down.svg index 5dd0fa4e..375b5a2d 100644 --- a/src/_icons/arrow-wave-right-down.svg +++ b/src/_icons/arrow-wave-right-down.svg @@ -1,5 +1,6 @@ --- category: Arrows +version: 1.35 --- <svg> <path d="M17 13.998h4v-4" /> diff --git a/src/_icons/arrow-wave-right-up.svg b/src/_icons/arrow-wave-right-up.svg index 31474d3b..39632546 100644 --- a/src/_icons/arrow-wave-right-up.svg +++ b/src/_icons/arrow-wave-right-up.svg @@ -1,5 +1,6 @@ --- category: Arrows +version: 1.35 --- <svg> <path d="M17 10h4v4" /> diff --git a/src/_icons/arrows-down-up.svg b/src/_icons/arrows-down-up.svg index f69ed40d..3a20a13f 100644 --- a/src/_icons/arrows-down-up.svg +++ b/src/_icons/arrows-down-up.svg @@ -1,9 +1,10 @@ --- category: Arrows +version: 1.35 --- <svg> - <path d="M17 3v18" /> + <line x1="17" y1="3" x2="17" y2="21" /> <path d="M10 18l-3 3l-3 -3" /> - <path d="M7 21v-18" /> + <line x1="7" y1="21" x2="7" y2="3" /> <path d="M20 6l-3 -3l-3 3" /> </svg> diff --git a/src/_icons/arrows-down.svg b/src/_icons/arrows-down.svg index f4248e7d..00738c3c 100644 --- a/src/_icons/arrows-down.svg +++ b/src/_icons/arrows-down.svg @@ -1,9 +1,10 @@ --- category: Arrows +version: 1.35 --- <svg> - <path d="M7 21v-18" /> + <line x1="7" y1="21" x2="7" y2="3" /> <path d="M20 18l-3 3l-3 -3" /> <path d="M4 18l3 3l3 -3" /> - <path d="M17 21v-18" /> + <line x1="17" y1="21" x2="17" y2="3" /> </svg> diff --git a/src/_icons/arrows-join-2.svg b/src/_icons/arrows-join-2.svg index 77fb7d57..0bd898f0 100644 --- a/src/_icons/arrows-join-2.svg +++ b/src/_icons/arrows-join-2.svg @@ -1,5 +1,6 @@ --- category: Arrows +version: 1.35 --- <svg> <path d="M3 7h1.948c1.913 0 3.705 .933 4.802 2.5a5.861 5.861 0 0 0 4.802 2.5h6.448" /> diff --git a/src/_icons/arrows-join.svg b/src/_icons/arrows-join.svg index 8808c520..77b2947e 100644 --- a/src/_icons/arrows-join.svg +++ b/src/_icons/arrows-join.svg @@ -1,5 +1,6 @@ --- category: Arrows +version: 1.35 --- <svg> <path d="M3 7h5l3.5 5h9.5" /> diff --git a/src/_icons/arrows-left-right.svg b/src/_icons/arrows-left-right.svg index 12d0260b..ad1d33c4 100644 --- a/src/_icons/arrows-left-right.svg +++ b/src/_icons/arrows-left-right.svg @@ -1,9 +1,10 @@ --- category: Arrows +version: 1.35 --- <svg> - <path d="M21 17h-18" /> + <line x1="21" y1="17" x2="3" y2="17" /> <path d="M6 10l-3 -3l3 -3" /> - <path d="M3 7h18" /> + <line x1="3" y1="7" x2="21" y2="7" /> <path d="M18 20l3 -3l-3 -3" /> </svg> diff --git a/src/_icons/arrows-left.svg b/src/_icons/arrows-left.svg index 67c496a8..45e5731c 100644 --- a/src/_icons/arrows-left.svg +++ b/src/_icons/arrows-left.svg @@ -1,9 +1,10 @@ --- category: Arrows +version: 1.35 --- <svg> - <path d="M3 7h18" /> + <line x1="3" y1="7" x2="21" y2="7" /> <path d="M6 20l-3 -3l3 -3" /> <path d="M6 4l-3 3l3 3" /> - <path d="M3 17h18" /> + <line x1="3" y1="17" x2="21" y2="17" /> </svg> diff --git a/src/_icons/arrows-right-left.svg b/src/_icons/arrows-right-left.svg index c3e9ecac..c3290cba 100644 --- a/src/_icons/arrows-right-left.svg +++ b/src/_icons/arrows-right-left.svg @@ -1,9 +1,10 @@ --- category: Arrows +version: 1.35 --- <svg> - <path d="M21 7h-18" /> + <line x1="21" y1="7" x2="3" y2="7" /> <path d="M18 10l3 -3l-3 -3" /> <path d="M6 20l-3 -3l3 -3" /> - <path d="M3 17h18" /> + <line x1="3" y1="17" x2="21" y2="17" /> </svg> diff --git a/src/_icons/arrows-right.svg b/src/_icons/arrows-right.svg index 5bcd2143..39acef9b 100644 --- a/src/_icons/arrows-right.svg +++ b/src/_icons/arrows-right.svg @@ -1,9 +1,10 @@ --- category: Arrows +version: 1.35 --- <svg> - <path d="M21 17h-18" /> + <line x1="21" y1="17" x2="3" y2="17" /> <path d="M18 4l3 3l-3 3" /> <path d="M18 20l3 -3l-3 -3" /> - <path d="M21 7h-18" /> + <line x1="21" y1="7" x2="3" y2="7" /> </svg> diff --git a/src/_icons/arrows-split-2.svg b/src/_icons/arrows-split-2.svg index 78cee473..e6a777a6 100644 --- a/src/_icons/arrows-split-2.svg +++ b/src/_icons/arrows-split-2.svg @@ -1,5 +1,6 @@ --- category: Arrows +version: 1.35 --- <svg> <path d="M21 17h-5.397a5 5 0 0 1 -4.096 -2.133l-.514 -.734a5 5 0 0 0 -4.096 -2.133h-3.897" /> diff --git a/src/_icons/arrows-split.svg b/src/_icons/arrows-split.svg index f3df533c..7fb92073 100644 --- a/src/_icons/arrows-split.svg +++ b/src/_icons/arrows-split.svg @@ -1,5 +1,6 @@ --- category: Arrows +version: 1.35 --- <svg> <path d="M21 17h-8l-3.5 -5h-6.5" /> diff --git a/src/_icons/arrows-up-down.svg b/src/_icons/arrows-up-down.svg index fb965f28..33c24012 100644 --- a/src/_icons/arrows-up-down.svg +++ b/src/_icons/arrows-up-down.svg @@ -1,9 +1,10 @@ --- category: Arrows +version: 1.35 --- <svg> - <path d="M7 3v18" /> + <line x1="7" y1="3" x2="7" y2="21" /> <path d="M10 6l-3 -3l-3 3" /> <path d="M20 18l-3 3l-3 -3" /> - <path d="M17 21v-18" /> + <line x1="17" y1="21" x2="17" y2="3" /> </svg> diff --git a/src/_icons/arrows-up.svg b/src/_icons/arrows-up.svg index cb9c3fcb..34977eb2 100644 --- a/src/_icons/arrows-up.svg +++ b/src/_icons/arrows-up.svg @@ -1,9 +1,10 @@ --- category: Arrows +version: 1.35 --- <svg> - <path d="M17 3v18" /> + <line x1="17" y1="3" x2="17" y2="21" /> <path d="M4 6l3 -3l3 3" /> <path d="M20 6l-3 -3l-3 3" /> - <path d="M7 3v18" /> + <line x1="7" y1="3" x2="7" y2="21" /> </svg> diff --git a/src/_icons/bone.svg b/src/_icons/bone.svg index f2936bc6..a75f0542 100644 --- a/src/_icons/bone.svg +++ b/src/_icons/bone.svg @@ -1,4 +1,5 @@ --- +version: 1.35 --- <svg> <path d="M15 3a3 3 0 0 1 3 3a3 3 0 1 1 -2.12 5.122l-4.758 4.758a3 3 0 1 1 -5.117 2.297l-.005 -.177l-.176 -.005a3 3 0 1 1 2.298 -5.115l4.758 -4.758a3 3 0 0 1 2.12 -5.122z" /> diff --git a/src/_icons/pizza.svg b/src/_icons/pizza.svg index 70a8ffab..388142e4 100644 --- a/src/_icons/pizza.svg +++ b/src/_icons/pizza.svg @@ -1,8 +1,9 @@ --- +version: 1.35 --- <svg> <path d="M12 21.5c-3.04 0 -5.952 -.714 -8.5 -1.983l8.5 -16.517l8.5 16.517a19.09 19.09 0 0 1 -8.5 1.983z" /> <path d="M5.2 15.772a14.939 14.939 0 0 0 6.995 1.728a14.944 14.944 0 0 0 6.638 -1.545" /> - <path d="M13 11.01v-.01" /> - <path d="M11 14v-.01" /> + <line x1="13" y1="11.01" x2="13" y2="11" /> + <line x1="11" y1="14" x2="11" y2="13.99" /> </svg> diff --git a/src/_icons/rainbow.svg b/src/_icons/rainbow.svg index 112aefe8..d8ab594d 100644 --- a/src/_icons/rainbow.svg +++ b/src/_icons/rainbow.svg @@ -1,4 +1,5 @@ --- +version: 1.35 --- <svg> <path d="M22 17c0 -5.523 -4.477 -10 -10 -10s-10 4.477 -10 10" /> diff --git a/src/_icons/switch-2.svg b/src/_icons/switch-2.svg index c4d4d237..5a323dd1 100644 --- a/src/_icons/switch-2.svg +++ b/src/_icons/switch-2.svg @@ -1,4 +1,5 @@ --- +version: 1.35 --- <svg> <path d="M3 17h5l1.67 -2.386m3.66 -5.227l1.67 -2.387h6" /> diff --git a/src/_icons/switch-3.svg b/src/_icons/switch-3.svg index b9b73eab..6214b6ab 100644 --- a/src/_icons/switch-3.svg +++ b/src/_icons/switch-3.svg @@ -1,4 +1,5 @@ --- +version: 1.35 --- <svg> <path d="M3 17h2.397a5 5 0 0 0 4.096 -2.133l.177 -.253m3.66 -5.227l.177 -.254a5 5 0 0 1 4.096 -2.133h3.397" /> diff --git a/src/_icons/trending-down-2.svg b/src/_icons/trending-down-2.svg index db446e83..7f65918e 100644 --- a/src/_icons/trending-down-2.svg +++ b/src/_icons/trending-down-2.svg @@ -1,6 +1,7 @@ --- tags: [arrow, decrease, fall] category: Arrows +version: 1.35 --- <svg> <path d="M3 6h5l7 10h6" /> diff --git a/src/_icons/trending-down-3.svg b/src/_icons/trending-down-3.svg index 88bd245b..cd5894d8 100644 --- a/src/_icons/trending-down-3.svg +++ b/src/_icons/trending-down-3.svg @@ -1,6 +1,7 @@ --- tags: [arrow, decrease, fall] category: Arrows +version: 1.35 --- <svg> <path d="M3 6h2.397a5 5 0 0 1 4.096 2.133l4.014 5.734a5 5 0 0 0 4.096 2.133h3.397" /> diff --git a/src/_icons/trending-up-2.svg b/src/_icons/trending-up-2.svg index e453fbac..5780eac3 100644 --- a/src/_icons/trending-up-2.svg +++ b/src/_icons/trending-up-2.svg @@ -1,6 +1,7 @@ --- tags: [arrow, grow, increase] category: Arrows +version: 1.35 --- <svg> <path d="M18 5l3 3l-3 3" /> diff --git a/src/_icons/trending-up-3.svg b/src/_icons/trending-up-3.svg index 3862cbd6..06114608 100644 --- a/src/_icons/trending-up-3.svg +++ b/src/_icons/trending-up-3.svg @@ -1,6 +1,7 @@ --- tags: [arrow, grow, increase] category: Arrows +version: 1.35 --- <svg> <path d="M18 5l3 3l-3 3" /> |