Add icon for merge button

svn: r16790
This commit is contained in:
Michiel Nauta 2011-03-09 16:16:17 +00:00
parent 2a5ae67165
commit 7c383849f7
8 changed files with 19 additions and 0 deletions

View File

@ -32,6 +32,7 @@ dist_pkgdata_DATA = \
gramps-gramplet.png \
gramps-lock.png \
gramps-media.png \
gramps-merge.png \
gramps-notes.png \
gramps-parents.png \
gramps-parents-add.png \

Binary file not shown.

After

Width:  |  Height:  |  Size: 703 B

View File

@ -34,6 +34,7 @@ dist_pkgdata_DATA = \
gramps-gramplet.png \
gramps-lock.png \
gramps-media.png \
gramps-merge.png \
gramps-notes.png \
gramps-parents.png \
gramps-parents-add.png \

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -34,6 +34,7 @@ dist_pkgdata_DATA = \
gramps-gramplet.png \
gramps-lock.png \
gramps-media.png \
gramps-merge.png \
gramps-notes.png \
gramps-parents.png \
gramps-parents-add.png \

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -34,6 +34,7 @@ dist_pkgdata_DATA = \
gramps-gramplet.svg \
gramps-lock.svg \
gramps-media.svg \
gramps-merge.svg \
gramps-notes.svg \
gramps-parents.svg \
gramps-parents-open.svg \

View File

@ -0,0 +1,15 @@
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg width="22" height="22" viewBox="0 0 22 22"
xmlns="http://www.w3.org/2000/svg">
<g>
<defs>
<linearGradient id="MergeGradient" y2="30%">
<stop offset="15%" stop-color="rgb(51,123,48)"/>
<stop offset="97%" stop-color="rgb(240,255,238)"/>
</linearGradient>
</defs>
<path d="M 11 2 L 17 8 L 14 8 L 14 10 C 14 14 15 17 20 19 A 1 1 0 0 1 20 21 C 15 19 12 16 11 14 C 10 16 7 19 2 21 A 1 1 0 0 1 2 19 C 7 17 8 14 8 10 L 8 8 L 5 8 Z" fill="url(#MergeGradient)" stroke="rgb(60, 107, 65)" stroke-width="1"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 739 B