diff options
author | codecalm <codecalm@gmail.com> | 2020-03-02 16:42:02 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-02 16:42:02 +0100 |
commit | 605ac9c6b9ee69292080b618a2cb0e39062130de (patch) | |
tree | 5541ce4479d576de56dc2d347042a6b6c9536282 /_icons/flag.svg | |
parent | new icons (diff) | |
download | tabler-icons-605ac9c6b9ee69292080b618a2cb0e39062130de.tar.xz |
icons optimize
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 66fc8e7..54f9735 100644 --- a/_icons/flag.svg +++ b/_icons/flag.svg @@ -1,8 +1,8 @@ --- --- <svg> - <line x1="6" y1="5" x2="6" y2="21"></line> - <line x1="18" y1="5" x2="18" y2="14"></line> - <path d="M6 5a5 5 0 016 0a5 5 0 006 0"></path> - <path d="M6 14a5 5 0 016 0a5 5 0 006 0"></path> + <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" /> </svg> |