diff options
author | codecalm <codecalm@gmail.com> | 2020-03-03 17:13:05 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-03 17:13:05 +0100 |
commit | f289dcaf534f37e158654870f7406f8d22f63d90 (patch) | |
tree | 3af65d885d855ea20db4db798c5efbc8e3f84cdf /_icons/flag.svg | |
parent | ban icon (diff) | |
download | tabler-icons-f289dcaf534f37e158654870f7406f8d22f63d90.tar.xz |
corners, cut, copy, dots, etc
Diffstat (limited to '_icons/flag.svg')
-rw-r--r-- | _icons/flag.svg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_icons/flag.svg b/_icons/flag.svg index 54f97352..22d112b6 100644 --- a/_icons/flag.svg +++ b/_icons/flag.svg @@ -1,8 +1,8 @@ --- --- <svg> - <line x1="6" y1="5" x2="6" y2="21" /> - <line x1="18" y1="5" x2="18" y2="14" /> - <path d="M6 5a5 5 0 016 0a5 5 0 006 0" /> - <path d="M6 14a5 5 0 016 0a5 5 0 006 0" /> + <line x1="5" y1="5" x2="5" y2="21" /> + <line x1="19" y1="5" x2="19" y2="14" /> + <path d="M5 5a5 5 0 017 0a5 5 0 007 0" /> + <path d="M5 14a5 5 0 017 0a5 5 0 007 0" /> </svg> |