@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.23 kB
JavaScript
;
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 UtrechtIconFlickrStyle0 = generatedCss;
const UtrechtIconFlickr = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h("svg", { key: '7966aac7e92e844c881c4b95e4b84d3fd7f4fbe5', "data-name": "Layer 1", viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, index.h("circle", { key: 'eba02a8c5c5338bad71c29c531cb2c10d0ea8a20', cx: "8.75", cy: "18", r: "7.32" }), index.h("circle", { key: '2d431991e632f08199ccb429a2565b826b808c0a', cx: "27.25", cy: "18", r: "7.32", opacity: ".7" })));
}
};
UtrechtIconFlickr.style = UtrechtIconFlickrStyle0;
exports.utrecht_icon_flickr = UtrechtIconFlickr;
//# sourceMappingURL=utrecht-icon-flickr.cjs.entry.js.map