diff --git a/av-icons.html b/av-icons.html index 0d6ff37..e4a0d24 100644 --- a/av-icons.html +++ b/av-icons.html @@ -11,17 +11,24 @@ - + + + - - - + + + + + + + + @@ -34,6 +41,7 @@ + @@ -43,22 +51,28 @@ + + + + - - - + + + + + @@ -69,5 +83,6 @@ + diff --git a/communication-icons.html b/communication-icons.html index ec72704..b522e6d 100644 --- a/communication-icons.html +++ b/communication-icons.html @@ -17,6 +17,7 @@ + @@ -24,18 +25,20 @@ + + - + @@ -46,11 +49,13 @@ + + diff --git a/device-icons.html b/device-icons.html index e875a05..03809ee 100644 --- a/device-icons.html +++ b/device-icons.html @@ -13,7 +13,7 @@ - + diff --git a/editor-icons.html b/editor-icons.html index 7fabfe0..cb6ea04 100644 --- a/editor-icons.html +++ b/editor-icons.html @@ -25,6 +25,7 @@ + @@ -42,12 +43,14 @@ + + @@ -55,13 +58,16 @@ + + - + + diff --git a/hardware-icons.html b/hardware-icons.html index 670cb07..ddaddbd 100644 --- a/hardware-icons.html +++ b/hardware-icons.html @@ -18,6 +18,7 @@ + @@ -56,6 +57,7 @@ + diff --git a/image-icons.html b/image-icons.html index f6c45f5..96dee06 100644 --- a/image-icons.html +++ b/image-icons.html @@ -11,6 +11,7 @@ + @@ -37,7 +38,7 @@ - + @@ -53,6 +54,7 @@ + @@ -103,6 +105,7 @@ + @@ -113,6 +116,7 @@ + @@ -127,6 +131,7 @@ + diff --git a/iron-icons.html b/iron-icons.html index cd36f96..fb0c386 100644 --- a/iron-icons.html +++ b/iron-icons.html @@ -7,7 +7,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt --> - + @@ -51,15 +52,18 @@ + + + @@ -68,7 +72,7 @@ - + @@ -79,7 +83,7 @@ - + @@ -103,23 +107,29 @@ + + + + + + - + @@ -134,9 +144,10 @@ + - - + + @@ -146,22 +157,24 @@ + - + - + - - + + + @@ -170,11 +183,14 @@ + + + - + @@ -182,12 +198,17 @@ + + + - + + + @@ -197,16 +218,20 @@ + - + + + - + + @@ -220,8 +245,10 @@ + + - + @@ -251,9 +278,11 @@ - + + + @@ -267,19 +296,23 @@ + - + + + + @@ -295,9 +328,11 @@ + + - + diff --git a/maps-icons.html b/maps-icons.html index 008a0ef..059ae91 100644 --- a/maps-icons.html +++ b/maps-icons.html @@ -11,6 +11,7 @@ + @@ -22,6 +23,7 @@ + @@ -29,7 +31,7 @@ - + @@ -58,7 +60,9 @@ + + @@ -67,5 +71,6 @@ + diff --git a/notification-icons.html b/notification-icons.html index 39db434..ac6744a 100644 --- a/notification-icons.html +++ b/notification-icons.html @@ -21,19 +21,22 @@ - + + - + + + @@ -43,6 +46,7 @@ + diff --git a/places-icons.html b/places-icons.html new file mode 100644 index 0000000..5084b8c --- /dev/null +++ b/places-icons.html @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/social-icons.html b/social-icons.html index 5553caa..8848395 100644 --- a/social-icons.html +++ b/social-icons.html @@ -18,11 +18,11 @@ - - - - - + + + + + diff --git a/util/concat-svg.js b/util/concat-svg.js index c739931..69bdd81 100755 --- a/util/concat-svg.js +++ b/util/concat-svg.js @@ -25,6 +25,10 @@ function transmogrify($, name) { var node = $('svg'); // remove spacer rectangles node.find('[fill=none]').remove(); + // remove fill attribute + node.find('[fill]').each(function(i, e) { + $(e).attr('fill', null); + }); // remove empty groups var innerHTML = $.xml(node.children()); // add parent group with icon name as id