UNPKG

@utrecht/web-component-library-stencil

Version:

Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture

22 lines (16 loc) 2.16 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-cdb0df7a.js'); const generatedCss = ":host{block-size:var(--utrecht-icon-size);color:var(--utrecht-icon-color);display:inline-block;font-size:var(--utrecht-icon-size);inline-size:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative}svg{height:100%;pointer-events:none;width:100%}"; const UtrechtIconListCheckStyle0 = generatedCss; const UtrechtIconListCheck = class { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return (index.h("svg", { key: '2fff84f4d8808ec682bba1173a8dea02ceb86b56', viewBox: "0 0 18 16", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, index.h("defs", { key: '8c1727eb16e46080e5ba58cc84e7e89bce0e0041' }, index.h("clipPath", { key: '36f514c12ceaf03ea1c8cad6173b314f435dec16', id: "a" }, index.h("path", { key: '0f4880eed406445a397030041c0c3b58663ad1e8', "stroke-width": "0", d: "M0 0h18v16H0z" }))), index.h("g", { key: 'dd01a0c1c21674c343536446ab353412ec2344bc', "clip-path": "url(#a)" }, index.h("path", { key: '37303a01ab397202a6548ea50c1bda905e5cf843', "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" })))); } }; UtrechtIconListCheck.style = UtrechtIconListCheckStyle0; exports.utrecht_icon_list_check = UtrechtIconListCheck; //# sourceMappingURL=utrecht-icon-list-check.cjs.entry.js.map