Skip to content

Commit

Permalink
chore: deprecate IronIcon in favor of Icon (#1793)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki authored Jun 14, 2021
1 parent e670705 commit 681b12a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,14 @@
* to display an icon.
*
* @author Vaadin Ltd
*
* @deprecated since Vaadin 21, {@code IronIcon} is deprecated in favor of
* {@link Icon}
*/
@Tag("iron-icon")
@NpmPackage(value = "@polymer/iron-icon", version = "3.0.1")
@JsModule("@polymer/iron-icon/iron-icon.js")
@Deprecated
public class IronIcon extends Component
implements HasStyle, ClickNotifier<IronIcon> {
private static final String ICON_ATTRIBUTE_NAME = "icon";
Expand Down

0 comments on commit 681b12a

Please sign in to comment.