@trimble-oss/modus-docs-hugo-theme 1.0.0-alpha21 → 1.0.0-alpha23
Sign up to get free protection for your applications and to get access to all the features.
- package/assets/css/_mq-forced-colors-active.scss +29 -0
- package/assets/css/_navbar-search.scss +2 -2
- package/assets/css/modus-docs.scss +1 -1
- package/layouts/_default/home.html +2 -2
- package/layouts/_default/list.html +2 -2
- package/layouts/_default/single.html +2 -2
- package/layouts/partials/analytics.html +0 -7
- package/layouts/partials/header.html +1 -1
- package/layouts/partials/icons/modus-solid/apps.svg +3 -0
- package/layouts/partials/navbar-search.html +1 -1
- package/layouts/partials/navbar.html +1 -1
- package/package.json +8 -6
- package/static/img/icons/check-circle-outlined.svg +3 -1
- package/static/img/icons/code.svg +3 -1
- package/static/img/icons/github.svg +3 -1
- package/static/img/icons/trimble.svg +4 -1
- package/static/img/icons/web-components.svg +3 -1
- package/static/img/trimble-logo.svg +5 -1
@@ -0,0 +1,29 @@
|
|
1
|
+
@media (forced-colors: active) {
|
2
|
+
nav.navbar.sticky-top {
|
3
|
+
border-bottom: 1px solid transparent;
|
4
|
+
}
|
5
|
+
|
6
|
+
.col-sidebar {
|
7
|
+
border-right: 1px solid transparent;
|
8
|
+
}
|
9
|
+
|
10
|
+
.highlight {
|
11
|
+
margin-bottom: 1rem;
|
12
|
+
outline: 1px solid transparent;
|
13
|
+
}
|
14
|
+
|
15
|
+
.nav-link.active {
|
16
|
+
outline: 1px solid transparent;
|
17
|
+
}
|
18
|
+
}
|
19
|
+
|
20
|
+
@media (forced-colors: active) and (prefers-color-scheme: light) {
|
21
|
+
nav.navbar.sticky-top .btn svg {
|
22
|
+
fill: ButtonText;
|
23
|
+
}
|
24
|
+
|
25
|
+
nav .navbar-brand svg {
|
26
|
+
filter: invert(1);
|
27
|
+
forced-color-adjust: none;
|
28
|
+
}
|
29
|
+
}
|
@@ -8,7 +8,7 @@
|
|
8
8
|
@import "codefences"; // code syntax highlighting
|
9
9
|
@import "codefences-dark"; // code syntax highlighting
|
10
10
|
@import "javascript-disabled"; // display message at top if JS is disabled
|
11
|
-
|
11
|
+
@import "mq-forced-colors-active"; // forced colors mode
|
12
12
|
@import "sidebar";
|
13
13
|
@import "menu-right"; // 'On this page' menu
|
14
14
|
@import "mobile"; // optimizations for xxs mobile screens
|
@@ -13,7 +13,7 @@
|
|
13
13
|
</div>
|
14
14
|
</div>
|
15
15
|
|
16
|
-
<div class="col col-auto col-12 col-main border-start p-0 overflow-x-hidden">
|
16
|
+
<div class="col col-auto col-12 col-main border-start border-secondary border-opacity-10 p-0 overflow-x-hidden">
|
17
17
|
|
18
18
|
<script>
|
19
19
|
function _calculateScrollbarWidth() {
|
@@ -33,7 +33,7 @@
|
|
33
33
|
|
34
34
|
</main>
|
35
35
|
|
36
|
-
<footer class="p-2 footer py-4 bg-secondary bg-opacity-10">
|
36
|
+
<footer class="p-2 footer py-4 bg-secondary bg-opacity-10 border-top border-secondary border-opacity-25">
|
37
37
|
{{ partial "footer" . }}
|
38
38
|
</footer>
|
39
39
|
</div>
|
@@ -14,7 +14,7 @@
|
|
14
14
|
</div>
|
15
15
|
</div>
|
16
16
|
|
17
|
-
<div class="col col-auto col-12 col-main border-start p-0">
|
17
|
+
<div class="col col-auto col-12 col-main border-start border-secondary border-opacity-10 p-0">
|
18
18
|
<div class="mx-auto mw-100">
|
19
19
|
|
20
20
|
{{ partial "header" . }}
|
@@ -38,4 +38,4 @@
|
|
38
38
|
|
39
39
|
</div>
|
40
40
|
</div>
|
41
|
-
{{- end -}}
|
41
|
+
{{- end -}}
|
@@ -13,7 +13,7 @@
|
|
13
13
|
</div>
|
14
14
|
</div>
|
15
15
|
|
16
|
-
<div class="col col-auto col-12 col-main border-start p-0 overflow-y-hidden">
|
16
|
+
<div class="col col-auto col-12 col-main border-start border-secondary border-opacity-10 p-0 overflow-y-hidden">
|
17
17
|
|
18
18
|
{{ partial "header" . }}
|
19
19
|
|
@@ -103,7 +103,7 @@
|
|
103
103
|
|
104
104
|
</main>
|
105
105
|
|
106
|
-
<footer class="p-2 footer py-4 bg-secondary bg-opacity-10">
|
106
|
+
<footer class="p-2 footer py-4 bg-secondary bg-opacity-10 border-top border-secondary border-opacity-25">
|
107
107
|
{{ partial "footer" . }}
|
108
108
|
</footer>
|
109
109
|
</div>
|
@@ -2,11 +2,4 @@
|
|
2
2
|
|
3
3
|
{{ template "_internal/google_analytics.html" . }}
|
4
4
|
|
5
|
-
{{- with .Site.Params.PlausibleAnalyticsDomain -}}
|
6
|
-
<script defer data-domain="{{- . -}}" src="https://plausible.io/js/script.outbound-links.js"></script>
|
7
|
-
<script>
|
8
|
-
window.plausible = window.plausible || function () { (window.plausible.q = window.plausible.q || []).push(arguments) }
|
9
|
-
</script>
|
10
|
-
{{- end -}}
|
11
|
-
|
12
5
|
{{- end -}}
|
@@ -9,7 +9,7 @@
|
|
9
9
|
// recalculate on load (assets loaded as well)
|
10
10
|
window.addEventListener('load', _calculateScrollbarWidth);
|
11
11
|
</script>
|
12
|
-
<header class="pt-5 bg-secondary-subtle bg-opacity-10 border-bottom" {{- if (or (.Params.blog) (.Params.image)) -}}
|
12
|
+
<header class="pt-5 bg-secondary-subtle bg-opacity-10 border-bottom border-secondary border-opacity-10" {{- if (or (.Params.blog) (.Params.image)) -}}
|
13
13
|
style="background-image: url({{- .Params.Image | relURL -}});{{- with .Params.headerBgColor -}}background-color: {{- . -}} !important; {{- end -}};"
|
14
14
|
{{ end }}>
|
15
15
|
<div class="container pt-xl-3" style="max-width: 1090px">
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{- . -}}"{{ end }}{{ with .height }} height="{{- . -}}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} fill="currentColor" viewBox="0 0 24 24">
|
2
|
+
<path d="M5 8h2c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1H5c-.6 0-1 .4-1 1v2c0 .6.4 1 1 1m6 12h2c.6 0 1-.4 1-1v-2c0-.6-.4-1-1-1h-2c-.6 0-1 .4-1 1v2c0 .6.4 1 1 1m-6 0h2c.6 0 1-.4 1-1v-2c0-.6-.4-1-1-1H5c-.6 0-1 .4-1 1v2c0 .6.4 1 1 1m0-6h2c.6 0 1-.4 1-1v-2c0-.6-.4-1-1-1H5c-.6 0-1 .4-1 1v2c0 .6.4 1 1 1m6 0h2c.6 0 1-.4 1-1v-2c0-.6-.4-1-1-1h-2c-.6 0-1 .4-1 1v2c0 .6.4 1 1 1m5-9v2c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1h-2c-.6 0-1 .4-1 1m-5 3h2c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1h-2c-.6 0-1 .4-1 1v2c0 .6.4 1 1 1m6 6h2c.6 0 1-.4 1-1v-2c0-.6-.4-1-1-1h-2c-.6 0-1 .4-1 1v2c0 .6.4 1 1 1m0 6h2c.6 0 1-.4 1-1v-2c0-.6-.4-1-1-1h-2c-.6 0-1 .4-1 1v2c0 .6.4 1 1 1"/>
|
3
|
+
</svg>
|
@@ -2,7 +2,7 @@
|
|
2
2
|
<input class="form-control form-control-search position-absolute" aria-label="Search" id="search-by" type="search"
|
3
3
|
name="q" placeholder="Search..." autocomplete="off" title="" required>
|
4
4
|
<label class="btn btn-lg btn-icon-only border-transparent btn-search position-absolute px-1" for="search-by">
|
5
|
-
|
5
|
+
{{ partial "icons/modus-outlined/search.svg" (dict "class" "text-white" "width" "24" "height" "24") }}
|
6
6
|
</label>
|
7
7
|
</search>
|
8
8
|
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<div class="dropdown">
|
28
28
|
<button type="button" class="btn btn-lg btn-primary bg-transparent btn-icon-only"
|
29
29
|
data-bs-toggle="dropdown" aria-expanded="false" aria-label="Menu">
|
30
|
-
|
30
|
+
{{ partial "icons/modus-solid/apps.svg" (dict "class" "text-white" "width" "24" "height" "24") }}
|
31
31
|
</button>
|
32
32
|
|
33
33
|
{{ partial "navbar-dropdown" . }}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@trimble-oss/modus-docs-hugo-theme",
|
3
|
-
"version": "1.0.0-
|
3
|
+
"version": "1.0.0-alpha23",
|
4
4
|
"description": "A Documentation theme for Hugo built by Trimble",
|
5
5
|
"homepage": "https://github.com/trimble-oss/modus-docs-hugo-theme",
|
6
6
|
"bugs": {
|
@@ -23,10 +23,12 @@
|
|
23
23
|
"lint-spellcheck": "npx cspell \"content/**/*.md\" --no-progress",
|
24
24
|
"prettier": "prettier --write \"**/*.{json,js,md,svg,yml}\"",
|
25
25
|
"serve": "hugo serve --port 4000 --disableFastRender --navigateToChanged",
|
26
|
-
"test": "npm run lint-css && npm run lint-html && npm run lint-js"
|
26
|
+
"test": "npm run lint-css && npm run lint-html && npm run lint-js",
|
27
|
+
"pa11y": "npx pa11y-ci https://victorious-field-0a3116c10.3.azurestaticapps.net/",
|
28
|
+
"svgo": "npx svgo --folder=\"static/img/icons/\""
|
27
29
|
},
|
28
30
|
"dependencies": {
|
29
|
-
"@trimble-oss/modus-bootstrap": "2.0.0-
|
31
|
+
"@trimble-oss/modus-bootstrap": "2.0.0-alpha32",
|
30
32
|
"@trimble-oss/modus-icons": "1.14.0"
|
31
33
|
},
|
32
34
|
"devDependencies": {
|
@@ -34,11 +36,11 @@
|
|
34
36
|
"eslint": "8.57.0",
|
35
37
|
"eslint-config-prettier": "9.1.0",
|
36
38
|
"htmlhint": "1.1.4",
|
37
|
-
"hugo-bin": "0.
|
39
|
+
"hugo-bin": "0.124.0",
|
38
40
|
"postcss": "8.4.38",
|
39
41
|
"postcss-cli": "11.0.0",
|
40
|
-
"prettier": "3.2
|
41
|
-
"stylelint": "16.
|
42
|
+
"prettier": "3.3.2",
|
43
|
+
"stylelint": "16.6.1",
|
42
44
|
"stylelint-config-standard-scss": "13.1.0",
|
43
45
|
"stylelint-order": "6.0.4"
|
44
46
|
},
|
@@ -1 +1,3 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-outline mi-check-circle-outlined" viewBox="0 0 24 24"
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-outline mi-check-circle-outlined" viewBox="0 0 24 24">
|
2
|
+
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m5.04-11.28V8.7c-.4-.39-1.03-.39-1.42 0L10.33 14l-2.6-2.62a.996.996 0 0 0-1.41 0 .984.984 0 0 0-.01 1.4l.01.01 3.3 3.34a1 1 0 0 0 1.42.01l6-6.01a.996.996 0 0 0 0-1.41"/>
|
3
|
+
</svg>
|
@@ -1 +1,3 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 640 512"
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 640 512">
|
2
|
+
<path d="M392.8 1.2c-17-4.9-34.7 5-39.6 22l-128 448c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l128-448c4.9-17-5-34.7-22-39.6m80.6 120.1c-12.5 12.5-12.5 32.8 0 45.3l89.3 89.4-89.4 89.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-112-112c-12.5-12.5-32.8-12.5-45.3 0zm-306.7 0c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l112 112c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256l89.4-89.4c12.5-12.5 12.5-32.8 0-45.3"/>
|
3
|
+
</svg>
|
@@ -1 +1,3 @@
|
|
1
|
-
<svg
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
2
|
+
<path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/>
|
3
|
+
</svg>
|
@@ -1 +1,4 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 732 789"
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 732 789">
|
2
|
+
<path d="M543.59 674.86a54.34 54.34 0 0 1 54.9-54.9c30.76 0 54.43 23.9 54.43 54.67 0 73.17-109.33 73.15-109.33.23m99.86 0c0-60.79-90.16-61.1-90.16-.23s90.16 61.53 90.16.23m-66.26-31.23c22 0 45-3.33 45 18.46 0 9.7-4.73 14.67-11.83 17l13 24.62h-12.57l-12.07-23h-9.46v23h-12.07zm33.13 19.17c0-10-10.71-8.52-21.06-8.52v17.27c10.51 0 21.06 1.68 21.06-8.75M48.86 602.72v186.13l161.81-93.42a308.1 308.1 0 0 1-161.81-92.71M209.49 92.58 48.86 0v185a310.2 310.2 0 0 1 160.63-92.42M732 394.43 570.25 301a309.33 309.33 0 0 1-.48 187.08zM155.4 141.39c23.23-5.16 71.39-.27 96.87 7 20.38-16.21 51.17-25.6 81.82-27.15-70.46-12.72-135.64 2.05-178.69 20.15m308.34 338.53a416.8 416.8 0 0 0-25.28-103.53c-55.43 25-124 8.88-169.86-30.79-33.41 34.15-65.75 76.68-90.16 114.49 77.71 63.35 205.56 79.99 285.3 19.83m-327.8-13.82C67.43 396 43.55 293.61 65.49 215a276 276 0 0 0 16.16 374.43c11.21-42.43 31.97-85.72 54.29-123.33m289.7-119.45a372.8 372.8 0 0 0-55.49-85.1 635.4 635.4 0 0 0-78.09 61.34c41.29 34.45 95.61 41.21 133.58 23.76m-51.16-128.02c17.78-12.93 42.42-26.76 60.09-33.32-43.84-44.38-114.38-43.2-145-23.94a293.6 293.6 0 0 1 84.91 57.26"/>
|
3
|
+
<path d="M160.91 488.67c-34.09 58.94-46.53 102.19-51.06 125.2a276 276 0 0 0 340.58-6.21c10.24-24.74 15.47-55.53 15.45-89.38-93.99 55.94-223.99 34.43-304.97-29.61M452.81 327c30.17-31.7 24.12-85.56 1.17-116.62-14.14 4.78-43.57 21.94-56.26 33A413.6 413.6 0 0 1 452.81 327M505 259.11c4.65 40.7-10.79 75.93-38.17 99.35A448.7 448.7 0 0 1 493 451.19c41.36-53.81 40.1-130.56 12-192.08M269.45 299a672.5 672.5 0 0 1 77.22-61.49 262 262 0 0 0-85.35-52C236.05 220 243.94 264.52 269.45 299m228.49 195.52c1.4 23.09-.72 49.29-3.42 70 47.34-60.32 63.34-135 57.75-193.22-5.67 49.03-23.62 90.05-54.33 123.22M229.55 175.76c-34.94-8.54-75.63-8.91-109.67.72-54.33 77-29.1 189.94 34.2 260.64C178.13 400.5 213 354.9 246 321.75c-32.23-39.94-45-101.75-16.45-145.99"/>
|
4
|
+
</svg>
|
@@ -1 +1,3 @@
|
|
1
|
-
<svg
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
2
|
+
<path d="m11.731 2.225-.01.016H5.618L0 11.979l5.618 9.736h12.8l.04.06 2.134-3.735.518-.893h-.008l.008-.014-.626-.75h.895l.006-.01.008.01L24 11.994l-2.607-4.39-.003.005-.011-.02h-.945l.63-.763-2.606-4.57-.006.01-.024-.04zM9.107 6.824h6.19l-.53.764h-.023l2.398 4.015h.875l-.277.328.357.435h-.956l-2.398 4.015h.027l.523.764H9.074l-2.99-5.168 3.022-5.155z"/>
|
3
|
+
</svg>
|
@@ -1 +1,5 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 445 100"
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 445 100">
|
2
|
+
<path fill="#0063a3" d="M115.85 87.13v-62H93V11.21h62.57v14h-23v62Z"/>
|
3
|
+
<path fill="#0063a3" d="M141.9 87.13V32.74h16.52v8.84h.1c3-4.62 8.21-10.26 18.47-10.26h.51V46c-.61-.11-3.49-.31-4.51-.31a18.27 18.27 0 0 0-14.57 7.49v34ZM182.72 25V11.72h16.62V25Zm.11 62.17V32.44h16.41v54.69ZM205.7 87.13V32.44h16.51v8.62c3.29-4.31 9.34-9.74 18-9.74 9.13 0 13.44 3.79 15 9.74 3.28-4.2 9.44-9.74 18-9.74 11.08 0 16 7 16 16.72v39.09h-16.52V52.45c0-4.92-1.13-7.49-5.95-7.49-4.1 0-7.39 2.26-11 5.44v36.73h-16.49V52.45c0-4.92-1.13-7.49-6-7.49-4.1 0-7.38 2.26-11.08 5.44v36.73ZM312 80.66v6.47h-16.55V11.21H312v29.65c3.59-5 8.72-9.54 16.82-9.54 12.42 0 21 9.54 21 28.41S341.11 88 328.59 88c-7.39 0-12.52-2.72-16.59-7.34m21.34-20.82c0-9.13-3.18-14.88-10.57-14.88-4.21 0-8 2.57-10.77 5.34v20.21c3.59 3.38 6.56 5 11 5 6.82.02 10.31-5.72 10.31-15.67ZM354.94 87.13V11.21h16.41v75.92ZM376.47 59.84c0-21.24 16.21-28.52 27.49-28.52S429.1 37 429.1 61.79v2.46h-36.22c.83 9 5.85 12.51 12.73 12.51a25.16 25.16 0 0 0 16.21-6.56l6.36 9.85c-6.36 5.44-14.26 8.21-23.8 8.21-14.27 0-27.91-7.26-27.91-28.42m37.86-5.34c-.82-7.69-4.31-11.39-10.47-11.39-5.13 0-9.54 3.39-10.77 11.39ZM432.22 81a6.19 6.19 0 0 1 6.26-6.26 6.26 6.26 0 1 1-6.26 6.26m11.38 0a5.14 5.14 0 1 0-5.12 5.23A5.12 5.12 0 0 0 443.6 81m-7.55-3.56h2.56c1.62 0 2.56.7 2.56 2.1a1.84 1.84 0 0 1-1.34 1.94l1.48 2.81h-1.43l-1.38-2.62h-1.08v2.62h-1.37Zm2.48 3.18c.84 0 1.3-.27 1.3-1s-.46-1-1.33-1h-1.08v2ZM6.19 76.41V100l20.52-11.84A39.1 39.1 0 0 1 6.19 76.41M26.56 11.74 6.19 0v23.45a39.33 39.33 0 0 1 20.37-11.71M92.8 50 72.29 38.16a39.27 39.27 0 0 1-.06 23.72ZM19.7 17.92c2.94-.65 9.05 0 12.28.89a18.7 18.7 0 0 1 10.37-3.45 41.1 41.1 0 0 0-22.65 2.56M58.79 60.84a53 53 0 0 0-3.21-13.13c-7 3.18-15.72 1.13-21.53-3.9a96 96 0 0 0-11.43 14.51c9.85 8.03 26.05 10.14 36.17 2.52M17.23 59.09C8.55 50.19 5.52 37.22 8.3 27.25a35 35 0 0 0 2 47.47 63.4 63.4 0 0 1 6.93-15.63M54 43.94a47.2 47.2 0 0 0-7-10.78 81 81 0 0 0-10 7.77c5.26 4.37 12.14 5.23 17 3.01M47.47 27.72a36.3 36.3 0 0 1 7.62-4.23c-5.56-5.62-14.5-5.47-18.39-3a37.2 37.2 0 0 1 10.77 7.23"/>
|
4
|
+
<path fill="#0063a3" d="M20.4 62c-4.32 7.47-5.9 13-6.48 15.87A35 35 0 0 0 57.1 77a30 30 0 0 0 2-11.33c-11.96 7.12-28.44 4.4-38.7-3.67M57.4 41.45c3.83-4 3.06-10.84.15-14.78a29.6 29.6 0 0 0-7.13 4.18 52.7 52.7 0 0 1 6.98 10.6M64 32.85a14.1 14.1 0 0 1-4.84 12.59 57.4 57.4 0 0 1 3.33 11.76c5.25-6.82 5.09-16.56 1.51-24.35M34.16 37.9A83 83 0 0 1 44 30.11a33.2 33.2 0 0 0-10.82-6.59c-3.26 4.37-2.26 10.01.98 14.38M63.12 62.69a49.4 49.4 0 0 1-.43 8.88A35.37 35.37 0 0 0 70 47.07a26.82 26.82 0 0 1-6.88 15.62M29.1 22.28a28.4 28.4 0 0 0-13.9.09c-6.89 9.77-3.69 24.08 4.33 33a101 101 0 0 1 11.65-14.58c-4.08-5.07-5.7-12.9-2.08-18.51"/>
|
5
|
+
</svg>
|