UNPKG

@utrecht/web-component-library-stencil

Version:

Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture

22 lines (16 loc) 1.2 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-cdb0df7a.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 UtrechtIconMeterkastStyle0 = generatedCss; const UtrechtIconMeterkast = class { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return (index.h("svg", { key: '3055516320480af99725afec0af192a31eb13e75', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, index.h("path", { key: 'e10a35881977ef29ae5bd5f06fe3502503814020', d: "M19 9v18h13V9zm4 11h-1.83v-4H23zM4 9v18h13V9zm11 11h-2v-4h2zM4 29v7h28v-7zM6 3h24c1.1 0 2 .9 2 2v2H4V5c0-1.1.9-2 2-2" }))); } }; UtrechtIconMeterkast.style = UtrechtIconMeterkastStyle0; exports.utrecht_icon_meterkast = UtrechtIconMeterkast; //# sourceMappingURL=utrecht-icon-meterkast.cjs.entry.js.map