2 Polymer('paper-icon-button',{
7 * The URL of an image for the icon. If the src property is specified,
8 * the icon property should not be.
17 * Specifies the icon name or index in the set of icons available in
18 * the icon's icon set. If the icon property is specified,
19 * the src property should not be.
27 recenteringTouch: true,
32 iconChanged: function(oldIcon) {
33 var label = this.getAttribute('aria-label');
34 if (!label || label === oldIcon) {
35 this.setAttribute('aria-label', this.icon);