From 348bef5511cc8b6774199a7d46b2740036e26431 Mon Sep 17 00:00:00 2001 From: Anish Mangal Date: Sun, 19 Feb 2012 16:23:50 +0000 Subject: 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) --- 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 @@ + + + +image/svg+xml + + + + + + \ 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 @@ + + +]> + + + + + + -- cgit v0.9.1