mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
Add more icons
New icons for the dive management sub-menu ttps://material.io/icons/ The icons are under Apache License Version 2.0 Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
This commit is contained in:
parent
8419a19810
commit
72c5125b2e
7 changed files with 89 additions and 0 deletions
59
mobile-widgets/qml/icons/cloud_sync_24px.svg
Normal file
59
mobile-widgets/qml/icons/cloud_sync_24px.svg
Normal file
|
@ -0,0 +1,59 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
fill="#000000"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
width="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="ic_cloud_sync_24px.svg"
|
||||
inkscape:version="0.92.1 r15371">
|
||||
<metadata
|
||||
id="metadata12">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs10" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="2655"
|
||||
inkscape:window-height="1794"
|
||||
id="namedview8"
|
||||
showgrid="false"
|
||||
inkscape:zoom="9.8333333"
|
||||
inkscape:cx="-49.016949"
|
||||
inkscape:cy="12"
|
||||
inkscape:window-x="81"
|
||||
inkscape:window-y="30"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6" />
|
||||
<path
|
||||
d="M0 0h24v24H0z"
|
||||
fill="none"
|
||||
id="path2" />
|
||||
<path
|
||||
d="M 12 4 C 9.11 4 6.5996094 5.6390625 5.3496094 8.0390625 C 2.3396094 8.3590625 -1.1842379e-15 10.91 0 14 C 0 17.31 2.69 20 6 20 L 19 20 C 21.76 20 24 17.76 24 15 C 24 12.36 21.949609 10.219062 19.349609 10.039062 C 18.669609 6.5890625 15.64 4 12 4 z M 12 5.8125 L 12 7.5 C 14.48625 7.5 16.5 9.51375 16.5 12 C 16.5 12.883125 16.241484 13.704609 15.802734 14.396484 L 14.980469 13.574219 C 15.233594 13.107344 15.375 12.568125 15.375 12 C 15.375 10.138125 13.861874 8.625 12 8.625 L 12 10.3125 L 9.75 8.0625 L 12 5.8125 z M 8.1972656 9.6035156 L 9.0195312 10.425781 C 8.7664062 10.892656 8.625 11.431875 8.625 12 C 8.625 13.861875 10.138125 15.375 12 15.375 L 12 13.6875 L 14.25 15.9375 L 12 18.1875 L 12 16.5 C 9.51375 16.5 7.5 14.48625 7.5 12 C 7.5 11.116875 7.7585156 10.295391 8.1972656 9.6035156 z "
|
||||
id="path4" />
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
4
mobile-widgets/qml/icons/ic_add_black_24px.svg
Normal file
4
mobile-widgets/qml/icons/ic_add_black_24px.svg
Normal file
|
@ -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="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/>
|
||||
<path d="M0 0h24v24H0z" fill="none"/>
|
||||
</svg>
|
After Width: | Height: | Size: 199 B |
4
mobile-widgets/qml/icons/ic_clear_black_24px.svg
Normal file
4
mobile-widgets/qml/icons/ic_clear_black_24px.svg
Normal file
|
@ -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="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/>
|
||||
<path d="M0 0h24v24H0z" fill="none"/>
|
||||
</svg>
|
After Width: | Height: | Size: 265 B |
4
mobile-widgets/qml/icons/ic_cloud_done_black_24px.svg
Normal file
4
mobile-widgets/qml/icons/ic_cloud_done_black_24px.svg
Normal file
|
@ -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="M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM10 17l-3.5-3.5 1.41-1.41L10 14.17 15.18 9l1.41 1.41L10 17z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 375 B |
4
mobile-widgets/qml/icons/ic_cloud_off_black_24px.svg
Normal file
4
mobile-widgets/qml/icons/ic_cloud_off_black_24px.svg
Normal file
|
@ -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="M19.35 10.04C18.67 6.59 15.64 4 12 4c-1.48 0-2.85.43-4.01 1.17l1.46 1.46C10.21 6.23 11.08 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3 0 1.13-.64 2.11-1.56 2.62l1.45 1.45C23.16 18.16 24 16.68 24 15c0-2.64-2.05-4.78-4.65-4.96zM3 5.27l2.75 2.74C2.56 8.15 0 10.77 0 14c0 3.31 2.69 6 6 6h11.73l2 2L21 20.73 4.27 4 3 5.27zM7.73 10l8 8H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h1.73z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 541 B |
4
mobile-widgets/qml/icons/ic_location_off_black_24px.svg
Normal file
4
mobile-widgets/qml/icons/ic_location_off_black_24px.svg
Normal file
|
@ -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 0h24v24H0zm11.75 11.47l-.11-.11z" fill="none"/>
|
||||
<path d="M12 6.5c1.38 0 2.5 1.12 2.5 2.5 0 .74-.33 1.39-.83 1.85l3.63 3.63c.98-1.86 1.7-3.8 1.7-5.48 0-3.87-3.13-7-7-7-1.98 0-3.76.83-5.04 2.15l3.19 3.19c.46-.52 1.11-.84 1.85-.84zm4.37 9.6l-4.63-4.63-.11-.11L3.27 3 2 4.27l3.18 3.18C5.07 7.95 5 8.47 5 9c0 5.25 7 13 7 13s1.67-1.85 3.38-4.35L18.73 21 20 19.73l-3.63-3.63z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 497 B |
|
@ -47,5 +47,15 @@
|
|||
<file alias="icons/ic_adb.svg">icons/ic_adb_black_24px.svg</file>
|
||||
<file alias="icons/ic_place.svg">icons/ic_place_black_24px.svg</file>
|
||||
<file alias="icons/ic_sync.svg">icons/ic_sync_24px.svg</file>
|
||||
<file alias="icons/ic_add_location.svg">icons/ic_add_location_24px.svg</file>
|
||||
<file alias="icons/ic_add.svg">icons/ic_add_black_24px.svg</file>
|
||||
<file alias="icons/cloud_sync.svg">icons/cloud_sync_24px.svg</file>
|
||||
<file alias="icons/ic_gps_fixed.svg">icons/ic_gps_fixed_24px.svg</file>
|
||||
<file alias="icons/ic_cloud_off.svg">icons/ic_cloud_off_black_24px.svg</file>
|
||||
<file alias="icons/ic_cloud_done.svg">icons/ic_cloud_done_black_24px.svg</file>
|
||||
<file alias="icons/ic_cloud_upload.svg">icons/ic_cloud_upload_24px.svg</file>
|
||||
<file alias="icons/ic_cloud_download.svg">icons/ic_cloud_download_24px.svg</file>
|
||||
<file alias="icons/ic_clear.svg">icons/ic_clear_black_24px.svg</file>
|
||||
<file alias="icons/ic_location_off.svg">icons/ic_location_off_black_24px.svg</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
Loading…
Add table
Reference in a new issue