@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
18 lines (14 loc) • 1.13 kB
JavaScript
import { r as registerInstance, h } from './index-593361c2.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) {
registerInstance(this, hostRef);
}
render() {
return (h("svg", { key: 'b39275c655246dadfaa50fce972a1c049bf62d25', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '5fb8794bcdccad7e2ca0b681639a69f3a7089cdc', 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;
export { UtrechtIconTShirt as utrecht_icon_t_shirt };
//# sourceMappingURL=utrecht-icon-t-shirt.entry.js.map