diff options
author | 杨宇千 <crupest@outlook.com> | 2019-08-18 18:07:50 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-08-18 18:07:50 +0800 |
commit | 39aa54bb10da8b76a4021feb984b8aad0df6269b (patch) | |
tree | 21b4c77e48f34e1a72858209e4d4d6d7978b663a /art-src | |
parent | 2d672de8ea109c923d5a8697e44d5cbbf976ead2 (diff) | |
download | timeline-39aa54bb10da8b76a4021feb984b8aad0df6269b.tar.gz timeline-39aa54bb10da8b76a4021feb984b8aad0df6269b.tar.bz2 timeline-39aa54bb10da8b76a4021feb984b8aad0df6269b.zip |
Add avatar service.
Diffstat (limited to 'art-src')
-rw-r--r-- | art-src/user.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/art-src/user.svg b/art-src/user.svg new file mode 100644 index 00000000..acbd3c8a --- /dev/null +++ b/art-src/user.svg @@ -0,0 +1,4 @@ +<svg viewbox="0 0 100 100" stroke-width="5" stroke="#000000" fill="transparent">
+ <circle cx="50" cy="30" r="20"/>
+ <path d="M 10,90 A 40 40 180 1 1 90,90"/>
+</svg>
|