@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
20 lines (19 loc) • 889 B
JavaScript
import { h } from "@stencil/core";
export class UtrechtIconTShirt {
render() {
return (h("svg", { key: 'fd308ce41304c36740e4beb49e4875e34eb32d7e', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, 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" })));
}
static get is() { return "utrecht-icon-t-shirt"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["../../icon/generated.scss"]
};
}
static get styleUrls() {
return {
"$": ["../../icon/generated.css"]
};
}
}
//# sourceMappingURL=utrecht-icon-t-shirt.stencil.js.map