diff options
author | Joakim Bygdell <j.bygdell@gmail.com> | 2017-07-19 16:33:15 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-23 03:20:58 +0900 |
commit | 71b6b8e043f3a1d1d96a6242aa8c2988b3af2cfd (patch) | |
tree | 4813fd537f02dee90b3bc400eda26de15437bc3a /mobile-widgets/qml/icons/ic_sync_24px.svg | |
parent | a66d876ed0f0f36ecf133ecaf61181c0133cb193 (diff) | |
download | subsurface-71b6b8e043f3a1d1d96a6242aa8c2988b3af2cfd.tar.gz |
Add material icons
Add a couple of icons from the material repository.
https://material.io/icons/
The icons are under Apache License Version 2.0
Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
Diffstat (limited to 'mobile-widgets/qml/icons/ic_sync_24px.svg')
-rw-r--r-- | mobile-widgets/qml/icons/ic_sync_24px.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/icons/ic_sync_24px.svg b/mobile-widgets/qml/icons/ic_sync_24px.svg new file mode 100644 index 000000000..327ff6371 --- /dev/null +++ b/mobile-widgets/qml/icons/ic_sync_24px.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z"/></svg>
\ No newline at end of file |