1 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/polymer/polymer.html">
2 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/iron-icons/iron-icons.html">
3 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/neon-animation/animations/transform-animation.html">
4 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/neon-animation/neon-animation-runner-behavior.html">
5 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/paper-fab/paper-fab.html">
7 <dom-module id=
"viewer-zoom-button">
8 <link rel=
"import" type=
"css" href=
"../shared-icon-style.css">
9 <link rel=
"import" type=
"css" href=
"viewer-zoom-button.css">
11 <paper-fab id=
"button" mini
icon=
"[[visibleIcon_]]" on-click=
"fireClick">
15 <script src=
"viewer-zoom-button.js"></script>