diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-31 01:58:22 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-31 01:58:22 -0500 |
commit | e52632cf240dda02dd5c39a580368c73c4d68c1c (patch) | |
tree | e925e8c42b0cf3cdea06e6988dee7ab46a08ce38 /ubuntu/maverick/kdegraphics.automake/debian/icons/kiconedit-16.xpm | |
parent | 87402a68a2871ea46422eef2ee03dd9500ca0ca4 (diff) | |
download | tde-packaging-e52632cf240dda02dd5c39a580368c73c4d68c1c.tar.gz tde-packaging-e52632cf240dda02dd5c39a580368c73c4d68c1c.zip |
Use CMake version of kdegraphics build for Maverick
Diffstat (limited to 'ubuntu/maverick/kdegraphics.automake/debian/icons/kiconedit-16.xpm')
-rw-r--r-- | ubuntu/maverick/kdegraphics.automake/debian/icons/kiconedit-16.xpm | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/ubuntu/maverick/kdegraphics.automake/debian/icons/kiconedit-16.xpm b/ubuntu/maverick/kdegraphics.automake/debian/icons/kiconedit-16.xpm new file mode 100644 index 000000000..857f5fe1c --- /dev/null +++ b/ubuntu/maverick/kdegraphics.automake/debian/icons/kiconedit-16.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *kiconedit-16[] = { +/* columns rows colors chars-per-pixel */ +"16 16 20 1", +" c black", +". c navy", +"X c #0000C0", +"o c blue", +"O c #008000", +"+ c #00C000", +"@ c green", +"# c red", +"$ c #C05800", +"% c #808000", +"& c #FF8000", +"* c #FFA858", +"= c #C0C000", +"- c yellow", +"; c #FFDCA8", +": c #C0C0FF", +"> c #C0FFC0", +", c #FFC0C0", +"< c #FFFFC0", +"1 c None", +/* pixels */ +"111111111111 1", +"11111111111 $** ", +"1111111111 ;*$* ", +"111111111 ;*&& 1", +" 11 ;*&& 11", +" ,,## 11 $&& 111", +" ,,## 1111", +" ;;&*&& 11111111", +" &&&*&& 111111", +" <<=-==%% 111111", +" ===-==%% 1111", +" >>+@++OOOO 1111", +" +++@++OOOO 1111", +" ::XoXX.X.. 1111", +" ::XoXX.X.. 1111", +" 1111" +}; |