diff options
author | codecalm <codecalm@gmail.com> | 2020-03-25 01:20:59 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-25 01:20:59 +0100 |
commit | 068737375102b3cacb32f83d11c3118df493354a (patch) | |
tree | df9cc49067a3170226329af41b513ea1a912fe98 /src/_icons | |
parent | plane icon (diff) | |
download | tabler-icons-068737375102b3cacb32f83d11c3118df493354a.tar.xz |
list iocn optimize
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/list.svg | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/_icons/list.svg b/src/_icons/list.svg index 652bc64d..7c916da5 100644 --- a/src/_icons/list.svg +++ b/src/_icons/list.svg @@ -1,10 +1,10 @@ --- --- <svg> - <line x1="10" y1="6" x2="20" y2="6"></line> - <line x1="10" y1="12" x2="20" y2="12"></line> - <line x1="10" y1="18" x2="20" y2="18"></line> - <circle cx="5" cy="6" r="1"></circle> - <circle cx="5" cy="12" r="1"></circle> - <circle cx="5" cy="18" r="1"></circle> + <line x1="10" y1="6" x2="20" y2="6" /> + <line x1="10" y1="12" x2="20" y2="12" /> + <line x1="10" y1="18" x2="20" y2="18" /> + <circle cx="5" cy="6" r="1" /> + <circle cx="5" cy="12" r="1" /> + <circle cx="5" cy="18" r="1" /> </svg> |