diff options
author | codecalm <codecalm@gmail.com> | 2022-04-17 22:43:02 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-04-17 22:43:02 +0200 |
commit | fbdb3101f9199938d25d15d6b49f858ef85ed94b (patch) | |
tree | 8568cefca939a67887953bc8c2940244a852735f /icons/flag-off.svg | |
parent | fix "off" icons (diff) | |
download | tabler-icons-fbdb3101f9199938d25d15d6b49f858ef85ed94b.tar.xz |
Release 1.65.0v1.65.0
Diffstat (limited to 'icons/flag-off.svg')
-rw-r--r-- | icons/flag-off.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/icons/flag-off.svg b/icons/flag-off.svg new file mode 100644 index 00000000..3b5478e5 --- /dev/null +++ b/icons/flag-off.svg @@ -0,0 +1,10 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-flag-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="M5 5v16" /> + <path d="M19 5v9" /> + <path d="M7.641 3.645a4.994 4.994 0 0 1 4.359 1.355a5 5 0 0 0 7 0" /> + <path d="M5 14a5 5 0 0 1 7 0a4.984 4.984 0 0 0 3.437 1.429m3.019 -.966c.19 -.14 .371 -.294 .544 -.463" /> + <path d="M3 3l18 18" /> +</svg> + + |