@trimble-oss/modus-docs-hugo-theme 1.0.0-alpha27 → 1.0.0-alpha3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. package/README.md +1 -5
  2. package/assets/js/auto-complete.min.js +1 -1
  3. package/assets/js/scroll-to-top.js +33 -0
  4. package/assets/js/search.min.js +1 -1
  5. package/assets/js/was-this-page-helpful.js +3 -10
  6. package/assets/{css → styles}/_article.scss +11 -16
  7. package/assets/styles/_col-sidebar.scss +3 -0
  8. package/assets/{css → styles}/_mobile.scss +3 -3
  9. package/assets/styles/_navbar-search.scss +53 -0
  10. package/assets/styles/_navbar.scss +5 -0
  11. package/assets/{css → styles}/_sidebar.scss +2 -2
  12. package/assets/{css → styles}/_skippy.scss +2 -2
  13. package/assets/styles/_tables.scss +5 -0
  14. package/assets/{css → styles}/_theme-light.scss +1 -1
  15. package/assets/{css → styles}/_was-this-page-helpful.scss +3 -3
  16. package/assets/{css/modus-docs.scss → styles/styles.scss} +4 -5
  17. package/data/navbar_apps.yml +4 -8
  18. package/layouts/_default/_markup/render-heading.html +4 -4
  19. package/layouts/_default/_markup/render-link.html +3 -3
  20. package/layouts/_default/baseof.html +4 -9
  21. package/layouts/_default/home.html +3 -15
  22. package/layouts/_default/list.html +2 -2
  23. package/layouts/_default/redirect.html +1 -1
  24. package/layouts/_default/single.html +6 -6
  25. package/layouts/index.json +1 -1
  26. package/layouts/index.rss.xml +49 -0
  27. package/layouts/partials/analytics.html +7 -3
  28. package/layouts/partials/blog-brief.html +4 -4
  29. package/layouts/partials/blog-share.html +7 -7
  30. package/layouts/partials/col-sidebar-menu.html +6 -22
  31. package/layouts/partials/col-sidebar.html +16 -9
  32. package/layouts/partials/header.html +4 -15
  33. package/layouts/partials/icons/brands/codepen.svg +1 -1
  34. package/layouts/partials/icons/brands/facebook-square.svg +1 -1
  35. package/layouts/partials/icons/brands/github-alt.svg +1 -1
  36. package/layouts/partials/icons/brands/github.svg +1 -1
  37. package/layouts/partials/icons/brands/linkedin.svg +1 -1
  38. package/layouts/partials/icons/brands/vimeo-square.svg +1 -1
  39. package/layouts/partials/icons/modus-outlined/accessibility-circle.svg +1 -1
  40. package/layouts/partials/icons/modus-outlined/arrow-up.svg +1 -1
  41. package/layouts/partials/icons/modus-outlined/bar-graph-square.svg +1 -1
  42. package/layouts/partials/icons/modus-outlined/launch.svg +1 -1
  43. package/layouts/partials/icons/modus-outlined/menu.svg +1 -1
  44. package/layouts/partials/icons/modus-outlined/more-vertical.svg +1 -1
  45. package/layouts/partials/icons/modus-outlined/person-account.svg +1 -1
  46. package/layouts/partials/icons/modus-outlined/search.svg +1 -1
  47. package/layouts/partials/icons/modus-outlined/sync.svg +1 -1
  48. package/layouts/partials/icons/modus-outlined/thumbs-down.svg +1 -1
  49. package/layouts/partials/icons/modus-outlined/thumbs-up.svg +1 -1
  50. package/layouts/partials/icons/modus-outlined/web.svg +1 -1
  51. package/layouts/partials/icons/modus-solid/email.svg +1 -1
  52. package/layouts/partials/icons/modus-solid/palette.svg +1 -1
  53. package/layouts/partials/icons/transportation/truck.svg +1 -1
  54. package/layouts/partials/icons/trimble-logo.svg +1 -0
  55. package/layouts/partials/logos/trimble.svg +1 -1
  56. package/layouts/partials/meta.html +19 -31
  57. package/layouts/partials/navbar-dropdown.html +2 -2
  58. package/layouts/partials/navbar-search.html +6 -6
  59. package/layouts/partials/navbar.html +9 -17
  60. package/layouts/partials/related-content.html +1 -1
  61. package/layouts/partials/skippy.html +4 -4
  62. package/layouts/partials/trimble-logo.html +1 -1
  63. package/layouts/partials/was-this-page-helpful.html +3 -5
  64. package/layouts/shortcodes/example.html +2 -2
  65. package/layouts/sitemap.xml +8 -0
  66. package/package.json +16 -27
  67. package/static/img/trimble-logo.svg +1 -5
  68. package/static/js/theme-toggle.js +41 -0
  69. package/assets/css/_col-sidebar.scss +0 -27
  70. package/assets/css/_mq-forced-colors-active.scss +0 -29
  71. package/assets/css/_navbar-search.scss +0 -54
  72. package/assets/css/_navbar.scss +0 -27
  73. package/assets/css/_tables.scss +0 -34
  74. package/layouts/partials/icons/modus-outlined/code.svg +0 -3
  75. package/layouts/partials/icons/modus-solid/apps.svg +0 -3
  76. package/layouts/partials/icons/modus-solid/code.svg +0 -3
  77. package/layouts/partials/icons/modus-solid/menu.svg +0 -3
  78. package/layouts/partials/icons/modus-solid/thumbs-down.svg +0 -3
  79. package/layouts/partials/icons/modus-solid/thumbs-up.svg +0 -3
  80. package/layouts/partials/icons/modus-solid/trimble-logo.svg +0 -3
  81. package/layouts/partials/icons/modus-solid/user-guide.svg +0 -3
  82. package/static/img/icons/check-circle-outlined.svg +0 -3
  83. package/static/img/icons/code.svg +0 -3
  84. package/static/img/icons/github.svg +0 -3
  85. package/static/img/icons/trimble.svg +0 -4
  86. package/static/img/icons/web-components.svg +0 -3
  87. package/assets/{css → styles}/_autocomplete.scss +11 -11
  88. package/assets/{css → styles}/_cards.scss +3 -3
  89. package/assets/{css → styles}/_codefences-dark.scss +0 -0
  90. package/assets/{css → styles}/_codefences.scss +0 -0
  91. package/assets/{css → styles}/_font-open-sans.scss +0 -0
  92. package/assets/{css → styles}/_footer.scss +0 -0
  93. package/assets/{css → styles}/_javascript-disabled.scss +3 -3
  94. package/assets/{css → styles}/_list-js.scss +6 -6
  95. package/assets/{css → styles}/_menu-right.scss +5 -5
  96. package/assets/{css → styles}/_news.scss +1 -1
  97. package/assets/{css → styles}/_onetrust-cookie-banner.scss +9 -9
  98. package/assets/{css → styles}/_posts.scss +2 -2
  99. package/assets/{css → styles}/_print.scss +0 -0
  100. package/assets/{css → styles}/_scroll-to-top-btn.scss +5 -5
  101. package/assets/{css → styles}/_theme-dark.scss +0 -0
  102. package/assets/{css → styles}/_theme-toggle.scss +3 -3
  103. /package/assets/{css → styles}/_utilities.scss +0 -0
  104. /package/assets/{css → styles}/_xxl.scss +0 -0
@@ -1,5 +1,9 @@
1
- {{- if not hugo.IsServer -}}
2
-
3
- {{ template "_internal/google_analytics.html" . }}
1
+ {{- if not .Site.IsServer -}}
4
2
 
3
+ <!--
4
+ <script defer data-domain="yourdomain.com" src="https://plausible.io/js/script.js"></script>
5
+ <script>
6
+ window.plausible = window.plausible || function () { (window.plausible.q = window.plausible.q || []).push(arguments) }
7
+ </script>
8
+ -->
5
9
  {{- end -}}
@@ -2,7 +2,7 @@
2
2
  <div class="col-12 col-lg-6 col-xl-4 my-3">
3
3
  <div class="card card-blog-brief h-100">
4
4
  <div class="card-header top-rounded mb-0 pb-0 border-0"
5
- style="background-image: url({{- .Params.Image | relURL -}}); background-color: {{- .Params.headerBgColor -}}">
5
+ style="background-image: url({{ .Params.Image | relURL }}); background-color: {{ .Params.headerBgColor }}">
6
6
  </div>
7
7
  <div class="card-body border-0 pb-0">
8
8
  <h3 class="card-title text-body px-2 ms-n2 name" {{ if .Params.TitleNoTranslate }}translate="no" {{- end -}}>
@@ -19,12 +19,12 @@
19
19
  <div class="card-footer bg-transparent border-0 py-0">
20
20
  <div class="d-flex mb-1">
21
21
  <div class="me-2">
22
- <img src="/img/author/{{- .Params.author | urlize -}}.jpg"
22
+ <img src="/img/author/{{ .Params.author | urlize }}.jpg"
23
23
  class="bg-light rounded-circle mx-auto text-center img-fluid ms-2" height="40" width="40"
24
- alt="{{- .Params.author -}}">
24
+ alt="{{ .Params.author }}">
25
25
  </div>
26
26
  <div>
27
- <p class="text-muted small mb-0">{{- .Params.author -}}</p>
27
+ <p class="text-muted small mb-0">{{ .Params.author }}</p>
28
28
  <p class="text-muted small">{{- .Date.Format "Jan 2, 2006" }}</p>
29
29
  </div>
30
30
  </div>
@@ -1,37 +1,37 @@
1
1
  <div class="container mb-5">
2
2
  <div class="share py-2 float-end">
3
3
  <!-- <div class="d-inline-block me-2">
4
- <a href="https://x.com/intent/tweet?via=TrimbleCorpNews&text={{- .Title -}}&url={{- .Permalink -}}"
4
+ <a href="https://twitter.com/intent/tweet?via=TrimbleCorpNews&text={{- .Title -}}&url={{- .Permalink -}}"
5
5
  class="opacity-75" title="Share on X" data-bs-toggle="tooltip"
6
6
  onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;">
7
- {{ partial "icons/brands/square-x-twitter.svg" (dict "class" "text-body" "width" "28" "height" "28") }}
8
- <span class="visually-hidden">X</span></a>
7
+ {{ partial "icons/brands/twitter-square.svg" (dict "class" "text-body" "width" "28" "height" "28") }}
8
+ <span class="sr-only visually-hidden">X</span></a>
9
9
  </div> -->
10
10
  <div class="d-inline-block me-2">
11
11
  <a href="https://www.facebook.com/sharer.php?u={{- .Permalink -}}" class="opacity-75" title="Share on Facebook"
12
12
  data-bs-toggle="tooltip" data-bs-placement="top"
13
13
  onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;">
14
14
  {{- partial "icons/brands/facebook-square.svg" (dict "class" "text-body" "width" "28" "height" "28") -}}
15
- <span class="visually-hidden">Facebook</span></a>
15
+ <span class="sr-only visually-hidden">Facebook</span></a>
16
16
  </div>
17
17
  <div class="d-inline-block me-2">
18
18
  <a href="https://www.linkedin.com/shareArticle?mini=true&url={{- .Permalink -}}&title={{- .Title -}}&summary={{- .Summary -}}"
19
19
  class="opacity-75" title="Share on LinkedIn" data-bs-toggle="tooltip" data-bs-placement="top"
20
20
  onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;">
21
21
  {{ partial "icons/brands/linkedin.svg" (dict "class" "text-body" "width" "28" "height" "28") }}
22
- <span class="visually-hidden">LinkedIn</span></a>
22
+ <span class="sr-only visually-hidden">LinkedIn</span></a>
23
23
  </div>
24
24
  <!-- <div class="d-inline-block me-2">
25
25
  <a href="mailto:?subject={{- .Title -}}%20-%20Modus%20Style%20Guide&body=Check out this site: {{ .Permalink }}"
26
26
  class="opacity-75 bg-light" title="Share via Email" data-bs-toggle="tooltip" data-bs-placement="top"
27
27
  onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;">
28
28
  {{ partial "icons/modus-solid/email.svg" (dict "class" "text-body" "width" "28" "height" "28") }}
29
- <span class="visually-hidden">Email</span></a>
29
+ <span class="sr-only visually-hidden">Email</span></a>
30
30
  </div> -->
31
31
  <div class="d-inline-block me-2">
32
32
  <button class="opacity-75 border-0 bg-transparent btn-share-web-api p-0 d-none" title="Share"
33
33
  data-bs-toggle="tooltip" data-bs-placement="top">
34
- <span class="visually-hidden">Share</span></button>
34
+ <span class="sr-only visually-hidden">Share</span></button>
35
35
  </div>
36
36
  </div>
37
37
  </div>
@@ -11,22 +11,9 @@
11
11
  div.classList.add('show');
12
12
  }
13
13
  </script>
14
- {{ if site.Params.expandAllAccordions }}
15
- <style>
16
- .accordion-button {
17
- pointer-events: none !important;
18
- }
19
- .accordion-button::after {
20
- opacity: 0;
21
- }
22
- .accordion-button:hover {
23
- background-color: transparent !important;
24
- }
25
- </style>
26
- {{ end }}
27
14
 
28
- <!-- https://github.com/twbs/bootstrap/blob/v5.3.3/site/layouts/partials/docs-sidebar.html -->
29
- <div>
15
+ <!-- https://github.com/twbs/bootstrap/blob/v5.3.0/site/layouts/partials/docs-sidebar.html -->
16
+ <div class="">
30
17
  {{- $url := split .Permalink "/" -}}
31
18
  {{- $page_slug := index $url (sub (len $url) 2) -}}
32
19
 
@@ -46,12 +33,9 @@
46
33
  {{- if $group.pages }}
47
34
  <div class="accordion-item">
48
35
  <h6 class="accordion-header">
49
- <button class="accordion-button {{ if $is_active_group }}{{ else }}collapsed{{ end }} fs-5 ps-3 py-1 opacity-75" type="button"
50
- {{ if not site.Params.expandAllAccordions }}
51
- data-bs-toggle="collapse"
52
- data-bs-target="#flush-collapse-{{- $group.title | urlize -}}"
53
- aria-expanded="{{- if $is_active_group -}}true{{- else -}}false{{- end -}}"
54
- aria-controls="flush-collapse-{{- $group.title | urlize -}}"{{end }}>
36
+ <button class="accordion-button collapsed fs-5 ps-3 py-1 opacity-75" type="button" data-bs-toggle="collapse"
37
+ data-bs-target="#flush-collapse-{{- $group.title | urlize -}}" aria-expanded="false"
38
+ aria-controls="flush-collapse-{{- $group.title | urlize -}}">
55
39
  {{- if $group.icon }}
56
40
  {{- end }}
57
41
  {{ $group.title }}
@@ -59,7 +43,7 @@
59
43
  </h6>
60
44
 
61
45
  <div id="flush-collapse-{{- $group.title | urlize -}}"
62
- class="accordion-collapse collapse {{ if $is_active_group }}show{{ end }} {{ if site.Params.expandAllAccordions }}show{{- end -}}">
46
+ class="accordion-collapse collapse {{ if $is_active_group }} show{{ end }} {{ if site.Params.expandAllAccordions }}show{{- end -}}">
63
47
  <div class="accordion-body py-1 bg-secondary bg-opacity-10">
64
48
  <ul class="list-unstyled">
65
49
  {{- range $doc := $group.pages -}}
@@ -1,21 +1,28 @@
1
1
  <div
2
- class="list-group d-block border-0 text-center sticky-top sticky-offset d-flex flex-column align-items-start justify-content-between">
2
+ class="list-group d-block border-0 text-center sticky-top sticky-offset d-flex flex-column align-items-start justify-content-between"
3
+ style="height: calc(100dvh - 66px)">
3
4
 
4
- <div class="mx-auto w-100">
5
+ <div class="text-center mx-auto w-100">
6
+ <button class="btn btn-lg btn-outline-secondary bg-transparent list-group-item border-0 mt-1" type="button"
7
+ data-bs-target="#sidebar" data-bs-toggle="collapse" aria-label="Expand Menu"
8
+ style="width:48px; margin-left: 6px;">
9
+ <div class="text-body text-center">
10
+ <svg width="24" height="24" fill="currentColor">
11
+ <use xlink:href="/modus-icons.svg#user-guide" />
12
+ </svg>
13
+ </div>
14
+ </button>
5
15
  </div>
6
16
 
7
17
  <div>
8
18
  {{- with .Site.Params.GitHubRepo -}}
9
- <a href="{{- . -}}"
10
- class="btn btn-lg btn-outline-secondary text-body bg-transparent btn-icon-only border-0 mx-1 p-1" target="_blank"
11
- rel="noopener" data-bs-toggle="tooltip" title="GitHub">
12
- {{ partial "icons/brands/github.svg" (dict "class" "mt-2" "width" "24" "height" "24") }}
19
+ <a href="{{- . -}}" class="btn btn-lg btn-outline-secondary bg-transparent btn-icon-only border-0 mx-1"
20
+ target="_blank" rel="noopener" data-bs-toggle="tooltip" title="GitHub">
21
+ {{ partial "icons/brands/github.svg" (dict "class" "mt-2" "width" "22" "height" "22") }}
13
22
  </a>
14
23
  {{ end }}
15
24
 
16
- {{- if not .Site.Params.disableThemeToggle -}}
17
25
  {{ partial "btn-theme-toggle" . }}
18
- {{ end }}
19
26
  </div>
20
27
 
21
- </div>
28
+ </div>
@@ -1,16 +1,5 @@
1
- <script>
2
- function _calculateScrollbarWidth() {
3
- document.documentElement.style.setProperty('--scrollbar-width', (window.innerWidth - document.documentElement.clientWidth) + "px");
4
- }
5
- // recalculate on resize
6
- window.addEventListener('resize', _calculateScrollbarWidth, false);
7
- // recalculate on dom load
8
- document.addEventListener('DOMContentLoaded', _calculateScrollbarWidth, false);
9
- // recalculate on load (assets loaded as well)
10
- window.addEventListener('load', _calculateScrollbarWidth);
11
- </script>
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
- style="background-image: url({{- .Params.Image | relURL -}});{{- with .Params.headerBgColor -}}background-color: {{- . -}} !important; {{- end -}};"
1
+ <header class="pt-5 bg-secondary-subtle bg-opacity-10 border-bottom" {{- if (or (.Params.blog) (.Params.image)) -}}
2
+ style="background-image: url({{- .Params.Image | relURL -}});{{- with .Params.headerBgColor -}}background-color:{{- . -}} !important;{{- end -}};"
14
3
  {{ end }}>
15
4
  <div class="container pt-xl-3" style="max-width: 1090px">
16
5
  {{ if not .Params.blog }}
@@ -18,8 +7,8 @@
18
7
  {{- .Title | title -}}
19
8
  </h1>
20
9
  <h2 class="ps-2 ps-sm-3 my-4 opacity-75">
21
- {{- .Params.description | markdownify -}}
10
+ {{- .Params.description -}}
22
11
  </h2>
23
12
  {{ end }}
24
13
  </div>
25
- </header>
14
+ </header>
@@ -1,2 +1,2 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{- . -}}"{{ end }}{{ with .height }} height="{{- . -}}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 26 26">
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 26 26">
2
2
  <path fill="currentColor" d="M13 25.2c-.2 0-.5-.1-.6-.2l-11-7.3-.3-.3v-.1c-.1-.2-.2-.4-.2-.6V9.3c0-.2.1-.4.2-.6l.3-.3 11-7.3c.4-.3.9-.3 1.3 0l11 7.3.3.3c.1.2.2.4.2.6v7.4c0 .2-.1.4-.2.6v.1l-.3.3-11 7.3c-.2.1-.5.2-.7.2zm1.2-8v4.6l7.8-5.2-3.5-2.3-4.3 2.9zm-10.1-.5l7.8 5.2v-4.6l-4.3-2.9-3.5 2.3zM9.6 13l3.4 2.3 3.4-2.3-3.4-2.3L9.6 13zm10.9 0l2.3 1.6v-3.1L20.5 13zM3.1 11.4v3.1L5.5 13l-2.4-1.6zm11.1-2.7l4.3 2.9L22 9.3l-7.8-5.2v4.6zm-10.1.6l3.5 2.3 4.3-2.9V4.1L4.1 9.3z"></path></svg>
@@ -1,2 +1,2 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{- . -}}"{{ end }}{{ with .height }} height="{{- . -}}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 448 512">
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 448 512">
2
2
  <path fill="currentColor" d="M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{- . -}}"{{ end }}{{ with .height }} height="{{- . -}}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 448 512"><path d="M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1 10.9-55.1 36.7-55.1 36.7 34.2 36.7 55.1zM480 278.2c0 31.9-3.2 65.7-17.5 95-37.9 76.6-142.1 74.8-216.7 74.8-75.8 0-186.2 2.7-225.6-74.8-14.6-29-20.2-63.1-20.2-95 0-41.9 13.9-81.5 41.5-113.6-5.2-15.8-7.7-32.4-7.7-48.8 0-21.5 4.9-32.3 14.6-51.8 45.3 0 74.3 9 108.8 36 29-6.9 58.8-10 88.7-10 27 0 54.2 2.9 80.4 9.2 34-26.7 63-35.2 107.8-35.2 9.8 19.5 14.6 30.3 14.6 51.8 0 16.4-2.6 32.7-7.7 48.2 27.5 32.4 39 72.3 39 114.2zm-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6-18.9 0-37 3.4-56 6-14.9 2.3-29.8 3.2-45.1 3.2-15.2 0-30.1-.9-45.1-3.2-18.7-2.6-37-6-56-6-46.8 0-73.5 38.7-73.5 82.6 0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3zm-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1 36.7-34.2 36.7-55.1-10.9-55.1-36.7-55.1z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 448 512"><path d="M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1 10.9-55.1 36.7-55.1 36.7 34.2 36.7 55.1zM480 278.2c0 31.9-3.2 65.7-17.5 95-37.9 76.6-142.1 74.8-216.7 74.8-75.8 0-186.2 2.7-225.6-74.8-14.6-29-20.2-63.1-20.2-95 0-41.9 13.9-81.5 41.5-113.6-5.2-15.8-7.7-32.4-7.7-48.8 0-21.5 4.9-32.3 14.6-51.8 45.3 0 74.3 9 108.8 36 29-6.9 58.8-10 88.7-10 27 0 54.2 2.9 80.4 9.2 34-26.7 63-35.2 107.8-35.2 9.8 19.5 14.6 30.3 14.6 51.8 0 16.4-2.6 32.7-7.7 48.2 27.5 32.4 39 72.3 39 114.2zm-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6-18.9 0-37 3.4-56 6-14.9 2.3-29.8 3.2-45.1 3.2-15.2 0-30.1-.9-45.1-3.2-18.7-2.6-37-6-56-6-46.8 0-73.5 38.7-73.5 82.6 0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3zm-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1 36.7-34.2 36.7-55.1-10.9-55.1-36.7-55.1z"/></svg>
@@ -1,2 +1,2 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{- . -}}"{{ end }}{{ with .height }} height="{{- . -}}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 448 512">
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 448 512">
2
2
  <path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{- . -}}"{{ end }}{{ with .height }} height="{{- . -}}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 448 512"><path fill="currentColor" d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 448 512"><path fill="currentColor" d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"/></svg>
@@ -1,2 +1,2 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{- . -}}"{{ end }}{{ with .height }} height="{{- . -}}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 448 512">
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 448 512">
2
2
  <path fill="currentColor" d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-16.2 149.6c-1.4 31.1-23.2 73.8-65.3 127.9-43.5 56.5-80.3 84.8-110.4 84.8-18.7 0-34.4-17.2-47.3-51.6-25.2-92.3-35.9-146.4-56.7-146.4-2.4 0-10.8 5-25.1 15.1L64 192c36.9-32.4 72.1-68.4 94.1-70.4 24.9-2.4 40.2 14.6 46 51.1 20.5 129.6 29.6 149.2 66.8 90.5 13.4-21.2 20.6-37.2 21.5-48.3 3.4-32.8-25.6-30.6-45.2-22.2 15.7-51.5 45.8-76.5 90.1-75.1 32.9 1 48.4 22.4 46.5 64z"/></svg>
@@ -1,3 +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">
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
2
  <path d="M12 8.25c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5Zm4.75.75h-9.5c-.41 0-.75.34-.75.75s.34.75.75.75H10V18c0 .41.34.75.75.75s.75-.34.75-.75v-3.75h1V18c0 .41.34.75.75.75s.75-.34.75-.75v-7.5h2.75c.41 0 .75-.34.75-.75S17.16 9 16.75 9ZM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.53 2 12 2Zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8Z"/>
3
3
  </svg>
@@ -1,3 +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">
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
2
  <path d="m13.06 3.65 6.79 6.79A1.497 1.497 0 0 1 18.79 13H16v6.5c0 .83-.67 1.5-1.5 1.5h-5c-.83 0-1.5-.67-1.5-1.5V13H5.21c-.61 0-1.15-.36-1.39-.93s-.11-1.2.33-1.63l6.79-6.79c.29-.29.68-.44 1.06-.44s.77.15 1.06.44ZM10 11v8h4v-8h3.59L12 5.41 6.41 11H10Z"/>
3
3
  </svg>
@@ -1,3 +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">
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
2
  <path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2Zm0 16H5V5h14v14Zm-3-1c.55 0 1-.45 1-1v-6.25c0-.55-.45-1-1-1s-1 .45-1 1V17c0 .55.45 1 1 1Zm-4 0c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1s-1 .45-1 1v10c0 .55.45 1 1 1Zm-4 0c.55 0 1-.45 1-1v-3.25c0-.55-.45-1-1-1s-1 .45-1 1V17c0 .55.45 1 1 1Z"/>
3
3
  </svg>
@@ -1,3 +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">
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
2
  <path d="M19.78 19.78H4.22V4.22h6.67c.61 0 1.11-.5 1.11-1.11C12 2.5 11.5 2 10.89 2H3c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1v-7.89c0-.61-.5-1.11-1.11-1.11-.61 0-1.11.5-1.11 1.11v6.67ZM14.22 3.11c0 .61.5 1.11 1.11 1.11h2.88L8.07 14.36c-.43.43-.43 1.13 0 1.57.43.43 1.13.43 1.57 0L19.78 5.79v2.88c0 .61.5 1.11 1.11 1.11.61 0 1.11-.5 1.11-1.11V3c0-.55-.45-1-1-1h-5.67c-.61 0-1.11.5-1.11 1.11Z"/>
3
3
  </svg>
@@ -1,3 +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">
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
2
  <path d="M4 18h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1Zm0-5h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1ZM3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1Z"/>
3
3
  </svg>
@@ -1,3 +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">
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
2
  <path d="M10.59 10.59c-.78.78-.78 2.05 0 2.83s2.05.78 2.83 0 .78-2.05 0-2.83-2.05-.78-2.83 0Zm0-7c-.78.78-.78 2.05 0 2.83s2.05.78 2.83 0 .78-2.05 0-2.83-2.05-.78-2.83 0Zm0 14c-.78.78-.78 2.05 0 2.83s2.05.78 2.83 0 .78-2.05 0-2.83-2.05-.78-2.83 0Z"/>
3
3
  </svg>
@@ -1,3 +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">
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
2
  <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2Zm0 18c-2.14 0-4.09-.85-5.53-2.23 1.5-.64 3.38-1.06 5.53-1.06s4.01.43 5.51 1.07A7.98 7.98 0 0 1 12 20Zm6.82-3.84c-1.89-.91-4.25-1.46-6.82-1.46s-4.93.55-6.82 1.45A7.972 7.972 0 0 1 4 11.99c0-4.41 3.59-8 8-8s8 3.59 8 8c0 1.53-.44 2.95-1.18 4.16ZM12 5.72c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4Zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2Z"/>
3
3
  </svg>
@@ -1,3 +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">
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
2
  <path d="m16.38 14.92-.66.05-.41-.41c2.44-2.81 2.28-7.1-.5-9.7S7.8 2.4 5.17 4.94a6.988 6.988 0 0 0-.08 9.98c2.61 2.61 6.77 2.72 9.52.34l.41.41-.05.65 3.89 3.89a.996.996 0 1 0 1.41-1.41l-3.88-3.88Zm-2.81-1.41a5.016 5.016 0 0 1-7.08 0c-1.95-1.95-1.95-5.13 0-7.08s5.13-1.95 7.08 0 1.95 5.13 0 7.08Z"/>
3
3
  </svg>
@@ -1,3 +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">
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
2
  <path d="M11.99 4V2.21c0-.45-.54-.67-.85-.35l-2.8 2.79c-.2.2-.2.51 0 .71l2.79 2.79c.32.31.86.09.86-.36V6c3.31 0 6 2.69 6 6 0 .79-.15 1.56-.44 2.25-.15.36-.04.77.23 1.04.51.51 1.37.33 1.64-.34.37-.91.57-1.91.57-2.95 0-4.42-3.58-8-8-8Zm0 14c-3.31 0-6-2.69-6-6 0-.79.15-1.56.44-2.25.15-.36.04-.77-.23-1.04-.51-.51-1.37-.33-1.64.34-.37.91-.57 1.91-.57 2.95 0 4.42 3.58 8 8 8v1.79c0 .45.54.67.85.35l2.79-2.79c.2-.2.2-.51 0-.71l-2.79-2.79a.5.5 0 0 0-.85.36V18Z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{- . -}}"{{ end }}{{ with .height }} height="{{- . -}}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 24 24">
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 24 24">
2
2
  <path fill="currentColor" d="M21.99 12.15c0 1.85-1.5 3.35-3.35 3.35h-3.69c.21 1.88.16 4.52-2.64 5.65-.38.15-.76.23-1.13.23-.76 0-1.44-.32-1.93-.9-.92-1.1-.73-2.61-.65-3 .09-.56-.31-1.06-1.16-2.01-.16-.18-.32-.35-.47-.53-.44.38-1.01.6-1.63.6h-.83a2.5 2.5 0 0 1-2.5-2.5V5.53a2.5 2.5 0 0 1 2.5-2.5h.83c.76 0 1.45.34 1.91.88.6-.56 1.4-.9 2.28-.9h7.06c1.99 0 2.8 1.08 3.49 2.91.6 1.44 1.59 3.81 1.69 4.03.1.22.28.62.22 2.21ZM6.17 5.52c0-.46-.38-.83-.83-.83h-.83c-.46 0-.83.37-.83.83v7.51c0 .46.37.83.83.83h.83c.46 0 .83-.38.83-.83V5.52Zm14.07 5.11c-.12-.26-1.71-4.08-1.71-4.08-.63-1.65-1.02-1.88-1.95-1.88H9.52c-.93 0-1.68.75-1.68 1.68v6.53s-.01.45.1.61c.99 1.27 2.59 2.42 2.31 4.23-.18.99.14 2.38 1.45 1.87 2.29-.93 1.64-3.46 1.39-5.35.03-.22.32-.33.72-.38h.04c.18-.02.37-.03.58-.03h4.2c.93 0 1.68-.75 1.68-1.68 0 0 .05-1.26-.07-1.52Z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{- . -}}"{{ end }}{{ with .height }} height="{{- . -}}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 24 24">
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 24 24">
2
2
  <path fill="currentColor" d="M21.99 12.23c0-1.85-1.5-3.35-3.35-3.35h-3.69c.21-1.88.16-4.52-2.64-5.65-.38-.15-.76-.23-1.13-.23-.76 0-1.44.32-1.93.9-.92 1.1-.73 2.61-.65 3 .09.56-.31 1.06-1.16 2.01-.16.18-.32.35-.47.53a2.48 2.48 0 0 0-1.63-.6h-.83a2.5 2.5 0 0 0-2.5 2.5v7.51a2.5 2.5 0 0 0 2.5 2.5h.83c.76 0 1.45-.34 1.91-.88.6.56 1.4.9 2.28.9h7.06c1.99 0 2.8-1.08 3.49-2.91.6-1.44 1.59-3.81 1.69-4.03.1-.22.28-.62.22-2.21ZM6.17 18.86c0 .46-.38.83-.83.83h-.83c-.46 0-.83-.37-.83-.83v-7.51c0-.46.37-.83.83-.83h.83c.46 0 .83.38.83.83v7.51Zm14.07-5.11c-.12.26-1.71 4.08-1.71 4.08-.63 1.65-1.02 1.88-1.95 1.88H9.52c-.93 0-1.68-.75-1.68-1.68V11.5s-.01-.45.1-.61c.99-1.27 2.59-2.42 2.31-4.23-.18-.99.14-2.38 1.45-1.87 2.29.93 1.64 3.46 1.39 5.35.03.22.32.33.72.38h.04c.18.02.37.03.58.03h4.2c.93 0 1.68.75 1.68 1.68 0 0 .05 1.26-.07 1.52Z"/>
3
3
  </svg>
@@ -1,3 +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">
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
2
  <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10A10.03 10.03 0 0 0 12 2Zm6.9 6H16c-.32-1.25-.79-2.46-1.4-3.6 1.82.65 3.34 1.92 4.3 3.6ZM12 4c.85 1.22 1.49 2.57 1.9 4h-3.8c.43-1.42 1.07-2.77 1.9-4ZM4.3 14c-.4-1.3-.4-2.7 0-4h3.4c-.08.66-.12 1.33-.1 2 0 .7.1 1.3.1 2H4.3Zm.8 2h3c.3 1.26.77 2.47 1.4 3.6A7.92 7.92 0 0 1 5.1 16ZM8 8H5c.98-1.66 2.5-2.93 4.3-3.6C8.8 5.6 8.4 6.8 8 8Zm4 12c-.85-1.22-1.49-2.57-1.9-4h3.8c-.43 1.42-1.07 2.77-1.9 4Zm2.3-6H9.7c-.12-.66-.18-1.33-.2-2 .01-.67.08-1.34.2-2h4.7c.12.66.19 1.33.2 2a13.6 13.6 0 0 1-.3 2Zm.3 5.6c.63-1.13 1.1-2.34 1.4-3.6h2.9a8.492 8.492 0 0 1-4.3 3.6Zm1.8-5.6c.08-.66.12-1.33.1-2 0-.7-.1-1.3-.1-2h3.4c.4 1.3.4 2.7 0 4h-3.4Z"/>
3
3
  </svg>
@@ -1,3 +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">
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
2
  <path d="M20 5H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2Zm-.11 3.64-7.5 4.5c-.12.07-.25.11-.39.11s-.27-.04-.39-.11l-7.5-4.5c-.36-.21-.47-.67-.26-1.03s.67-.47 1.03-.26l7.11 4.27 7.11-4.27a.751.751 0 1 1 .77 1.29Z"/>
3
3
  </svg>
@@ -1,3 +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">
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
2
  <path d="M11.93 2C6.41 2 1.92 6.46 1.92 11.98c0 5.52 4.46 10.01 9.98 10.02.93 0 1.69-.74 1.7-1.67v-.03c.02-.41-.12-.8-.4-1.1-.23-.32-.37-.7-.4-1.1 0-.93.74-1.69 1.67-1.7h1.93c2.97 0 5.42-2.32 5.6-5.28.14-5.02-4.46-9.16-10.07-9.12ZM5.5 12c-.83 0-1.5-.67-1.5-1.5S4.67 9 5.5 9 7 9.67 7 10.5 6.33 12 5.5 12Zm4-5C8.67 7 8 6.33 8 5.5S8.67 4 9.5 4s1.5.67 1.5 1.5S10.33 7 9.5 7Zm5 0c-.83 0-1.5-.67-1.5-1.5S13.67 4 14.5 4s1.5.67 1.5 1.5S15.33 7 14.5 7Zm4 5c-.83 0-1.5-.67-1.5-1.5S17.67 9 18.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5Z"/>
3
3
  </svg>
@@ -1,3 +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">
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
2
  <path d="M19 9h-2V5H3.818A1.79 1.79 0 0 0 2 6.75v9.625h1.818A2.674 2.674 0 0 0 6.545 19a2.674 2.674 0 0 0 2.728-2.625h5.454a2.73 2.73 0 0 0 5.455 0H22V12ZM6.545 17.688a1.313 1.313 0 1 1 1.364-1.313 1.337 1.337 0 0 1-1.364 1.313ZM19 10l2 2h-4v-2Zm-1.545 7.688a1.313 1.313 0 1 1 1.363-1.313 1.337 1.337 0 0 1-1.363 1.313Z"/>
3
3
  </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 216 51"><path d="M74.862 16.979h8.883v4.241h.112c1.114-3.519 5.137-4.913 8.714-4.913v9.157a10.7 10.7 0 00-3.688-.781c-3.015 0-3.966.781-4.973 2.178V45.01h-9.048zm20.089 0h9.05V45.01h-9.05zm12.11 0h9.051v3.74h.111a9.424 9.424 0 017.99-4.412c2.737 0 5.472 1.728 5.64 4.412h.109a9.426 9.426 0 017.99-4.412c3.627 0 6.309 1.957 6.309 5.973v22.73h-9.048V25.184c0-1.5-.5-2.508-2.177-2.508a2.847 2.847 0 00-2.346 1.17l-.507.667v20.5h-9.045V25.184c0-1.5-.5-2.508-2.177-2.508a2.871 2.871 0 00-2.352 1.17l-.5.667v20.5h-9.051zm40.24-11.731h9.053v13.345h.116a8.332 8.332 0 015.467-2.29c6.263 0 9.608 6.254 9.608 14.348 0 6.42-2.677 14.689-10.272 14.689-3.522 0-5.812-1.673-7.6-4.358l-1.681 4.024h-4.693zm9.053 30.771c-.163 2.342 1.233 3.63 2.96 3.63 2.512 0 2.848-2.518 2.848-7.708v-2.12c0-5.584 0-8.491-2.788-8.491a4.035 4.035 0 00-2.515 1.122l-.5.495zm17.55-30.771h9.05V45.01h-9.05zm20.455 26.909c0 2.463.5 6.65 4.078 6.65a4.791 4.791 0 004.576-3.857l6.088 2.23a11.546 11.546 0 01-11.226 7.658c-8.659 0-12.567-6.982-12.567-14.739 0-7.934 4.134-14.634 12.454-14.634 8.716 0 11.731 7.485 11.731 14.8v1.9zm6.755-5.356c-.054-2.624-.276-5.642-3.407-5.642-2.567 0-3.348 3.018-3.348 5.642zM94.926 5.073H104v8.068h-9.074z" fill="currentColor"/><path d="M50.771 5.099h28.043v7.708H69.82v32.054H59.764V12.807h-8.993zM32.572 35.038a14.593 14.593 0 01-.516 1.739q-.087.235-.178.46c-.382.378-.654.608-.732.672a17.178 17.178 0 01-11.7 4.237l-3.877 2.1a19.8 19.8 0 0010.09-.413 19.374 19.374 0 007.124-3.96 19.727 19.727 0 004.64-5.911 22.025 22.025 0 00.9-2.035zM18.983 7.682c.136-.006.279-.008.42-.01.258-.008.514-.006.771 0a9.081 9.081 0 00-1.312.416l3.463 1.876a9.827 9.827 0 017.28 3.067c-.42.04-.857.1-1.3.171l5.862 3.176c-.013-.064-.02-.131-.034-.2a2.792 2.792 0 01.623.514l3.9 2.11c-.048-.148-.087-.293-.137-.442a22.183 22.183 0 00-1.436-3.283 17.847 17.847 0 00-2.3-3.184 21.85 21.85 0 00-2.438-2.314c-.031-.025-.167-.137-.34-.272a20.665 20.665 0 00-10.549-4.143c-.116-.008-.221-.01-.333-.016a17.973 17.973 0 00-3.865.105l-.229.038c-.551.078-1.03.167-1.417.257-.35.08-.676.164-.986.248l3.607 1.954c.25-.023.498-.057.75-.068zM3.798 31.338a18.109 18.109 0 01-1.038-3.762 20.006 20.006 0 01-.2-3.162 11.364 11.364 0 01.139-1.745 17.522 17.522 0 011.225-4.46v-5.135a18.81 18.81 0 00-1.729 2.777 20.059 20.059 0 00-2.023 6.408 13.835 13.835 0 00-.171 2.183 21.623 21.623 0 00.217 3.43 20.207 20.207 0 001.445 4.979 20.861 20.861 0 001.8 3.235 1.18 1.18 0 00.2.279c.084.12.178.239.266.358V31.03a5.798 5.798 0 00-.131.308zm29.425-9.291a7.784 7.784 0 01-.85 1.122 26.517 26.517 0 012.2 5.283c.2-.262.391-.527.564-.809a9.438 9.438 0 00.734-1.476 9.654 9.654 0 00.469-1.58 10.134 10.134 0 00.2-1.656 10.868 10.868 0 00-.071-1.711 11.487 11.487 0 00-.541-2.417l-.046-.129a7.027 7.027 0 00-1-1.8l-.136-.18-.589-.319a7.821 7.821 0 01-.934 5.672zM15.071 8.393a16.38 16.38 0 012.028.624 8.79 8.79 0 011.76-.925l-.626-.339a27.477 27.477 0 00-3.162.64zm23.251 23.534l12.279-6.648-11.952-6.471a19.532 19.532 0 01-.327 13.119zM21.431 10.035a7.462 7.462 0 00-1.413.338 28.8 28.8 0 015 3.611 24.159 24.159 0 013.281-.781L22.32 9.965a8.042 8.042 0 00-.889.07z" fill="currentColor"/><path d="M27.232 35.217A20.478 20.478 0 018.983 27.68a14.378 14.378 0 00-3.082 5.513 4.6 4.6 0 00-.1 1.766c.275.381.576.766.928 1.184a17.231 17.231 0 008.264 5.321 17.41 17.41 0 004.46.679l13.123-7.108a9.066 9.066 0 00.166-1.652 15.324 15.324 0 01-5.51 1.834zM9.329 23.5a40.33 40.33 0 015.27-4.321 9.895 9.895 0 01-.348-.853 8.029 8.029 0 01.6-6.952c.075-.123.163-.232.243-.349a9.319 9.319 0 00-3.894-.384 9.608 9.608 0 00-3.266 7.322 11.841 11.841 0 00.693 3.918 13.957 13.957 0 00.702 1.619zm7.337-6.019c.035.1.08.189.117.284a40.837 40.837 0 015.47-2.772 24.243 24.243 0 00-4.679-3 5.142 5.142 0 00-.538.715 5.52 5.52 0 00-.37 4.778zm9.979 5.898a6.872 6.872 0 002.384-.779 32.135 32.135 0 00-4.634-5.707c-.306.112-.612.228-.922.355a36.858 36.858 0 00-5.365 2.723 9.725 9.725 0 008.537 3.408zM9.665 7.888a19.768 19.768 0 014.961-2.095l-10.7-5.8v13.081a19.816 19.816 0 015.739-5.186zm21.373 12.827a5.516 5.516 0 00.372-4.779c-.05-.147-.115-.289-.176-.432a15.972 15.972 0 00-4.075.537 35 35 0 013.804 4.782c.02-.037.053-.07.075-.108z" fill="currentColor"/><path d="M26.883 32.685a12.352 12.352 0 005.551-2.151 22.653 22.653 0 00-2.122-5.718 9.443 9.443 0 01-3.309 1.1 12.4 12.4 0 01-11.026-4.541 38.391 38.391 0 00-5.249 4.39 17.78 17.78 0 0016.155 6.92zm-19.4-7.217a16.386 16.386 0 01-1.27-2.741 13.6 13.6 0 01-.47-7.809 16.158 16.158 0 00-1.26 2.085c-.216.427-.393.823-.556 1.2V31.03a20.35 20.35 0 013.556-5.562zm28.557 5.247c-.263.3-.544.583-.833.855q.052.48.077.945a18.343 18.343 0 00.756-1.8zM4.763 37.793c-.309-.369-.58-.718-.84-1.066v13.828l11.649-6.31a23.43 23.43 0 01-1.293-.321 19.865 19.865 0 01-9.516-6.131zM39.471 42.2a3.131 3.131 0 113.14 3.066 3.095 3.095 0 01-3.14-3.066zm.6 0a2.538 2.538 0 102.544-2.433 2.482 2.482 0 00-2.548 2.433zm4.107 1.719h-.6l-1.005-1.574h-.611v1.574h-.519v-3.412h1.53a1.719 1.719 0 01.854.165.841.841 0 01.386.732c0 .677-.478.926-1.1.941zm-1.648-2c.492 0 1.168.087 1.168-.526 0-.44-.386-.5-.827-.5h-.907v1.03zm166.893.281a3.131 3.131 0 113.14 3.066 3.095 3.095 0 01-3.14-3.066zm.6 0a2.538 2.538 0 102.544-2.433 2.482 2.482 0 00-2.548 2.433zm4.107 1.719h-.6l-1-1.574h-.611v1.574h-.518v-3.412h1.531a1.719 1.719 0 01.854.165.841.841 0 01.386.732c0 .677-.478.926-1.1.941zm-1.648-2c.492 0 1.168.087 1.168-.526 0-.44-.387-.5-.827-.5h-.907v1.03z" fill="currentColor"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{- . -}}"{{ end }}{{ with .height }} height="{{- . -}}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 444.7 100"><path d="M115.85,87.13v-62H93V11.21h62.57v14h-23v62Z" fill="currentColor"/><path 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.49v34Z" fill="currentColor"/><path d="M182.72,25V11.72h16.62V25Zm.11,62.17V32.44h16.41V87.13Z" fill="currentColor"/><path d="M205.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.72V87.13H272.69V52.45c0-4.92-1.13-7.49-5.95-7.49-4.1,0-7.39,2.26-11,5.44V87.13H239.25V52.45c0-4.92-1.13-7.49-6-7.49-4.1,0-7.38,2.26-11.08,5.44V87.13Z" fill="currentColor"/><path d="M312,80.66v6.47H295.45V11.21H312V40.86c3.59-5,8.72-9.54,16.82-9.54,12.42,0,21,9.54,21,28.41S341.11,88,328.59,88C321.2,88,316.07,85.28,312,80.66Zm21.34-20.82c0-9.13-3.18-14.88-10.57-14.88-4.21,0-8,2.57-10.77,5.34V70.51c3.59,3.38,6.56,5,11,5C329.82,75.53,333.31,69.79,333.31,59.84Z" fill="currentColor"/><path d="M354.94,87.13V11.21h16.41V87.13Z" fill="currentColor"/><path d="M376.47,59.84c0-21.24,16.21-28.52,27.49-28.52S429.1,37,429.1,61.79v2.46H392.88c.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.21C390.11,88.26,376.47,81,376.47,59.84Zm37.86-5.34c-.82-7.69-4.31-11.39-10.47-11.39-5.13,0-9.54,3.39-10.77,11.39Z" fill="currentColor"/><path d="M432.22,81a6.19,6.19,0,0,1,6.26-6.26A6.26,6.26,0,1,1,432.22,81Zm11.38,0a5.14,5.14,0,1,0-5.12,5.23A5.12,5.12,0,0,0,443.6,81Zm-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.08v2Z" fill="currentColor"/><path d="M6.19,76.41V100L26.71,88.16A39.1,39.1,0,0,1,6.19,76.41Z" fill="currentColor"/><path d="M26.56,11.74,6.19,0V23.45A39.33,39.33,0,0,1,26.56,11.74Z" fill="currentColor"/><path d="M92.8,50,72.29,38.16a39.27,39.27,0,0,1-.06,23.72Z" fill="currentColor"/><path d="M19.7,17.92c2.94-.65,9.05,0,12.28.89a18.68,18.68,0,0,1,10.37-3.45A41.12,41.12,0,0,0,19.7,17.92Z" fill="currentColor"/><path d="M58.79,60.84a53.07,53.07,0,0,0-3.21-13.13c-7,3.18-15.72,1.13-21.53-3.9A95.93,95.93,0,0,0,22.62,58.32C32.47,66.35,48.67,68.46,58.79,60.84Z" fill="currentColor"/><path d="M17.23,59.09C8.55,50.19,5.52,37.22,8.3,27.25a35,35,0,0,0,2,47.47A63.4,63.4,0,0,1,17.23,59.09Z" fill="currentColor"/><path d="M54,43.94a47.18,47.18,0,0,0-7-10.78A80.73,80.73,0,0,0,37,40.93C42.26,45.3,49.14,46.16,54,43.94Z" fill="currentColor"/><path d="M47.47,27.72a36.33,36.33,0,0,1,7.62-4.23c-5.56-5.62-14.5-5.47-18.39-3A37.17,37.17,0,0,1,47.47,27.72Z" fill="currentColor"/><path 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.33C47.14,72.79,30.66,70.07,20.4,62Z" fill="currentColor"/><path d="M57.4,41.45c3.83-4,3.06-10.84.15-14.78a29.6,29.6,0,0,0-7.13,4.18A52.73,52.73,0,0,1,57.4,41.45Z" fill="currentColor"/><path d="M64,32.85a14.1,14.1,0,0,1-4.84,12.59A57.37,57.37,0,0,1,62.49,57.2C67.74,50.38,67.58,40.64,64,32.85Z" fill="currentColor"/><path d="M34.16,37.9A83.13,83.13,0,0,1,44,30.11a33.17,33.17,0,0,0-10.82-6.59C29.92,27.89,30.92,33.53,34.16,37.9Z" fill="currentColor"/><path d="M63.12,62.69a49.42,49.42,0,0,1-.43,8.88A35.37,35.37,0,0,0,70,47.07,26.82,26.82,0,0,1,63.12,62.69Z" fill="currentColor"/><path d="M29.1,22.28a28.42,28.42,0,0,0-13.9.09c-6.89,9.77-3.69,24.08,4.33,33A100.8,100.8,0,0,1,31.18,40.79C27.1,35.72,25.48,27.89,29.1,22.28Z" fill="currentColor"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 444.7 100"><path d="M115.85,87.13v-62H93V11.21h62.57v14h-23v62Z" fill="currentColor"/><path 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.49v34Z" fill="currentColor"/><path d="M182.72,25V11.72h16.62V25Zm.11,62.17V32.44h16.41V87.13Z" fill="currentColor"/><path d="M205.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.72V87.13H272.69V52.45c0-4.92-1.13-7.49-5.95-7.49-4.1,0-7.39,2.26-11,5.44V87.13H239.25V52.45c0-4.92-1.13-7.49-6-7.49-4.1,0-7.38,2.26-11.08,5.44V87.13Z" fill="currentColor"/><path d="M312,80.66v6.47H295.45V11.21H312V40.86c3.59-5,8.72-9.54,16.82-9.54,12.42,0,21,9.54,21,28.41S341.11,88,328.59,88C321.2,88,316.07,85.28,312,80.66Zm21.34-20.82c0-9.13-3.18-14.88-10.57-14.88-4.21,0-8,2.57-10.77,5.34V70.51c3.59,3.38,6.56,5,11,5C329.82,75.53,333.31,69.79,333.31,59.84Z" fill="currentColor"/><path d="M354.94,87.13V11.21h16.41V87.13Z" fill="currentColor"/><path d="M376.47,59.84c0-21.24,16.21-28.52,27.49-28.52S429.1,37,429.1,61.79v2.46H392.88c.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.21C390.11,88.26,376.47,81,376.47,59.84Zm37.86-5.34c-.82-7.69-4.31-11.39-10.47-11.39-5.13,0-9.54,3.39-10.77,11.39Z" fill="currentColor"/><path d="M432.22,81a6.19,6.19,0,0,1,6.26-6.26A6.26,6.26,0,1,1,432.22,81Zm11.38,0a5.14,5.14,0,1,0-5.12,5.23A5.12,5.12,0,0,0,443.6,81Zm-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.08v2Z" fill="currentColor"/><path d="M6.19,76.41V100L26.71,88.16A39.1,39.1,0,0,1,6.19,76.41Z" fill="currentColor"/><path d="M26.56,11.74,6.19,0V23.45A39.33,39.33,0,0,1,26.56,11.74Z" fill="currentColor"/><path d="M92.8,50,72.29,38.16a39.27,39.27,0,0,1-.06,23.72Z" fill="currentColor"/><path d="M19.7,17.92c2.94-.65,9.05,0,12.28.89a18.68,18.68,0,0,1,10.37-3.45A41.12,41.12,0,0,0,19.7,17.92Z" fill="currentColor"/><path d="M58.79,60.84a53.07,53.07,0,0,0-3.21-13.13c-7,3.18-15.72,1.13-21.53-3.9A95.93,95.93,0,0,0,22.62,58.32C32.47,66.35,48.67,68.46,58.79,60.84Z" fill="currentColor"/><path d="M17.23,59.09C8.55,50.19,5.52,37.22,8.3,27.25a35,35,0,0,0,2,47.47A63.4,63.4,0,0,1,17.23,59.09Z" fill="currentColor"/><path d="M54,43.94a47.18,47.18,0,0,0-7-10.78A80.73,80.73,0,0,0,37,40.93C42.26,45.3,49.14,46.16,54,43.94Z" fill="currentColor"/><path d="M47.47,27.72a36.33,36.33,0,0,1,7.62-4.23c-5.56-5.62-14.5-5.47-18.39-3A37.17,37.17,0,0,1,47.47,27.72Z" fill="currentColor"/><path 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.33C47.14,72.79,30.66,70.07,20.4,62Z" fill="currentColor"/><path d="M57.4,41.45c3.83-4,3.06-10.84.15-14.78a29.6,29.6,0,0,0-7.13,4.18A52.73,52.73,0,0,1,57.4,41.45Z" fill="currentColor"/><path d="M64,32.85a14.1,14.1,0,0,1-4.84,12.59A57.37,57.37,0,0,1,62.49,57.2C67.74,50.38,67.58,40.64,64,32.85Z" fill="currentColor"/><path d="M34.16,37.9A83.13,83.13,0,0,1,44,30.11a33.17,33.17,0,0,0-10.82-6.59C29.92,27.89,30.92,33.53,34.16,37.9Z" fill="currentColor"/><path d="M63.12,62.69a49.42,49.42,0,0,1-.43,8.88A35.37,35.37,0,0,0,70,47.07,26.82,26.82,0,0,1,63.12,62.69Z" fill="currentColor"/><path d="M29.1,22.28a28.42,28.42,0,0,0-13.9.09c-6.89,9.77-3.69,24.08,4.33,33A100.8,100.8,0,0,1,31.18,40.79C27.1,35.72,25.48,27.89,29.1,22.28Z" fill="currentColor"/></svg>
@@ -5,29 +5,24 @@
5
5
  <!-- Removes the .no-js class from the <html> element if JavaScript is enabled -->
6
6
  <script>document.documentElement.classList.remove('no-js');</script>
7
7
 
8
- {{- if not .Site.Params.disableModusBootstrapCSS -}}
9
8
  <!-- Load Modus Bootstrap CSS from CDN -->
10
- <link rel="stylesheet" href="{{- .Site.BaseURL -}}css/modus-bootstrap.min.css">
11
- {{ end }}
9
+ <link rel="stylesheet" href="https://modus-bootstrap.netlify.app/docs/v2/dist/css/modus-bootstrap.min.css">
12
10
 
13
11
  <!-- Compiles and minifies the sites Sass files from /assets/css/ -->
14
12
  {{- $sassOptions := (dict "enableSourceMap" true) -}}
15
- {{ $styles := resources.Get "css/modus-docs.scss" | toCSS $sassOptions | postCSS | minify }}
16
- <link rel="stylesheet" href="{{ $styles.RelPermalink }}?v{{- hugo.Version -}}">
13
+ {{ $styles := resources.Get "styles/styles.scss" | toCSS $sassOptions | postCSS | minify }}
14
+ <link rel="stylesheet" href="{{ $styles.RelPermalink }}?v{{ hugo.Version }}">
17
15
 
18
16
  <!-- Load jQuery from CDN with fallback -->
19
- <script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js"></script>
20
- <script>window.jQuery || document.write('<script src="https://code.jquery.com/jquery-3.7.1.min.js"><\/script>');</script>
17
+ <script src="https://cdn.jsdelivr.net/npm/jquery@3.7.0/dist/jquery.min.js"></script>
18
+ <script>window.jQuery || document.write('<script src="https://code.jquery.com/jquery-3.7.0.min.js"><\/script>');</script>
21
19
  <link rel="stylesheet" href="{{- .Site.BaseURL -}}fonts/modus-icons.css">
22
20
 
23
- {{- if not .Site.Params.disableThemeToggle -}}
24
21
  <!-- Loads Dark Mode Toggle JS -->
25
- {{ $ThemeToggleJS := resources.Get "js/theme-toggle.js" | minify }}
26
- <script src="{{- .Site.BaseURL -}}{{ $ThemeToggleJS.RelPermalink }}"></script>
27
- {{ end }}
22
+ <script src="{{- .Site.BaseURL -}}js/theme-toggle.js"></script>
28
23
 
29
24
  <meta name="description"
30
- content="{{- with .Description -}}{{- . }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{- end -}}{{- end -}}">
25
+ content="{{ with .Description }}{{ . }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{- end -}}{{- end -}}">
31
26
 
32
27
  <!-- OpenGraph Meta tags using Hugo's own built-in template -->
33
28
  {{ template "_internal/opengraph.html" . }}
@@ -35,12 +30,11 @@
35
30
  <meta property="og:locale" content="en_US">
36
31
  {{ end }}
37
32
 
38
- <!-- no need to define additional X (Twitter) card meta tags as fallback to Open Graph -->
39
- <!-- https://developer.x.com/en/docs/twitter-for-websites/cards/guides/getting-started#twitter-cards-and-open-graph -->
33
+ <!-- no need to define additional Twitter card meta tags as fallback to Open Graph -->
34
+ <!-- https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started#twitter-cards-and-open-graph -->
40
35
 
41
36
  {{- if .Params.private -}}
42
37
  <meta name="robots" content="noindex, nofollow">
43
- <meta name="referrer" content="none">
44
38
  {{ end }}
45
39
 
46
40
  {{- with .Site.Params.themeColor -}}
@@ -49,17 +43,22 @@
49
43
  <meta name="theme-color" content="{{- . | default "#005f9e" -}}">
50
44
  {{ end }}
51
45
 
46
+ {{- with .Site.Params.googleSiteVerification -}}
47
+ <!-- Google Site Verification -->
48
+ <!-- https://support.google.com/webmasters/answer/9008080?hl=en -->
49
+ <meta name="google-site-verification" content="{{- . -}}">
50
+ {{ end }}
51
+
52
52
  <!-- Loads the Trimble favicon and the SVG icon -->
53
53
  <link rel="alternate icon" type="image/x-icon" href="{{- .Site.BaseURL -}}favicon.ico">
54
54
  <link rel="icon" type="image/svg+xml" href="{{- .Site.BaseURL -}}favicon.svg">
55
55
 
56
56
  <!-- Polyfills for Internet Explorer 11 -->
57
57
  <script nomodule crossorigin="anonymous"
58
- src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=default%2CNumber.parseInt%2CNumber.parseFloat%2CArray.prototype.find%2CArray.prototype.includes"></script>
58
+ src="https://polyfill.io/v3/polyfill.min.js?features=default%2CNumber.parseInt%2CNumber.parseFloat%2CArray.prototype.find%2CArray.prototype.includes"></script>
59
59
  <script
60
- nomodule>window.MSInputMethodContext && document.documentMode && document.write('<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-ie11@5/css/bootstrap-ie11.min.css"><script src="https://cdn.jsdelivr.net/combine/npm/bootstrap@5.0.0-beta2/dist/js/bootstrap.bundle.min.js,npm/ie11-custom-properties@4,npm/element-qsa-scope@1"><\/script>');</script>
60
+ nomodule>window.MSInputMethodContext && document.documentMode && document.write('<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-ie11@5.3.1/css/bootstrap-ie11.min.css"><script src="https://cdn.jsdelivr.net/combine/npm/bootstrap@5.0.0-beta2/dist/js/bootstrap.bundle.min.js,npm/ie11-custom-properties@4,npm/element-qsa-scope@1"><\/script>');</script>
61
61
 
62
- {{- if not .Site.Params.RemoveSearch -}}
63
62
  {{- if not .Params.hideSearch -}}
64
63
  <script>
65
64
  var baseurl = "{{- .Site.BaseURL -}}";
@@ -72,22 +71,11 @@
72
71
  {{ $js := slice $autocomplete $lunr $search | resources.Concat "js/search.js" | resources.Minify }}
73
72
  <script src="{{- $js.RelPermalink -}}" fetchpriority="low"></script>
74
73
  {{- end -}}
75
- {{- end -}}
76
74
  {{ if .IsHome }}
77
75
  {{ hugo.Generator }}
78
76
  {{ end }}
79
77
 
80
78
  <!-- Loads Bootstrap 5 JS from CDN -->
81
- <script src="{{- .Site.BaseURL -}}js/bootstrap.bundle.min.js"></script>
82
-
83
- {{- if .IsHome -}}
84
- {{- with .Site.Params.googleSiteVerification -}}
85
- <!-- Google Site Verification -->
86
- <!-- https://support.google.com/webmasters/answer/9008080?hl=en -->
87
- <meta name="google-site-verification" content="{{- . -}}">
88
- {{ end }}
89
- {{ end }}
90
-
91
- {{ partial "analytics" . }}
79
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js"></script>
92
80
 
93
- {{ partial "custom-header" . }}
81
+ {{ partial "custom-header" . }}
@@ -1,4 +1,4 @@
1
- <ul class="dropdown-menu dropdown-menu-end mt-2 pb-0">
1
+ <ul class="dropdown-menu dropdown-menu-end mt-2 pb-0" style="min-width:250px;z-index: 1030;">
2
2
  {{ with .Site.Data.navbar_apps }}
3
3
  {{ range . }}
4
4
  <li class="border-bottom">
@@ -20,4 +20,4 @@
20
20
  </li>
21
21
  {{ end }}
22
22
  {{ end }}
23
- </ul>
23
+ </ul>
@@ -1,10 +1,10 @@
1
- <search class="search-container d-inline-block position-relative" role="search">
2
- <input class="form-control form-control-lg form-control-search position-absolute" aria-label="Search" id="search-by" type="search"
1
+ <div class="search-container d-inline-block position-relative">
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
- <label class="btn btn-lg btn-icon-only border-transparent btn-search position-absolute px-1" for="search-by">
5
- {{ partial "icons/modus-outlined/search.svg" (dict "class" "text-white" "width" "24" "height" "24") }}
4
+ <label class="btn btn-lg btn-icon-only border-0 btn-search position-absolute px-1" for="search-by">
5
+ <i class="modus-icons notranslate text-white" aria-hidden="true">search</i>
6
6
  </label>
7
- </search>
7
+ </div>
8
8
 
9
9
  <script>
10
10
  // Lose Focus on Input when user presses Escape only if no input
@@ -16,4 +16,4 @@
16
16
  }
17
17
  }
18
18
  });
19
- </script>
19
+ </script>
@@ -1,39 +1,31 @@
1
1
  <nav class="navbar shadow-sm navbar-blue sticky-top" aria-label="Main Navigation">
2
2
  <div class="container-fluid">
3
3
  <div>
4
- <button class="btn btn-lg btn-primary btn-icon-only bg-transparent d-inline-block" type="button"
4
+ <button class="btn btn-lg btn-primary btn-icon-only bg-transparent d-inline-block border-0" type="button"
5
5
  aria-label="Menu" data-bs-target="#sidebar" data-bs-toggle="collapse">
6
- {{ partial "icons/modus-solid/menu.svg" (dict "class" "menu-btn text-white" "width" "24" "height" "24") }}
6
+ <i class="modus-icons menu-btn notranslate mt-1 text-white" aria-hidden="true">menu</i>
7
7
  </button>
8
8
  <a class="navbar-brand text-primary" href="/">
9
- {{ partial "logos/trimble.svg" (dict "class" "img-fluid d-none d-sm-inline-block text-white" "width" "117" "height" "28") }}
10
- {{ partial "icons/modus-solid/trimble-logo.svg" (dict "class" "d-inline-block d-sm-none text-white" "width" "32" "height" "32") }}
11
-
12
- {{- if .Site.Params.Title -}}
13
- <div class="float-end text-white h2 d-none d-md-inline-block navbar-site-title">
14
- {{- .Site.Title -}}
15
- </div>
16
- {{- end -}}
9
+ <img src="https://modus-bootstrap.trimble.com/img/trimble-logo-rev.svg" width="107" height="25"
10
+ class="img-fluid d-none d-sm-inline-block" alt="home" />
11
+ <img src="https://modus-bootstrap.trimble.com/img/trimble-icon-rev.svg"
12
+ class="d-inline-block d-sm-none px-1 mt-1" height="25" width="25" alt="home" />
17
13
  </a>
18
14
  </div>
19
15
 
20
16
  <div class="d-flex d-row">
21
17
 
22
- {{- with .Site.Params.RemoveSearch -}}{{else}}
23
18
  {{ partial "navbar-search" . }}
24
- {{ end }}
25
19
 
26
- {{- with .Site.Params.RemoveSearch -}}{{else}}
27
20
  <div class="dropdown">
28
- <button type="button" class="btn btn-lg btn-primary bg-transparent btn-icon-only"
21
+ <button type="button" class="btn btn-lg btn-primary bg-transparent btn-icon-only border-0"
29
22
  data-bs-toggle="dropdown" aria-expanded="false" aria-label="Menu">
30
- {{ partial "icons/modus-solid/apps.svg" (dict "class" "text-white" "width" "24" "height" "24") }}
23
+ <i class="modus-icons notranslate mt-2 text-white" aria-hidden="true">apps</i>
31
24
  </button>
32
25
 
33
26
  {{ partial "navbar-dropdown" . }}
34
- {{ end }}
35
27
 
36
28
  </div>
37
29
  </div>
38
30
  </div>
39
- </nav>
31
+ </nav>