diff options
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qml/icons/sigma.svg | 20 | ||||
-rw-r--r-- | mobile-widgets/qml/mobile-resources.qrc | 1 |
2 files changed, 21 insertions, 0 deletions
diff --git a/mobile-widgets/qml/icons/sigma.svg b/mobile-widgets/qml/icons/sigma.svg new file mode 100644 index 000000000..e5e0ddf8d --- /dev/null +++ b/mobile-widgets/qml/icons/sigma.svg @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
+"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
+<svg
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ version="1.0"
+ x="0"
+ y="0"
+ width="400"
+ height="500"
+ id="svg602">
+ <defs
+ id="defs605" />
+ <path
+ d="M 6 5 L 6.406531 20.35309 L 194.7323 255.1056 L 4.31761 481.6469 L 3.767654 495.9135 L 373 494 C 376.606 448.306 386.512 401.054 395 356 L 383 353 C 371.817 378.228 363.867 405.207 340 421.958 C 313.834 440.322 279.304 438 249 438 L 79 438 L 252.2885 228.6811 L 96.04328 33.3622 L 187 32.99999 C 245.309 32.99999 328.257 18.91731 351.329 89.00002 C 355.273 100.98 358.007 113.421 359 126 L 372 126 L 362 5 L 6 5 L 6 5 L 6 5 L 6 5 L 6 5 z "
+ style="font-size:12;"
+ id="path603" />
+</svg>
diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc index a7e5b3937..34f9d29e2 100644 --- a/mobile-widgets/qml/mobile-resources.qrc +++ b/mobile-widgets/qml/mobile-resources.qrc @@ -79,6 +79,7 @@ <file>icons/ic_star_border.svg</file> <file>icons/ic_sync.svg</file> <file>icons/Pink_gps.svg</file> + <file>icons/sigma.svg</file> <file alias="icons/ic_filter_list.svg">icons/ic_filter_list_24px.svg</file> <file alias="icons/ic_sort.svg">icons/ic_sort_24px.svg</file> |