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.64 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 UtrechtIconZoomPlusStyle0 = generatedCss; const UtrechtIconZoomPlus = class { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return (index.h("svg", { key: '66f24fe134eb75e1a0173ee0687ea4f35244de09', viewBox: "0 0 14 14", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, index.h("defs", { key: 'd14b9b2a789fd56872a058f39a5af1ac849f8f40' }, index.h("clipPath", { key: 'e0017e8f5e5d5178b720c299da559360d536c936', id: "a" }, index.h("path", { key: '725dd4f26bfa2b0f57e19eb363a02b045f091326', "stroke-width": "0", d: "M0 0h14v14H0z" }))), index.h("g", { key: 'dfe106449cd37c095c6c4348c53df190b9a37d23', "clip-path": "url(#a)" }, index.h("path", { key: '5eeb2b7550ea2258eb1046ac2ec3b6ca2339873d', "fill-rule": "evenodd", d: "M7 0c.48 0 .88.39.88.88v5.25h5.25c.48 0 .88.39.88.88s-.39.88-.88.88H7.88v5.25c0 .48-.39.88-.88.88s-.88-.39-.88-.88V7.89H.88C.4 7.89 0 7.5 0 7.01s.39-.88.88-.88h5.25V.88c0-.48.39-.88.88-.88Z" })))); } }; UtrechtIconZoomPlus.style = UtrechtIconZoomPlusStyle0; exports.utrecht_icon_zoom_plus = UtrechtIconZoomPlus; //# sourceMappingURL=utrecht-icon-zoom-plus.cjs.entry.js.map