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) 3.18 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 UtrechtIconInstagramStyle0 = generatedCss; const UtrechtIconInstagram$1 = /*@__PURE__*/ proxyCustomElement(class UtrechtIconInstagram extends H { constructor() { super(); this.__registerHost(); this.__attachShadow(); } render() { return (h("svg", { key: '2fb7608c2fc04a2eab2cdbc1b22ff07f9458c98b', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: 'c37df41cac1078e84981bd125555ef829639554f', d: "M17.97 3.24c4.81 0 5.38.03 7.26.09 1.75.09 2.69.36 3.33.61.85.33 1.45.73 2.06 1.33.64.64 1.03 1.24 1.33 2.06.24.64.54 1.57.61 3.33.09 1.91.09 2.45.09 7.27s-.03 5.39-.09 7.27c-.09 1.76-.36 2.69-.61 3.33a5.68 5.68 0 0 1-1.33 2.06c-.64.64-1.24 1.03-2.06 1.33-.64.24-1.57.54-3.33.61-1.91.09-2.45.09-7.26.09s-5.38-.03-7.26-.09c-1.75-.09-2.69-.36-3.33-.61a5.68 5.68 0 0 1-2.06-1.33c-.64-.64-1.03-1.24-1.33-2.06-.24-.64-.54-1.57-.61-3.33-.09-1.91-.09-2.45-.09-7.27s.03-5.39.09-7.27c.09-1.76.36-2.69.61-3.33.27-.79.67-1.39 1.3-2.03.64-.64 1.24-1.03 2.06-1.33.64-.24 1.57-.54 3.33-.61 1.91-.12 2.48-.12 7.29-.12m0-3.24c-4.87 0-5.51.03-7.41.12C8.65.18 7.32.48 6.2.94 5.02 1.39 3.99 2 2.99 3S1.39 5.03.93 6.21C.48 7.33.18 8.66.09 10.57 0 12.48 0 13.11 0 17.99s.03 5.51.12 7.42c.09 1.91.39 3.21.85 4.36.45 1.18 1.09 2.18 2.09 3.18s2 1.6 3.18 2.09c1.15.45 2.45.76 4.36.85 1.91.09 2.54.12 7.41.12s5.51-.03 7.41-.12c1.91-.09 3.21-.39 4.36-.85 1.18-.45 2.18-1.09 3.18-2.09 1-1 1.6-2 2.09-3.18.45-1.15.76-2.45.85-4.36.09-1.91.12-2.54.12-7.42s-.03-5.51-.12-7.42c-.09-1.91-.39-3.21-.85-4.36-.45-1.18-1.09-2.18-2.09-3.18-1-1-2-1.6-3.18-2.09-1.15-.45-2.45-.76-4.36-.85C23.48 0 22.85 0 17.98 0Z" }), h("path", { key: 'dc058c5b78f82a93fb3134e20ba047afb6226659', d: "M18.67 9.33c-5.17 0-9.33 4.19-9.33 9.33s4.19 9.33 9.33 9.33S28 23.8 28 18.66s-4.16-9.33-9.33-9.33m0 15.39c-3.34 0-6.06-2.72-6.06-6.06s2.72-6.06 6.06-6.06 6.06 2.72 6.06 6.06-2.72 6.06-6.06 6.06" }), h("circle", { key: 'db9f7cd04f0896b6c5fc91573a5fc4d7e3a6a8de', cx: "28", cy: "8", r: "2.67" }))); } static get style() { return UtrechtIconInstagramStyle0; } }, [1, "utrecht-icon-instagram"]); function defineCustomElement$1() { if (typeof customElements === "undefined") { return; } const components = ["utrecht-icon-instagram"]; components.forEach(tagName => { switch (tagName) { case "utrecht-icon-instagram": if (!customElements.get(tagName)) { customElements.define(tagName, UtrechtIconInstagram$1); } break; } }); } const UtrechtIconInstagram = UtrechtIconInstagram$1; const defineCustomElement = defineCustomElement$1; export { UtrechtIconInstagram, defineCustomElement }; //# sourceMappingURL=utrecht-icon-instagram.js.map