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) 1.56 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-df3f0e01.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 UtrechtIconChevronUpStyle0 = generatedCss; const UtrechtIconChevronUp = class { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return (index.h("svg", { key: 'df15150ee388f6159c3799821f1c871c28f1bddf', viewBox: "0 0 14 8", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, index.h("defs", { key: '6afc2f682467d29a271e94f1646e8e7d4a7b549d' }, index.h("clipPath", { key: 'bb9ba1493597908d44968c1b35f4232497f7101d', id: "a" }, index.h("path", { key: '389eac7e558ded3b776668113c5a1bf0ee2e5ff4', "stroke-width": "0", d: "M0 0h14v8H0z" }))), index.h("g", { key: '9bd84821c8225adfb01d7ffe7c3aef99c3e3e3b5', "clip-path": "url(#a)" }, index.h("path", { key: '413d7345bfdd75ab61abc388a4970043e26988ec', d: "M13 8c-.26 0-.51-.1-.71-.29L7 2.41l-5.29 5.3A.996.996 0 1 1 .3 6.3L6.29.29a.996.996 0 0 1 1.41 0l6 6a.996.996 0 0 1-.71 1.7Z" })))); } }; UtrechtIconChevronUp.style = UtrechtIconChevronUpStyle0; exports.utrecht_icon_chevron_up = UtrechtIconChevronUp; //# sourceMappingURL=utrecht-icon-chevron-up.cjs.entry.js.map