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.07 kB
import { h } from "@stencil/core"; export class UtrechtIconAfval { render() { return (h("svg", { key: '30476933001cd775ebb4c107ba934248a0442b46', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("circle", { key: '78f42563a3c4845eb2b2f55394fa25d3e285465c', cx: "10.08", cy: "33", r: "3" }), h("path", { key: '2c362e997fc4ed8a3cc4205d22a4ca5b6511e71a', d: "M30.08 2h-3c0-1.1-.9-2-2-2H9.03C7.95 0 7.07.88 7.07 1.96V2h-1c-.55 0-1 .45-1 1v3h26V3c0-.55-.45-1-1-1Zm-23 27 .06-.03c.83-.6 1.84-.97 2.94-.97 2.76 0 5 2.24 5 5 0 1.13-.39 2.16-1.02 3h7.34c1.53 0 2.81-1.15 2.98-2.67L27.08 8H7.07v21Z" }))); } static get is() { return "utrecht-icon-afval"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["../../icon/generated.scss"] }; } static get styleUrls() { return { "$": ["../../icon/generated.css"] }; } } //# sourceMappingURL=utrecht-icon-afval.stencil.js.map