@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
36 lines (31 loc) • 1.99 kB
JavaScript
import { p as proxyCustomElement, H, h } from './p-2f0ff193.js';
const generatedCss = ":host{block-size:var(--utrecht-icon-size);color:var(--utrecht-icon-color);display:inline-block;font-size:var(--utrecht-icon-size);inline-size:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative}svg{height:100%;pointer-events:none;width:100%}";
const UtrechtIconBrandgevaarStyle0 = generatedCss;
const UtrechtIconBrandgevaar$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconBrandgevaar extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: 'a8f16dcb5245abe75b8e9955adbae2c26e0c87fb', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '69ac66f2966aa6c32d97f22127d8fe6476b1f4a2', d: "M10.01 33h16v3h-16zM24.08 6.4c.55 1.39.59 5.32-1.06 6.43-.55-3.06-2.18-10.36-7.39-12.87.23 3.8.79 8.53-5.28 15.01 0-3.22-2.11-5.36-2.11-5.36 0 7.51-7.66 17.07 5.28 20.38-3.29-6.12-.12-7.43 1.25-12.72.82 1.11 1.41 3.09 1.14 4.2 1.92-2.51 1.88-7.45 1.88-9.68 4.11 2.78 7.74 11.24 4.18 18.2 12.67-5.36 7.87-17.75 2.11-23.59" })));
}
static get style() { return UtrechtIconBrandgevaarStyle0; }
}, [1, "utrecht-icon-brandgevaar"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-brandgevaar"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-brandgevaar":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconBrandgevaar$1);
}
break;
} });
}
const UtrechtIconBrandgevaar = UtrechtIconBrandgevaar$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconBrandgevaar, defineCustomElement };
//# sourceMappingURL=utrecht-icon-brandgevaar.js.map