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.64 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 UtrechtIconContainerGlasStyle0 = generatedCss; const UtrechtIconContainerGlas = class { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return (index.h("svg", { key: '27bfebb60c5ebe2ef6ee48edb14fbb4767309e77', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, index.h("path", { key: 'f4e37e70ec984cbe0ed66f9edb102b4ba2551c52', d: "M4 28v-6c0-.55.45-1 1-1h3.96v-2A4.472 4.472 0 0 0 6 15.28V6c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v9.28C1.41 15.85.19 17.27 0 19v16c0 .55.45 1 1 1h7c.55 0 1-.45 1-1l-.02-6H5c-.55 0-1-.45-1-1M23 1c0-.55.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1h-2v3h-2V2h-2c-.55 0-1-.45-1-1M11 27h23V9c0-1.1-.9-2-2-2H12c-1.1 0-2 .9-2 2v6.69c.63.95 1 2.09 1 3.31zm17-15c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m-6 0c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m-6 0c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m20 19c0 .55-.45 1-1 1H11v-2h24c.55 0 1 .45 1 1" }))); } }; UtrechtIconContainerGlas.style = UtrechtIconContainerGlasStyle0; exports.utrecht_icon_container_glas = UtrechtIconContainerGlas; //# sourceMappingURL=utrecht-icon-container-glas.cjs.entry.js.map