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.71 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 UtrechtIconHerdenkingStyle0 = generatedCss; const UtrechtIconHerdenking = class { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return (index.h("svg", { key: '17a1f339ecbd45a91a3d357d7095b0a9e905c5e5', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, index.h("rect", { key: '7f613cb54b01b2ef81267cac749eb809b13e6f72', width: "36", height: "2", x: "-2", y: "35", rx: "1", ry: "1" }), index.h("path", { key: '7881c6e0936520a6b72f92753d7194cd86799f98', d: "M21 21h-1l-.97-17.49c-.02-.31-.18-.6-.44-.78l-2.03-1.56a.979.979 0 0 0-1.11 0l-2.03 1.56c-.26.17-.42.46-.44.78L12.01 21h-1c-.55 0-1 .45-1 1v2h12v-2c0-.55-.45-1-1-1Z" }), index.h("path", { key: 'c1cc51281c0846f0049f516f4ad591ec22642964', d: "m30 14-1-1h-3V7c0-.55-.45-1-1-1s-1 .45-1 1v19H7c-.55 0-1 .45-1 1v4H2c-.55 0-1 .45-1 1s.45 1 1 1h28c.55 0 1-.45 1-1s-.45-1-1-1h-4V21h1.88l1.02 1 4.1-.02c.55 0 1-.45 1-1V15c0-.55-.45-1-1-1zM20 31h-8v-3h8zm12-11h-2.29l-1.02-1h-2.7v-4h2.17l1 1h2.83v4Z" }))); } }; UtrechtIconHerdenking.style = UtrechtIconHerdenkingStyle0; exports.utrecht_icon_herdenking = UtrechtIconHerdenking; //# sourceMappingURL=utrecht-icon-herdenking.cjs.entry.js.map