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.28 kB
import { h } from "@stencil/core"; export class UtrechtIconMilieuOntheffing { render() { return (h("svg", { key: 'b385ca6ecae8ca80763563e96ee9de7779cddfca', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '23ba2227a859a5f8fd75a54466bd030508917482', d: "M20.76 15h-3.79v-5c0-1.1-.9-2-2-2H1c-.55 0-1 .45-1 1v21c0 .55.45 1 1 1h12.01c-.02.17-.05.33-.05.5 0 2.48 2.02 4.5 4.5 4.5s4.5-2.02 4.5-4.5c0-.17-.03-.33-.05-.5h1.05c1.1 0 2-.9 2-2v-7.53c0-.31-.07-.61-.21-.89l-2.21-4.47A2 2 0 0 0 20.75 15Zm-3.29 19a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5m5.5-12h-6v-5h4l2 4zM29 0c-3.86 0-7 3.14-7 7s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7m-.57 9.64c-.4.4-1.04.4-1.44 0l-1.51-1.51a.996.996 0 0 1 0-1.41c.39-.38 1.01-.38 1.4 0l.84.83 2.91-2.91a.984.984 0 0 1 1.4 0c.39.39.39 1.01 0 1.4z" }))); } static get is() { return "utrecht-icon-milieu-ontheffing"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["../../icon/generated.scss"] }; } static get styleUrls() { return { "$": ["../../icon/generated.css"] }; } } //# sourceMappingURL=utrecht-icon-milieu-ontheffing.stencil.js.map