diff options
author | codecalm <codecalm@gmail.com> | 2020-08-18 17:24:15 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-18 17:24:15 +0200 |
commit | aab4fe2a4f95d2eb8ca42c059f098b908214e9b5 (patch) | |
tree | fa7d8daa0f1e5d95452bf1b00d1ce7b658b3d604 /src/_icons/comet.svg | |
parent | `comet` icon (diff) | |
download | tabler-icons-aab4fe2a4f95d2eb8ca42c059f098b908214e9b5.tar.xz |
optimize icons
Diffstat (limited to 'src/_icons/comet.svg')
-rw-r--r-- | src/_icons/comet.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_icons/comet.svg b/src/_icons/comet.svg index d84fa351..3ceb71c5 100644 --- a/src/_icons/comet.svg +++ b/src/_icons/comet.svg @@ -3,7 +3,7 @@ category: Weather --- <svg> <path d="M15.5 18.5l-3 1.5l.5-3.5-2-2 3-.5 1.5-3 1.5 3 3 .5-2 2 .5 3.5z" /> - <path d="M4 4l7 7"></path> - <path d="M9 4l3.5 3.5"></path> - <path d="M4 9l3.5 3.5"></path> + <path d="M4 4l7 7" /> + <path d="M9 4l3.5 3.5" /> + <path d="M4 9l3.5 3.5" /> </svg> |