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.8 kB
import { h } from "@stencil/core"; export class UtrechtIconListCheck { render() { return (h("svg", { key: '066769344f6630a0b319b70a5d53dcf517553119', viewBox: "0 0 18 16", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("defs", { key: 'bc41efbce08c2a6d54d07e8e3be12086c6eff321' }, h("clipPath", { key: '378c5a5e6e715f6f0fd5c5364a3af73699f8ee8d', id: "a" }, h("path", { key: '7cd9583e747e51f5bd44050f5b6c856b76042b9a', "stroke-width": "0", d: "M0 0h18v16H0z" }))), h("g", { key: 'd66f20d8e8e941da79eb8b80f73a03788622f5a5', "clip-path": "url(#a)" }, h("path", { key: 'a493c15da53c0fe538b681dbfd4894e5f870caa6', "fill-rule": "evenodd", d: "M4.18.28c.38-.38 1-.38 1.38 0 .38.38.38.99 0 1.37L3.13 4.07c-.38.38-1 .38-1.38 0L.28 2.63c-.37-.38-.37-1 0-1.38.38-.38 1-.38 1.38 0l.77.77L4.17.28ZM7.3 2.42c0-.54.44-.97.97-.97h8.76a.97.97 0 0 1 0 1.94H8.27c-.54 0-.97-.43-.97-.97M5.56 6.1c.38.38.38.99 0 1.37L3.13 9.89c-.38.38-1 .38-1.38 0L.29 8.44a.966.966 0 0 1 0-1.37c.38-.38 1-.38 1.38 0l.77.77L4.18 6.1c.38-.38 1-.38 1.38 0M7.3 8.24c0-.54.44-.97.97-.97h8.76a.97.97 0 0 1 0 1.94H8.27c-.54 0-.97-.43-.97-.97m-1.74 3.68c.38.38.38.99 0 1.37l-2.43 2.42c-.38.38-1 .38-1.38 0L.29 14.26a.966.966 0 0 1 0-1.37c.38-.38 1-.38 1.38 0l.77.77 1.74-1.74c.38-.38 1-.38 1.38 0m1.74 2.14c0-.54.44-.97.97-.97h8.76a.97.97 0 0 1 0 1.94H8.27c-.54 0-.97-.43-.97-.97" })))); } static get is() { return "utrecht-icon-list-check"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["../../icon/generated.scss"] }; } static get styleUrls() { return { "$": ["../../icon/generated.css"] }; } } //# sourceMappingURL=utrecht-icon-list-check.stencil.js.map