mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
ba7c5463cb
Add the xpm version of the deleted lib/clipart/buffer-export_pdf2.png as lib/images/buffer-export_pdf2.xpm since I discovered that we did not yet have this icon. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16902 a592a061-630c-0410-9148-cb99ea01b6c8
26 lines
534 B
C
26 lines
534 B
C
/* XPM */
|
|
static char * buffer_export_pdf2_xpm[] = {
|
|
"18 20 2 1",
|
|
". c None",
|
|
"+ c #FF0000",
|
|
"..................",
|
|
"..................",
|
|
"........+.........",
|
|
".......+++........",
|
|
".......+.+........",
|
|
".......+++........",
|
|
"........+.........",
|
|
"........++........",
|
|
".......+.+........",
|
|
".......+..++......",
|
|
".......+...++.++..",
|
|
"......+....+++..++",
|
|
".....+..+++...++++",
|
|
".....+++..........",
|
|
"....++............",
|
|
"..+++.............",
|
|
".+..+.............",
|
|
"+..+..............",
|
|
".++...............",
|
|
".................."};
|