diff options
author | Sebastian Kügler <sebas@kde.org> | 2015-11-29 22:17:35 +0100 |
---|---|---|
committer | Sebastian Kügler <sebas@kde.org> | 2015-11-29 22:21:31 +0100 |
commit | 33d589ff5cf3b7189abad40c2dd2f4f62b82c7bc (patch) | |
tree | cd338e83c0e4eebcb140cac850f0d1880b66b092 /qt-mobile | |
parent | e0fc5268fe308d8f60ee96bb2c03c49a5fa4a524 (diff) | |
download | subsurface-33d589ff5cf3b7189abad40c2dd2f4f62b82c7bc.tar.gz |
Add missing icon
This is the SVG file used on the drag button. Like the other two, it's
taken from the Breeze icon set.
Signed-off-by: Sebastian Kügler <sebas@kde.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r-- | qt-mobile/qml/mobile-resources.qrc | 1 | ||||
-rw-r--r-- | qt-mobile/qml/mobilecomponents/icons/distribute-horizontal-x.svg | 102 |
2 files changed, 103 insertions, 0 deletions
diff --git a/qt-mobile/qml/mobile-resources.qrc b/qt-mobile/qml/mobile-resources.qrc index 8abdcd9d6..19c580da0 100644 --- a/qt-mobile/qml/mobile-resources.qrc +++ b/qt-mobile/qml/mobile-resources.qrc @@ -34,5 +34,6 @@ <file alias="org/kde/plasma/mobilecomponents/private/qmldir">mobilecomponents/private/qmldir</file> <file alias="org/kde/plasma/mobilecomponents/icons/go-next.svg">mobilecomponents/icons/go-next.svg</file> <file alias="org/kde/plasma/mobilecomponents/icons/go-previous.svg">mobilecomponents/icons/go-previous.svg</file> + <file alias="org/kde/plasma/mobilecomponents/icons/distribute-horizontal-x.svg">mobilecomponents/icons/distribute-horizontal-x.svg</file> </qresource> </RCC> diff --git a/qt-mobile/qml/mobilecomponents/icons/distribute-horizontal-x.svg b/qt-mobile/qml/mobilecomponents/icons/distribute-horizontal-x.svg new file mode 100644 index 000000000..1a14480d7 --- /dev/null +++ b/qt-mobile/qml/mobilecomponents/icons/distribute-horizontal-x.svg @@ -0,0 +1,102 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<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="22" + height="22" + id="svg3813" + version="1.1" + inkscape:version="0.48+devel r" + sodipodi:docname="distribute-horizontal-x.svg"> + <defs + id="defs3815" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="26.930216" + inkscape:cx="9.6140302" + inkscape:cy="11.263762" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1366" + inkscape:window-height="668" + inkscape:window-x="-2" + inkscape:window-y="23" + inkscape:window-maximized="1" + inkscape:showpageshadow="false"> + <inkscape:grid + type="xygrid" + id="grid4109" /> + <sodipodi:guide + position="2.0000072,19.999993" + orientation="18,0" + id="guide4115" /> + <sodipodi:guide + position="2.0000072,1.9999929" + orientation="0,18" + id="guide4117" /> + <sodipodi:guide + position="20.000007,1.9999929" + orientation="-18,0" + id="guide4119" /> + <sodipodi:guide + position="20.000007,19.999993" + orientation="0,-18" + id="guide4121" /> + <sodipodi:guide + position="3.0000072,18.999993" + orientation="16,0" + id="guide4123" /> + <sodipodi:guide + position="3.0000072,2.9999929" + orientation="0,16" + id="guide4125" /> + <sodipodi:guide + position="19.000007,2.9999929" + orientation="-16,0" + id="guide4127" /> + <sodipodi:guide + position="19.000007,18.999993" + orientation="0,-16" + id="guide4129" /> + </sodipodi:namedview> + <metadata + id="metadata3818"> + <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> + <g + inkscape:label="Capa 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-378.85714,-540.07647)"> + <path + style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:none" + d="M 3 7 L 3 15 L 8 15 L 8 7 L 3 7 z M 14 7 L 14 15 L 19 15 L 19 7 L 14 7 z M 4 8 L 7 8 L 7 14 L 4 14 L 4 8 z M 15 8 L 18 8 L 18 14 L 15 14 L 15 8 z M 9 9 L 9 13 L 10 13 L 10 12 L 12 12 L 12 13 L 13 13 L 13 9 L 12 9 L 12 10 L 10 10 L 10 9 L 9 9 z " + transform="translate(378.85714,540.07647)" + id="rect4109" /> + </g> +</svg> |