@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
18 lines (14 loc) • 1.15 kB
JavaScript
import { r as registerInstance, h } from './index-6be72d1f.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) {
registerInstance(this, hostRef);
}
render() {
return (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" }, h("circle", { key: 'eba02a8c5c5338bad71c29c531cb2c10d0ea8a20', cx: "8.75", cy: "18", r: "7.32" }), h("circle", { key: '2d431991e632f08199ccb429a2565b826b808c0a', cx: "27.25", cy: "18", r: "7.32", opacity: ".7" })));
}
};
UtrechtIconFlickr.style = UtrechtIconFlickrStyle0;
export { UtrechtIconFlickr as utrecht_icon_flickr };
//# sourceMappingURL=utrecht-icon-flickr.entry.js.map