--- /dev/null
+.background { fill:#8f8f8f }
+.tableheader { fill:#cfcfcf }
+
+.shadow { fill:#000000 }
+.symbol { fill:#ffffff }
+
+.strongblurred { filter:url(common.filters#strongblurred) }
+.weakblurred { filter:url(common.filters#weakblurred) }
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
+ <defs>
+ <filter id="strongblurred" x="-0.5" y="-0.5" width="2" height="2">
+ <feGaussianBlur stdDeviation="2.5"/>
+ <feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 2 0"/>
+ <feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.6 0"/>
+ </filter>
+ <filter id="weakblurred" x="-0.5" y="-0.5" width="2" height="2">
+ <feGaussianBlur stdDeviation="0.2"/>
+ </filter>
+ </defs>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common.css" type="text/css"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1.1">
+ <path class="shadow strongblurred" d="M 26.7,3 12.3,20.5 5.7,13.9 3,16.6 12.7,29 29,4.9 z"/>
+ <path class="symbol weakblurred" d="M 26.7,3 12.3,20.5 5.7,13.9 3,16.6 12.7,29 29,4.9 z"/>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common.css" type="text/css"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="64" height="32" version="1.1">
+ <path class="shadow strongblurred" d="m 6,4 -2,8 0,5 14,12 40,0 2,-8 0,-5 L 46,4 z"/>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common.css" type="text/css"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="64" height="32" version="1.1">
+ <path class="symbol weakblurred" d="m 60,21 -2,8 -40,0 -14,-12 0,-2 23.5,0 8,6 z"/>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common.css" type="text/css"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="64" height="32" version="1.1">
+ <path class="symbol weakblurred" d="m 4,12 2,-8 40,0 14,12 0,2 -23.5,0 -8,-6 z"/>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common.css" type="text/css"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="128" height="128">
+ <rect class="background" width="100%" height="100%"/>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common.css" type="text/css"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="128" height="128">
+ <rect class="tableheader" width="100%" height="100%"/>
+</svg>