3 Polymer('core-icon-button', {
6 * The URL of an image for the icon. Should not use `icon` property
7 * if you are using this property.
16 * If true, border is placed around the button to indicate it's
26 * Specifies the icon name or index in the set of icons available in
27 * the icon set. Should not use `src` property if you are using this
36 activeChanged: function() {
37 this.classList
.toggle('selected', this.active
);