Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnish Mangal <anish@activitycentral.com>2012-02-19 16:23:50 (GMT)
committer Anish Mangal <anish@activitycentral.com>2012-04-27 10:05:57 (GMT)
commit348bef5511cc8b6774199a7d46b2740036e26431 (patch)
treed32a9213f0bea4360d7d7e3c34f764f1e7a5fef5
parent136d7abaf9b451aa18023b5c95bc79f3b622814c (diff)
uy#1242 Batch Operations Check Uncheck icons
uy#1242 - Check/Uncheck icons Changelog: =v2= * Completely reworked the svg icons * Fixed the patch (didnt apply cleanly before)
-rw-r--r--icons/scalable/emblems/Makefile.am4
-rw-r--r--icons/scalable/emblems/emblem-checked.svg38
-rw-r--r--icons/scalable/emblems/emblem-unchecked.svg10
3 files changed, 51 insertions, 1 deletions
diff --git a/icons/scalable/emblems/Makefile.am b/icons/scalable/emblems/Makefile.am
index e08d9ac..110ce45 100644
--- a/icons/scalable/emblems/Makefile.am
+++ b/icons/scalable/emblems/Makefile.am
@@ -12,7 +12,9 @@ icon_DATA = \
emblem-outofrange.svg \
emblem-question.svg \
emblem-view-source.svg \
- emblem-warning.svg
+ emblem-warning.svg \
+ emblem-checked.svg \
+ emblem-unchecked.svg
EXTRA_DIST = $(icon_DATA)
diff --git a/icons/scalable/emblems/emblem-checked.svg b/icons/scalable/emblems/emblem-checked.svg
new file mode 100644
index 0000000..b8356fa
--- /dev/null
+++ b/icons/scalable/emblems/emblem-checked.svg
@@ -0,0 +1,38 @@
+<?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"
+ version="1.1"
+ width="55"
+ height="55"
+ viewBox="0 0 55 55"
+ id="svg2"
+ xml:space="preserve"><metadata
+ id="metadata13"><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="defs11" /><g
+ id="emblem-charging"
+ style="display:block">
+ <g
+ id="g5"
+ style="display:inline">
+
+ <rect
+ width="40"
+ height="40"
+ x="7.5"
+ y="7.5"
+ id="rect7"
+ style="fill:#ffffff;stroke:#666666;stroke-width:3.5" />
+
+ </g>
+</g><path
+ d="m 15.612649,28.114068 8.610026,7.910888 14.904808,-19.138058"
+ id="path2990"
+ style="fill:none;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /></svg> \ No newline at end of file
diff --git a/icons/scalable/emblems/emblem-unchecked.svg b/icons/scalable/emblems/emblem-unchecked.svg
new file mode 100644
index 0000000..a97da3a
--- /dev/null
+++ b/icons/scalable/emblems/emblem-unchecked.svg
@@ -0,0 +1,10 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#666666">
+ <!ENTITY fill_color "#ffffff">
+]><svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="emblem-charging">
+ <g display="inline">
+
+ <rect fill="&fill_color;" height="40" stroke="&stroke_color;" stroke-width="3.5" width="40" x="7.5" y="7.5"/>
+
+ </g>
+</g></svg>