diff options
author | codecalm <codecalm@gmail.com> | 2020-09-03 21:55:20 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-03 21:55:20 +0200 |
commit | d5c32ff32cc6635eee9abd3bba172d48c3f4c24c (patch) | |
tree | 5f289ef164cb2111dc54d323c132b14072ca6456 | |
parent | optimize icons (diff) | |
download | tabler-icons-d5c32ff32cc6635eee9abd3bba172d48c3f4c24c.tar.xz |
`tournament` icon
-rw-r--r-- | src/_icons/tournament.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/tournament.svg b/src/_icons/tournament.svg new file mode 100644 index 00000000..f94c11e1 --- /dev/null +++ b/src/_icons/tournament.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M5 6h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3" /> + <path d="M5 14h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3" /> + <path d="M9 8h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4" /> + <line x1="14" y1="12" x2="19" y2="12" /> +</svg> |