diff options
author | codecalm <codecalm@gmail.com> | 2020-09-18 10:49:35 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-18 10:49:35 +0200 |
commit | 39797d3ae6caf4c4ad22d9db62a214883092c903 (patch) | |
tree | ca8328d87c4ea99a7f227a8caf38d971563ba3c2 /src/_icons/moon-2.svg | |
parent | `moon-2` icon (diff) | |
download | tabler-icons-39797d3ae6caf4c4ad22d9db62a214883092c903.tar.xz |
icons optimize
Diffstat (limited to 'src/_icons/moon-2.svg')
-rw-r--r-- | src/_icons/moon-2.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_icons/moon-2.svg b/src/_icons/moon-2.svg index 2552288e..dd4935d7 100644 --- a/src/_icons/moon-2.svg +++ b/src/_icons/moon-2.svg @@ -2,6 +2,6 @@ category: Weather --- <svg> - <path d="M16.418 4.157a8.002 8.002 0 000 15.686"/> - <circle cx="12" cy="12" r="9"/> + <path d="M16.418 4.157a8 8 0 0 0 0 15.686" /> + <circle cx="12" cy="12" r="9" /> </svg> |