Add icon for merge button
svn: r16790
This commit is contained in:
parent
2a5ae67165
commit
7c383849f7
@ -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 \
|
||||
|
BIN
src/images/16x16/gramps-merge.png
Normal file
BIN
src/images/16x16/gramps-merge.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 703 B |
@ -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 \
|
||||
|
BIN
src/images/22x22/gramps-merge.png
Normal file
BIN
src/images/22x22/gramps-merge.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
@ -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 \
|
||||
|
BIN
src/images/48x48/gramps-merge.png
Normal file
BIN
src/images/48x48/gramps-merge.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
@ -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 \
|
||||
|
15
src/images/scalable/gramps-merge.svg
Normal file
15
src/images/scalable/gramps-merge.svg
Normal 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 |
Loading…
Reference in New Issue
Block a user