UNPKG

@utrecht/web-component-library-stencil

Version:

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

20 lines (19 loc) 908 B
import { h } from "@stencil/core"; export class UtrechtIconFlickr { 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" }))); } static get is() { return "utrecht-icon-flickr"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["../../icon/generated.scss"] }; } static get styleUrls() { return { "$": ["../../icon/generated.css"] }; } } //# sourceMappingURL=utrecht-icon-flickr.stencil.js.map