@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.78 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 UtrechtIconFlickrStyle0 = generatedCss;
const UtrechtIconFlickr$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconFlickr extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '7966aac7e92e844c881c4b95e4b84d3fd7f4fbe5', "data-name": "Layer 1", viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("circle", { key: 'eba02a8c5c5338bad71c29c531cb2c10d0ea8a20', cx: "8.75", cy: "18", r: "7.32" }), h("circle", { key: '2d431991e632f08199ccb429a2565b826b808c0a', cx: "27.25", cy: "18", r: "7.32", opacity: ".7" })));
}
static get style() { return UtrechtIconFlickrStyle0; }
}, [1, "utrecht-icon-flickr"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-flickr"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-flickr":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconFlickr$1);
}
break;
} });
}
const UtrechtIconFlickr = UtrechtIconFlickr$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconFlickr, defineCustomElement };
//# sourceMappingURL=utrecht-icon-flickr.js.map