UNPKG

@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.56 kB
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 UtrechtIconStrooienStyle0 = generatedCss; const UtrechtIconStrooien$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconStrooien extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '68aad5a1c02d0cc738e2bec9df613cd6adee45d7', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'acb0949fde493364eca97621a7cbf4615fe66ceb', d: "M17 2V1c0-.55.45-1 1-1s1 .45 1 1v1c0 .55-.45 1-1 1s-1-.45-1-1m1 7c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1s-1 .45-1 1v1c0 .55.45 1 1 1M9.51 0h-.03c-.43 0-.81.26-.96.65L.07 22.64c-.25.65.24 1.35.96 1.35h.03c.43 0 .81-.26.96-.65l8.45-21.99C10.72.7 10.23 0 9.51 0m16.98 0c-.72 0-1.21.7-.96 1.35l8.46 21.99c.15.39.53.65.96.65h.03c.72 0 1.21-.7.96-1.35L27.48.65c-.15-.39-.53-.65-.96-.65zM29 23h-5.05l3.95-3.95a.996.996 0 1 0-1.41-1.41L21.13 23h-2.12v-2.12l5.36-5.36a.996.996 0 1 0-1.41-1.41l-3.95 3.95v-5.05c0-.55-.45-1-1-1s-1 .45-1 1v5.05l-3.95-3.95a.996.996 0 1 0-1.41 1.41l5.36 5.36V23h-2.12l-5.36-5.36a.996.996 0 1 0-1.41 1.41L12.07 23H7.02c-.55 0-1 .45-1 1s.45 1 1 1h5.05l-3.95 3.95a.996.996 0 1 0 1.41 1.41L14.89 25h2.12v2.12l-5.36 5.36a.996.996 0 1 0 1.41 1.41l3.95-3.95v5.05c0 .55.45 1 1 1s1-.45 1-1v-5.05l3.95 3.95a.996.996 0 1 0 1.41-1.41l-5.36-5.36V25h2.12l5.36 5.36a.996.996 0 1 0 1.41-1.41L23.95 25H29c.55 0 1-.45 1-1s-.45-1-1-1" }))); } static get style() { return UtrechtIconStrooienStyle0; } }, [1, "utrecht-icon-strooien"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-strooien"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-strooien": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconStrooien$1); } break; } }); } const UtrechtIconStrooien = UtrechtIconStrooien$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconStrooien, defineCustomElement }; //# sourceMappingURL=utrecht-icon-strooien.js.map