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.1 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 UtrechtIconMinusVerticalStyle0 = generatedCss; const UtrechtIconMinusVertical$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconMinusVertical extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: 'd8363187396290b6e0348de35f68a3a4fe3b2475', viewBox: "0 0 2 14", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("defs", { key: 'f76d105a773102adaa734b9c2fe685daa737c880' }, h("clipPath", { key: 'e098cd5e38cc304b9f5b012e49c1be9a0f17dded', id: "a" }, h("path", { key: 'e43987f578e75c5a3113acd789a700fc1539fd0f', "stroke-width": "0", d: "M0 0h2v14H0z" }))), h("g", { key: 'ed09e20fff8ec0e8d1941679be48f6db8b9f6d18', "clip-path": "url(#a)" }, h("path", { key: '0f001777118b3ef0d84c0d877239c05ce1001f44', d: "M1 14c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1s1 .45 1 1v12c0 .55-.45 1-1 1" })))); } static get style() { return UtrechtIconMinusVerticalStyle0; } }, [1, "utrecht-icon-minus-vertical"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-minus-vertical"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-minus-vertical": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconMinusVertical$1); } break; } }); } const UtrechtIconMinusVertical = UtrechtIconMinusVertical$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconMinusVertical, defineCustomElement }; //# sourceMappingURL=utrecht-icon-minus-vertical.js.map