summaryrefslogtreecommitdiffstats
path: root/icons
diff options
context:
space:
mode:
Diffstat (limited to 'icons')
-rw-r--r--icons/CMakeLists.txt22
-rwxr-xr-xicons/__TODO/Icon1.pngbin0 -> 237 bytes
-rwxr-xr-xicons/__TODO/Icons.qrc48
-rwxr-xr-xicons/__TODO/accessories-text-editor.pngbin0 -> 995 bytes
-rwxr-xr-xicons/__TODO/applications-system.pngbin0 -> 1488 bytes
-rwxr-xr-xicons/__TODO/banner.pngbin0 -> 142927 bytes
-rwxr-xr-xicons/__TODO/edit-select-all.pngbin0 -> 631 bytes
-rwxr-xr-xicons/__TODO/format-justify-left.pngbin0 -> 515 bytes
-rwxr-xr-xicons/__TODO/help.pngbin0 -> 2231 bytes
-rwxr-xr-xicons/__TODO/icon2.icobin0 -> 1214 bytes
-rwxr-xr-xicons/__TODO/icon2.pngbin0 -> 237 bytes
-rwxr-xr-xicons/__TODO/icon3.pngbin0 -> 257 bytes
-rwxr-xr-xicons/__TODO/language-de.pngbin0 -> 545 bytes
-rwxr-xr-xicons/__TODO/language-en.pngbin0 -> 496 bytes
-rwxr-xr-xicons/__TODO/language-fr.pngbin0 -> 545 bytes
-rwxr-xr-xicons/__TODO/language-ja.pngbin0 -> 420 bytes
-rwxr-xr-xicons/__TODO/language-ru.pngbin0 -> 420 bytes
-rwxr-xr-xicons/__TODO/language-uk.pngbin0 -> 446 bytes
-rwxr-xr-xicons/__TODO/language-zh_CN.pngbin0 -> 472 bytes
-rwxr-xr-xicons/__TODO/language-zh_TW.pngbin0 -> 465 bytes
-rwxr-xr-xicons/__TODO/load_indent_cfg.pngbin0 -> 1673 bytes
-rwxr-xr-xicons/__TODO/qt_logo.pngbin0 -> 984 bytes
-rwxr-xr-xicons/__TODO/save_indent_cfg.pngbin0 -> 1666 bytes
-rwxr-xr-xicons/__TODO/shell.pngbin0 -> 474 bytes
-rwxr-xr-xicons/__TODO/system-software-update.pngbin0 -> 2216 bytes
-rwxr-xr-xicons/__TODO/view-refresh.pngbin0 -> 2024 bytes
-rwxr-xr-xicons/document-open.pngbin0 -> 1437 bytes
-rwxr-xr-xicons/document-properties.pngbin0 -> 1115 bytes
-rwxr-xr-xicons/document-save-as.pngbin0 -> 1837 bytes
-rwxr-xr-xicons/document-save.pngbin0 -> 1971 bytes
-rwxr-xr-xicons/edit-clear.pngbin0 -> 1682 bytes
-rwxr-xr-xicons/exporthtml.pngbin0 -> 1561 bytes
-rwxr-xr-xicons/exportpdf.pngbin0 -> 1594 bytes
-rwxr-xr-xicons/info.pngbin0 -> 825 bytes
-rwxr-xr-xicons/live-preview.pngbin0 -> 2566 bytes
-rwxr-xr-xicons/preferences-system.pngbin0 -> 1151 bytes
-rwxr-xr-xicons/syntax-highlight.pngbin0 -> 821 bytes
-rwxr-xr-xicons/system-log-out.pngbin0 -> 1269 bytes
-rwxr-xr-xicons/tooltip.pngbin0 -> 852 bytes
-rwxr-xr-xicons/universalIndentGUI.icobin0 -> 1278 bytes
-rwxr-xr-xicons/universalIndentGUI.svg110
-rwxr-xr-xicons/universalIndentGUI_32x32.xpm120
-rwxr-xr-xicons/universalIndentGUI_512x512.pngbin0 -> 14312 bytes
-rwxr-xr-xicons/universalIndentGUI_64x64.pngbin0 -> 1269 bytes
44 files changed, 300 insertions, 0 deletions
diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt
new file mode 100644
index 0000000..7d86613
--- /dev/null
+++ b/icons/CMakeLists.txt
@@ -0,0 +1,22 @@
+install(
+ FILES
+ document-open.png
+ document-properties.png
+ document-save.png
+ document-save-as.png
+ edit-clear.png
+ exporthtml.png
+ exportpdf.png
+ info.png
+ live-preview.png
+ preferences-system.png
+ syntax-highlight.png
+ system-log-out.png
+ tooltip.png
+ universalIndentGUI.ico
+ universalIndentGUI.svg
+ universalIndentGUI_32x32.xpm
+ universalIndentGUI_64x64.png
+ universalIndentGUI_512x512.png
+ DESTINATION ${SHARE_INSTALL_PREFIX}/universal-indent-gui-tqt/icons
+)
diff --git a/icons/__TODO/Icon1.png b/icons/__TODO/Icon1.png
new file mode 100755
index 0000000..7144147
--- /dev/null
+++ b/icons/__TODO/Icon1.png
Binary files differ
diff --git a/icons/__TODO/Icons.qrc b/icons/__TODO/Icons.qrc
new file mode 100755
index 0000000..71ffec5
--- /dev/null
+++ b/icons/__TODO/Icons.qrc
@@ -0,0 +1,48 @@
+<RCC>
+ <qresource prefix="/aboutDialog">
+ <file>qt_logo.png</file>
+ <file>banner.png</file>
+ </qresource>
+ <qresource prefix="/language">
+ <file>language-de.png</file>
+ <file>language-en.png</file>
+ <file>language-fr.png</file>
+ <file>language-ru.png</file>
+ <file>language-uk.png</file>
+ <file>language-zh_CN.png</file>
+ <file>language-zh_TW.png</file>
+ <file>language-ja.png</file>
+ </qresource>
+ <qresource prefix="/mainWindow">
+ <file>document-properties.png</file>
+ <file>Icon1.png</file>
+ <file>universalIndentGUI.svg</file>
+ <file>document-open.png</file>
+ <file>document-save-as.png</file>
+ <file>document-save.png</file>
+ <file>edit-clear.png</file>
+ <file>exporthtml.png</file>
+ <file>exportpdf.png</file>
+ <file>format-justify-left.png</file>
+ <file>help.png</file>
+ <file>icon2.png</file>
+ <file>icon3.png</file>
+ <file>info.png</file>
+ <file>live-preview.png</file>
+ <file>load_indent_cfg.png</file>
+ <file>preferences-system.png</file>
+ <file>save_indent_cfg.png</file>
+ <file>shell.png</file>
+ <file>syntax-highlight.png</file>
+ <file>system-log-out.png</file>
+ <file>system-software-update.png</file>
+ <file>tooltip.png</file>
+ <file>view-refresh.png</file>
+ </qresource>
+ <qresource prefix="/settingsDialog">
+ <file>accessories-text-editor.png</file>
+ <file>applications-system.png</file>
+ <file>icon3.png</file>
+ <file>syntax-highlight.png</file>
+ </qresource>
+</RCC>
diff --git a/icons/__TODO/accessories-text-editor.png b/icons/__TODO/accessories-text-editor.png
new file mode 100755
index 0000000..c3d245d
--- /dev/null
+++ b/icons/__TODO/accessories-text-editor.png
Binary files differ
diff --git a/icons/__TODO/applications-system.png b/icons/__TODO/applications-system.png
new file mode 100755
index 0000000..4decc89
--- /dev/null
+++ b/icons/__TODO/applications-system.png
Binary files differ
diff --git a/icons/__TODO/banner.png b/icons/__TODO/banner.png
new file mode 100755
index 0000000..d0884d6
--- /dev/null
+++ b/icons/__TODO/banner.png
Binary files differ
diff --git a/icons/__TODO/edit-select-all.png b/icons/__TODO/edit-select-all.png
new file mode 100755
index 0000000..107fc60
--- /dev/null
+++ b/icons/__TODO/edit-select-all.png
Binary files differ
diff --git a/icons/__TODO/format-justify-left.png b/icons/__TODO/format-justify-left.png
new file mode 100755
index 0000000..ba0e914
--- /dev/null
+++ b/icons/__TODO/format-justify-left.png
Binary files differ
diff --git a/icons/__TODO/help.png b/icons/__TODO/help.png
new file mode 100755
index 0000000..d60425f
--- /dev/null
+++ b/icons/__TODO/help.png
Binary files differ
diff --git a/icons/__TODO/icon2.ico b/icons/__TODO/icon2.ico
new file mode 100755
index 0000000..c784369
--- /dev/null
+++ b/icons/__TODO/icon2.ico
Binary files differ
diff --git a/icons/__TODO/icon2.png b/icons/__TODO/icon2.png
new file mode 100755
index 0000000..337d353
--- /dev/null
+++ b/icons/__TODO/icon2.png
Binary files differ
diff --git a/icons/__TODO/icon3.png b/icons/__TODO/icon3.png
new file mode 100755
index 0000000..b6b6a9e
--- /dev/null
+++ b/icons/__TODO/icon3.png
Binary files differ
diff --git a/icons/__TODO/language-de.png b/icons/__TODO/language-de.png
new file mode 100755
index 0000000..ac4a977
--- /dev/null
+++ b/icons/__TODO/language-de.png
Binary files differ
diff --git a/icons/__TODO/language-en.png b/icons/__TODO/language-en.png
new file mode 100755
index 0000000..3a7311d
--- /dev/null
+++ b/icons/__TODO/language-en.png
Binary files differ
diff --git a/icons/__TODO/language-fr.png b/icons/__TODO/language-fr.png
new file mode 100755
index 0000000..8332c4e
--- /dev/null
+++ b/icons/__TODO/language-fr.png
Binary files differ
diff --git a/icons/__TODO/language-ja.png b/icons/__TODO/language-ja.png
new file mode 100755
index 0000000..325fbad
--- /dev/null
+++ b/icons/__TODO/language-ja.png
Binary files differ
diff --git a/icons/__TODO/language-ru.png b/icons/__TODO/language-ru.png
new file mode 100755
index 0000000..47da421
--- /dev/null
+++ b/icons/__TODO/language-ru.png
Binary files differ
diff --git a/icons/__TODO/language-uk.png b/icons/__TODO/language-uk.png
new file mode 100755
index 0000000..09563a2
--- /dev/null
+++ b/icons/__TODO/language-uk.png
Binary files differ
diff --git a/icons/__TODO/language-zh_CN.png b/icons/__TODO/language-zh_CN.png
new file mode 100755
index 0000000..8914414
--- /dev/null
+++ b/icons/__TODO/language-zh_CN.png
Binary files differ
diff --git a/icons/__TODO/language-zh_TW.png b/icons/__TODO/language-zh_TW.png
new file mode 100755
index 0000000..f31c654
--- /dev/null
+++ b/icons/__TODO/language-zh_TW.png
Binary files differ
diff --git a/icons/__TODO/load_indent_cfg.png b/icons/__TODO/load_indent_cfg.png
new file mode 100755
index 0000000..b51c82d
--- /dev/null
+++ b/icons/__TODO/load_indent_cfg.png
Binary files differ
diff --git a/icons/__TODO/qt_logo.png b/icons/__TODO/qt_logo.png
new file mode 100755
index 0000000..332f2ad
--- /dev/null
+++ b/icons/__TODO/qt_logo.png
Binary files differ
diff --git a/icons/__TODO/save_indent_cfg.png b/icons/__TODO/save_indent_cfg.png
new file mode 100755
index 0000000..2276121
--- /dev/null
+++ b/icons/__TODO/save_indent_cfg.png
Binary files differ
diff --git a/icons/__TODO/shell.png b/icons/__TODO/shell.png
new file mode 100755
index 0000000..da59c67
--- /dev/null
+++ b/icons/__TODO/shell.png
Binary files differ
diff --git a/icons/__TODO/system-software-update.png b/icons/__TODO/system-software-update.png
new file mode 100755
index 0000000..470b5d4
--- /dev/null
+++ b/icons/__TODO/system-software-update.png
Binary files differ
diff --git a/icons/__TODO/view-refresh.png b/icons/__TODO/view-refresh.png
new file mode 100755
index 0000000..606ea9e
--- /dev/null
+++ b/icons/__TODO/view-refresh.png
Binary files differ
diff --git a/icons/document-open.png b/icons/document-open.png
new file mode 100755
index 0000000..2b135a1
--- /dev/null
+++ b/icons/document-open.png
Binary files differ
diff --git a/icons/document-properties.png b/icons/document-properties.png
new file mode 100755
index 0000000..fa697db
--- /dev/null
+++ b/icons/document-properties.png
Binary files differ
diff --git a/icons/document-save-as.png b/icons/document-save-as.png
new file mode 100755
index 0000000..5c9f6b3
--- /dev/null
+++ b/icons/document-save-as.png
Binary files differ
diff --git a/icons/document-save.png b/icons/document-save.png
new file mode 100755
index 0000000..db5c52b
--- /dev/null
+++ b/icons/document-save.png
Binary files differ
diff --git a/icons/edit-clear.png b/icons/edit-clear.png
new file mode 100755
index 0000000..5542948
--- /dev/null
+++ b/icons/edit-clear.png
Binary files differ
diff --git a/icons/exporthtml.png b/icons/exporthtml.png
new file mode 100755
index 0000000..af03a38
--- /dev/null
+++ b/icons/exporthtml.png
Binary files differ
diff --git a/icons/exportpdf.png b/icons/exportpdf.png
new file mode 100755
index 0000000..5cfddff
--- /dev/null
+++ b/icons/exportpdf.png
Binary files differ
diff --git a/icons/info.png b/icons/info.png
new file mode 100755
index 0000000..51c5e55
--- /dev/null
+++ b/icons/info.png
Binary files differ
diff --git a/icons/live-preview.png b/icons/live-preview.png
new file mode 100755
index 0000000..5414bda
--- /dev/null
+++ b/icons/live-preview.png
Binary files differ
diff --git a/icons/preferences-system.png b/icons/preferences-system.png
new file mode 100755
index 0000000..cc91d65
--- /dev/null
+++ b/icons/preferences-system.png
Binary files differ
diff --git a/icons/syntax-highlight.png b/icons/syntax-highlight.png
new file mode 100755
index 0000000..fb6e297
--- /dev/null
+++ b/icons/syntax-highlight.png
Binary files differ
diff --git a/icons/system-log-out.png b/icons/system-log-out.png
new file mode 100755
index 0000000..780411d
--- /dev/null
+++ b/icons/system-log-out.png
Binary files differ
diff --git a/icons/tooltip.png b/icons/tooltip.png
new file mode 100755
index 0000000..e4cdb05
--- /dev/null
+++ b/icons/tooltip.png
Binary files differ
diff --git a/icons/universalIndentGUI.ico b/icons/universalIndentGUI.ico
new file mode 100755
index 0000000..db25009
--- /dev/null
+++ b/icons/universalIndentGUI.ico
Binary files differ
diff --git a/icons/universalIndentGUI.svg b/icons/universalIndentGUI.svg
new file mode 100755
index 0000000..44532ee
--- /dev/null
+++ b/icons/universalIndentGUI.svg
@@ -0,0 +1,110 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="780"
+ height="780"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ version="1.0"
+ sodipodi:docname="universalIndentGUI.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:export-filename="C:\Dokumente und Einstellungen\ts\Eigene Dateien\Visual Studio 2005\Projects\UiGui\resources\universalIndentGUI_64x64.png"
+ inkscape:export-xdpi="7.3800001"
+ inkscape:export-ydpi="7.3800001">
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ id="perspective10" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.91214279"
+ inkscape:cx="340.32318"
+ inkscape:cy="405.87242"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1280"
+ inkscape:window-height="968"
+ inkscape:window-x="1280"
+ inkscape:window-y="22" />
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Calque 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(4.8891506,-18.237072)">
+ <g
+ id="g3155"
+ transform="matrix(0.999285,0,0,0.9826825,-8.6113584e-3,0.3208517)">
+ <rect
+ y="18.850748"
+ x="-4.2754745"
+ height="792.50806"
+ width="779.341"
+ id="rect2425"
+ style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.22735214;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ y="71.65731"
+ x="316.38922"
+ height="89.993835"
+ width="378.28165"
+ id="rect2383"
+ style="fill:#5555ff;fill-opacity:1;stroke:#000000;stroke-width:0.97132629;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ y="671.63696"
+ x="316.38922"
+ height="89.993835"
+ width="378.28165"
+ id="rect2398"
+ style="fill:#5555ff;fill-opacity:1;stroke:#000000;stroke-width:0.97132629;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ y="271.56451"
+ x="453.01395"
+ height="90.175598"
+ width="241.76047"
+ id="rect2400"
+ style="fill:#00d400;fill-opacity:1;stroke:#000000;stroke-width:0.77700001;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ y="471.54807"
+ x="453.01395"
+ height="90.175598"
+ width="241.76047"
+ id="rect2402"
+ style="fill:#00d400;fill-opacity:1;stroke:#000000;stroke-width:0.77729917;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ id="path2445"
+ d="M 100.70226,141.45325 C 100.91246,277.71283 102.17192,569.71629 100.70226,694.64075 C 127.42166,694.65406 116.64867,694.66351 145.23842,694.64075 C 184.0519,484.75502 337.81109,454.33715 419.67592,418.047 C 331.5138,375.45954 182.79245,348.82008 145.23842,141.45325 C 118.20526,141.54462 124.17093,141.43636 100.70226,141.45325 z"
+ style="fill:#00d400;fill-opacity:1;stroke:#000000;stroke-width:0.77700001;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </g>
+ </g>
+</svg>
diff --git a/icons/universalIndentGUI_32x32.xpm b/icons/universalIndentGUI_32x32.xpm
new file mode 100755
index 0000000..fd01f5e
--- /dev/null
+++ b/icons/universalIndentGUI_32x32.xpm
@@ -0,0 +1,120 @@
+/* XPM */
+static char * universalIndentGUI_32x32_xpm[] = {
+"32 32 85 1",
+" c None",
+". c #DFDFDF",
+"+ c #EEEEEE",
+"@ c #DEDEDE",
+"# c #F0F0F0",
+"$ c #FFFFFF",
+"% c #EFEFEF",
+"& c #7878E4",
+"* c #6565EE",
+"= c #9191E7",
+"- c #6C6CF0",
+"; c #5555FF",
+"> c #8888F0",
+", c #E9F1E9",
+"' c #DEEBDE",
+") c #F8FAF8",
+"! c #55D655",
+"~ c #00D400",
+"{ c #ADEAAD",
+"] c #8080E5",
+"^ c #6F6FEE",
+"/ c #9898E8",
+"( c #69DF69",
+"_ c #24D324",
+": c #FEFEFE",
+"< c #AEEAAE",
+"[ c #32D632",
+"} c #FDFEFD",
+"| c #84E084",
+"1 c #CFF7CF",
+"2 c #33DD33",
+"3 c #75DE75",
+"4 c #03D503",
+"5 c #ABE8AB",
+"6 c #C3F5C3",
+"7 c #05D205",
+"8 c #96E796",
+"9 c #51D851",
+"0 c #DDF4DD",
+"a c #C8F2C8",
+"b c #20CB20",
+"c c #65D165",
+"d c #0AD30A",
+"e c #68DD68",
+"f c #D9F3D9",
+"g c #03D303",
+"h c #4DD94D",
+"i c #B5EBB5",
+"j c #FCFDFC",
+"k c #22D322",
+"l c #83E283",
+"m c #EAF6EA",
+"n c #01D301",
+"o c #44D844",
+"p c #B6ECB6",
+"q c #2ED52E",
+"r c #BEEBBE",
+"s c #D3F8D3",
+"t c #44DF44",
+"u c #80E180",
+"v c #67DC67",
+"w c #F9FCF9",
+"x c #82DF82",
+"y c #5CDB5C",
+"z c #C4F2C4",
+"A c #10C910",
+"B c #5BCF5B",
+"C c #1AD31A",
+"D c #F3FAF3",
+"E c #91E691",
+"F c #15D215",
+"G c #F6FBF6",
+"H c #58DC58",
+"I c #9DE89D",
+"J c #9C9CF5",
+"K c #8E8EFF",
+"L c #AFAFF5",
+"M c #D0F4D0",
+"N c #BBF4BB",
+"O c #EFFAEF",
+"P c #6E6EE3",
+"Q c #5A5AEE",
+"R c #8989E5",
+"S c #EDEDED",
+"T c #DCDCDC",
+".++++++++++++++++++++++++++++++@",
+"#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$%",
+"#$$$$$$$$$$$$&**************=$$%",
+"#$$$$$$$$$$$$-;;;;;;;;;;;;;;>$$%",
+"#$$$,')$$$$$$-;;;;;;;;;;;;;;>$$%",
+"#$$$!~{$$$$$$]^^^^^^^^^^^^^^/$$%",
+"#$$$!~($$$$$$$$$$$$$$$$$$$$$$$$%",
+"#$$$!~_:$$$$$$$$$$$$$$$$$$$$$$$%",
+"#$$$!~~<$$$$$$$$$$$$$$$$$$$$$$$%",
+"#$$$!~~[}$$$$$$$$$$$$$$$$$$$$$$%",
+"#$$$!~~~|$$$$$$$$$12222222223$$%",
+"#$$$!~~~45$$$$$$$$6~~~~~~~~~!$$%",
+"#$$$!~~~~78$$$$$$$6~~~~~~~~~!$$%",
+"#$$$!~~~~~~90$$$$$abbbbbbbbbc$$%",
+"#$$$!~~~~~~~def$$$$$$$$$$$$$$$$%",
+"#$$$!~~~~~~~~~ghij$$$$$$$$$$$$$%",
+"#$$$!~~~~~~~~~~klm$$$$$$$$$$$$$%",
+"#$$$!~~~~~~~nopj$$$$$$$$$$$$$$$%",
+"#$$$!~~~~~~qr$$$$$stttttttttu$$%",
+"#$$$!~~~~~vw$$$$$$6~~~~~~~~~!$$%",
+"#$$$!~~~~x$$$$$$$$6~~~~~~~~~!$$%",
+"#$$$!~~~y$$$$$$$$$zAAAAAAAAAB$$%",
+"#$$$!~~CD$$$$$$$$$$$$$$$$$$$$$$%",
+"#$$$!~~E$$$$$$$$$$$$$$$$$$$$$$$%",
+"#$$$!~FG$$$$$$$$$$$$$$$$$$$$$$$%",
+"#$$$!~H$$$$$$$$$$$$$$$$$$$$$$$$%",
+"#$$$!~I$$$$$$JKKKKKKKKKKKKKKL$$%",
+"#$$$MNO$$$$$$-;;;;;;;;;;;;;;>$$%",
+"#$$$$$$$$$$$$-;;;;;;;;;;;;;;>$$%",
+"#$$$$$$$$$$$$PQQQQQQQQQQQQQQR$$%",
+"#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$%",
+"@SSSSSSSSSSSSSSSSSSSSSSSSSSSSSST"};
diff --git a/icons/universalIndentGUI_512x512.png b/icons/universalIndentGUI_512x512.png
new file mode 100755
index 0000000..9c6a0df
--- /dev/null
+++ b/icons/universalIndentGUI_512x512.png
Binary files differ
diff --git a/icons/universalIndentGUI_64x64.png b/icons/universalIndentGUI_64x64.png
new file mode 100755
index 0000000..c251538
--- /dev/null
+++ b/icons/universalIndentGUI_64x64.png
Binary files differ