diff options
author | crupest <crupest@outlook.com> | 2019-02-17 16:21:26 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-02-17 16:21:26 +0800 |
commit | 94d9233375f3c8bedcf4dbc62e59f20969af7cb9 (patch) | |
tree | 2cedea89bbffb461abfdc6fc313f5fe8de595acb /Timeline/ClientApp/src/assets/icon.svg | |
parent | c7f5a2d49501f12a8635a45dba9acbb097e5f405 (diff) | |
download | timeline-94d9233375f3c8bedcf4dbc62e59f20969af7cb9.tar.gz timeline-94d9233375f3c8bedcf4dbc62e59f20969af7cb9.tar.bz2 timeline-94d9233375f3c8bedcf4dbc62e59f20969af7cb9.zip |
Update the ugly favicon and add it to the toolbar.
Diffstat (limited to 'Timeline/ClientApp/src/assets/icon.svg')
-rw-r--r-- | Timeline/ClientApp/src/assets/icon.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/assets/icon.svg b/Timeline/ClientApp/src/assets/icon.svg new file mode 100644 index 00000000..a04bddac --- /dev/null +++ b/Timeline/ClientApp/src/assets/icon.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1000 1000"> +<line fill="none" stroke="#ffffff" stroke-width="200" x1="500" y1="0" x2="500" y2="250"/> +<circle fill="none" stroke="#ffffff" stroke-width="120" cx="500" cy="500" r="250"/> +<line fill="none" stroke="#ffffff" stroke-width="200" x1="500" y1="750" x2="500" y2="1000"/> +</svg> |