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) 1.05 kB
import { h } from "@stencil/core"; export class UtrechtIconGeluid { render() { return (h("svg", { key: '3f9d1767b90dc6400a0bf2efd99f99ab4b4a8dd1', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '19efbbae700c452c7bc24b5bd1a629188d46197b', d: "M36 18.33c0 6.94-3.06 12.5-3.19 12.73l-2.62-1.46S33 24.46 33 18.33 30.22 7.11 30.19 7.06l2.62-1.46c.13.23 3.19 5.79 3.19 12.73m-29-6H3c-1.66 0-3 1.34-3 3v6c0 1.66 1.34 3 3 3h4zm3 0v12l8.03 7H21v-26h-2.97zm15.69.73S27 15.48 27 18.33s-1.3 5.25-1.31 5.27l2.62 1.46c.07-.12 1.69-3.07 1.69-6.73s-1.62-6.61-1.69-6.73z" }))); } static get is() { return "utrecht-icon-geluid"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["../../icon/generated.scss"] }; } static get styleUrls() { return { "$": ["../../icon/generated.css"] }; } } //# sourceMappingURL=utrecht-icon-geluid.stencil.js.map