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_settings_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_settings_24px.svg')
-rw-r--r-- | mobile-widgets/qml/icons/ic_settings_24px.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/icons/ic_settings_24px.svg b/mobile-widgets/qml/icons/ic_settings_24px.svg new file mode 100644 index 000000000..a09d54429 --- /dev/null +++ b/mobile-widgets/qml/icons/ic_settings_24px.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19.43 12.98c.04-.32.07-.64.07-.98s-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.3-.61-.22l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46 2.18 14.25 2 14 2h-4c-.25 0-.46.18-.49.42l-.38 2.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.23-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64l2.11 1.65c-.04.32-.07.65-.07.98s.03.66.07.98l-2.11 1.65c-.19.15-.24.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1c.52.4 1.08.73 1.69.98l.38 2.65c.03.24.24.42.49.42h4c.25 0 .46-.18.49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1c.23.09.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zM12 15.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z"/></svg>
\ No newline at end of file |