diff options
-rw-r--r-- | src/_icons/comet.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/comet.svg b/src/_icons/comet.svg new file mode 100644 index 00000000..d84fa351 --- /dev/null +++ b/src/_icons/comet.svg @@ -0,0 +1,9 @@ +--- +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> +</svg> |