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 | 122a28595e45c6ec48a773ca1284238566d497d3 (patch) | |
tree | 6aed1ab9e4eef14360ad8c52fbb7d0b9943d10d9 /Timeline/ClientApp/src/assets/icon.svg | |
parent | cf593ab4ab22b9ad905763812321bc76931b6cb8 (diff) | |
download | timeline-122a28595e45c6ec48a773ca1284238566d497d3.tar.gz timeline-122a28595e45c6ec48a773ca1284238566d497d3.tar.bz2 timeline-122a28595e45c6ec48a773ca1284238566d497d3.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> |