hr-design-system-handlebars 1.50.16 → 1.50.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (177) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/assets/brand/_default/conf/locatags.json +1 -0
  3. package/dist/assets/brand/hr1/icons/logo/svgmap.min.svg +1 -1
  4. package/dist/assets/brand/you-fm/icons/logo/svgmap.min.svg +1 -1
  5. package/dist/assets/icons/icons/svgmap/copyright.svg +13 -0
  6. package/dist/assets/icons/icons/svgmap.min.svg +1 -1
  7. package/dist/assets/index.css +354 -5
  8. package/dist/assets/js/alpine.js +4 -0
  9. package/dist/views/components/banner/banner.storybook.hbs +126 -0
  10. package/dist/views/components/banner/copyright/tooltip.hbs +17 -0
  11. package/dist/views/components/banner/header/additional_info.hbs +1 -0
  12. package/dist/views/components/banner/header/banner_image.hbs +13 -0
  13. package/dist/views/components/banner/header/banner_overlay.hbs +3 -0
  14. package/dist/views/components/banner/header/banner_wrapper.hbs +7 -0
  15. package/dist/views/components/banner/header/breadcrumb_wrapper.hbs +6 -0
  16. package/dist/views/components/banner/header/byline.hbs +1 -0
  17. package/dist/views/components/banner/header/headline.hbs +3 -0
  18. package/dist/views/components/banner/header/special_info.hbs +3 -0
  19. package/dist/views/components/banner/header/title_background.hbs +3 -0
  20. package/dist/views/components/banner/header/topline.hbs +1 -0
  21. package/dist/views/components/banner/structure_nav/structure_nav.hbs +34 -0
  22. package/dist/views/components/base/image/responsive_image.hbs +5 -4
  23. package/dist/views/components/content/copytext/components/additionalinfo.hbs +5 -0
  24. package/dist/views/components/content/copytext/components/audio.hbs +9 -0
  25. package/dist/views/components/content/copytext/components/audioeventlivestream.hbs +9 -0
  26. package/dist/views/components/content/copytext/components/cite.hbs +20 -0
  27. package/dist/views/components/content/copytext/components/downloadbox.hbs +5 -0
  28. package/dist/views/components/content/copytext/components/externalservice.hbs +61 -0
  29. package/dist/views/components/content/copytext/components/faq.hbs +5 -0
  30. package/dist/views/components/content/copytext/components/filedownload.hbs +5 -0
  31. package/dist/views/components/content/copytext/components/gallery.hbs +7 -0
  32. package/dist/views/components/content/copytext/components/headline.hbs +1 -0
  33. package/dist/views/components/content/copytext/components/image.hbs +41 -0
  34. package/dist/views/components/content/copytext/components/infobox.hbs +5 -0
  35. package/dist/views/components/content/copytext/components/jobposting.hbs +5 -0
  36. package/dist/views/components/content/copytext/components/livestream.hbs +9 -0
  37. package/dist/views/components/content/copytext/components/map.hbs +46 -0
  38. package/dist/views/components/content/copytext/components/newsletter.hbs +5 -0
  39. package/dist/views/components/content/copytext/components/paragraph.hbs +11 -0
  40. package/dist/views/components/content/copytext/components/podcastepisode.hbs +9 -0
  41. package/dist/views/components/content/copytext/components/posterteaser.hbs +5 -0
  42. package/dist/views/components/content/copytext/components/radioplaylist.hbs +11 -0
  43. package/dist/views/components/content/copytext/components/tweet.hbs +7 -0
  44. package/dist/views/components/content/copytext/components/video.hbs +9 -0
  45. package/dist/views/components/content/copytext/components/voting.hbs +9 -0
  46. package/dist/views/components/content/copytext/components/webform.hbs +5 -0
  47. package/dist/views/components/content/copytext/copytext.hbs +129 -0
  48. package/dist/views/components/footer/page_footer.hbs +2 -1
  49. package/dist/views/components/navigation/breadcrumb/breadcrumb.hbs +5 -4
  50. package/dist/views/components/top_button/top_button.hbs +24 -0
  51. package/dist/views_static/components/banner/banner.storybook.hbs +126 -0
  52. package/dist/views_static/components/banner/copyright/tooltip.hbs +17 -0
  53. package/dist/views_static/components/banner/header/additional_info.hbs +1 -0
  54. package/dist/views_static/components/banner/header/banner_image.hbs +13 -0
  55. package/dist/views_static/components/banner/header/banner_overlay.hbs +3 -0
  56. package/dist/views_static/components/banner/header/banner_wrapper.hbs +7 -0
  57. package/dist/views_static/components/banner/header/breadcrumb_wrapper.hbs +6 -0
  58. package/dist/views_static/components/banner/header/byline.hbs +1 -0
  59. package/dist/views_static/components/banner/header/headline.hbs +3 -0
  60. package/dist/views_static/components/banner/header/special_info.hbs +3 -0
  61. package/dist/views_static/components/banner/header/title_background.hbs +3 -0
  62. package/dist/views_static/components/banner/header/topline.hbs +1 -0
  63. package/dist/views_static/components/banner/structure_nav/structure_nav.hbs +34 -0
  64. package/dist/views_static/components/base/image/responsive_image.hbs +5 -4
  65. package/dist/views_static/components/content/copytext/components/additionalinfo.hbs +5 -0
  66. package/dist/views_static/components/content/copytext/components/audio.hbs +9 -0
  67. package/dist/views_static/components/content/copytext/components/audioeventlivestream.hbs +9 -0
  68. package/dist/views_static/components/content/copytext/components/cite.hbs +20 -0
  69. package/dist/views_static/components/content/copytext/components/downloadbox.hbs +5 -0
  70. package/dist/views_static/components/content/copytext/components/externalservice.hbs +61 -0
  71. package/dist/views_static/components/content/copytext/components/faq.hbs +5 -0
  72. package/dist/views_static/components/content/copytext/components/filedownload.hbs +5 -0
  73. package/dist/views_static/components/content/copytext/components/gallery.hbs +7 -0
  74. package/dist/views_static/components/content/copytext/components/headline.hbs +1 -0
  75. package/dist/views_static/components/content/copytext/components/image.hbs +41 -0
  76. package/dist/views_static/components/content/copytext/components/infobox.hbs +5 -0
  77. package/dist/views_static/components/content/copytext/components/jobposting.hbs +5 -0
  78. package/dist/views_static/components/content/copytext/components/livestream.hbs +9 -0
  79. package/dist/views_static/components/content/copytext/components/map.hbs +46 -0
  80. package/dist/views_static/components/content/copytext/components/newsletter.hbs +5 -0
  81. package/dist/views_static/components/content/copytext/components/paragraph.hbs +11 -0
  82. package/dist/views_static/components/content/copytext/components/podcastepisode.hbs +9 -0
  83. package/dist/views_static/components/content/copytext/components/posterteaser.hbs +5 -0
  84. package/dist/views_static/components/content/copytext/components/radioplaylist.hbs +11 -0
  85. package/dist/views_static/components/content/copytext/components/tweet.hbs +7 -0
  86. package/dist/views_static/components/content/copytext/components/video.hbs +9 -0
  87. package/dist/views_static/components/content/copytext/components/voting.hbs +9 -0
  88. package/dist/views_static/components/content/copytext/components/webform.hbs +5 -0
  89. package/dist/views_static/components/content/copytext/copytext.hbs +129 -0
  90. package/dist/views_static/components/footer/page_footer.hbs +2 -1
  91. package/dist/views_static/components/navigation/breadcrumb/breadcrumb.hbs +5 -4
  92. package/dist/views_static/components/top_button/top_button.hbs +24 -0
  93. package/package.json +3 -1
  94. package/src/assets/brand/_default/conf/locatags.json +1 -0
  95. package/src/assets/brand/hessenschau/conf/locatags.merged.json +1 -0
  96. package/src/assets/brand/hr/conf/locatags.merged.json +1 -0
  97. package/src/assets/brand/hr-bigband/conf/locatags.merged.json +1 -0
  98. package/src/assets/brand/hr-fernsehen/conf/locatags.merged.json +1 -0
  99. package/src/assets/brand/hr-inforadio/conf/locatags.merged.json +1 -0
  100. package/src/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +1 -0
  101. package/src/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +1 -0
  102. package/src/assets/brand/hr-werbung/conf/locatags.merged.json +1 -0
  103. package/src/assets/brand/hr1/conf/locatags.merged.json +1 -0
  104. package/src/assets/brand/hr1/icons/logo/svgmap.min.svg +1 -1
  105. package/src/assets/brand/hr2/conf/locatags.merged.json +1 -0
  106. package/src/assets/brand/hr3/conf/locatags.merged.json +1 -0
  107. package/src/assets/brand/hr4/conf/locatags.merged.json +1 -0
  108. package/src/assets/brand/you-fm/conf/locatags.merged.json +1 -0
  109. package/src/assets/brand/you-fm/icons/logo/svgmap.min.svg +1 -1
  110. package/src/assets/css/custom-utilities.css +33 -0
  111. package/src/assets/fixtures/banner/banner.json +37 -0
  112. package/src/assets/fixtures/banner/bannerImages.inc.json +28 -0
  113. package/src/assets/fixtures/banner/structureNav.json +48 -0
  114. package/src/assets/fixtures/content/copytext/copytext.inc.json +100 -0
  115. package/src/assets/fixtures/content/copytext/copytext.json +4 -0
  116. package/src/assets/icons/icons/svgmap/copyright.svg +13 -0
  117. package/src/assets/icons/icons/svgmap.min.svg +1 -1
  118. package/src/assets/images/rueckkehr-nach-abschiebung-102_v-100to27.jpg +0 -0
  119. package/src/assets/images/rueckkehr-nach-abschiebung-102_v-100to27__medium.jpg +0 -0
  120. package/src/assets/images/rueckkehr-nach-abschiebung-102_v-100to27__retina.jpg +0 -0
  121. package/src/assets/images/rueckkehr-nach-abschiebung-102_v-100to27__small.jpg +0 -0
  122. package/src/assets/images/rueckkehr-nach-abschiebung-102_v-16to7.jpg +0 -0
  123. package/src/assets/images/rueckkehr-nach-abschiebung-102_v-16to7__medium.jpg +0 -0
  124. package/src/assets/images/rueckkehr-nach-abschiebung-102_v-16to7__small.jpg +0 -0
  125. package/src/assets/js/alpine.js +4 -0
  126. package/src/assets/tailwind.css +42 -1
  127. package/src/stories/views/components/banner/banner.storybook.hbs +126 -0
  128. package/src/stories/views/components/banner/copyright/tooltip.hbs +17 -0
  129. package/src/stories/views/components/banner/fixtures/banner.json +1 -0
  130. package/src/stories/views/components/banner/fixtures/structureNav.json +1 -0
  131. package/src/stories/views/components/banner/header/additional_info.hbs +1 -0
  132. package/src/stories/views/components/banner/header/banner_image.hbs +13 -0
  133. package/src/stories/views/components/banner/header/banner_overlay.hbs +3 -0
  134. package/src/stories/views/components/banner/header/banner_wrapper.hbs +7 -0
  135. package/src/stories/views/components/banner/header/breadcrumb_wrapper.hbs +6 -0
  136. package/src/stories/views/components/banner/header/byline.hbs +1 -0
  137. package/src/stories/views/components/banner/header/headline.hbs +3 -0
  138. package/src/stories/views/components/banner/header/special_info.hbs +3 -0
  139. package/src/stories/views/components/banner/header/title_background.hbs +3 -0
  140. package/src/stories/views/components/banner/header/topline.hbs +1 -0
  141. package/src/stories/views/components/banner/header.stories.js +36 -0
  142. package/src/stories/views/components/banner/structure_nav/structureNav.stories.js +32 -0
  143. package/src/stories/views/components/banner/structure_nav/structure_nav.hbs +34 -0
  144. package/src/stories/views/components/base/image/responsive_image.hbs +5 -4
  145. package/src/stories/views/components/content/copytext/components/additionalinfo.hbs +5 -0
  146. package/src/stories/views/components/content/copytext/components/audio.hbs +9 -0
  147. package/src/stories/views/components/content/copytext/components/audioeventlivestream.hbs +9 -0
  148. package/src/stories/views/components/content/copytext/components/cite.hbs +20 -0
  149. package/src/stories/views/components/content/copytext/components/downloadbox.hbs +5 -0
  150. package/src/stories/views/components/content/copytext/components/externalservice.hbs +61 -0
  151. package/src/stories/views/components/content/copytext/components/faq.hbs +5 -0
  152. package/src/stories/views/components/content/copytext/components/filedownload.hbs +5 -0
  153. package/src/stories/views/components/content/copytext/components/gallery.hbs +7 -0
  154. package/src/stories/views/components/content/copytext/components/headline.hbs +1 -0
  155. package/src/stories/views/components/content/copytext/components/image.hbs +41 -0
  156. package/src/stories/views/components/content/copytext/components/infobox.hbs +5 -0
  157. package/src/stories/views/components/content/copytext/components/jobposting.hbs +5 -0
  158. package/src/stories/views/components/content/copytext/components/livestream.hbs +9 -0
  159. package/src/stories/views/components/content/copytext/components/map.hbs +46 -0
  160. package/src/stories/views/components/content/copytext/components/newsletter.hbs +5 -0
  161. package/src/stories/views/components/content/copytext/components/paragraph.hbs +11 -0
  162. package/src/stories/views/components/content/copytext/components/podcastepisode.hbs +9 -0
  163. package/src/stories/views/components/content/copytext/components/posterteaser.hbs +5 -0
  164. package/src/stories/views/components/content/copytext/components/radioplaylist.hbs +11 -0
  165. package/src/stories/views/components/content/copytext/components/tweet.hbs +7 -0
  166. package/src/stories/views/components/content/copytext/components/video.hbs +9 -0
  167. package/src/stories/views/components/content/copytext/components/voting.hbs +9 -0
  168. package/src/stories/views/components/content/copytext/components/webform.hbs +5 -0
  169. package/src/stories/views/components/content/copytext/copytext.hbs +129 -0
  170. package/src/stories/views/components/content/copytext/copytext.mdx +25 -0
  171. package/src/stories/views/components/content/copytext/copytext.stories.js +16 -0
  172. package/src/stories/views/components/content/copytext/fixtures/copytext.json +1 -0
  173. package/src/stories/views/components/footer/fixtures/footer_hessenschau.json +1 -242
  174. package/src/stories/views/components/footer/page_footer.hbs +2 -1
  175. package/src/stories/views/components/navigation/breadcrumb/breadcrumb.hbs +5 -4
  176. package/src/stories/views/components/top_button/top_button.hbs +24 -0
  177. package/tailwind.config.js +5 -2
@@ -0,0 +1,37 @@
1
+ {
2
+ "bannerImage":{
3
+ "@->jsoninclude": "banner/bannerImages.inc.json",
4
+ "@->contentpath": "banner",
5
+ "@->replaceToken": [
6
+ {
7
+ "@->token": "image",
8
+ "@->value": "rueckkehr-nach-abschiebung-102"
9
+ }
10
+ ]
11
+ },
12
+ "structureNav":{
13
+ "contentNav":{
14
+ "@->jsoninclude": "banner/structureNav.json",
15
+ "@->contentpath": "contentNav"
16
+ }
17
+ },
18
+ "breadcrumbSsi":{
19
+ "@->jsoninclude": "navigation/breadcrumb/breadcrumb.inc.json",
20
+ "@->contentpath": "breadcrumb.breadcrumb.breadcrumbSsi",
21
+ "@->overrides": [
22
+ {
23
+ "@->contentpath": "breadcrumb",
24
+ "@->value": [
25
+ {
26
+ "@->jsoninclude": "navigation/breadcrumb/breadcrumb_items.inc.json",
27
+ "@->contentpath": "level-1"
28
+ },
29
+ {
30
+ "url": "shows",
31
+ "title": "Shows"
32
+ }
33
+ ]
34
+ }
35
+ ]
36
+ }
37
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "banner": {
3
+ "alttext": "Lorem ipsum",
4
+ "copyrightWithLinks": "",
5
+ "responsiveImage": {
6
+ "asPicture": true,
7
+ "asImage": false,
8
+ "fallback": "images/{#image}_v-16to7.jpg",
9
+ "sources": [
10
+ {
11
+ "media": "all and (min-width: 800px)",
12
+ "sizes": "(min-width: 1022px) 1022px, 100vw",
13
+ "srcset": "images/{#image}_v-100to27__small.jpg 250w, images/{#image}_v-100to27__medium.jpg 660w, images/{#image}_v-100to27.jpg 1000w, images/{#image}_v-100to27__retina.jpg 1920w"
14
+ },
15
+ {
16
+ "media": "all and (max-width: 479px)",
17
+ "sizes": "100vw",
18
+ "srcset": "images/{#image}_v-16to9__small.jpg 320w, images/{#image}_v-16to9__medium.jpg 480w, images/{#image}_v-16to9__medium__extended.jpg 640w, images/{#image}_v-16to9.jpg 960w"
19
+ },
20
+ {
21
+ "media": "all and (max-width: 799px)",
22
+ "sizes": "100vw",
23
+ "srcset": "images/{#image}_v-16to7__small.jpg 320w, images/{#image}_v-16to7__medium.jpg 480w, images/{#image}_v-16to7.jpg 992w"
24
+ }
25
+ ]
26
+ }
27
+ }
28
+ }
@@ -0,0 +1,48 @@
1
+ {
2
+ "contentNav": {
3
+ "title": "Die hr3 Morningshow",
4
+ "contentNavEntries": [
5
+ {
6
+ "content":{
7
+ "title": "Arbeitsmarkt",
8
+ "link": {
9
+
10
+ "url": "/teaser1",
11
+ "webviewUrl": "/teaser1#webview",
12
+ "isTargetBlank": true,
13
+ "hasIcon": true,
14
+ "iconName": "extern"
15
+ }
16
+ }
17
+
18
+ },
19
+
20
+ {
21
+ "content":{
22
+ "title": "Banken",
23
+ "link": {
24
+ "url": "/teaser1",
25
+ "webviewUrl": "/teaser1#webview",
26
+ "isTargetBlank": true,
27
+ "hasIcon": true,
28
+ "iconName": "extern"
29
+
30
+ }
31
+ }
32
+ },
33
+
34
+ {
35
+ "content":{
36
+ "title": "Energie"
37
+ },
38
+ "link": {
39
+ "url": "/teaser1",
40
+ "webviewUrl": "/teaser1#webview",
41
+ "isTargetBlank": true,
42
+ "hasIcon": true,
43
+ "iconName": "extern"
44
+ }
45
+ }
46
+ ]
47
+ }
48
+ }
@@ -0,0 +1,100 @@
1
+ {
2
+ "copytext_1": {
3
+ "copytextParagraph": [
4
+ {
5
+ "structuredDataSsi": "<!--#include virtual='structuredDataSsiPath' -->",
6
+ "isHeadline": true,
7
+ "text": "Speichermedien sowie Waffen und Munition sichergestellt"
8
+ },
9
+ {
10
+ "structuredDataSsi": "<!--#include virtual='structuredDataSsiPath' -->",
11
+ "isParagraph": true,
12
+ "text": {
13
+ "split": [
14
+ {
15
+ "isText": true,
16
+ "text": "In der rund 1.200 Einwohner großen Gemeinde Waldbrunn, rund 13 Kilometer vom rheinland-pfälzischen Westerburg entfernt, engagiert sich der 18-Jährige nach hr-Informationen bei der Freiwilligen Feuerwehr. Der Ortsvorsteher aus Waldbrunn beschrieb den Terrorverdächtigen als zurückhaltend, höflich und hilfsbereit."
17
+ },
18
+ {
19
+ "isUl": true,
20
+ "text": "<li>In der rund 1.200 Einwohner großen Gemeinde Waldbrunn</li><li>rund 13 Kilometer vom rheinland-pfälzischen Westerburg entfernt</li>"
21
+ },
22
+ {
23
+ "isOl": true,
24
+ "text": "<li>In der rund 1.200 Einwohner großen Gemeinde Waldbrunn</li><li>rund 13 Kilometer vom rheinland-pfälzischen Westerburg entfernt</li>"
25
+ }
26
+ ]
27
+ }
28
+ },
29
+ {
30
+ "structuredDataSsi": "<!--#include virtual='structuredDataSsiPath' -->",
31
+ "isParagraph": true,
32
+ "text": {
33
+ "split": [
34
+ {
35
+ "isText": true,
36
+ "text": "Nach der Festnahme in der vergangenen Woche hätten bereits Gespräche mit Mitschülerinnen und Mitschülern des 18 Jahre alten Oberstufenschülers stattgefunden. Auch die Eltern seien in Kenntnis gesetzt worden, sagte der Schulleiter."
37
+ },
38
+ {
39
+ "isText": true,
40
+ "text": "Nach Informationen der Rhein-Zeitung soll es im Frühjahr 2022 einen Zwischenfall an der Schule gegeben haben. Der heute 18-Jährige soll demnach einen Mitschüler beschimpft und nach einer verbalen Auseinandersetzung mit einer Flasche geschlagen haben."
41
+ }
42
+ ]
43
+ },
44
+ "paragraphBoxItem": {
45
+ "isImage": true,
46
+ "showFullSize": {
47
+ "isTrue": true
48
+ }
49
+ }
50
+ },
51
+ {
52
+ "structuredDataSsi": "<!--#include virtual='structuredDataSsiPath' -->",
53
+ "isHeadline": true,
54
+ "text": "Medienbericht: Flaschenangriff auf Mitschüler"
55
+ },
56
+ {
57
+ "structuredDataSsi": "<!--#include virtual='structuredDataSsiPath' -->",
58
+ "isParagraph": true,
59
+ "text": {
60
+ "split": [
61
+ {
62
+ "isText": true,
63
+ "text": "Der Mitschüler erlitt dem Bericht zufolge eine Schienbeinprellung und eine kleine Schnittwunde. Die Eltern hätten daraufhin Anzeige erstattet – eine hr-Anfrage an die zuständige Polizei blieb bislang unbeantwortet."
64
+ }
65
+ ]
66
+ }
67
+ },
68
+ {
69
+ "structuredDataSsi": "<!--#include virtual='structuredDataSsiPath' -->",
70
+ "isCite": true,
71
+ "text": "Dies ist ein Zitat"
72
+ },
73
+ {
74
+ "structuredDataSsi": "<!--#include virtual='structuredDataSsiPath' -->",
75
+ "isInfoBox": true,
76
+ "text": "Dies ist eine Infobox"
77
+ },
78
+ {
79
+ "structuredDataSsi": "<!--#include virtual='structuredDataSsiPath' -->",
80
+ "isAdditionalInfo": true,
81
+ "text": "Dies ist eine additional Info"
82
+ },
83
+ {
84
+ "structuredDataSsi": "<!--#include virtual='structuredDataSsiPath' -->",
85
+ "isDownloadBox": true,
86
+ "text": "Dies ist eine Downloadbox"
87
+ },
88
+ {
89
+ "structuredDataSsi": "<!--#include virtual='structuredDataSsiPath' -->",
90
+ "isFAQ": true,
91
+ "text": "Dies ist ein FAQ-Absatz"
92
+ },
93
+ {
94
+ "structuredDataSsi": "<!--#include virtual='structuredDataSsiPath' -->",
95
+ "isJobposting": true,
96
+ "text": "Dies ist ein Jobposting"
97
+ }
98
+ ]
99
+ }
100
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "@->jsoninclude": "content/copytext/copytext.inc.json",
3
+ "@->contentpath": "copytext_1"
4
+ }
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 28.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="iconmonstr" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <path d="M9.7,10.6c0.1-0.4,0.2-0.7,0.4-1c0.2-0.3,0.4-0.6,0.7-0.7c0.3-0.2,0.6-0.3,1.1-0.3c0.3,0,0.5,0.1,0.8,0.2
6
+ c0.2,0.1,0.5,0.3,0.6,0.4s0.3,0.4,0.4,0.6s0.2,0.5,0.2,0.8H16c0-0.6-0.1-1.1-0.3-1.5c-0.2-0.5-0.5-0.9-0.8-1.2
7
+ C14.4,7.5,14,7.2,13.5,7c-0.5-0.2-1.1-0.3-1.7-0.3c-0.8,0-1.5,0.1-2,0.4S8.7,7.8,8.3,8.2C8,8.7,7.7,9.3,7.5,9.9
8
+ c-0.2,0.6-0.3,1.3-0.3,2v0.3c0,0.7,0.1,1.3,0.3,2c0.2,0.6,0.5,1.2,0.9,1.6c0.4,0.5,0.9,0.8,1.4,1.1c0.6,0.3,1.3,0.4,2,0.4
9
+ c0.6,0,1.1-0.1,1.6-0.3c0.5-0.2,0.9-0.4,1.3-0.8c0.4-0.3,0.7-0.7,0.9-1.1c0.2-0.4,0.3-0.9,0.4-1.4h-2.1c0,0.3-0.1,0.5-0.2,0.7
10
+ s-0.3,0.4-0.4,0.6s-0.4,0.3-0.6,0.4c-0.2,0.1-0.5,0.1-0.7,0.1c-0.4,0-0.8-0.1-1.1-0.3c-0.3-0.2-0.5-0.4-0.7-0.7
11
+ c-0.2-0.3-0.3-0.7-0.4-1.1c-0.1-0.4-0.1-0.8-0.1-1.2v-0.3C9.6,11.4,9.6,11,9.7,10.6z M12,0C5.4,0,0,5.4,0,12s5.4,12,12,12
12
+ s12-5.4,12-12S18.6,0,12,0z M12,21.6c-5.3,0-9.6-4.3-9.6-9.6S6.7,2.4,12,2.4s9.6,4.3,9.6,9.6S17.3,21.6,12,21.6z"/>
13
+ </svg>