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> 13