UNPKG

@public-ui/components

Version:

Contains all web components that belong to KoliBri - The accessible HTML-Standard.

4 lines 307 B
/*! * KoliBri - The accessible HTML-Standard */ import{h}from"@stencil/core/internal/client";import{c as KolIconTag}from"./component-names.js";const KolIconFc=o=>{const{class:c,style:n,icons:l,label:s,onClick:e}=o;return h(KolIconTag,{class:c,style:n,onClick:e,_icons:l,_label:s})};export{KolIconFc as K};