@cfware/button Icon button component Usage import {html} from '@cfware/shadow-element'; import '@cfware/button'; const buttonHTML = () => html` <cfware-button icon="\uF0F2" /> `;