diff options
-rw-r--r-- | src/_icons/moon-2.svg | 4 | ||||
-rw-r--r-- | src/_icons/moon-stars.svg | 4 | ||||
-rw-r--r-- | src/_icons/moon.svg | 2 |
3 files changed, 5 insertions, 5 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> diff --git a/src/_icons/moon-stars.svg b/src/_icons/moon-stars.svg index 8cd06244..50126a80 100644 --- a/src/_icons/moon-stars.svg +++ b/src/_icons/moon-stars.svg @@ -3,7 +3,7 @@ tags: [night, dark mode] category: Weather --- <svg> - <path d="M12 3 c 0.132 0 0.263 0.003 0.393 0.008 a 7.5 7.5 0 0 0 7.92 12.446 a 9 9 0 1 1 -8.313 -12.454 z" /> + <path d="M12 3 c 0.132 0 0.263 0.003 0.393 0.008 a7.5 7.5 0 0 0 7.92 12.446 a9 9 0 1 1 -8.313 -12.454 z" /> <path d="M17 4a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2" /> - <path d="M19 11h2m-1 -1v2"></path> + <path d="M19 11h2m-1 -1v2" /> </svg> diff --git a/src/_icons/moon.svg b/src/_icons/moon.svg index 6776e66f..4ae29461 100644 --- a/src/_icons/moon.svg +++ b/src/_icons/moon.svg @@ -3,5 +3,5 @@ tags: [night, dark mode] category: Weather --- <svg> - <path d="m 12 3 c 0.132 0 0.263 0.003 0.393 0.008 a 7.5 7.5 0 0 0 7.92 12.446 a 9 9 0 1 1 -8.313 -12.454 z" /> + <path d="m 12 3 c 0.132 0 0.263 0.003 0.393 0.008 a7.5 7.5 0 0 0 7.92 12.446 a9 9 0 1 1 -8.313 -12.454 z" /> </svg> |