diff options
Diffstat (limited to 'mobile-widgets/qml/icons')
-rw-r--r-- | mobile-widgets/qml/icons/README.license | 6 | ||||
-rw-r--r-- | mobile-widgets/qml/icons/chevron_left.svg | 1 | ||||
-rw-r--r-- | mobile-widgets/qml/icons/expand_less.svg | 1 | ||||
-rw-r--r-- | mobile-widgets/qml/icons/expand_more.svg | 1 | ||||
-rw-r--r-- | mobile-widgets/qml/icons/local_offer.svg | 1 | ||||
-rw-r--r-- | mobile-widgets/qml/icons/redo.svg | 1 | ||||
-rw-r--r-- | mobile-widgets/qml/icons/undo.svg | 1 |
7 files changed, 12 insertions, 0 deletions
diff --git a/mobile-widgets/qml/icons/README.license b/mobile-widgets/qml/icons/README.license index 0f739e9ef..bc2c1aa80 100644 --- a/mobile-widgets/qml/icons/README.license +++ b/mobile-widgets/qml/icons/README.license @@ -29,4 +29,10 @@ ic_place_black_24px.svg -> ic_place.svg ic_settings_24px.svg -> ic_settings.svg ic_sync_24px.svg -> ic_sync.svg account_circle-24px.svg -> account_circle.svg +chevron_left-24px.svg -> chevron_left.svg contact_support-24px.svg -> contact_support.svg +expand_less-24px.svg -> expand_less.svg +expand_more-24px.svg -> expand_more.svg +local_offer-24px.svg -> local_offer.svg +redo-24px.svg -> redo.svg +undo-24px.svg -> undo.svg diff --git a/mobile-widgets/qml/icons/chevron_left.svg b/mobile-widgets/qml/icons/chevron_left.svg new file mode 100644 index 000000000..8a3a603ee --- /dev/null +++ b/mobile-widgets/qml/icons/chevron_left.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/><path d="M0 0h24v24H0z" fill="none"/></svg>
\ No newline at end of file diff --git a/mobile-widgets/qml/icons/expand_less.svg b/mobile-widgets/qml/icons/expand_less.svg new file mode 100644 index 000000000..cf5bbc9af --- /dev/null +++ b/mobile-widgets/qml/icons/expand_less.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/><path d="M0 0h24v24H0z" fill="none"/></svg>
\ No newline at end of file diff --git a/mobile-widgets/qml/icons/expand_more.svg b/mobile-widgets/qml/icons/expand_more.svg new file mode 100644 index 000000000..8a835b75c --- /dev/null +++ b/mobile-widgets/qml/icons/expand_more.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/><path d="M0 0h24v24H0z" fill="none"/></svg>
\ No newline at end of file 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 diff --git a/mobile-widgets/qml/icons/redo.svg b/mobile-widgets/qml/icons/redo.svg new file mode 100644 index 000000000..d90527266 --- /dev/null +++ b/mobile-widgets/qml/icons/redo.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="M18.4 10.6C16.55 8.99 14.15 8 11.5 8c-4.65 0-8.58 3.03-9.96 7.22L3.9 16c1.05-3.19 4.05-5.5 7.6-5.5 1.95 0 3.73.72 5.12 1.88L13 16h9V7l-3.6 3.6z"/></svg>
\ No newline at end of file diff --git a/mobile-widgets/qml/icons/undo.svg b/mobile-widgets/qml/icons/undo.svg new file mode 100644 index 000000000..59d5ef9d9 --- /dev/null +++ b/mobile-widgets/qml/icons/undo.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="M12.5 8c-2.65 0-5.05.99-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z"/></svg>
\ No newline at end of file |