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.21 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-df3f0e01.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 UtrechtIconTShirtStyle0 = generatedCss; const UtrechtIconTShirt = class { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return (index.h("svg", { key: 'fd308ce41304c36740e4beb49e4875e34eb32d7e', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, index.h("path", { key: '37fbf3c4cdf03d092752def7bc4dfaea2dee9502', d: "M33.51 6.02c0-3.16-2.88-6.01-6.05-6.01h-5.19l-4.54 5.35L13.36 0h-5.4C4.81 0 1.94 2.85 1.94 5.99l.03 7.59 4.49-.05V36h22.52V13.52l4.44-.05.08-7.46Z" }))); } }; UtrechtIconTShirt.style = UtrechtIconTShirtStyle0; exports.utrecht_icon_t_shirt = UtrechtIconTShirt; //# sourceMappingURL=utrecht-icon-t-shirt.cjs.entry.js.map