Index: /trunk/scripts/geticons.pl
===================================================================
--- /trunk/scripts/geticons.pl	(revision 16875)
+++ /trunk/scripts/geticons.pl	(revision 16876)
@@ -162,4 +162,8 @@
           }
         }
+        if($f =~ /<style[^>]+type=['"]text\/css['"][^>]*>/m)
+        {
+          print STDERR "$ifile: CSS-Style in SVG icon not supported\n";
+        }
         if($f =~ /viewBox\s*=\s*["']([^"']+)["']/)
         {
