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.22 kB
import { h } from "@stencil/core"; export class UtrechtIconChevronDown { render() { return (h("svg", { key: '2824f346043e9a47d52324bcb11a1fab23e1525f', viewBox: "0 0 14 8", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("defs", { key: 'e2010b9c6694c760c7fc3e4b5366b034f07d1118' }, h("clipPath", { key: '345d8cb9d1772eb38e53696af760c8f42af1bdb8', id: "a" }, h("path", { key: '8a422f04d5fd16433d6fd437940dea6a4d7791d4', "stroke-width": "0", d: "M0 0h14v8H0z" }))), h("g", { key: 'a9e45bd0f74ed071f005bfc9534d5b8089cadea1', "clip-path": "url(#a)" }, h("path", { key: '57bce049b7ca4480ea76638e979dd3d75f9693b4', d: "M7 8c-.26 0-.51-.1-.71-.29l-6-6C-.1 1.32-.1.68.29.29s1.03-.39 1.42 0L7 5.58 12.29.29A.996.996 0 1 1 13.7 1.7l-6 6c-.2.2-.45.29-.71.29Z" })))); } static get is() { return "utrecht-icon-chevron-down"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["../../icon/generated.scss"] }; } static get styleUrls() { return { "$": ["../../icon/generated.css"] }; } } //# sourceMappingURL=utrecht-icon-chevron-down.stencil.js.map