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) 1.25 kB
import { h } from "@stencil/core"; export class UtrechtIconHoreca { render() { return (h("svg", { key: '7d4d48b293e7b58893d80b849e27604209a165fb', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '479031ef7340a9692a79af44742c13d960fa363a', d: "M35.71 7.34a.996.996 0 1 0-1.41-1.41l-6.55 6.56-1.41-1.41 6.55-6.56a.996.996 0 1 0-1.41-1.41l-6.55 6.56-1.41-1.41 6.55-6.56A.996.996 0 1 0 28.66.29l-8.05 8.06c-.13.13-.22.27-.27.4a5.01 5.01 0 0 0-.58 4.63L.29 32.85a.996.996 0 0 0 0 1.41l1.45 1.45c.39.39 1.02.39 1.42 0L22.6 16.25c1.57.62 3.38.39 4.79-.65.09-.05.19-.1.28-.2l.16-.16s.09-.06.13-.1l7.77-7.79Zm-.09 25.42L22.26 19.39l-2.83 2.83 13.36 13.37c.39.39 1.02.39 1.41 0l1.41-1.41a.996.996 0 0 0 0-1.41ZM16.59 13.7 2.92.02a7.007 7.007 0 0 0 0 9.9l8.72 8.73z" }))); } static get is() { return "utrecht-icon-horeca"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["../../icon/generated.scss"] }; } static get styleUrls() { return { "$": ["../../icon/generated.css"] }; } } //# sourceMappingURL=utrecht-icon-horeca.stencil.js.map