@kickstartds/ds-agency-premium 1.6.71--canary.45.2035.0 → 1.6.71--canary.2073.560ebaa.0

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 (134) hide show
  1. package/dist/{BlogOverviewProps-9f207f1c.d.ts → BlogOverviewProps-d62a0a9a.d.ts} +2 -2
  2. package/dist/BlogPostProps-c760fd2a.d.ts +2 -2
  3. package/dist/{ButtonProps-00ddee3a.d.ts → ButtonProps-4e2b2ecf.d.ts} +3 -1
  4. package/dist/ImageStoryProps-e853e1e7.d.ts +1 -1
  5. package/dist/PageProps-aa29c554.d.ts +1 -1
  6. package/dist/{SectionProps-d60aba86.d.ts → SectionProps-4e3c6fe0.d.ts} +2 -2
  7. package/dist/components/blog-head/index.d.ts +1 -1
  8. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +58 -1
  9. package/dist/components/blog-overview/index.d.ts +1 -1
  10. package/dist/components/blog-post/blog-post.schema.dereffed.json +58 -1
  11. package/dist/components/blog-teaser/index.d.ts +1 -1
  12. package/dist/components/business-card/business-card.css +11 -1
  13. package/dist/components/button/button.css +2 -2
  14. package/dist/components/button/button.schema.dereffed.json +9 -0
  15. package/dist/components/button/button.schema.json +5 -0
  16. package/dist/components/button/index.d.ts +1 -1
  17. package/dist/components/button-group/button-group.schema.dereffed.json +9 -0
  18. package/dist/components/button-group/index.d.ts +1 -1
  19. package/dist/components/cookie-consent/C15t.client.d.ts +5 -0
  20. package/dist/components/cookie-consent/C15t.client.js +94 -0
  21. package/dist/components/cookie-consent/CookieConsent.client.d.ts +30 -0
  22. package/dist/components/cookie-consent/CookieConsent.client.js +89 -0
  23. package/dist/components/cookie-consent/cookie-consent.css +7 -0
  24. package/dist/components/cookie-consent/cookie-consent.schema.dereffed.json +23 -10
  25. package/dist/components/cookie-consent/cookie-consent.schema.json +42 -16
  26. package/dist/components/cookie-consent/index.d.ts +9 -8
  27. package/dist/components/cookie-consent/index.js +5 -9
  28. package/dist/components/footer/footer.css +1 -1
  29. package/dist/components/footer/footer.schema.dereffed.json +20 -12
  30. package/dist/components/header/header.schema.dereffed.json +20 -12
  31. package/dist/components/headline/headline.css +51 -9
  32. package/dist/components/hero/hero.css +22 -0
  33. package/dist/components/image-story/image-story.schema.dereffed.json +9 -0
  34. package/dist/components/index/index.d.ts +1 -1
  35. package/dist/components/nav-dropdown/nav-dropdown.css +3 -3
  36. package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +20 -12
  37. package/dist/components/nav-main/nav-main.schema.dereffed.json +20 -12
  38. package/dist/components/nav-main/nav-main.schema.json +20 -12
  39. package/dist/components/nav-topbar/nav-topbar.css +3 -3
  40. package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +20 -12
  41. package/dist/components/page/page.schema.dereffed.json +58 -1
  42. package/dist/components/page-wrapper/index.js +6 -0
  43. package/dist/components/page-wrapper/tokens.css +258 -258
  44. package/dist/components/presets.json +138 -48
  45. package/dist/components/section/index.d.ts +1 -1
  46. package/dist/components/section/index.js +3 -1
  47. package/dist/components/section/section.css +64 -20
  48. package/dist/components/section/section.schema.dereffed.json +58 -1
  49. package/dist/components/section/section.schema.json +8 -1
  50. package/dist/components/settings/settings.schema.dereffed.json +40 -24
  51. package/dist/components/split-even/split-even.css +1 -1
  52. package/dist/components/split-even/split-even.schema.dereffed.json +18 -0
  53. package/dist/components/split-weighted/split-weighted.schema.dereffed.json +18 -0
  54. package/dist/components/stats/stats.css +4 -4
  55. package/dist/components/teaser-card/teaser-card.css +14 -14
  56. package/dist/global.css +12 -2
  57. package/dist/static/favicon/android-chrome-192x192.png +0 -0
  58. package/dist/static/favicon/android-chrome-512x512.png +0 -0
  59. package/dist/static/favicon/apple-touch-icon.png +0 -0
  60. package/dist/static/favicon/favicon-16x16.png +0 -0
  61. package/dist/static/favicon/favicon-32x32.png +0 -0
  62. package/dist/static/favicon/favicon.ico +0 -0
  63. package/dist/static/favicon/site.webmanifest +1 -19
  64. package/dist/static/guenther/brands/cadillac.png +0 -0
  65. package/dist/static/guenther/brands/corvette.png +0 -0
  66. package/dist/static/guenther/brands/infiniti.png +0 -0
  67. package/dist/static/guenther/brands/isuzu.png +0 -0
  68. package/dist/static/guenther/brands/kia.png +0 -0
  69. package/dist/static/guenther/brands/maserati.png +0 -0
  70. package/dist/static/guenther/brands/micro.png +0 -0
  71. package/dist/static/guenther/brands/msg.png +0 -0
  72. package/dist/static/guenther/brands/nissan.png +0 -0
  73. package/dist/static/guenther/brands/saab.png +0 -0
  74. package/dist/static/guenther/brands/subaru.png +0 -0
  75. package/dist/static/guenther/car-1.webp +0 -0
  76. package/dist/static/guenther/car-2.webp +0 -0
  77. package/dist/static/guenther/car-cutout-1.avif +0 -0
  78. package/dist/static/guenther/car-cutout-2.avif +0 -0
  79. package/dist/static/guenther/car-cutout-3.png +0 -0
  80. package/dist/static/guenther/car-red.png +0 -0
  81. package/dist/static/guenther/car-store.png +0 -0
  82. package/dist/static/guenther/car-yellow.webp +0 -0
  83. package/dist/static/guenther/contact.jpg +0 -0
  84. package/dist/static/guenther/header-2.png +0 -0
  85. package/dist/static/guenther/header.jpg +0 -0
  86. package/dist/static/guenther/header.png +0 -0
  87. package/dist/static/guenther/kia-header.webp +0 -0
  88. package/dist/static/guenther/locations/farmsen.png +0 -0
  89. package/dist/static/guenther/locations/hamm.png +0 -0
  90. package/dist/static/guenther/locations/poppenbuettel.jpg +0 -0
  91. package/dist/static/guenther/nissan/19TDIEULHD_JUKE_CA_012_pace706.jpg.ximg_.l_12_h.smart_.jpg +0 -0
  92. package/dist/static/guenther/nissan/19TDIEULHD_JUKE_P13A_CA_019C_pace705.jpg.ximg_.l_12_h.smart_.jpg +0 -0
  93. package/dist/static/guenther/nissan/22NISSCA_JUKE_Trunk_Entry-Guard_pace704.jpg.ximg_.l_12_h.smart_.jpg +0 -0
  94. package/dist/static/guenther/nissan/22NISSCA_JUKE_Trunk_Spoiler_pace703.jpg.ximg_.l_6_h.smart_.jpg +0 -0
  95. package/dist/static/guenther/nissan/24720-slide-juke1-mobil.jpg +0 -0
  96. package/dist/static/guenther/nissan/24720-slide-juke1.jpg +0 -0
  97. package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_001-pace203.jpg.ximg_.l_12_h.smart_.jpg +0 -0
  98. package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_006-pace204.jpg.ximg_.l_12_h.smart_.jpg +0 -0
  99. package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_009-pace205.jpg.ximg_.l_12_h.smart_.jpg +0 -0
  100. package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_010-pace206.jpg.ximg_.l_12_m.smart_.jpg +0 -0
  101. package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_012-pace305.jpg.ximg_.l_12_h.smart_.jpg +0 -0
  102. package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_015-pace304.jpg.ximg_.l_12_h.smart_.jpg +0 -0
  103. package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_016-pace306.jpg.ximg_.l_12_h.smart_.jpg +0 -0
  104. package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_017-pace405.jpg.ximg_.l_6_h.smart_.jpg +0 -0
  105. package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_021-pace302.jpg.ximg_.l_12_h.smart_.jpg +0 -0
  106. package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_023-pace303.jpg.ximg_.l_12_h.smart_.jpg +0 -0
  107. package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_025-pace308.jpg.ximg_.l_6_h.smart_.jpg +0 -0
  108. package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_031-pace404.jpg.ximg_.l_6_h.smart_.jpg +0 -0
  109. package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_Lifestyle_pace-702.jpg.ximg_.l_12_h.smart_.jpg +0 -0
  110. package/dist/static/guenther/nissan/24TDIEURHD_JUKE_MC_019-pace307.jpg.ximg_.l_6_h.smart_.jpg +0 -0
  111. package/dist/static/guenther/nissan/24TDIEU_JUKE_Dimension-illustration-pace502.jpg.ximg_.l_4_h.smart_.jpg +0 -0
  112. package/dist/static/guenther/nissan/24TDIEU_JUKE_Dimension-illustration-pace503.jpg.ximg_.l_4_h.smart_-400x267.jpg +0 -0
  113. package/dist/static/guenther/nissan/24TDIEU_JUKE_Dimension-illustration-pace503.jpg.ximg_.l_4_h.smart_.jpg +0 -0
  114. package/dist/static/guenther/nissan/ACC_JUKE_mirrorcap_pace118-d.jpg.ximg_.m_12_h.smart_.jpg +0 -0
  115. package/dist/static/guenther/nissan/junke-abmessungen-600x400.jpg +0 -0
  116. package/dist/static/guenther/visual.png +0 -0
  117. package/dist/static/logo-inverted.svg +27 -12
  118. package/dist/static/logo.svg +27 -12
  119. package/dist/tokens/IconSprite.js +6 -0
  120. package/dist/tokens/icon-sprite.html +2 -0
  121. package/dist/tokens/themes.css +4 -4
  122. package/dist/tokens/tokens.css +258 -258
  123. package/dist/tokens/tokens.js +391 -390
  124. package/package.json +8 -1
  125. package/dist/static/favicon/browserconfig.xml +0 -9
  126. package/dist/static/favicon/favicon-192-192.png +0 -20
  127. package/dist/static/favicon/mstile-144x144.png +0 -0
  128. package/dist/static/favicon/mstile-150x150.png +0 -0
  129. package/dist/static/favicon/mstile-310x150.png +0 -0
  130. package/dist/static/favicon/mstile-310x310.png +0 -0
  131. package/dist/static/favicon/mstile-70x70.png +0 -0
  132. package/dist/static/favicon/safari-pinned-tab.svg +0 -30
  133. /package/dist/{BlogHeadProps-c04a5ed8.d.ts → BlogHeadProps-f5855e93.d.ts} +0 -0
  134. /package/dist/{BlogTeaserProps-f5855e93.d.ts → BlogTeaserProps-d62a0a9a.d.ts} +0 -0
@@ -48,43 +48,51 @@
48
48
  "examples": [
49
49
  [
50
50
  {
51
- "label": "Active Item",
51
+ "label": "Fahrzeugsuche",
52
52
  "url": "#",
53
53
  "active": true
54
54
  },
55
55
  {
56
- "label": "Navigation Item",
57
- "url": "#"
58
- },
59
- {
60
- "label": "Dropdown",
56
+ "label": "Marken",
61
57
  "url": "#",
62
58
  "items": [
63
59
  {
64
- "label": "Level 2 Item",
60
+ "label": "Nissan",
65
61
  "url": "#"
66
62
  },
67
63
  {
68
- "label": "Active Item",
64
+ "label": "Kia",
69
65
  "active": true,
70
66
  "url": "#"
71
67
  },
72
68
  {
73
- "label": "An Item with a longer Label",
69
+ "label": "Maserati",
74
70
  "url": "#"
75
71
  },
76
72
  {
77
- "label": "And One last one",
73
+ "label": "Corvette",
78
74
  "url": "#"
79
75
  }
80
76
  ]
81
77
  },
82
78
  {
83
- "label": "One more Item",
79
+ "label": "Standorte",
80
+ "url": "#"
81
+ },
82
+ {
83
+ "label": "Bonusprogramm",
84
+ "url": "#"
85
+ },
86
+ {
87
+ "label": "News",
88
+ "url": "#"
89
+ },
90
+ {
91
+ "label": "Jobs",
84
92
  "url": "#"
85
93
  },
86
94
  {
87
- "label": "Last Item",
95
+ "label": "Kontakt",
88
96
  "url": "#"
89
97
  }
90
98
  ]
@@ -119,43 +119,51 @@
119
119
  "examples": [
120
120
  [
121
121
  {
122
- "label": "Active Item",
122
+ "label": "Fahrzeugsuche",
123
123
  "url": "#",
124
124
  "active": true
125
125
  },
126
126
  {
127
- "label": "Navigation Item",
128
- "url": "#"
129
- },
130
- {
131
- "label": "Dropdown",
127
+ "label": "Marken",
132
128
  "url": "#",
133
129
  "items": [
134
130
  {
135
- "label": "Level 2 Item",
131
+ "label": "Nissan",
136
132
  "url": "#"
137
133
  },
138
134
  {
139
- "label": "Active Item",
135
+ "label": "Kia",
140
136
  "active": true,
141
137
  "url": "#"
142
138
  },
143
139
  {
144
- "label": "An Item with a longer Label",
140
+ "label": "Maserati",
145
141
  "url": "#"
146
142
  },
147
143
  {
148
- "label": "And One last one",
144
+ "label": "Corvette",
149
145
  "url": "#"
150
146
  }
151
147
  ]
152
148
  },
153
149
  {
154
- "label": "One more Item",
150
+ "label": "Standorte",
151
+ "url": "#"
152
+ },
153
+ {
154
+ "label": "Bonusprogramm",
155
+ "url": "#"
156
+ },
157
+ {
158
+ "label": "News",
159
+ "url": "#"
160
+ },
161
+ {
162
+ "label": "Jobs",
155
163
  "url": "#"
156
164
  },
157
165
  {
158
- "label": "Last Item",
166
+ "label": "Kontakt",
159
167
  "url": "#"
160
168
  }
161
169
  ]
@@ -45,43 +45,51 @@
45
45
  "examples": [
46
46
  [
47
47
  {
48
- "label": "Active Item",
48
+ "label": "Fahrzeugsuche",
49
49
  "url": "#",
50
50
  "active": true
51
51
  },
52
52
  {
53
- "label": "Navigation Item",
54
- "url": "#"
55
- },
56
- {
57
- "label": "Dropdown",
53
+ "label": "Marken",
58
54
  "url": "#",
59
55
  "items": [
60
56
  {
61
- "label": "Level 2 Item",
57
+ "label": "Nissan",
62
58
  "url": "#"
63
59
  },
64
60
  {
65
- "label": "Active Item",
61
+ "label": "Kia",
66
62
  "active": true,
67
63
  "url": "#"
68
64
  },
69
65
  {
70
- "label": "An Item with a longer Label",
66
+ "label": "Maserati",
71
67
  "url": "#"
72
68
  },
73
69
  {
74
- "label": "And One last one",
70
+ "label": "Corvette",
75
71
  "url": "#"
76
72
  }
77
73
  ]
78
74
  },
79
75
  {
80
- "label": "One more Item",
76
+ "label": "Standorte",
77
+ "url": "#"
78
+ },
79
+ {
80
+ "label": "Bonusprogramm",
81
+ "url": "#"
82
+ },
83
+ {
84
+ "label": "News",
85
+ "url": "#"
86
+ },
87
+ {
88
+ "label": "Jobs",
81
89
  "url": "#"
82
90
  },
83
91
  {
84
- "label": "Last Item",
92
+ "label": "Kontakt",
85
93
  "url": "#"
86
94
  }
87
95
  ]
@@ -3,16 +3,16 @@
3
3
  --dsa-nav-topbar__label--color_hover: var(--ks-text-color-interface-interactive-hover);
4
4
  --dsa-nav-topbar__label--color_active: var(--ks-text-color-interface-interactive-active);
5
5
  --dsa-nav-topbar__label--background-color: transparent;
6
- --dsa-nav-topbar__label--background-color_hover: var(--ks-color-fg-alpha-8);
6
+ --dsa-nav-topbar__label--background-color_hover: transparent;
7
7
  --dsa-nav-topbar__label--background-color_active: transparent;
8
- --dsa-nav-topbar__label--font-size: var(--ks-font-size-interface-s);
8
+ --dsa-nav-topbar__label--font-size: calc(var(--ks-font-size-interface-s) * 1.15);
9
9
  --dsa-nav-topbar__label--font-family: var(--ks-font-family-display);
10
10
  --dsa-nav-topbar__label--font-weight: var(--ks-font-weight-semi-bold);
11
11
  --dsa-nav-topbar__label--font-weight_active: var(--ks-font-weight-bold);
12
12
  --dsa-nav-topbar__label--padding: 0.45em 0.75em;
13
13
  --dsa-nav-topbar__label--text-decoration: none;
14
14
  --dsa-nav-topbar__label--text-decoration_hover: none;
15
- --dsa-nav-topbar__label_dimmed--opacity: 1;
15
+ --dsa-nav-topbar__label_dimmed--opacity: 0.6;
16
16
  --dsa-nav-topbar__label--transition: var(--ks-transition-hover);
17
17
  --dsa-nav-topbar__label--transition-property: background-color, color, opacity;
18
18
  --dsa-nav-topbar__label__icon--size: 1.5em;
@@ -48,43 +48,51 @@
48
48
  "examples": [
49
49
  [
50
50
  {
51
- "label": "Active Item",
51
+ "label": "Fahrzeugsuche",
52
52
  "url": "#",
53
53
  "active": true
54
54
  },
55
55
  {
56
- "label": "Navigation Item",
57
- "url": "#"
58
- },
59
- {
60
- "label": "Dropdown",
56
+ "label": "Marken",
61
57
  "url": "#",
62
58
  "items": [
63
59
  {
64
- "label": "Level 2 Item",
60
+ "label": "Nissan",
65
61
  "url": "#"
66
62
  },
67
63
  {
68
- "label": "Active Item",
64
+ "label": "Kia",
69
65
  "active": true,
70
66
  "url": "#"
71
67
  },
72
68
  {
73
- "label": "An Item with a longer Label",
69
+ "label": "Maserati",
74
70
  "url": "#"
75
71
  },
76
72
  {
77
- "label": "And One last one",
73
+ "label": "Corvette",
78
74
  "url": "#"
79
75
  }
80
76
  ]
81
77
  },
82
78
  {
83
- "label": "One more Item",
79
+ "label": "Standorte",
80
+ "url": "#"
81
+ },
82
+ {
83
+ "label": "Bonusprogramm",
84
+ "url": "#"
85
+ },
86
+ {
87
+ "label": "News",
88
+ "url": "#"
89
+ },
90
+ {
91
+ "label": "Jobs",
84
92
  "url": "#"
85
93
  },
86
94
  {
87
- "label": "Last Item",
95
+ "label": "Kontakt",
88
96
  "url": "#"
89
97
  }
90
98
  ]
@@ -39,7 +39,10 @@
39
39
  "enum": [
40
40
  "default",
41
41
  "framed",
42
- "deko"
42
+ "shine-left",
43
+ "shine-right",
44
+ "carbon",
45
+ "stripe"
43
46
  ],
44
47
  "default": "default"
45
48
  },
@@ -1307,6 +1310,15 @@
1307
1310
  "title": "Disabled?",
1308
1311
  "description": "Whether the button should be disabled",
1309
1312
  "default": false
1313
+ },
1314
+ "type": {
1315
+ "type": "string",
1316
+ "title": "Button Type",
1317
+ "enum": [
1318
+ "button",
1319
+ "submit",
1320
+ "reset"
1321
+ ]
1310
1322
  }
1311
1323
  },
1312
1324
  "additionalProperties": false,
@@ -3744,6 +3756,15 @@
3744
3756
  "title": "Disabled?",
3745
3757
  "description": "Whether the button should be disabled",
3746
3758
  "default": false
3759
+ },
3760
+ "type": {
3761
+ "type": "string",
3762
+ "title": "Button Type",
3763
+ "enum": [
3764
+ "button",
3765
+ "submit",
3766
+ "reset"
3767
+ ]
3747
3768
  }
3748
3769
  },
3749
3770
  "additionalProperties": false,
@@ -6568,6 +6589,15 @@
6568
6589
  "title": "Disabled?",
6569
6590
  "description": "Whether the button should be disabled",
6570
6591
  "default": false
6592
+ },
6593
+ "type": {
6594
+ "type": "string",
6595
+ "title": "Button Type",
6596
+ "enum": [
6597
+ "button",
6598
+ "submit",
6599
+ "reset"
6600
+ ]
6571
6601
  }
6572
6602
  },
6573
6603
  "additionalProperties": false,
@@ -9526,6 +9556,15 @@
9526
9556
  "title": "Disabled?",
9527
9557
  "description": "Whether the button should be disabled",
9528
9558
  "default": false
9559
+ },
9560
+ "type": {
9561
+ "type": "string",
9562
+ "title": "Button Type",
9563
+ "enum": [
9564
+ "button",
9565
+ "submit",
9566
+ "reset"
9567
+ ]
9529
9568
  }
9530
9569
  },
9531
9570
  "additionalProperties": false,
@@ -12350,6 +12389,15 @@
12350
12389
  "title": "Disabled?",
12351
12390
  "description": "Whether the button should be disabled",
12352
12391
  "default": false
12392
+ },
12393
+ "type": {
12394
+ "type": "string",
12395
+ "title": "Button Type",
12396
+ "enum": [
12397
+ "button",
12398
+ "submit",
12399
+ "reset"
12400
+ ]
12353
12401
  }
12354
12402
  },
12355
12403
  "additionalProperties": false,
@@ -14881,6 +14929,15 @@
14881
14929
  "title": "Disabled?",
14882
14930
  "description": "Whether the button should be disabled",
14883
14931
  "default": false
14932
+ },
14933
+ "type": {
14934
+ "type": "string",
14935
+ "title": "Button Type",
14936
+ "enum": [
14937
+ "button",
14938
+ "submit",
14939
+ "reset"
14940
+ ]
14884
14941
  }
14885
14942
  },
14886
14943
  "additionalProperties": false,
@@ -103,6 +103,12 @@ var IconSprite = (() => /*#__PURE__*/ jsxs("svg", {
103
103
  }), /*#__PURE__*/ jsx("path", {
104
104
  d: "M14 10H12V8C12 7.4 11.6 7 11 7C10.4 7 10 7.4 10 8V10H8C7.4 10 7 10.4 7 11C7 11.6 7.4 12 8 12H10V14C10 14.6 10.4 15 11 15C11.6 15 12 14.6 12 14V12H14C14.6 12 15 11.6 15 11C15 10.4 14.6 10 14 10Z"
105
105
  })]
106
+ }), /*#__PURE__*/ jsx("symbol", {
107
+ id: "icon-heart",
108
+ viewBox: "0 0 24 24",
109
+ children: /*#__PURE__*/ jsx("path", {
110
+ d: "M21.452 8.50012C21.452 7.90903 21.3355 7.32354 21.1093 6.77747C20.883 6.23136 20.5508 5.7354 20.1327 5.3175C19.7149 4.89956 19.2187 4.56718 18.6727 4.34094C18.1266 4.11467 17.5412 3.99818 16.9501 3.99817C16.3589 3.99817 15.7735 4.11466 15.2274 4.34094C14.6815 4.56717 14.1853 4.89859 13.7675 5.31653L12.7069 6.37708C12.3164 6.76752 11.6833 6.76757 11.2928 6.37708L10.2333 5.3175C9.38912 4.47335 8.2435 3.99915 7.04968 3.99915C5.85598 3.99923 4.71115 4.47342 3.86707 5.3175C3.02305 6.16164 2.54871 7.30641 2.54871 8.50012C2.54874 9.69385 3.023 10.8386 3.86707 11.6827L11.9999 19.8156L20.1327 11.6827L20.286 11.5226C20.6326 11.1402 20.9113 10.7006 21.1093 10.2228C21.3355 9.67671 21.452 9.0912 21.452 8.50012ZM23.452 8.50012C23.452 9.35393 23.2837 10.1996 22.9569 10.9884C22.6301 11.7771 22.1505 12.4933 21.5468 13.0968L12.7069 21.9366C12.3164 22.3272 11.6834 22.3272 11.2928 21.9366L2.453 13.0968C1.23386 11.8776 0.54874 10.2243 0.548706 8.50012C0.548706 6.77587 1.23377 5.12169 2.453 3.90247C3.67213 2.68348 5.32567 1.99923 7.04968 1.99915C8.77389 1.99915 10.4281 2.6833 11.6473 3.90247L11.9999 4.255L12.3524 3.90247C12.956 3.29864 13.6731 2.82011 14.4618 2.49329C15.2506 2.16644 16.0962 1.99817 16.9501 1.99817C17.8039 1.99818 18.6496 2.16645 19.4384 2.49329C20.2269 2.82003 20.9433 3.29887 21.5468 3.90247C22.1507 4.50609 22.6301 5.22303 22.9569 6.01184C23.2837 6.80064 23.452 7.64629 23.452 8.50012Z"
111
+ })
106
112
  }), /*#__PURE__*/ jsx("symbol", {
107
113
  id: "icon-arrow-down",
108
114
  viewBox: "0 0 24 24",