@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.27 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 UtrechtIconPinterestStyle0 = generatedCss;
const UtrechtIconPinterest$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconPinterest extends H {
constructor() {
super();
this.__registerHost();
this.__attachShadow();
}
render() {
return (h("svg", { key: '1efa586300278eac1e932f21d0e46cd0e5943c3f', "data-name": "Layer 1", viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'ec40fd58dc5baa869ab20cbfbc01f9cf3ac7895c', d: "M11.32 34.72c-.22-2.05-.07-4 .38-5.89l1.8-7.76c-.29-.94-.52-2.03-.52-3.11 0-2.52 1.22-4.32 3.13-4.32 1.33 0 2.3.92 2.3 2.7 0 .56-.11 1.19-.34 1.91l-.79 2.59c-.16.5-.22.97-.22 1.37 0 1.8 1.37 2.81 3.13 2.81 3.13 0 5.36-3.24 5.36-7.45 0-4.68-3.06-7.67-7.58-7.67-5.04 0-8.23 3.29-8.23 7.85 0 1.84.56 3.55 1.67 4.72-.36.61-.74.72-1.33.72-1.8 0-3.51-2.54-3.51-6.01 0-5.99 4.79-10.75 11.52-10.75 7.06 0 11.5 4.93 11.5 11s-4.32 10.71-8.98 10.71c-1.85 0-3.47-.79-4.59-2.21l-.92 3.74c-.5 1.93-1.24 3.76-2.43 5.51 1.69.52 3.35.81 5.36.81 9.94 0 18-8.06 18-18S27.94 0 18 0 0 8.06 0 18c0 7.54 4.64 14.04 11.32 16.72" })));
}
static get style() { return UtrechtIconPinterestStyle0; }
}, [1, "utrecht-icon-pinterest"]);
function defineCustomElement$1() {
if (typeof customElements === "undefined") {
return;
}
const components = ["utrecht-icon-pinterest"];
components.forEach(tagName => { switch (tagName) {
case "utrecht-icon-pinterest":
if (!customElements.get(tagName)) {
customElements.define(tagName, UtrechtIconPinterest$1);
}
break;
} });
}
const UtrechtIconPinterest = UtrechtIconPinterest$1;
const defineCustomElement = defineCustomElement$1;
export { UtrechtIconPinterest, defineCustomElement };
//# sourceMappingURL=utrecht-icon-pinterest.js.map