@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) • 2.76 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 UtrechtIconWeerbaarheidStyle0 = generatedCss;
const UtrechtIconWeerbaarheid$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconWeerbaarheid extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '77fe838236bb716efcaafcd46b85030e971206ce', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'df7c4ea78b61145e12e3b3965ab4b95bff73a28b', d: "M35.19 15.49c.19-.23.16-.58-.06-.8l-.14-.14c-.7-.73-1.58-1.62-3.34-.94l-4.88 2.94c-.52.32-1.16.33-1.69.03a1.66 1.66 0 0 1-.87-1.44c-.02-.85-.13-2.47-.25-4.35v-.07c-.18-2.58-.37-5.51-.38-7.21 0-1.05-.87-1.91-1.92-1.91s-1.86.8-1.92 1.82l-.41 8.83c-.45.11-.93.23-1.41.37L14.54 1.47A1.998 1.998 0 0 0 12.16.06a1.953 1.953 0 0 0-1.44 2.35l3.12 11.66c-.21.09-.42.18-.64.28L7.29 5.92c-.58-.83-1.62-1.15-2.48-.77-.55.24-.95.71-1.11 1.29-.14.51-.07 1.04.2 1.51l5.33 8.48c-.25.15-.5.31-.76.47l-4.89-3.74c-.71-.65-1.75-.64-2.41.02a1.72 1.72 0 0 0-.06 2.36l4.78 4.74 7.2 10.06c.58.82.98 1.78 1.15 2.77l.48 2.9h14.23l-1.85-7.27a6.62 6.62 0 0 1 1.56-6.16l6.52-7.07ZM22.5 22.51c0 2.84-1.77 4.95-4.82 6.38a.87.87 0 0 1-.74 0c-3.06-1.43-4.82-3.43-4.82-6.28l.03-4.84c0-.47.39-.86.86-.86h8.66c.48 0 .87.39.86.87 0 1.57-.03 4.73-.03 4.73", class: "cls-1" }), h("path", { key: 'cdde14592268e231b3d28252f518adc7126fdceb', d: "m20.58 21.37-3.66 3.66a.996.996 0 0 1-1.41 0l-1.45-1.45a.996.996 0 0 1 0-1.41c.39-.38 1.01-.38 1.4 0l.76.76 2.96-2.96a.984.984 0 0 1 1.4 0c.39.39.39 1.01 0 1.4", class: "cls-1" })));
}
static get style() { return UtrechtIconWeerbaarheidStyle0; }
}, [1, "utrecht-icon-weerbaarheid"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-weerbaarheid"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-weerbaarheid":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconWeerbaarheid$1);
}
break;
} });
}
const UtrechtIconWeerbaarheid = UtrechtIconWeerbaarheid$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconWeerbaarheid, defineCustomElement };
//# sourceMappingURL=utrecht-icon-weerbaarheid.js.map