diff options
author | jan Iversen <jani@apache.org> | 2018-06-17 11:19:50 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-06-17 19:42:16 +0900 |
commit | 74ee5773570183650fda997a8841a52708f60ba7 (patch) | |
tree | 968b305e5ee01fce68cec3e54180522dc5974f9e /mobile-widgets/qml/icons/Dark_gps.svg | |
parent | 33da1d59afa1c8e6715c111f3965deb49b802170 (diff) | |
download | subsurface-74ee5773570183650fda997a8841a52708f60ba7.tar.gz |
mobile: add Dark_gps.svg
The blue gps was reused for the dark theme.
Copy Blue_gps.svg and change color to dark.
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'mobile-widgets/qml/icons/Dark_gps.svg')
-rw-r--r-- | mobile-widgets/qml/icons/Dark_gps.svg | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/mobile-widgets/qml/icons/Dark_gps.svg b/mobile-widgets/qml/icons/Dark_gps.svg new file mode 100644 index 000000000..ece716953 --- /dev/null +++ b/mobile-widgets/qml/icons/Dark_gps.svg @@ -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" + width="24" + height="24" + viewBox="0 0 24 24" + version="1.1" + id="svg6" + sodipodi:docname="Blue_gps.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="27.966102" + inkscape:cy="16.067797" + 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="M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm8.94 3c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06C6.83 3.52 3.52 6.83 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c4.17-.46 7.48-3.77 7.94-7.94H23v-2h-2.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z" + id="path4" + style="fill:#242424;fill-opacity:1" /> +</svg> |