Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / polymer / components-chromium / paper-icon-button / metadata.html
1 <x-meta id="paper-icon-button" label="Icon Button" group="Paper">
2
3   <template>
4     <paper-icon-button icon="menu"></paper-icon-button>
5   </template>
6
7   <template id="imports">
8     <link rel="import" href="../core-icons/core-icons.html">
9     <link rel="import" href="paper-icon-button.html">
10   </template>
11
12 </x-meta>