UNPKG

@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
import { h } from "@stencil/core"; export class UtrechtIconTShirt { 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" }))); } 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