UNPKG

@utrecht/web-component-library-stencil

Version:

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

23 lines (17 loc) 1.76 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-cdb0df7a.js'); const generatedDirectionInheritCss = ":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%}:host([direction=inherit]:dir(rtl)){--utrecht-icon-scale-x:-1}svg{transform:scaleX(var(--utrecht-icon-scale-x, 1))}"; const UtrechtIconChevronLeftStyle0 = generatedDirectionInheritCss; const UtrechtIconChevronLeft = class { constructor(hostRef) { index.registerInstance(this, hostRef); this.direction = 'inherit'; } render() { return (index.h("svg", { key: '203132a57689f8586c72027e633156a54ffc0183', viewBox: "0 0 8 14", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, index.h("defs", { key: 'd1b9548aa17c7e4b562aa745e152da58822bcc25' }, index.h("clipPath", { key: '694ebdbb90cdcb2a3729235ca18d3916376ff13b', id: "a" }, index.h("path", { key: '344cab9589b9de89bccc62f714c400f95c110c52', "stroke-width": "0", d: "M0 0h8v14H0z" }))), index.h("g", { key: 'd2fb11df5e914b1556bfa3e5172ee0e1f0d99991', "clip-path": "url(#a)" }, index.h("path", { key: '1a3ac6f8c8da51dbe1692b4d4fa0429e77366069', d: "M7 14c-.26 0-.51-.1-.71-.29l-6-6a.996.996 0 0 1 0-1.41l6-6.01A.996.996 0 1 1 7.7 1.7L2.41 7l5.29 5.29a.996.996 0 0 1-.71 1.7Z" })))); } }; UtrechtIconChevronLeft.style = UtrechtIconChevronLeftStyle0; exports.utrecht_icon_chevron_left = UtrechtIconChevronLeft; //# sourceMappingURL=utrecht-icon-chevron-left.cjs.entry.js.map