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.48 kB
import { h } from "@stencil/core"; export class UtrechtIconMastodon { render() { return (h("svg", { key: '2319f71ce0eb194eb6b6d9d28e31c6ddf727dfb5', viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", height: "1em", width: "1em" }, h("path", { key: '066b9af2ff85668436e3f1c293396d915b26515d', d: "M34.79 11.82c0-7.81-5.12-10.1-5.12-10.1C27.09.54 22.66.04 18.06 0h-.11c-4.6.04-9.03.54-11.61 1.72 0 0-5.12 2.29-5.12 10.1 0 1.79-.03 3.93.02 6.19.19 7.64 1.4 15.16 8.46 17.03 3.26.86 6.05 1.04 8.3.92 4.08-.23 6.37-1.46 6.37-1.46l-.13-2.96s-2.92.92-6.19.81c-3.25-.11-6.67-.35-7.2-4.34a7.92 7.92 0 0 1-.07-1.12s3.19.78 7.23.96c2.47.11 4.79-.14 7.14-.43 4.51-.54 8.44-3.32 8.93-5.86.78-4 .71-9.76.71-9.76Zm-6.04 10.06H25V12.7c0-1.93-.81-2.92-2.44-2.92-1.8 0-2.7 1.16-2.7 3.47v5.02h-3.72v-5.02c0-2.3-.9-3.47-2.7-3.47-1.63 0-2.44.98-2.44 2.92v9.18H7.25v-9.46c0-1.93.49-3.47 1.48-4.6 1.02-1.14 2.35-1.72 4.01-1.72 1.92 0 3.37.74 4.33 2.21L18 9.87l.93-1.56c.96-1.47 2.41-2.21 4.33-2.21 1.66 0 2.99.58 4.01 1.72.99 1.14 1.48 2.67 1.48 4.6z" }))); } static get is() { return "utrecht-icon-mastodon"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["../../icon/generated.scss"] }; } static get styleUrls() { return { "$": ["../../icon/generated.css"] }; } } //# sourceMappingURL=utrecht-icon-mastodon.stencil.js.map