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_adb_black_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_adb_black_24px.svg')
-rw-r--r-- | mobile-widgets/qml/icons/ic_adb_black_24px.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mobile-widgets/qml/icons/ic_adb_black_24px.svg b/mobile-widgets/qml/icons/ic_adb_black_24px.svg new file mode 100644 index 000000000..21d23e000 --- /dev/null +++ b/mobile-widgets/qml/icons/ic_adb_black_24px.svg @@ -0,0 +1,4 @@ +<svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> + <path d="M0 0h24v24H0z" fill="none"/> + <path d="M5 16c0 3.87 3.13 7 7 7s7-3.13 7-7v-4H5v4zM16.12 4.37l2.1-2.1-.82-.83-2.3 2.31C14.16 3.28 13.12 3 12 3s-2.16.28-3.09.75L6.6 1.44l-.82.83 2.1 2.1C6.14 5.64 5 7.68 5 10v1h14v-1c0-2.32-1.14-4.36-2.88-5.63zM9 9c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm6 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"/> +</svg>
\ No newline at end of file |