diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-12-27 10:30:50 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-29 01:16:23 +0900 |
commit | 56d959f733c5d762617a2b4665524f4f77eb82f2 (patch) | |
tree | 8869311a94e4e42d0c100f9bb7d7a6cd340308fd /mobile-widgets/qml/icons/account_circle.svg | |
parent | 5c0b864a554ca60b069db52b62352bd34b98792d (diff) | |
download | subsurface-56d959f733c5d762617a2b4665524f4f77eb82f2.tar.gz |
mobile UI: add support and account icons
These were again copied from the material design icon set and will be used to
differentiate the various help topics.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/icons/account_circle.svg')
-rw-r--r-- | mobile-widgets/qml/icons/account_circle.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/icons/account_circle.svg b/mobile-widgets/qml/icons/account_circle.svg new file mode 100644 index 000000000..1da008144 --- /dev/null +++ b/mobile-widgets/qml/icons/account_circle.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm0 14.2c-2.5 0-4.71-1.28-6-3.22.03-1.99 4-3.08 6-3.08 1.99 0 5.97 1.09 6 3.08-1.29 1.94-3.5 3.22-6 3.22z"/><path d="M0 0h24v24H0z" fill="none"/></svg>
\ No newline at end of file |