--icon-size the width/height of the icon
--icon-color the color of the icon
Optional
Color of icon as css value
Use the CSS Variable "--icon-color" instead
Size of icon as css variable.
If a Number is provided, will fallback to px.
Use the CSS Variable "--icon-size" instead
Static
Protected
Invoked on each update to perform rendering tasks. This method may return any value renderable by lit-html's ChildPart - typically a TemplateResult. Setting properties inside this method will not trigger the element to update.
ChildPart
TemplateResult
Cssproperty
--icon-size the width/height of the icon
Cssproperty
--icon-color the color of the icon
Slot