diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-02-22 15:23:24 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-10 09:25:57 -0700 |
commit | 0720e74c1afc5cbd51593db08add58bc277213c8 (patch) | |
tree | 9cd6980e31d808f8f3483159fa2a11993ca13fd1 /mobile-widgets/qml/icons/local_offer.svg | |
parent | 0683d97636647f75c10aa9150e1ca8f2ab992a95 (diff) | |
download | subsurface-0720e74c1afc5cbd51593db08add58bc277213c8.tar.gz |
mobile UI: six new icons
I will (mis)use these for moving dives out of trips and to the trip above or
below and of course for undo/redo. And the weirdest one is the 'local offer'
icon that seemed a reasonably good fit to edit trip details.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/icons/local_offer.svg')
-rw-r--r-- | mobile-widgets/qml/icons/local_offer.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/icons/local_offer.svg b/mobile-widgets/qml/icons/local_offer.svg new file mode 100644 index 000000000..5ab8c6730 --- /dev/null +++ b/mobile-widgets/qml/icons/local_offer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M21.41 11.58l-9-9C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58.55 0 1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41 0-.55-.23-1.06-.59-1.42zM5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7z"/></svg>
\ No newline at end of file |