diff options
author | codecalm <codecalm@gmail.com> | 2022-08-16 22:44:29 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-08-16 22:44:29 +0200 |
commit | e35df21787712c14bea1869f2c663be4343ecf47 (patch) | |
tree | d33d89b9d62c0277fa10fedb985ddabb5f74370d /src/icons/sunrise.svg | |
parent | Merge pull request #287 from tabler/dev-unicode (diff) | |
download | tabler-icons-e35df21787712c14bea1869f2c663be4343ecf47.tar.xz |
e11ty test
Diffstat (limited to 'src/icons/sunrise.svg')
-rw-r--r-- | src/icons/sunrise.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/sunrise.svg b/src/icons/sunrise.svg new file mode 100644 index 00000000..a47d3782 --- /dev/null +++ b/src/icons/sunrise.svg @@ -0,0 +1,11 @@ +--- +tags: [west, horizon, landscape, evening ] +category: Weather +version: "1.10" +unicode: "ef1c" +--- +<svg> + <path d="M3 17h1m16 0h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7m-9.7 5.7a4 4 0 0 1 8 0" /> + <line x1="3" y1="21" x2="21" y2="21" /> + <path d="M12 9v-6l3 3m-6 0l3 -3" /> +</svg> |