@kickstartds/ds-agency-premium 1.7.0--canary.18.1660.0 → 1.7.0--canary.46.1797.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 (261) hide show
  1. package/dist/{BlogHeadProps-3f6e4072.d.ts → BlogHeadProps-c04a5ed8.d.ts} +6 -1
  2. package/dist/BlogOverviewProps-9f207f1c.d.ts +1 -1
  3. package/dist/BlogPostProps-6b3cff22.d.ts +2 -2
  4. package/dist/BlogTeaserProps-f5855e93.d.ts +9 -4
  5. package/dist/DividerProps-2ef31901.d.ts +26 -0
  6. package/dist/FeaturesProps-e58616a5.d.ts +62 -0
  7. package/dist/{HeroProps-cf82a16d.d.ts → HeroProps-f704d270.d.ts} +1 -1
  8. package/dist/HtmlProps-9d091769.d.ts +34 -0
  9. package/dist/PageProps-aa29c554.d.ts +1 -1
  10. package/dist/{SectionProps-83d399b4.d.ts → SectionProps-1cfcf6e8.d.ts} +12 -5
  11. package/dist/SliderProps-93230a76.d.ts +4 -4
  12. package/dist/{StatProps-12a3eae0.d.ts → StatProps-79109ad0.d.ts} +1 -1
  13. package/dist/StatsProps-bf5ef578.d.ts +1 -1
  14. package/dist/{TestimonialProps-94bdeac9.d.ts → TestimonialsProps-e344f597.d.ts} +22 -2
  15. package/dist/components/blog-aside/blog-aside.schema.dereffed.json +3 -1
  16. package/dist/components/blog-aside/blog-aside.schema.json +1 -0
  17. package/dist/components/blog-aside/index.d.ts +1 -0
  18. package/dist/components/blog-aside/index.js +6 -1
  19. package/dist/components/blog-author/blog-author.schema.dereffed.json +2 -1
  20. package/dist/components/blog-author/index.d.ts +1 -0
  21. package/dist/components/blog-author/index.js +10 -1
  22. package/dist/components/blog-head/blog-head.css +3 -3
  23. package/dist/components/blog-head/blog-head.schema.dereffed.json +8 -0
  24. package/dist/components/blog-head/blog-head.schema.json +6 -0
  25. package/dist/components/blog-head/index.d.ts +2 -1
  26. package/dist/components/blog-head/index.js +8 -3
  27. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +212 -136
  28. package/dist/components/blog-overview/index.d.ts +1 -0
  29. package/dist/components/blog-overview/index.js +1 -0
  30. package/dist/components/blog-post/blog-post.schema.dereffed.json +181 -119
  31. package/dist/components/blog-post/index.d.ts +1 -0
  32. package/dist/components/blog-post/index.js +1 -0
  33. package/dist/components/blog-teaser/blog-teaser.css +7 -5
  34. package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +14 -6
  35. package/dist/components/blog-teaser/blog-teaser.schema.json +11 -5
  36. package/dist/components/blog-teaser/index.d.ts +4 -3
  37. package/dist/components/blog-teaser/index.js +14 -5
  38. package/dist/components/button/button.schema.dereffed.json +1 -0
  39. package/dist/components/button/button.schema.json +1 -0
  40. package/dist/components/button/index.d.ts +1 -0
  41. package/dist/components/button-group/button-group.schema.dereffed.json +1 -0
  42. package/dist/components/button-group/index.d.ts +1 -0
  43. package/dist/components/contact/contact.css +2 -0
  44. package/dist/components/contact/contact.schema.dereffed.json +2 -1
  45. package/dist/components/contact/contact.schema.json +2 -1
  46. package/dist/components/contact/index.d.ts +1 -0
  47. package/dist/components/contact/index.js +10 -1
  48. package/dist/components/cta/cta.css +3 -3
  49. package/dist/components/cta/cta.schema.dereffed.json +1 -0
  50. package/dist/components/cta/index.d.ts +1 -0
  51. package/dist/components/cta/index.js +20 -2
  52. package/dist/components/divider/divider.css +1 -1
  53. package/dist/components/divider/index.d.ts +2 -26
  54. package/dist/components/divider/index.js +6 -1
  55. package/dist/components/faq/index.d.ts +1 -0
  56. package/dist/components/faq/index.js +6 -1
  57. package/dist/components/feature/feature.schema.dereffed.json +1 -0
  58. package/dist/components/feature/feature.schema.json +1 -0
  59. package/dist/components/feature/index.d.ts +53 -1
  60. package/dist/components/feature/index.js +14 -2
  61. package/dist/components/features/features.css +43 -10
  62. package/dist/components/features/features.schema.dereffed.json +3 -40
  63. package/dist/components/features/features.schema.json +24 -1
  64. package/dist/components/features/index.d.ts +2 -1
  65. package/dist/components/features/index.js +23 -3
  66. package/dist/components/footer/footer.css +4 -4
  67. package/dist/components/footer/index.d.ts +1 -0
  68. package/dist/components/footer/index.js +11 -1
  69. package/dist/components/gallery/gallery.css +0 -18
  70. package/dist/components/gallery/index.d.ts +1 -0
  71. package/dist/components/gallery/index.js +8 -1
  72. package/dist/components/header/header.css +2 -3
  73. package/dist/components/header/index.d.ts +4 -3
  74. package/dist/components/header/index.js +14 -2
  75. package/dist/components/headline/headline.css +18 -2
  76. package/dist/components/headline/headline.schema.dereffed.json +5 -0
  77. package/dist/components/headline/headline.schema.json +5 -0
  78. package/dist/components/headline/index.d.ts +6 -0
  79. package/dist/components/headline/index.js +1 -1
  80. package/dist/components/hero/hero.css +38 -5
  81. package/dist/components/hero/hero.schema.dereffed.json +4 -2
  82. package/dist/components/hero/hero.schema.json +2 -2
  83. package/dist/components/hero/index.d.ts +2 -1
  84. package/dist/components/hero/index.js +19 -3
  85. package/dist/components/html/Html.client.d.ts +5 -0
  86. package/dist/components/html/Html.client.js +41 -0
  87. package/dist/components/html/html.css +52 -0
  88. package/dist/components/html/html.schema.dereffed.json +61 -0
  89. package/dist/components/html/html.schema.json +31 -3
  90. package/dist/components/html/index.d.ts +5 -26
  91. package/dist/components/html/index.js +25 -4
  92. package/dist/components/image-story/image-story.css +1 -1
  93. package/dist/components/image-story/image-story.schema.dereffed.json +1 -0
  94. package/dist/components/image-story/image-story.schema.json +5 -1
  95. package/dist/components/image-story/index.d.ts +1 -0
  96. package/dist/components/image-story/index.js +14 -2
  97. package/dist/components/image-text/index.d.ts +1 -0
  98. package/dist/components/image-text/index.js +7 -1
  99. package/dist/components/index/index.d.ts +6 -1
  100. package/dist/components/logo/index.d.ts +1 -0
  101. package/dist/components/logo/index.js +6 -1
  102. package/dist/components/logos/index.d.ts +1 -0
  103. package/dist/components/logos/index.js +12 -1
  104. package/dist/components/logos/logos.css +2 -2
  105. package/dist/components/mosaic/index.d.ts +1 -0
  106. package/dist/components/mosaic/index.js +8 -1
  107. package/dist/components/mosaic/mosaic.css +3 -0
  108. package/dist/components/mosaic/mosaic.schema.dereffed.json +1 -0
  109. package/dist/components/nav-dropdown/index.d.ts +1 -0
  110. package/dist/components/nav-flyout/index.d.ts +1 -0
  111. package/dist/components/nav-flyout/index.js +7 -1
  112. package/dist/components/nav-main/index.d.ts +1 -0
  113. package/dist/components/nav-main/index.js +11 -1
  114. package/dist/components/nav-topbar/index.d.ts +1 -0
  115. package/dist/components/nav-topbar/index.js +7 -1
  116. package/dist/components/page/index.d.ts +1 -0
  117. package/dist/components/page/page.schema.dereffed.json +169 -118
  118. package/dist/components/page-wrapper/index.js +107 -389
  119. package/dist/components/page-wrapper/tokens.css +55 -4
  120. package/dist/components/presets.json +182 -237
  121. package/dist/components/providers/index.js +2 -1
  122. package/dist/components/section/index.d.ts +2 -1
  123. package/dist/components/section/index.js +27 -3
  124. package/dist/components/section/js/Section.client.js +1 -1
  125. package/dist/components/section/section.css +50 -35
  126. package/dist/components/section/section.schema.dereffed.json +169 -118
  127. package/dist/components/section/section.schema.json +13 -2
  128. package/dist/components/settings/settings.schema.dereffed.json +5 -0
  129. package/dist/components/settings/settings.schema.json +5 -0
  130. package/dist/components/slider/index.d.ts +1 -0
  131. package/dist/components/slider/index.js +1 -1
  132. package/dist/components/slider/slider.css +5 -0
  133. package/dist/components/slider/slider.schema.dereffed.json +37 -63
  134. package/dist/components/slider/slider.schema.json +1 -1
  135. package/dist/components/split/index.d.ts +1 -0
  136. package/dist/components/split/split.css +3 -3
  137. package/dist/components/stat/index.d.ts +2 -1
  138. package/dist/components/stat/index.js +16 -4
  139. package/dist/components/stat/stat.schema.dereffed.json +7 -5
  140. package/dist/components/stat/stat.schema.json +3 -2
  141. package/dist/components/stats/index.d.ts +1 -0
  142. package/dist/components/stats/index.js +6 -1
  143. package/dist/components/stats/stats.css +3 -7
  144. package/dist/components/stats/stats.schema.dereffed.json +7 -5
  145. package/dist/components/teaser-card/index.d.ts +1 -0
  146. package/dist/components/teaser-card/index.js +13 -2
  147. package/dist/components/testimonial/index.d.ts +49 -1
  148. package/dist/components/testimonial/index.js +11 -2
  149. package/dist/components/testimonial/testimonial.schema.dereffed.json +11 -0
  150. package/dist/components/testimonial/testimonial.schema.json +7 -0
  151. package/dist/components/testimonials/index.d.ts +2 -1
  152. package/dist/components/testimonials/index.js +10 -3
  153. package/dist/components/testimonials/testimonials.css +56 -28
  154. package/dist/components/testimonials/testimonials.schema.dereffed.json +11 -5
  155. package/dist/components/testimonials/testimonials.schema.json +30 -1
  156. package/dist/components/text/index.d.ts +1 -0
  157. package/dist/components/text/index.js +8 -1
  158. package/dist/components/tile/tile.schema.dereffed.json +1 -0
  159. package/dist/components/tile/tile.schema.json +8 -2
  160. package/dist/components/video-curtain/index.d.ts +1 -0
  161. package/dist/components/video-curtain/index.js +11 -1
  162. package/dist/components/video-curtain/video-curtain.css +4 -3
  163. package/dist/components/video-curtain/video-curtain.schema.dereffed.json +2 -1
  164. package/dist/components/video-curtain/video-curtain.schema.json +1 -1
  165. package/dist/global.css +66 -42
  166. package/dist/helpers-84d80d46.d.ts +5 -0
  167. package/dist/helpers-84d80d46.js +33 -0
  168. package/dist/static/img/screenshots/blog-blog-aside--default.png +0 -0
  169. package/dist/static/img/screenshots/blog-blog-author--default.png +0 -0
  170. package/dist/static/img/screenshots/blog-blog-head--default.png +0 -0
  171. package/dist/static/img/screenshots/blog-blog-teaser--default.png +0 -0
  172. package/dist/static/img/screenshots/components-contact--wide-image.png +0 -0
  173. package/dist/static/img/screenshots/components-cta--align-bottom.png +0 -0
  174. package/dist/static/img/screenshots/components-cta--angled-image.png +0 -0
  175. package/dist/static/img/screenshots/components-cta--banner.png +0 -0
  176. package/dist/static/img/screenshots/components-cta--colored-banner.png +0 -0
  177. package/dist/static/img/screenshots/components-cta--contact-banner.png +0 -0
  178. package/dist/static/img/screenshots/components-cta--highlighted.png +0 -0
  179. package/dist/static/img/screenshots/components-cta--left-aligned.png +0 -0
  180. package/dist/static/img/screenshots/components-cta--product-advertisement.png +0 -0
  181. package/dist/static/img/screenshots/components-cta--split-banner.png +0 -0
  182. package/dist/static/img/screenshots/components-faq--dropdown-list.png +0 -0
  183. package/dist/static/img/screenshots/components-faq--single-dropdown.png +0 -0
  184. package/dist/static/img/screenshots/components-features--icon-beside-with-link-in-text.png +0 -0
  185. package/dist/static/img/screenshots/components-features--icon-centered.png +0 -0
  186. package/dist/static/img/screenshots/components-features--icon-intext-with-link.png +0 -0
  187. package/dist/static/img/screenshots/components-features--list-view.png +0 -0
  188. package/dist/static/img/screenshots/components-features--stack-with-button.png +0 -0
  189. package/dist/static/img/screenshots/components-headline--h-1.png +0 -0
  190. package/dist/static/img/screenshots/components-headline--h-2.png +0 -0
  191. package/dist/static/img/screenshots/components-headline--h-3.png +0 -0
  192. package/dist/static/img/screenshots/components-headline--h-4.png +0 -0
  193. package/dist/static/img/screenshots/components-headline--order-swapped.png +0 -0
  194. package/dist/static/img/screenshots/components-headline--with-markdown.png +0 -0
  195. package/dist/static/img/screenshots/components-headline--with-subheadline.png +0 -0
  196. package/dist/static/img/screenshots/components-hero--text-box-on-full-screen.png +0 -0
  197. package/dist/static/img/screenshots/components-hero--text-on-image-with-overlay.png +0 -0
  198. package/dist/static/img/screenshots/components-html--html.png +0 -0
  199. package/dist/static/img/screenshots/components-html--with-consent.png +0 -0
  200. package/dist/static/img/screenshots/components-html--with-script.png +0 -0
  201. package/dist/static/img/screenshots/components-logos--centered-with-button.png +0 -0
  202. package/dist/static/img/screenshots/components-logos--left-aligned-with-text-link.png +0 -0
  203. package/dist/static/img/screenshots/components-stats--count-up-with-description.png +0 -0
  204. package/dist/static/img/screenshots/components-stats--count-up-with-icons.png +0 -0
  205. package/dist/static/img/screenshots/components-teaser-card--page-navigation.png +0 -0
  206. package/dist/static/img/screenshots/components-testimonials--alternating-layout.png +0 -0
  207. package/dist/static/img/screenshots/components-testimonials--list-layout.png +0 -0
  208. package/dist/static/img/screenshots/components-testimonials--simple.png +0 -0
  209. package/dist/static/img/screenshots/components-testimonials--slider-layout.png +0 -0
  210. package/dist/static/img/screenshots/components-testimonials--with-rating.png +0 -0
  211. package/dist/static/img/screenshots/components-testimonials--with-title.png +0 -0
  212. package/dist/static/img/screenshots/form-select-field--default.png +0 -0
  213. package/dist/static/img/screenshots/form-text-area--default.png +0 -0
  214. package/dist/static/img/screenshots/form-text-field--default.png +0 -0
  215. package/dist/static/img/screenshots/layout-divider--accent.png +0 -0
  216. package/dist/static/img/screenshots/layout-divider--default.png +0 -0
  217. package/dist/static/img/screenshots/layout-header--header.png +0 -0
  218. package/dist/static/img/screenshots/layout-section--accent-background.png +0 -0
  219. package/dist/static/img/screenshots/layout-section--background-image.png +0 -0
  220. package/dist/static/img/screenshots/layout-section--bold-background.png +0 -0
  221. package/dist/static/img/screenshots/layout-section--cards.png +0 -0
  222. package/dist/static/img/screenshots/layout-section--colorful-gradient.png +0 -0
  223. package/dist/static/img/screenshots/layout-section--flex-layout.png +0 -0
  224. package/dist/static/img/screenshots/layout-section--inverted.png +0 -0
  225. package/dist/static/img/screenshots/layout-section--list-layout.png +0 -0
  226. package/dist/static/img/screenshots/layout-section--slider.png +0 -0
  227. package/dist/static/img/screenshots/layout-section--spotlight.png +0 -0
  228. package/dist/static/img/screenshots/layout-section--stagelights.png +0 -0
  229. package/dist/static/img/screenshots/layout-section--tile-layout.png +0 -0
  230. package/dist/static/img/screenshots/layout-section--with-buttons.png +0 -0
  231. package/dist/static/img/screenshots/layout-slider--with-arrows.png +0 -0
  232. package/dist/static/img/screenshots/layout-slider--with-autoplay.png +0 -0
  233. package/dist/static/img/screenshots/layout-slider--with-nav.png +0 -0
  234. package/dist/static/img/screenshots/layout-slider--with-teased-neighbours.png +0 -0
  235. package/dist/static/img/screenshots/{pages-archetypes--blog-overview.png → page-archetypes-blog-overview--blog-overview.png} +0 -0
  236. package/dist/static/img/screenshots/page-archetypes-blog-post--blog-post.png +0 -0
  237. package/dist/static/img/screenshots/page-archetypes-landingpage--landingpage.png +0 -0
  238. package/dist/static/img/screenshots/page-archetypes-overview--overview.png +0 -0
  239. package/dist/static/img/screenshots/page-archetypes-showcase--showcase.png +0 -0
  240. package/dist/tokens/IconSprite.js +105 -388
  241. package/dist/tokens/icon-sprite.html +54 -37
  242. package/dist/tokens/themes.css +4 -4
  243. package/dist/tokens/tokens.css +55 -4
  244. package/dist/tokens/tokens.js +49 -52
  245. package/package.json +13 -17
  246. package/dist/FeatureProps-f8a75850.d.ts +0 -52
  247. package/dist/FeaturesProps-b05859d6.d.ts +0 -34
  248. package/dist/TestimonialsProps-f7211553.d.ts +0 -22
  249. package/dist/components/image/image.css +0 -18
  250. package/dist/components/image/image.schema.dereffed.json +0 -105
  251. package/dist/components/image/image.schema.json +0 -95
  252. package/dist/components/image/index.d.ts +0 -87
  253. package/dist/components/image/index.js +0 -11
  254. package/dist/components/picture/picture.schema.json +0 -88
  255. package/dist/static/img/screenshots/components-image--custom-aspect-ratio.png +0 -0
  256. package/dist/static/img/screenshots/components-image--preset-size.png +0 -0
  257. package/dist/static/img/screenshots/components-image--responsive-image.png +0 -0
  258. package/dist/static/img/screenshots/pages-archetypes--blog-post.png +0 -0
  259. package/dist/static/img/screenshots/pages-archetypes--content.png +0 -0
  260. package/dist/static/img/screenshots/pages-archetypes--overview.png +0 -0
  261. package/dist/static/img/screenshots/pages-archetypes--start.png +0 -0
@@ -12,9 +12,11 @@ import '@kickstartds/core/lib/react';
12
12
  import '@kickstartds/base/lib/section';
13
13
  import '../section/js/Section.client.js';
14
14
  import '@kickstartds/core/lib/component';
15
+ import '../../helpers-84d80d46.js';
15
16
  import '../teaser-card/index.js';
16
17
  import '@kickstartds/base/lib/teaser-box';
17
18
  import '@kickstartds/core/lib/container';
19
+ import 'markdown-to-jsx';
18
20
  import '../contact/index.js';
19
21
  import '@kickstartds/base/lib/picture';
20
22
  import '@kickstartds/base/lib/contact';
@@ -22,7 +24,6 @@ import '@kickstartds/base/lib/link';
22
24
  import '@kickstartds/base/lib/icon';
23
25
  import '@kickstartds/base/lib/rich-text';
24
26
  import '../headline/index.js';
25
- import 'markdown-to-jsx';
26
27
  import '@kickstartds/base/lib/headline';
27
28
  import '@bedrock-layout/spacing-constants';
28
29
  import '../button-group/index.js';
@@ -34,462 +35,179 @@ var IconSprite = (() => /*#__PURE__*/ jsxs("svg", {
34
35
  hidden: "hidden",
35
36
  height: 0,
36
37
  width: 0,
37
- children: [/*#__PURE__*/ jsx("defs", {}), /*#__PURE__*/ jsxs("symbol", {
38
- id: "icon-components",
39
- viewBox: "0 0 140 140",
40
- children: [/*#__PURE__*/ jsx("path", {
41
- fillRule: "evenodd",
42
- clipRule: "evenodd",
43
- d: "M12.3708 72.4749C11.004 71.1081 11.004 68.892 12.3708 67.5252L34.2911 45.6048C35.658 44.238 37.8741 44.238 39.2409 45.6048L61.1612 67.5252C62.528 68.892 62.528 71.1081 61.1612 72.4749L39.2409 94.3952C37.874 95.7621 35.658 95.762 34.2911 94.3952L12.3708 72.4749ZM16.967 70L36.766 89.799L56.565 70L36.766 50.201L16.967 70Z"
44
- }), /*#__PURE__*/ jsx("path", {
45
- fillRule: "evenodd",
46
- clipRule: "evenodd",
47
- d: "M45.6048 105.709C44.238 104.342 44.238 102.126 45.6048 100.759L67.5252 78.8389C68.892 77.472 71.1081 77.472 72.4749 78.8389L94.3952 100.759C95.762 102.126 95.762 104.342 94.3952 105.709L72.4749 127.629C71.1081 128.996 68.892 128.996 67.5252 127.629L45.6048 105.709ZM50.201 103.234L70 123.033L89.799 103.234L70 83.4351L50.201 103.234Z"
48
- }), /*#__PURE__*/ jsx("path", {
49
- fillRule: "evenodd",
50
- clipRule: "evenodd",
51
- d: "M45.6048 39.2409C44.238 37.874 44.238 35.658 45.6048 34.2911L67.5252 12.3708C68.892 11.004 71.1081 11.004 72.4749 12.3708L94.3952 34.2911C95.762 35.658 95.762 37.8741 94.3952 39.2409L72.4749 61.1612C71.1081 62.528 68.892 62.528 67.5252 61.1612L45.6048 39.2409ZM50.201 36.766L70 56.565L89.799 36.766L70 16.967L50.201 36.766Z"
52
- }), /*#__PURE__*/ jsx("path", {
53
- fillRule: "evenodd",
54
- clipRule: "evenodd",
55
- d: "M78.8389 72.4749C77.472 71.1081 77.472 68.892 78.8389 67.5252L100.759 45.6048C102.126 44.238 104.342 44.238 105.709 45.6048L127.629 67.5252C128.996 68.892 128.996 71.1081 127.629 72.4749L105.709 94.3952C104.342 95.7621 102.126 95.762 100.759 94.3952L78.8389 72.4749ZM83.4351 70L103.234 89.799L123.033 70L103.234 50.201L83.4351 70Z"
56
- })]
57
- }), /*#__PURE__*/ jsx("symbol", {
58
- id: "icon-customizability",
59
- viewBox: "0 0 140 140",
38
+ children: [/*#__PURE__*/ jsx("defs", {}), /*#__PURE__*/ jsx("symbol", {
39
+ id: "icon-arrow-left",
40
+ viewBox: "0 0 24 24",
60
41
  children: /*#__PURE__*/ jsx("path", {
61
- fillRule: "evenodd",
62
- clipRule: "evenodd",
63
- d: "M59.6687 46.6603C59.6687 28.0702 74.7414 13 93.3344 13C97.7677 13 102.009 13.8586 105.894 15.4217C106.956 15.8489 107.733 16.7805 107.962 17.902C108.191 19.0234 107.842 20.1849 107.033 20.9942L88.9731 39.0508L91.6763 49.1884L101.815 51.8912L119.481 34.2288C120.309 33.4002 121.506 33.0554 122.648 33.3156C123.791 33.5758 124.72 34.4046 125.108 35.5103C126.335 39.0043 127 42.7583 127 46.6603C127 65.2504 111.927 80.3207 93.3344 80.3207C89.9544 80.3207 86.6858 79.8216 83.6012 78.8915L39.1418 123.344C32.9327 129.552 22.8658 129.552 16.6568 123.344C10.4477 117.136 10.4477 107.071 16.6568 100.863L61.1065 56.4198C60.1709 53.3275 59.6687 50.0499 59.6687 46.6603ZM93.3344 19.8173C78.507 19.8173 66.4871 31.8353 66.4871 46.6603C66.4871 50 67.0955 53.1898 68.2045 56.1301C68.677 57.383 68.3722 58.7963 67.4252 59.7431L21.4781 105.683C17.9318 109.229 17.9318 114.978 21.4781 118.523C25.0244 122.069 30.7741 122.069 34.3205 118.523L80.2758 72.5753C81.2219 71.6293 82.634 71.3242 83.8864 71.795C86.8208 72.8983 90.003 73.5034 93.3344 73.5034C108.162 73.5034 120.182 61.4853 120.182 46.6603C120.182 45.545 120.114 44.4465 119.982 43.3685L105.247 58.1013C104.387 58.9613 103.133 59.2979 101.958 58.9846L88.0125 55.2671C86.8327 54.9526 85.9112 54.0313 85.5966 52.8516L81.8785 38.9082C81.5652 37.733 81.9018 36.4799 82.762 35.6199L98.139 20.2453C96.5814 19.9642 94.976 19.8173 93.3344 19.8173Z"
42
+ d: "M4.07656 11.6C3.97656 11.8 3.97656 12.1 4.07656 12.4C4.17656 12.5 4.17656 12.6 4.27656 12.7L11.2766 19.7C11.6766 20.1 12.2766 20.1 12.6766 19.7C13.0766 19.3 13.0766 18.7 12.6766 18.3L7.37656 13L18.9766 13C19.5766 13 19.9766 12.6 19.9766 12C19.9766 11.4 19.5766 11 18.9766 11L7.37656 11L12.6766 5.7C13.0766 5.3 13.0766 4.7 12.6766 4.3C12.4766 4.1 12.1766 4 11.9766 4C11.7766 4 11.4766 4.1 11.2766 4.3L4.27656 11.3C4.17656 11.4 4.07656 11.5 4.07656 11.6Z"
64
43
  })
65
- }), /*#__PURE__*/ jsxs("symbol", {
66
- id: "icon-documentation",
67
- viewBox: "0 0 140 140",
68
- children: [/*#__PURE__*/ jsx("path", {
69
- d: "M50.3674 52C49.2629 52 48.3674 52.8954 48.3674 54C48.3674 55.1046 49.2629 56 50.3674 56H55.6749C56.7795 56 57.6749 55.1046 57.6749 54C57.6749 52.8954 56.7795 52 55.6749 52H50.3674Z"
70
- }), /*#__PURE__*/ jsx("path", {
71
- d: "M61.9547 54C61.9547 52.8954 62.8502 52 63.9547 52L98 52C99.1046 52 100 52.8954 100 54C100 55.1046 99.1046 56 98 56L63.9547 56C62.8502 56 61.9547 55.1046 61.9547 54Z"
72
- }), /*#__PURE__*/ jsx("path", {
73
- d: "M92.2902 62C91.1857 62 90.2902 62.8954 90.2902 64C90.2902 65.1046 91.1857 66 92.2902 66H97.6525C98.757 66 99.6525 65.1046 99.6525 64C99.6525 62.8954 98.757 62 97.6525 62H92.2902Z"
74
- }), /*#__PURE__*/ jsx("path", {
75
- d: "M48.3674 64C48.3674 62.8954 49.2629 62 50.3674 62L84.4127 62C85.5173 62 86.4127 62.8954 86.4127 64C86.4127 65.1046 85.5173 66 84.4127 66L50.3674 66C49.2629 66 48.3674 65.1046 48.3674 64Z"
76
- }), /*#__PURE__*/ jsx("path", {
77
- d: "M50.3674 72C49.2629 72 48.3674 72.8954 48.3674 74C48.3674 75.1046 49.2629 76 50.3674 76H55.6749C56.7795 76 57.6749 75.1046 57.6749 74C57.6749 72.8954 56.7795 72 55.6749 72H50.3674Z"
78
- }), /*#__PURE__*/ jsx("path", {
79
- d: "M61.9547 74C61.9547 72.8954 62.8502 72 63.9547 72L98 72C99.1046 72 100 72.8954 100 74C100 75.1046 99.1046 76 98 76L63.9547 76C62.8502 76 61.9547 75.1046 61.9547 74Z"
80
- }), /*#__PURE__*/ jsx("path", {
81
- d: "M92.2902 82C91.1857 82 90.2902 82.8954 90.2902 84C90.2902 85.1046 91.1857 86 92.2902 86H97.6525C98.757 86 99.6525 85.1046 99.6525 84C99.6525 82.8954 98.757 82 97.6525 82H92.2902Z"
82
- }), /*#__PURE__*/ jsx("path", {
83
- d: "M48.3674 84C48.3674 82.8954 49.2629 82 50.3674 82H84.4127C85.5173 82 86.4127 82.8954 86.4127 84C86.4127 85.1046 85.5173 86 84.4127 86H50.3674C49.2629 86 48.3674 85.1046 48.3674 84Z"
84
- }), /*#__PURE__*/ jsx("path", {
85
- d: "M50.3674 92C49.2629 92 48.3674 92.8954 48.3674 94C48.3674 95.1046 49.2629 96 50.3674 96H55.6749C56.7795 96 57.6749 95.1046 57.6749 94C57.6749 92.8954 56.7795 92 55.6749 92H50.3674Z"
86
- }), /*#__PURE__*/ jsx("path", {
87
- d: "M61.9547 94C61.9547 92.8954 62.8502 92 63.9547 92H98C99.1046 92 100 92.8954 100 94C100 95.1046 99.1046 96 98 96H63.9547C62.8502 96 61.9547 95.1046 61.9547 94Z"
88
- }), /*#__PURE__*/ jsx("path", {
89
- fillRule: "evenodd",
90
- clipRule: "evenodd",
91
- d: "M51 27C49.3431 27 48 28.3431 48 30V42C48 43.6569 49.3431 45 51 45H63C64.6569 45 66 43.6569 66 42V30C66 28.3431 64.6569 27 63 27H51ZM52 41V31H62V41H52Z"
92
- }), /*#__PURE__*/ jsx("path", {
93
- fillRule: "evenodd",
94
- clipRule: "evenodd",
95
- d: "M113 42.8284C113 42.298 112.789 41.7893 112.414 41.4142L88.5858 17.5858C88.2107 17.2107 87.702 17 87.1716 17H39C37.8954 17 37 17.8954 37 19V26H31C29.3431 26 28 27.3431 28 29V119C28 120.657 29.3431 122 31 122H93C94.6569 122 96 120.657 96 119V112H111C112.105 112 113 111.105 113 110V42.8284ZM92 112V118H32V30H37V110C37 111.105 37.8954 112 39 112H92ZM42 22H84V43C84 44.1046 84.8954 45 86 45L108 45V107H42V22ZM89 25.0711L103.929 40L89 40V25.0711Z"
96
- })]
97
44
  }), /*#__PURE__*/ jsx("symbol", {
98
- id: "icon-invert",
99
- viewBox: "0 0 158 158",
45
+ id: "icon-arrow-right",
46
+ viewBox: "0 0 24 24",
100
47
  children: /*#__PURE__*/ jsx("path", {
101
- fillRule: "evenodd",
102
- clipRule: "evenodd",
103
- d: "M79 139C112.137 139 139 112.137 139 79C139 45.8629 112.137 19 79 19C45.8629 19 19 45.8629 19 79C19 112.137 45.8629 139 79 139ZM30.7647 79C30.7647 54.3517 49.2526 34.0214 73.1176 31.1198L73.1177 126.88C49.2526 123.979 30.7647 103.648 30.7647 79ZM116.298 109.588C118.103 107.389 119.718 105.028 121.117 102.529H84.8824V109.588H116.298ZM102.103 121.353H84.8824V126.88C91.0585 126.129 96.8744 124.211 102.103 121.353ZM84.8824 90.7647H125.79C126.271 88.8469 126.637 86.8835 126.88 84.8824H84.8824V90.7647ZM125.48 66.0588C126.116 68.3478 126.587 70.7052 126.88 73.1176H84.8824V66.0588H125.48ZM120.436 54.2941C119.202 52.2283 117.818 50.2625 116.298 48.4118H84.8824V54.2941H120.436ZM84.8824 36.6471H102.103C96.8744 33.7889 91.0585 31.8707 84.8824 31.1198V36.6471Z"
48
+ d: "M19.9 12.4C20 12.2 20 11.9 19.9 11.6C19.8 11.5 19.8 11.4 19.7 11.3L12.7 4.3C12.3 3.9 11.7 3.9 11.3 4.3C10.9 4.7 10.9 5.3 11.3 5.7L16.6 11H5C4.4 11 4 11.4 4 12C4 12.6 4.4 13 5 13H16.6L11.3 18.3C10.9 18.7 10.9 19.3 11.3 19.7C11.5 19.9 11.8 20 12 20C12.2 20 12.5 19.9 12.7 19.7L19.7 12.7C19.8 12.6 19.9 12.5 19.9 12.4Z"
104
49
  })
105
- }), /*#__PURE__*/ jsxs("symbol", {
106
- id: "icon-link",
107
- viewBox: "0 0 158 158",
108
- children: [/*#__PURE__*/ jsx("path", {
109
- d: "M36 43.4998C34.6193 43.4998 33.5 44.6191 33.5 45.9998V122C33.5 123.38 34.6193 124.5 36 124.5H112C113.381 124.5 114.5 123.38 114.5 122V83.9998C114.5 79.8576 117.858 76.4998 122 76.4998C126.142 76.4998 129.5 79.8576 129.5 83.9998V122C129.5 131.665 121.665 139.5 112 139.5H36C26.335 139.5 18.5 131.665 18.5 122V45.9998C18.5 36.3348 26.335 28.4998 36 28.4998H74C78.1421 28.4998 81.5 31.8576 81.5 35.9998C81.5 40.1419 78.1421 43.4998 74 43.4998H36Z"
110
- }), /*#__PURE__*/ jsx("path", {
111
- d: "M142.569 8.40967C146.711 8.40967 150.069 11.7675 150.069 15.9097V47.7295C150.069 51.8716 146.711 55.2295 142.569 55.2295C138.426 55.2295 135.069 51.8716 135.069 47.7295V34.0163L87.2132 81.8716C84.2843 84.8005 79.5355 84.8005 76.6066 81.8716C73.6777 78.9427 73.6777 74.1939 76.6066 71.265L124.462 23.4097L110.749 23.4097C106.607 23.4097 103.249 20.0518 103.249 15.9097C103.249 11.7675 106.607 8.40967 110.749 8.40967H142.569Z"
112
- })]
113
- }), /*#__PURE__*/ jsxs("symbol", {
114
- id: "icon-paint",
115
- viewBox: "0 0 158 158",
116
- children: [/*#__PURE__*/ jsx("path", {
117
- d: "M50.2927 87.5988C64.8819 73.0096 83.708 62.6578 83.708 62.6578L95.8654 74.8152C95.8654 74.8152 85.5135 93.6412 70.9243 108.23C65.0067 114.148 35.4882 144.046 24.9829 133.54C14.4773 123.035 44.3751 93.5164 50.2927 87.5988Z"
118
- }), /*#__PURE__*/ jsx("path", {
119
- d: "M122.03 62.3785C114.895 69.5134 103.327 69.5134 96.1924 62.3785C89.0575 55.2436 89.0575 43.6756 96.1924 36.5407C103.327 29.4058 127.867 20.3398 133.049 25.5217C126.776 31.7946 129.165 55.2436 122.03 62.3785Z"
120
- })]
121
50
  }), /*#__PURE__*/ jsx("symbol", {
122
- id: "icon-storybook",
123
- viewBox: "0 0 158 158",
51
+ id: "icon-chevron-down",
52
+ viewBox: "0 0 24 24",
124
53
  children: /*#__PURE__*/ jsx("path", {
125
- fillRule: "evenodd",
126
- clipRule: "evenodd",
127
- d: "M31.0039 29.7122L34.7501 130.423C34.8076 131.962 35.436 133.416 36.5105 134.509C37.585 135.601 39.0271 136.246 40.5506 136.316L121.65 139.994C122.469 140.031 123.288 139.9 124.057 139.609C124.825 139.318 125.527 138.873 126.12 138.301C126.714 137.728 127.186 137.041 127.509 136.279C127.832 135.518 127.999 134.698 128 133.869V24.1368C128.001 23.2983 127.831 22.4686 127.502 21.6989C127.172 20.9292 126.69 20.2359 126.085 19.6619C125.479 19.0878 124.764 18.6453 123.982 18.3616C123.201 18.0779 122.37 17.959 121.541 18.0124L114.875 18.4333L115.446 33.0182C115.453 33.1905 115.409 33.3609 115.321 33.5094C115.233 33.6578 115.105 33.7781 114.95 33.8559C114.796 33.9338 114.623 33.966 114.45 33.9487C114.278 33.9314 114.115 33.8653 113.979 33.7583L109.487 30.2321L104.173 34.2518C104.036 34.3544 103.872 34.4162 103.701 34.4299C103.531 34.4437 103.359 34.4088 103.208 34.3294C103.056 34.25 102.93 34.1293 102.844 33.9814C102.758 33.8334 102.717 33.6642 102.724 33.4936L103.206 19.17L36.7077 23.3682C35.1253 23.4659 33.6432 24.1838 32.5776 25.369C31.5121 26.5541 30.9473 28.1127 31.0039 29.7122ZM87.8268 65.2298C87.8268 67.5827 103.744 66.4574 105.876 64.8026C105.876 48.772 97.2468 40.3475 81.4382 40.3475C65.6297 40.3475 56.7774 48.9044 56.7774 61.7337C56.7774 74.5931 66.7891 80.1954 75.2972 84.9552C81.5831 88.4694 87.0419 91.5263 87.0419 96.7074C87.0419 100.125 85.3632 102.159 81.6616 102.159C76.843 102.159 74.9349 99.7041 75.1643 91.3638C75.1643 89.5586 56.7774 88.9929 56.2158 91.3638C54.7908 111.577 67.4291 117.408 81.8911 117.408C95.9002 117.408 106.89 109.97 106.89 96.4907C106.89 82.4351 96.3066 76.8446 87.5694 72.2294L87.5672 72.2282C81.4141 68.9787 76.1727 66.2107 76.1727 61.3064C76.1727 56.4924 79.7595 55.8546 81.8851 55.8546C84.1313 55.8546 88.165 56.2457 87.8268 65.2298Z"
54
+ d: "M12 16C11.7 16 11.5 15.9 11.3 15.7L5.3 9.7C4.9 9.3 4.9 8.7 5.3 8.3C5.7 7.9 6.3 7.9 6.7 8.3L12 13.6L17.3 8.3C17.7 7.9 18.3 7.9 18.7 8.3C19.1 8.7 19.1 9.3 18.7 9.7L12.7 15.7C12.5 15.9 12.3 16 12 16Z"
128
55
  })
129
56
  }), /*#__PURE__*/ jsx("symbol", {
130
- id: "icon-wireframe",
131
- viewBox: "0 0 158 158",
132
- children: /*#__PURE__*/ jsx("path", {
133
- d: "M29 29V49H19V24C19 21.3 21.2 19 24 19H49V29H29ZM19 99V59H29V99H19ZM19 109V134C19 136.8 21.2 139 24 139H49V129H29V109H19ZM109 139H134C135.326 139 136.598 138.473 137.536 137.536C138.473 136.598 139 135.326 139 134V109H129V129H109V139ZM129 49H139V24C139 22.6739 138.473 21.4021 137.536 20.4645C136.598 19.5268 135.326 19 134 19H109V29H129V49ZM99 129V139H59V129H99ZM99 19V29H59V19H99ZM139 99H129V59H139V99ZM79 89C81.6522 89 84.1957 87.9464 86.0711 86.0711C87.9464 84.1957 89 81.6522 89 79C89 76.3478 87.9464 73.8043 86.0711 71.9289C84.1957 70.0536 81.6522 69 79 69C76.3478 69 73.8043 70.0536 71.9289 71.9289C70.0536 73.8043 69 76.3478 69 79C69 81.6522 70.0536 84.1957 71.9289 86.0711C73.8043 87.9464 76.3478 89 79 89Z"
134
- })
135
- }), /*#__PURE__*/ jsxs("symbol", {
136
- id: "icon-arrow-down",
137
- viewBox: "0 0 24 24",
138
- children: [/*#__PURE__*/ jsx("title", {
139
- children: "arrow-down"
140
- }), /*#__PURE__*/ jsx("path", {
141
- fill: "none",
142
- d: "M0 0h24v24H0V0z"
143
- }), /*#__PURE__*/ jsx("path", {
144
- d: "M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
145
- })]
146
- }), /*#__PURE__*/ jsxs("symbol", {
147
- id: "icon-arrow-left",
148
- viewBox: "0 0 24 24",
149
- children: [/*#__PURE__*/ jsx("title", {
150
- children: "arrow-left"
151
- }), /*#__PURE__*/ jsx("path", {
152
- d: "M0 0h24v24H0z",
153
- fill: "none"
154
- }), /*#__PURE__*/ jsx("path", {
155
- d: "M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"
156
- })]
157
- }), /*#__PURE__*/ jsxs("symbol", {
158
- id: "icon-arrow-right",
159
- viewBox: "0 0 512 512",
160
- children: [/*#__PURE__*/ jsx("title", {
161
- children: "arrow-right"
162
- }), /*#__PURE__*/ jsx("path", {
163
- d: "M85 277.375h259.704L225.002 397.077 256 427l171-171L256 85l-29.922 29.924 118.626 119.701H85v42.75z"
164
- })]
165
- }), /*#__PURE__*/ jsxs("symbol", {
166
- id: "icon-arrow-up",
167
- viewBox: "0 0 24 24",
168
- children: [/*#__PURE__*/ jsx("title", {
169
- children: "arrow-up"
170
- }), /*#__PURE__*/ jsx("path", {
171
- fill: "none",
172
- d: "M0 0h24v24H0V0z"
173
- }), /*#__PURE__*/ jsx("path", {
174
- d: "M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"
175
- })]
176
- }), /*#__PURE__*/ jsxs("symbol", {
177
- id: "icon-browser",
178
- viewBox: "0 0 24 24",
179
- children: [/*#__PURE__*/ jsx("title", {
180
- children: "browser"
181
- }), /*#__PURE__*/ jsx("path", {
182
- d: "M19.8 3.6H4.2a1.8 1.8 0 00-1.8 1.8v13.2a1.8 1.8 0 001.8 1.8h15.6a1.8 1.8 0 001.8-1.8V5.4a1.8 1.8 0 00-1.8-1.8zM7.2 7.95c0 .247-.203.45-.45.45h-1.5a.451.451 0 01-.45-.45v-1.5c0-.248.203-.45.45-.45h1.5c.247 0 .45.202.45.45v1.5zm12 0c0 .247-.203.45-.45.45h-9.3A.451.451 0 019 7.95v-1.5c0-.248.203-.45.45-.45h9.3c.247 0 .45.202.45.45v1.5z"
183
- })]
184
- }), /*#__PURE__*/ jsxs("symbol", {
185
- id: "icon-chevron-down",
186
- viewBox: "0 0 24 24",
187
- children: [/*#__PURE__*/ jsx("title", {
188
- children: "chevron-down"
189
- }), /*#__PURE__*/ jsx("path", {
190
- d: "M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z"
191
- })]
192
- }), /*#__PURE__*/ jsxs("symbol", {
193
57
  id: "icon-chevron-left",
194
58
  viewBox: "0 0 24 24",
195
- children: [/*#__PURE__*/ jsx("title", {
196
- children: "chevron-left"
197
- }), /*#__PURE__*/ jsx("path", {
198
- d: "M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"
199
- })]
200
- }), /*#__PURE__*/ jsxs("symbol", {
59
+ children: /*#__PURE__*/ jsx("path", {
60
+ d: "M15 5C15.3 5 15.5 5.1 15.7 5.3C16.1 5.7 16.1 6.3 15.7 6.7L10.4 12L15.7 17.3C16.1 17.7 16.1 18.3 15.7 18.7C15.3 19.1 14.7 19.1 14.3 18.7L8.3 12.7C7.9 12.3 7.9 11.7 8.3 11.3L14.3 5.3C14.5 5.1 14.7 5 15 5Z"
61
+ })
62
+ }), /*#__PURE__*/ jsx("symbol", {
201
63
  id: "icon-chevron-right",
202
64
  viewBox: "0 0 24 24",
203
- children: [/*#__PURE__*/ jsx("title", {
204
- children: "chevron-right"
205
- }), /*#__PURE__*/ jsx("path", {
206
- d: "M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"
207
- })]
208
- }), /*#__PURE__*/ jsxs("symbol", {
209
- id: "icon-chevron-up",
210
- viewBox: "0 0 24 24",
211
- children: [/*#__PURE__*/ jsx("title", {
212
- children: "chevron-up"
213
- }), /*#__PURE__*/ jsx("path", {
214
- d: "M16.6,15.3L12,10.7l-4.6,4.6L6,13.8l6-6l6,6L16.6,15.3z"
215
- })]
216
- }), /*#__PURE__*/ jsxs("symbol", {
65
+ children: /*#__PURE__*/ jsx("path", {
66
+ d: "M9 19C8.7 19 8.5 18.9 8.3 18.7C7.9 18.3 7.9 17.7 8.3 17.3L13.6 12L8.3 6.7C7.9 6.3 7.9 5.7 8.3 5.3C8.7 4.9 9.3 4.9 9.7 5.3L15.7 11.3C16.1 11.7 16.1 12.3 15.7 12.7L9.7 18.7C9.5 18.9 9.3 19 9 19Z"
67
+ })
68
+ }), /*#__PURE__*/ jsx("symbol", {
217
69
  id: "icon-close",
218
70
  viewBox: "0 0 24 24",
219
- children: [/*#__PURE__*/ jsx("title", {
220
- children: "close"
221
- }), /*#__PURE__*/ jsx("path", {
222
- d: "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
223
- })]
71
+ children: /*#__PURE__*/ jsx("path", {
72
+ d: "M13.4 12L18.7 6.7C19.1 6.3 19.1 5.7 18.7 5.3C18.3 4.9 17.7 4.9 17.3 5.3L12 10.6L6.7 5.3C6.3 4.9 5.7 4.9 5.3 5.3C4.9 5.7 4.9 6.3 5.3 6.7L10.6 12L5.3 17.3C4.9 17.7 4.9 18.3 5.3 18.7C5.5 18.9 5.7 19 6 19C6.3 19 6.5 18.9 6.7 18.7L12 13.4L17.3 18.7C17.5 18.9 17.8 19 18 19C18.2 19 18.5 18.9 18.7 18.7C19.1 18.3 19.1 17.7 18.7 17.3L13.4 12Z"
73
+ })
224
74
  }), /*#__PURE__*/ jsxs("symbol", {
225
- id: "icon-contact",
75
+ id: "icon-zoom",
226
76
  viewBox: "0 0 24 24",
227
- children: [/*#__PURE__*/ jsx("title", {
228
- children: "contact"
77
+ children: [/*#__PURE__*/ jsx("path", {
78
+ d: "M21.7 20.3L18 16.6C19.2 15.1 20 13.1 20 11C20 6 16 2 11 2C6 2 2 6 2 11C2 16 6 20 11 20C13.1 20 15.1 19.3 16.6 18L20.3 21.7C20.5 21.9 20.8 22 21 22C21.2 22 21.5 21.9 21.7 21.7C22.1 21.3 22.1 20.7 21.7 20.3ZM4 11C4 7.1 7.1 4 11 4C14.9 4 18 7.1 18 11C18 12.9 17.2 14.7 16 15.9C14.7 17.2 13 17.9 11.1 17.9C7.1 18 4 14.9 4 11Z"
229
79
  }), /*#__PURE__*/ jsx("path", {
230
- d: "M3.6 12.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.5 0 1 .5 1 1V22c0 .5-.5 1-1 1C7.6 23 0 15.4 0 6c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.4 0 .7-.2 1-.1 0-2.3 2.2-2.3 2.2zM13 5l3.5 1.8L20 5v1.2L16.5 8 13 6.2V5zm9.5-4c.8 0 1.5.7 1.5 1.5v9c0 .8-.7 1.5-1.5 1.5H12l-3 3V2.5c0-.8.7-1.5 1.5-1.5h12zM21 10V4h-9v6h9z"
80
+ 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"
231
81
  })]
232
- }), /*#__PURE__*/ jsxs("symbol", {
233
- id: "icon-date",
82
+ }), /*#__PURE__*/ jsx("symbol", {
83
+ id: "icon-arrow-down",
234
84
  viewBox: "0 0 24 24",
235
- children: [/*#__PURE__*/ jsx("title", {
236
- children: "date"
237
- }), /*#__PURE__*/ jsx("path", {
238
- d: "M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z"
239
- }), /*#__PURE__*/ jsx("path", {
240
- d: "M0 0h24v24H0z",
241
- fill: "none"
242
- })]
243
- }), /*#__PURE__*/ jsxs("symbol", {
244
- id: "icon-download",
85
+ children: /*#__PURE__*/ jsx("path", {
86
+ d: "M19.7 11.3C19.3 10.9 18.7 10.9 18.3 11.3L13 16.6V5C13 4.4 12.6 4 12 4C11.4 4 11 4.4 11 5V16.6L5.7 11.3C5.3 10.9 4.7 10.9 4.3 11.3C3.9 11.7 3.9 12.3 4.3 12.7L11.3 19.7C11.4 19.8 11.5 19.9 11.6 19.9C11.7 20 11.9 20 12 20C12.1 20 12.3 20 12.4 19.9C12.5 19.8 12.6 19.8 12.7 19.7L19.7 12.7C20.1 12.3 20.1 11.7 19.7 11.3Z"
87
+ })
88
+ }), /*#__PURE__*/ jsx("symbol", {
89
+ id: "icon-date",
245
90
  viewBox: "0 0 24 24",
246
- children: [/*#__PURE__*/ jsx("title", {
247
- children: "download"
248
- }), /*#__PURE__*/ jsx("path", {
249
- d: "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"
250
- })]
251
- }), /*#__PURE__*/ jsxs("symbol", {
91
+ children: /*#__PURE__*/ jsx("path", {
92
+ d: "M19 3H17V2C17 1.4 16.6 1 16 1C15.4 1 15 1.4 15 2V3H9V2C9 1.4 8.6 1 8 1C7.4 1 7 1.4 7 2V3H5C3.3 3 2 4.3 2 6V20C2 21.7 3.3 23 5 23H19C20.7 23 22 21.7 22 20V6C22 4.3 20.7 3 19 3ZM5 5H7V6C7 6.6 7.4 7 8 7C8.6 7 9 6.6 9 6V5H15V6C15 6.6 15.4 7 16 7C16.6 7 17 6.6 17 6V5H19C19.6 5 20 5.4 20 6V9H4V6C4 5.4 4.4 5 5 5ZM19 21H5C4.4 21 4 20.6 4 20V11H20V20C20 20.6 19.6 21 19 21Z"
93
+ })
94
+ }), /*#__PURE__*/ jsx("symbol", {
252
95
  id: "icon-email",
253
96
  viewBox: "0 0 24 24",
254
- children: [/*#__PURE__*/ jsx("title", {
255
- children: "email"
256
- }), /*#__PURE__*/ jsx("path", {
257
- d: "M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"
258
- })]
259
- }), /*#__PURE__*/ jsxs("symbol", {
97
+ children: /*#__PURE__*/ jsx("path", {
98
+ d: "M20 3H4C2.3 3 1 4.3 1 6V18C1 19.7 2.3 21 4 21H20C21.7 21 23 19.7 23 18V6C23 4.3 21.7 3 20 3ZM4 5H20C20.4 5 20.7 5.2 20.9 5.6L12 11.8L3.1 5.6C3.3 5.2 3.6 5 4 5ZM20 19H4C3.4 19 3 18.6 3 18V7.9L11.4 13.8C11.6 13.9 11.8 14 12 14C12.2 14 12.4 13.9 12.6 13.8L21 7.9V18C21 18.6 20.6 19 20 19Z"
99
+ })
100
+ }), /*#__PURE__*/ jsx("symbol", {
260
101
  id: "icon-facebook",
261
102
  viewBox: "0 0 24 24",
262
- children: [/*#__PURE__*/ jsx("title", {
263
- children: "facebook"
264
- }), /*#__PURE__*/ jsx("path", {
265
- d: "M13.3,20.3H9.8V12H8V9.1h1.8V7.4c0-2.3,1-3.7,3.8-3.7H16v2.9h-1.5c-1.1,0-1.2,0.4-1.2,1.1l0,1.4H16L15.7,12h-2.4L13.3,20.3 L13.3,20.3z"
266
- })]
267
- }), /*#__PURE__*/ jsxs("symbol", {
268
- id: "icon-first-page",
269
- viewBox: "0 0 24 24",
270
- children: [/*#__PURE__*/ jsx("title", {
271
- children: "first-page"
272
- }), /*#__PURE__*/ jsx("path", {
273
- d: "M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z"
274
- })]
103
+ children: /*#__PURE__*/ jsx("path", {
104
+ d: "M14 23H10C9.4 23 9 22.6 9 22V15H7C6.4 15 6 14.6 6 14V10C6 9.4 6.4 9 7 9H9V7C9 3.7 11.7 1 15 1H18C18.6 1 19 1.4 19 2V6C19 6.6 18.6 7 18 7H15V9H18C18.3 9 18.6 9.1 18.8 9.4C19 9.7 19 9.9 19 10.2L18 14.2C17.9 14.6 17.5 15 17 15H15V22C15 22.6 14.6 23 14 23ZM11 21H13V14C13 13.4 13.4 13 14 13H16.2L16.7 11H14C13.4 11 13 10.6 13 10V7C13 5.9 13.9 5 15 5H17V3H15C12.8 3 11 4.8 11 7V10C11 10.6 10.6 11 10 11H8V13H10C10.6 13 11 13.4 11 14V21Z"
105
+ })
275
106
  }), /*#__PURE__*/ jsxs("symbol", {
276
107
  id: "icon-home",
277
108
  viewBox: "0 0 24 24",
278
- children: [/*#__PURE__*/ jsx("title", {
279
- children: "home"
280
- }), /*#__PURE__*/ jsx("path", {
281
- d: "M22.6,11.26,20.4,9.317V4.2a.6.6,0,0,0-.6-.6H17.4a.6.6,0,0,0-.6.6V6.139L13,2.788a1.493,1.493,0,0,0-2,0L1.4,11.261a.6.6,0,0,0-.045.848h0l.8.892a.6.6,0,0,0,.847.045h0l8.6-7.584a.6.6,0,0,1,.794,0L21,13.046A.6.6,0,0,0,21.843,13h0l.8-.893A.6.6,0,0,0,22.6,11.26ZM12,6.713,3.806,13.938a1.586,1.586,0,0,1-.205.126V21a.6.6,0,0,0,.6.6H9a.6.6,0,0,0,.6-.6V16.2a.6.6,0,0,1,.6-.6h3.6a.6.6,0,0,1,.6.6V21a.6.6,0,0,0,.6.6h4.8a.6.6,0,0,0,.6-.6V14.066a1.845,1.845,0,0,1-.2-.12Z"
282
- })]
283
- }), /*#__PURE__*/ jsxs("symbol", {
284
- id: "icon-info",
285
- viewBox: "0 0 24 24",
286
- children: [/*#__PURE__*/ jsx("title", {
287
- children: "info"
109
+ children: [/*#__PURE__*/ jsx("path", {
110
+ fillRule: "evenodd",
111
+ clipRule: "evenodd",
112
+ d: "M11.3861 1.21065C11.7472 0.929784 12.2528 0.929784 12.6139 1.21065L21.6139 8.21065C21.8575 8.4001 22 8.69141 22 9V20C22 20.7957 21.6839 21.5587 21.1213 22.1213C20.5587 22.6839 19.7957 23 19 23H5C4.20435 23 3.44129 22.6839 2.87868 22.1213C2.31607 21.5587 2 20.7957 2 20V9C2 8.69141 2.14247 8.4001 2.38606 8.21065L11.3861 1.21065ZM4 9.48908V20C4 20.2652 4.10536 20.5196 4.29289 20.7071C4.48043 20.8946 4.73478 21 5 21H19C19.2652 21 19.5196 20.8946 19.7071 20.7071C19.8946 20.5196 20 20.2652 20 20V9.48908L12 3.26686L4 9.48908Z"
288
113
  }), /*#__PURE__*/ jsx("path", {
289
- d: "M12,2.4 C6.69843871,2.4 2.4,6.6999871 2.4,12 C2.4,17.3031097 6.69843871,21.6 12,21.6 C17.3015613,21.6 21.6,17.3031097 21.6,12 C21.6,6.6999871 17.3015613,2.4 12,2.4 Z M12,19.7419355 C7.72134194,19.7419355 4.25806452,16.2800903 4.25806452,12 C4.25806452,7.72277419 7.72149677,4.25806452 12,4.25806452 C16.277071,4.25806452 19.7419355,7.72145806 19.7419355,12 C19.7419355,16.2785806 16.2800903,19.7419355 12,19.7419355 Z M12,6.65806452 C12.8979097,6.65806452 13.6258065,7.38596129 13.6258065,8.28387097 C13.6258065,9.18178065 12.8979097,9.90967742 12,9.90967742 C11.1020903,9.90967742 10.3741935,9.18178065 10.3741935,8.28387097 C10.3741935,7.38596129 11.1020903,6.65806452 12,6.65806452 Z M14.1677419,16.4903226 C14.1677419,16.7468516 13.9597548,16.9548387 13.7032258,16.9548387 L10.2967742,16.9548387 C10.0402452,16.9548387 9.83225806,16.7468516 9.83225806,16.4903226 L9.83225806,15.5612903 C9.83225806,15.3047613 10.0402452,15.0967742 10.2967742,15.0967742 L10.7612903,15.0967742 L10.7612903,12.6193548 L10.2967742,12.6193548 C10.0402452,12.6193548 9.83225806,12.4113677 9.83225806,12.1548387 L9.83225806,11.2258065 C9.83225806,10.9692774 10.0402452,10.7612903 10.2967742,10.7612903 L12.7741935,10.7612903 C13.0307226,10.7612903 13.2387097,10.9692774 13.2387097,11.2258065 L13.2387097,15.0967742 L13.7032258,15.0967742 C13.9597548,15.0967742 14.1677419,15.3047613 14.1677419,15.5612903 L14.1677419,16.4903226 Z"
114
+ fillRule: "evenodd",
115
+ clipRule: "evenodd",
116
+ d: "M8 12C8 11.4477 8.44772 11 9 11H15C15.5523 11 16 11.4477 16 12V22C16 22.5523 15.5523 23 15 23C14.4477 23 14 22.5523 14 22V13H10V22C10 22.5523 9.55228 23 9 23C8.44772 23 8 22.5523 8 22V12Z"
290
117
  })]
291
118
  }), /*#__PURE__*/ jsxs("symbol", {
292
- id: "icon-instagram",
119
+ id: "icon-linkedin",
293
120
  viewBox: "0 0 24 24",
294
- children: [/*#__PURE__*/ jsx("title", {
295
- children: "instagram"
296
- }), /*#__PURE__*/ jsx("path", {
297
- d: "M12,0C8.7,0,8.3,0,7.1,0.1C5.8,0.1,4.9,0.3,4.1,0.6C3.4,0.9,2.7,1.3,2,2C1.3,2.7,0.9,3.4,0.6,4.1 C0.3,4.9,0.1,5.8,0.1,7.1C0,8.3,0,8.7,0,12c0,3.3,0,3.7,0.1,4.9c0.1,1.3,0.3,2.1,0.6,2.9C0.9,20.6,1.3,21.3,2,22 c0.7,0.7,1.3,1.1,2.1,1.4c0.8,0.3,1.6,0.5,2.9,0.6C8.3,24,8.7,24,12,24c3.3,0,3.7,0,4.9-0.1c1.3-0.1,2.1-0.3,2.9-0.6 c0.8-0.3,1.5-0.7,2.1-1.4c0.7-0.7,1.1-1.3,1.4-2.1c0.3-0.8,0.5-1.6,0.6-2.9C24,15.7,24,15.3,24,12c0-3.3,0-3.7-0.1-4.9 c-0.1-1.3-0.3-2.1-0.6-2.9C23.1,3.4,22.7,2.7,22,2c-0.7-0.7-1.3-1.1-2.1-1.4c-0.8-0.3-1.6-0.5-2.9-0.6C15.7,0,15.3,0,12,0L12,0 L12,0z M12,2.2c3.2,0,3.6,0,4.8,0.1c1.2,0.1,1.8,0.2,2.2,0.4c0.6,0.2,1,0.5,1.4,0.9c0.4,0.4,0.7,0.8,0.9,1.4 c0.2,0.4,0.4,1.1,0.4,2.2c0.1,1.3,0.1,1.6,0.1,4.8c0,3.2,0,3.6-0.1,4.8c-0.1,1.2-0.2,1.8-0.4,2.2c-0.2,0.6-0.5,1-0.9,1.4 c-0.4,0.4-0.8,0.7-1.4,0.9c-0.4,0.2-1.1,0.4-2.2,0.4c-1.3,0.1-1.6,0.1-4.8,0.1c-3.2,0-3.6,0-4.8-0.1c-1.2-0.1-1.8-0.2-2.2-0.4 c-0.6-0.2-1-0.5-1.4-0.9c-0.4-0.4-0.7-0.8-0.9-1.4c-0.2-0.4-0.4-1.1-0.4-2.2c-0.1-1.3-0.1-1.6-0.1-4.8c0-3.2,0-3.6,0.1-4.8 C2.3,6,2.5,5.3,2.6,4.9c0.2-0.6,0.5-1,0.9-1.4C4,3.1,4.4,2.9,4.9,2.6C5.3,2.5,6,2.3,7.2,2.2C8.4,2.2,8.8,2.2,12,2.2"
298
- }), /*#__PURE__*/ jsx("path", {
299
- d: "M12,16c-2.2,0-4-1.8-4-4c0-2.2,1.8-4,4-4c2.2,0,4,1.8,4,4C16,14.2,14.2,16,12,16L12,16z M12,5.8 c-3.4,0-6.2,2.8-6.2,6.2c0,3.4,2.8,6.2,6.2,6.2c3.4,0,6.2-2.8,6.2-6.2C18.2,8.6,15.4,5.8,12,5.8L12,5.8z"
121
+ children: [/*#__PURE__*/ jsx("path", {
122
+ fillRule: "evenodd",
123
+ clipRule: "evenodd",
124
+ d: "M16 9C14.6739 9 13.4021 9.52678 12.4645 10.4645C11.5268 11.4021 11 12.6739 11 14V20H13V14C13 13.2043 13.3161 12.4413 13.8787 11.8787C14.4413 11.3161 15.2043 11 16 11C16.7957 11 17.5587 11.3161 18.1213 11.8787C18.6839 12.4413 19 13.2043 19 14V20H21V14C21 12.6739 20.4732 11.4021 19.5355 10.4645C18.5979 9.52678 17.3261 9 16 9ZM11.0503 9.05025C12.363 7.7375 14.1435 7 16 7C17.8565 7 19.637 7.7375 20.9497 9.05025C22.2625 10.363 23 12.1435 23 14V21C23 21.5523 22.5523 22 22 22H18C17.4477 22 17 21.5523 17 21V14C17 13.7348 16.8946 13.4804 16.7071 13.2929C16.5196 13.1054 16.2652 13 16 13C15.7348 13 15.4804 13.1054 15.2929 13.2929C15.1054 13.4804 15 13.7348 15 14V21C15 21.5523 14.5523 22 14 22H10C9.44772 22 9 21.5523 9 21V14C9 12.1435 9.7375 10.363 11.0503 9.05025Z"
300
125
  }), /*#__PURE__*/ jsx("path", {
301
- d: "M19.8,5.6c0,0.8-0.6,1.4-1.4,1.4C17.6,7,17,6.4,17,5.6c0-0.8,0.6-1.4,1.4-1.4C19.2,4.2,19.8,4.8,19.8,5.6 L19.8,5.6z"
302
- })]
303
- }), /*#__PURE__*/ jsxs("symbol", {
304
- id: "icon-last-page",
305
- viewBox: "0 0 24 24",
306
- children: [/*#__PURE__*/ jsx("title", {
307
- children: "last-page"
126
+ fillRule: "evenodd",
127
+ clipRule: "evenodd",
128
+ d: "M1 9C1 8.44772 1.44772 8 2 8H6C6.55228 8 7 8.44772 7 9V21C7 21.5523 6.55228 22 6 22H2C1.44772 22 1 21.5523 1 21V9ZM3 10V20H5V10H3Z"
308
129
  }), /*#__PURE__*/ jsx("path", {
309
- d: "M5.59 7.41L10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z"
130
+ fillRule: "evenodd",
131
+ clipRule: "evenodd",
132
+ d: "M4 3C3.44772 3 3 3.44772 3 4C3 4.55228 3.44772 5 4 5C4.55228 5 5 4.55228 5 4C5 3.44772 4.55228 3 4 3ZM1 4C1 2.34315 2.34315 1 4 1C5.65685 1 7 2.34315 7 4C7 5.65685 5.65685 7 4 7C2.34315 7 1 5.65685 1 4Z"
310
133
  })]
311
134
  }), /*#__PURE__*/ jsxs("symbol", {
312
- id: "icon-linkedin",
135
+ id: "icon-login",
313
136
  viewBox: "0 0 24 24",
314
- children: [/*#__PURE__*/ jsx("title", {
315
- children: "linkedin"
137
+ children: [/*#__PURE__*/ jsx("path", {
138
+ fillRule: "evenodd",
139
+ clipRule: "evenodd",
140
+ d: "M14 3C14 2.44772 14.4477 2 15 2H19C19.7956 2 20.5587 2.31607 21.1213 2.87868C21.6839 3.44129 22 4.20435 22 5V19C22 19.7957 21.6839 20.5587 21.1213 21.1213C20.5587 21.6839 19.7957 22 19 22H15C14.4477 22 14 21.5523 14 21C14 20.4477 14.4477 20 15 20H19C19.2652 20 19.5196 19.8946 19.7071 19.7071C19.8946 19.5196 20 19.2652 20 19V5C20 4.73478 19.8946 4.48043 19.7071 4.29289C19.5196 4.10536 19.2652 4 19 4H15C14.4477 4 14 3.55228 14 3Z"
316
141
  }), /*#__PURE__*/ jsx("path", {
317
- d: "M21.4,1H2.7C1.7,1,1,1.7,1,2.6v18.8c0,0.9,0.7,1.6,1.6,1.6h18.8c0.9,0,1.6-0.7,1.6-1.6V2.6C23,1.7,22.3,1,21.4,1z M7.5,19.8H4.3V9.2h3.3L7.5,19.8L7.5,19.8z M5.9,7.8c-1,0-1.9-0.8-1.9-1.9c0-1,0.8-1.9,1.9-1.9c1,0,1.9,0.8,1.9,1.9S7,7.8,5.9,7.8 z M19.8,19.8h-3.3v-5.1c0-1.2,0-2.7-1.6-2.7c-1.7,0-1.9,1.3-1.9,2.7v5.2H9.6V9.2h3.1v1.5l0,0c0.5-0.8,1.5-1.6,3.1-1.6 c3.3,0,3.9,2.2,3.9,5V19.8z"
142
+ d: "M10.7071 6.29289C10.3166 5.90237 9.68342 5.90237 9.29289 6.29289C8.90237 6.68342 8.90237 7.31658 9.29289 7.70711L12.5858 11H3C2.44772 11 2 11.4477 2 12C2 12.5523 2.44772 13 3 13H12.5858L9.29289 16.2929C8.90237 16.6834 8.90237 17.3166 9.29289 17.7071C9.68342 18.0976 10.3166 18.0976 10.7071 17.7071L15.7071 12.7071C16.0976 12.3166 16.0976 11.6834 15.7071 11.2929L10.7071 6.29289Z"
318
143
  })]
319
144
  }), /*#__PURE__*/ jsx("symbol", {
320
- id: "icon-login",
321
- viewBox: "0 0 24 24",
322
- children: /*#__PURE__*/ jsx("path", {
323
- d: "M17.5 8.8h-.9V7c0-2.5-2-4.6-4.6-4.6S7.4 4.4 7.4 7v1.8h-.9c-1 0-1.8.8-1.8 1.8v9.1c0 1 .8 1.8 1.8 1.8h11c1 0 1.8-.8 1.8-1.8v-9.1c0-1-.8-1.8-1.8-1.8zM12 17c-1 0-1.8-.8-1.8-1.8s.8-1.8 1.8-1.8 1.8.8 1.8 1.8S13 17 12 17zm2.8-8.2H9.2V7c0-1.6 1.3-2.8 2.8-2.8s2.8 1.3 2.8 2.8v1.8z"
324
- })
325
- }), /*#__PURE__*/ jsx("symbol", {
326
- id: "icon-logout",
145
+ id: "icon-map",
327
146
  viewBox: "0 0 24 24",
328
147
  children: /*#__PURE__*/ jsx("path", {
329
- d: "M17.5 8.8H9.2v-3C9.2 4.2 10.4 3 12 3c1.4 0 2.6 1.1 2.8 2.5l1.7-.5c-.4-2.2-2.2-3.8-4.5-3.8-2.5 0-4.6 2-4.6 4.6v3h-.9c-1 0-1.8.8-1.8 1.8v9.1c0 1 .8 1.8 1.8 1.8h11c1 0 1.8-.8 1.8-1.8v-9.1c0-1-.8-1.8-1.8-1.8zM12 17c-1 0-1.8-.8-1.8-1.8s.8-1.8 1.8-1.8 1.8.8 1.8 1.8S13 17 12 17z"
148
+ fillRule: "evenodd",
149
+ clipRule: "evenodd",
150
+ d: "M8 1C7.81313 1 7.63824 1.05126 7.4886 1.14048L0.503861 5.13176C0.192286 5.3098 0 5.64114 0 6V22C0 22.3565 0.189758 22.686 0.498073 22.8649C0.806388 23.0438 1.18664 23.0451 1.49614 22.8682L8.03147 19.1338L15.5348 22.8854C15.6646 22.9538 15.8112 22.9944 15.9669 22.9995C15.9779 22.9998 15.989 23 16 23C16.1869 23 16.3618 22.9487 16.5114 22.8595L23.4961 18.8682C23.8077 18.6902 24 18.3589 24 18V2C24 1.64353 23.8102 1.31401 23.5019 1.13509C23.1936 0.956168 22.8134 0.954898 22.5039 1.13176L15.9685 4.86623L8.46522 1.11457C8.32625 1.04141 8.16796 1 8 1ZM17 20.2768L22 17.4197V3.72318L17 6.58032V20.2768ZM15 6.61803L9 3.61803V17.382L15 20.382V6.61803ZM2 6.58032L7 3.72318V17.4197L2 20.2768V6.58032Z"
330
151
  })
331
- }), /*#__PURE__*/ jsxs("symbol", {
332
- id: "icon-map",
333
- viewBox: "0 0 24 24",
334
- children: [/*#__PURE__*/ jsx("title", {
335
- children: "map"
336
- }), /*#__PURE__*/ jsx("path", {
337
- d: "M12,2.4A4.724,4.724,0,0,0,7.276,7.126c0,2.109,3.087,5.954,4.27,7.349a.592.592,0,0,0,.908,0c1.183-1.395,4.27-5.24,4.27-7.349A4.724,4.724,0,0,0,12,2.4Zm0,6.3a1.575,1.575,0,1,1,1.575-1.574A1.574,1.574,0,0,1,12,8.7ZM1.956,10.5A1.2,1.2,0,0,0,1.2,11.612V21a.6.6,0,0,0,.822.557L7.2,19.2V10.46a11.278,11.278,0,0,1-.8-1.741ZM12,15.887a1.791,1.791,0,0,1-1.369-.636c-.737-.87-1.521-1.86-2.231-2.876V19.2l7.2,2.4V12.375c-.709,1.016-1.493,2.007-2.23,2.877A1.794,1.794,0,0,1,12,15.887Zm9.976-7.443L16.8,10.8V21.6l5.245-2.1a1.2,1.2,0,0,0,.754-1.114V9a.6.6,0,0,0-.822-.557Z"
338
- })]
339
- }), /*#__PURE__*/ jsxs("symbol", {
340
- id: "icon-move",
341
- viewBox: "0 0 24 24",
342
- children: [/*#__PURE__*/ jsx("title", {
343
- children: "move"
344
- }), /*#__PURE__*/ jsx("path", {
345
- d: "M15.2085342,17.7315566 L12.7512705,20.1888203 C12.3363311,20.6037598 11.6636025,20.6037598 11.2486631,20.1888203 L8.79139941,17.7315566 C8.48018652,17.4203437 8.48018652,16.9157891 8.79139941,16.6046094 L9.15132129,16.2446875 C9.46861035,15.9273984 9.98515137,15.9345371 10.2935752,16.2604258 L11.0702959,17.1254004 L11.0702959,12.9296875 L6.87458301,12.9296875 L7.73955762,13.706375 C8.06544629,14.0147988 8.07258496,14.5313398 7.7552959,14.8486289 L7.39537402,15.2085508 C7.08416113,15.5197637 6.57960645,15.5197637 6.26842676,15.2085508 L3.81119629,12.7512871 C3.39625684,12.3363477 3.39625684,11.6636191 3.81119629,11.2486797 L6.26845996,8.79141602 C6.57967285,8.48020312 7.08422754,8.48020312 7.39540723,8.79141602 L7.7553291,9.15133789 C8.07261816,9.46862695 8.06547949,9.98520117 7.73959082,10.2935918 L6.87458301,11.0703125 L11.0702959,11.0703125 L11.0702959,6.87459961 L10.2936084,7.73957422 C9.98518457,8.06546289 9.46864355,8.07260156 9.15135449,7.7553125 L8.79143262,7.39539062 C8.48021973,7.08417773 8.48021973,6.57962305 8.79143262,6.26844336 L11.2486963,3.81117969 C11.6636357,3.39624023 12.3363643,3.39624023 12.7513037,3.81117969 L15.2085674,6.26844336 C15.5197803,6.57965625 15.5197803,7.08421094 15.2085674,7.39539062 L14.8486455,7.7553125 C14.5313564,8.07260156 14.0148154,8.06546289 13.7063916,7.73957422 L12.9296709,6.87459961 L12.9296709,11.0703125 L17.1253838,11.0703125 L16.2604092,10.293625 C15.9345205,9.98520117 15.9273818,9.46866016 16.2446709,9.15137109 L16.6045928,8.79144922 C16.9158057,8.48023633 17.4203604,8.48023633 17.73154,8.79144922 L20.1888037,11.2487129 C20.6037432,11.6636523 20.6037432,12.3363809 20.1888037,12.7513203 L17.73154,15.208584 C17.4203271,15.5197969 16.9157725,15.5197969 16.6045928,15.208584 L16.2446709,14.8486621 C15.9273818,14.531373 15.9345205,14.014832 16.2604092,13.7064082 L17.1253838,12.9296875 L12.9296709,12.9296875 L12.9296709,17.1254004 L13.7063584,16.2604258 C14.0147822,15.9345371 14.5313232,15.9273984 14.8486123,16.2446875 L15.2085342,16.6046094 C15.5197471,16.9157891 15.5197471,17.4203437 15.2085342,17.7315566 Z"
346
- })]
347
152
  }), /*#__PURE__*/ jsxs("symbol", {
348
153
  id: "icon-person",
349
154
  viewBox: "0 0 24 24",
350
- children: [/*#__PURE__*/ jsx("title", {
351
- children: "person"
352
- }), /*#__PURE__*/ jsx("path", {
353
- d: "M12,12c2.3,0,4.3-1.9,4.3-4.3S14.3,3.5,12,3.5S7.7,5.4,7.7,7.7S9.6,12,12,12z M12,14.1c-2.9,0-8.5,1.4-8.5,4.3v2.1h16.9 v-2.1C20.5,15.6,14.9,14.1,12,14.1z"
155
+ children: [/*#__PURE__*/ jsx("path", {
156
+ fillRule: "evenodd",
157
+ clipRule: "evenodd",
158
+ d: "M12 3C10.3431 3 9 4.34315 9 6C9 7.65685 10.3431 9 12 9C13.6569 9 15 7.65685 15 6C15 4.34315 13.6569 3 12 3ZM7 6C7 3.23858 9.23858 1 12 1C14.7614 1 17 3.23858 17 6C17 8.76142 14.7614 11 12 11C9.23858 11 7 8.76142 7 6Z"
354
159
  }), /*#__PURE__*/ jsx("path", {
355
- fill: "none",
356
- d: "M0,0h24v24H0V0z"
160
+ fillRule: "evenodd",
161
+ clipRule: "evenodd",
162
+ d: "M8 13C6.6739 13 5.40216 13.5268 4.46447 14.4645C3.76607 15.1629 3.29564 16.0466 3.101 17L3.04828 18.0114C3.01766 18.5988 3.24712 19.1698 3.67563 19.5727L4.63554 20.4751C6.66857 22.0575 9.22417 23 12 23C14.7758 23 17.3314 22.0575 19.3645 20.4751L20.2941 19.6367C20.7407 19.2338 20.9824 18.6513 20.952 18.0506L20.899 17C20.7044 16.0466 20.2339 15.1628 19.5355 14.4645C18.5978 13.5268 17.3261 13 16 13L8 13ZM18.3737 18.8425C18.7905 18.5033 19.0199 17.9744 18.9016 17.4503C18.7677 16.8566 18.5005 16.2579 18.1213 15.8787C17.5587 15.3161 16.7957 15 16 15L8 15C7.20434 15 6.4413 15.3161 5.87868 15.8787C5.50725 16.2501 5.24328 16.7705 5.10677 17.3103C4.97501 17.8312 5.21002 18.361 5.62377 18.7038C7.35458 20.138 9.57658 21 12 21C14.4222 21 16.6433 20.2505 18.3737 18.8425Z"
357
163
  })]
358
- }), /*#__PURE__*/ jsxs("symbol", {
164
+ }), /*#__PURE__*/ jsx("symbol", {
359
165
  id: "icon-phone",
360
166
  viewBox: "0 0 24 24",
361
- children: [/*#__PURE__*/ jsx("title", {
362
- children: "phone"
363
- }), /*#__PURE__*/ jsx("path", {
364
- d: "M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"
365
- })]
366
- }), /*#__PURE__*/ jsxs("symbol", {
367
- id: "icon-place",
368
- viewBox: "0 0 24 24",
369
- children: [/*#__PURE__*/ jsx("title", {
370
- children: "place"
371
- }), /*#__PURE__*/ jsx("path", {
372
- d: "M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"
373
- }), /*#__PURE__*/ jsx("path", {
374
- d: "M0 0h24v24H0z",
375
- fill: "none"
376
- })]
377
- }), /*#__PURE__*/ jsxs("symbol", {
378
- id: "icon-print",
379
- viewBox: "0 0 24 24",
380
- children: [/*#__PURE__*/ jsx("title", {
381
- children: "print"
382
- }), /*#__PURE__*/ jsx("path", {
383
- d: "M19.2,9.6V5.3a1.2,1.2,0,0,0-.351-.849l-1.7-1.7A1.2,1.2,0,0,0,16.3,2.4H6A1.2,1.2,0,0,0,4.8,3.6v6A2.4,2.4,0,0,0,2.4,12v4.2a.6.6,0,0,0,.6.6H4.8v3.6A1.2,1.2,0,0,0,6,21.6H18a1.2,1.2,0,0,0,1.2-1.2V16.8H21a.6.6,0,0,0,.6-.6V12A2.4,2.4,0,0,0,19.2,9.6Zm-2.4,9.6H7.2V15.6h9.6Zm0-8.4H7.2v-6h7.2V6.6a.6.6,0,0,0,.6.6h1.8Zm1.8,2.7a.9.9,0,1,1,.9-.9A.9.9,0,0,1,18.6,13.5Z"
384
- })]
385
- }), /*#__PURE__*/ jsxs("symbol", {
386
- id: "icon-refresh",
387
- viewBox: "0 0 24 24",
388
- children: [/*#__PURE__*/ jsx("title", {
389
- children: "refresh"
390
- }), /*#__PURE__*/ jsx("path", {
391
- d: "M18.130957,3.91736297 L18.2637695,6.66558563 C16.7023798,4.82365157 14.4090296,3.76284653 11.9943555,3.76562469 C7.97345703,3.76562469 4.62591797,6.65164031 3.90806641,10.4666794 C3.88656775,10.5830514 3.91791175,10.7029583 3.99360885,10.7939232 C4.06930594,10.884888 4.18152205,10.9374965 4.29986328,10.9374997 L5.92847656,10.9374997 C6.11331876,10.9372995 6.27375148,10.8099981 6.31595703,10.6300388 C6.85866603,8.37771734 8.68131585,6.65907316 10.9616057,6.24948419 C13.2418955,5.83989522 15.5487231,6.81679667 16.8413477,8.73945281 L13.4725586,8.57808563 C13.3636471,8.57290641 13.2573713,8.61258679 13.1785048,8.68787701 C13.0996383,8.76316724 13.0550722,8.86748859 13.0551953,8.97652313 L13.0551953,10.5506833 C13.0551953,10.7707342 13.2335819,10.9491208 13.4536328,10.9491208 L20.1015625,10.9491208 C20.3216135,10.9491208 20.5,10.7707342 20.5,10.5506833 L20.5,3.89843719 C20.5,3.67838623 20.3216135,3.49999969 20.1015625,3.49999969 L18.5287305,3.49999969 C18.4198112,3.49999969 18.3156642,3.54470384 18.2405193,3.62354953 C18.1653744,3.70239523 18.1257834,3.80856668 18.130957,3.91736297 Z M11.9943555,17.8437497 C10.0486857,17.8454167 8.23038411,16.8764861 7.14669922,15.2605466 L10.5267773,15.4222458 C10.6356889,15.427425 10.7419647,15.3877446 10.8208312,15.3124544 C10.8996977,15.2371642 10.9442637,15.1328428 10.9441406,15.0238083 L10.9441406,13.4499802 C10.9441406,13.2299292 10.7657541,13.0515427 10.5457031,13.0515427 L3.8984375,13.0515427 C3.67838654,13.0515427 3.5,13.2299292 3.5,13.4499802 L3.5,20.1015622 C3.5,20.3216131 3.67838654,20.5 3.8984375,20.5 L5.47060547,20.5 C5.57982167,20.5001363 5.68430597,20.4554346 5.75962755,20.376347 C5.83494913,20.2972593 5.87450387,20.19072 5.86904297,20.0816403 L5.73125,17.3400583 C7.29231015,19.1781686 9.58280965,20.236658 11.9943555,20.2343747 C16.0155859,20.2343747 19.363125,17.3483591 20.0809766,13.53332 C20.1024752,13.416948 20.0711312,13.297041 19.9954341,13.2060762 C19.919737,13.1151114 19.8075209,13.0625029 19.6891797,13.0624997 L18.0605664,13.0624997 C17.8757242,13.0626999 17.7152915,13.1900013 17.6730859,13.3699606 C17.0418879,15.9946066 14.6938327,17.8444398 11.9943555,17.8437497 Z"
392
- })]
393
- }), /*#__PURE__*/ jsxs("symbol", {
394
- id: "icon-search",
395
- viewBox: "0 0 24 24",
396
- children: [/*#__PURE__*/ jsx("title", {
397
- children: "search"
398
- }), /*#__PURE__*/ jsx("path", {
399
- d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
400
- })]
401
- }), /*#__PURE__*/ jsxs("symbol", {
402
- id: "icon-share",
403
- viewBox: "0 0 24 24",
404
- children: [/*#__PURE__*/ jsx("title", {
405
- children: "share"
406
- }), /*#__PURE__*/ jsx("path", {
407
- d: "M23.718,9.055l-5.4,5.1A.9.9,0,0,1,16.8,13.5V10.8c-5.421.036-7.708,1.317-6.178,6.425a.6.6,0,0,1-.938.65A7.219,7.219,0,0,1,6.9,12.5c0-5.4,4.41-6.468,9.9-6.5V3.3a.9.9,0,0,1,1.518-.655l5.4,5.1A.9.9,0,0,1,23.718,9.055ZM16.8,16.617V19.2H4.8V7.2H6.712a.448.448,0,0,0,.324-.139A7.288,7.288,0,0,1,8.949,5.65.45.45,0,0,0,8.741,4.8H4.2A1.8,1.8,0,0,0,2.4,6.6V19.8a1.8,1.8,0,0,0,1.8,1.8H17.4a1.8,1.8,0,0,0,1.8-1.8v-3.33a.451.451,0,0,0-.6-.424,2.684,2.684,0,0,1-1.282.127.451.451,0,0,0-.517.445Z"
408
- })]
409
- }), /*#__PURE__*/ jsxs("symbol", {
410
- id: "icon-star-outline",
411
- viewBox: "0 0 24 24",
412
- children: [/*#__PURE__*/ jsx("title", {
413
- children: "star-outline"
414
- }), /*#__PURE__*/ jsx("path", {
415
- d: "M12 1.688a.808.808 0 00-.732.455L8.371 8.011 1.9 8.95a.816.816 0 00-.453 1.393l4.688 4.572-1.106 6.44a.819.819 0 00.805.957c.126 0 .256-.03.381-.096l5.784-3.042 5.794 3.041a.81.81 0 00.38.096.82.82 0 00.805-.956l-1.107-6.447 4.682-4.566A.816.816 0 0022.1 8.95l-6.471-.938-2.897-5.87A.807.807 0 0012 1.689m0 4.394l2.035 4.124 4.545.659-3.287 3.207.777 4.529-4.072-2.137-4.06 2.135.776-4.521-3.294-3.213 4.545-.66L12 6.083",
416
- fillRule: "evenodd"
417
- })]
418
- }), /*#__PURE__*/ jsxs("symbol", {
167
+ children: /*#__PURE__*/ jsx("path", {
168
+ d: "M20 22.9C19.9 22.9 19.8 22.9 19.7 22.9C16.5 22.5 13.3 21.4 10.6 19.7C8.1 18.1 5.9 15.9 4.3 13.4C2.5 10.7 1.4 7.5 1.1 4.3C1.1 3.5 1.3 2.7 1.8 2.1C2.3 1.5 3 1.1 3.8 1C3.9 1 4 1 4.1 1H7.1C8.6 1 9.9 2.1 10.1 3.6C10.2 4.5 10.4 5.4 10.7 6.2C11.1 7.3 10.8 8.5 10 9.4L9.3 10.1C10.5 11.9 12 13.5 13.9 14.7L14.6 14C15.4 13.2 16.7 12.9 17.8 13.3C18.6 13.6 19.5 13.8 20.4 13.9C21.9 14.1 23 15.4 23 16.9V19.9C23 20.7 22.7 21.5 22.1 22C21.5 22.5 20.8 22.9 20 22.9ZM7.1 3H4.1C3.8 3 3.5 3.2 3.3 3.4C3.2 3.6 3.1 3.8 3.1 4.1C3.4 7 4.4 9.8 6 12.3C7.5 14.6 9.4 16.6 11.7 18C14.2 19.6 17 20.6 19.9 20.9C20.3 20.9 20.5 20.8 20.7 20.6C20.9 20.4 21 20.2 21 19.9V16.9C21 16.4 20.6 16 20.1 15.9C19.1 15.8 18.1 15.5 17.1 15.1C16.7 15 16.3 15 16 15.3L14.7 16.6C14.4 16.9 13.9 17 13.5 16.8C10.8 15.3 8.6 13.1 7.1 10.4C7 10 7.1 9.5 7.4 9.2L8.7 7.9C8.9 7.7 9 7.2 8.9 6.9C8.5 5.9 8.3 4.9 8.1 3.9C8.1 3.4 7.6 3 7.1 3Z"
169
+ })
170
+ }), /*#__PURE__*/ jsx("symbol", {
419
171
  id: "icon-star",
420
172
  viewBox: "0 0 24 24",
421
- children: [/*#__PURE__*/ jsx("title", {
422
- children: "star"
423
- }), /*#__PURE__*/ jsx("path", {
424
- d: "M10.924,3.068,8.475,8.032,3,8.831a1.2,1.2,0,0,0-.664,2.047L6.3,14.74,5.36,20.2A1.2,1.2,0,0,0,7.1,21.459L12,18.883l4.9,2.576A1.2,1.2,0,0,0,18.64,20.2L17.7,14.74l3.963-3.862A1.2,1.2,0,0,0,21,8.831l-5.478-.8L13.076,3.068a1.2,1.2,0,0,0-2.152,0Z"
425
- })]
173
+ children: /*#__PURE__*/ jsx("path", {
174
+ fillRule: "evenodd",
175
+ clipRule: "evenodd",
176
+ d: "M12 1C12.3806 1 12.7282 1.21607 12.8967 1.55738L15.7543 7.34647L22.1446 8.28051C22.5212 8.33555 22.8339 8.59956 22.9512 8.96157C23.0686 9.32358 22.9703 9.72083 22.6977 9.98636L18.0745 14.4894L19.1656 20.851C19.23 21.2261 19.0757 21.6053 18.7677 21.8291C18.4598 22.0528 18.0515 22.0823 17.7145 21.9051L12 18.8998L6.28545 21.9051C5.94854 22.0823 5.54024 22.0528 5.23227 21.8291C4.92429 21.6053 4.77004 21.2261 4.83439 20.851L5.92548 14.4894L1.30227 9.98636C1.02965 9.72083 0.931376 9.32358 1.04875 8.96157C1.16613 8.59956 1.47881 8.33555 1.85537 8.28051L8.24574 7.34647L11.1033 1.55738C11.2718 1.21607 11.6194 1 12 1ZM12 4.25925L9.80671 8.70262C9.66117 8.99747 9.37998 9.20193 9.05463 9.24949L4.14841 9.9666L7.69773 13.4236C7.93361 13.6534 8.04127 13.9845 7.98561 14.309L7.14818 19.1917L11.5345 16.8849C11.8259 16.7317 12.1741 16.7317 12.4655 16.8849L16.8518 19.1917L16.0144 14.309C15.9587 13.9845 16.0664 13.6534 16.3023 13.4236L19.8516 9.9666L14.9454 9.24949C14.62 9.20193 14.3388 8.99747 14.1933 8.70262L12 4.25925Z"
177
+ })
426
178
  }), /*#__PURE__*/ jsxs("symbol", {
427
179
  id: "icon-time",
428
180
  viewBox: "0 0 24 24",
429
- children: [/*#__PURE__*/ jsx("title", {
430
- children: "time"
431
- }), /*#__PURE__*/ jsx("path", {
432
- d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
433
- }), /*#__PURE__*/ jsx("path", {
434
- d: "M0 0h24v24H0z",
435
- fill: "none"
181
+ children: [/*#__PURE__*/ jsx("path", {
182
+ d: "M12 23C5.9 23 1 18.1 1 12C1 5.9 5.9 1 12 1C18.1 1 23 5.9 23 12C23 18.1 18.1 23 12 23ZM12 3C7 3 3 7 3 12C3 17 7 21 12 21C17 21 21 17 21 12C21 7 17 3 12 3Z"
436
183
  }), /*#__PURE__*/ jsx("path", {
437
- d: "M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"
184
+ d: "M16 15C15.8 15 15.7 15 15.6 14.9L11.6 12.9C11.2 12.7 11 12.4 11 12V6C11 5.4 11.4 5 12 5C12.6 5 13 5.4 13 6V11.4L16.4 13.1C16.9 13.3 17.1 13.9 16.8 14.4C16.7 14.8 16.4 15 16 15Z"
438
185
  })]
439
- }), /*#__PURE__*/ jsxs("symbol", {
186
+ }), /*#__PURE__*/ jsx("symbol", {
440
187
  id: "icon-twitter",
441
188
  viewBox: "0 0 24 24",
442
- children: [/*#__PURE__*/ jsx("title", {
443
- children: "twitter"
444
- }), /*#__PURE__*/ jsx("path", {
445
- d: "M19.6,6.2c0.8-0.5,1.5-1.4,1.8-2.4c-0.8,0.5-1.7,0.8-2.6,1C18,4,17,3.5,15.8,3.5c-2.2,0-4.1,1.9-4.1,4.3c0,0.3,0,0.7,0.1,1 C8.5,8.6,5.5,6.9,3.5,4.3C3.1,4.9,2.9,5.7,2.9,6.5c0,1.5,0.7,2.8,1.8,3.6c-0.7,0-1.3-0.2-1.8-0.5v0.1c0,2.1,1.4,3.8,3.3,4.2 c-0.3,0.1-0.7,0.2-1.1,0.2c-0.3,0-0.5,0-0.8-0.1c0.5,1.7,2,2.9,3.8,3c-1.4,1.1-3.1,1.8-5,1.8c-0.3,0-0.6,0-1-0.1 c1.8,1.2,3.9,1.9,6.2,1.9c7.5,0,11.5-6.5,11.5-12.2c0-0.2,0-0.4,0-0.6c0.8-0.6,1.5-1.4,2-2.2C21.2,5.9,20.4,6.1,19.6,6.2L19.6,6.2z"
446
- })]
189
+ children: /*#__PURE__*/ jsx("path", {
190
+ d: "M8.3 21.9C5.7 21.9 3 21.2 0.6 19.8C0.2 19.6 0 19.1 0.1 18.7C0.2 18.3 0.6 18 1 18C2.7 18.1 4.4 17.7 5.9 17C2.2 14.7 1.2 11.5 1.1 8.99997C1 6.09997 2 3.69997 2.1 3.59997C2.2 3.29997 2.5 2.99997 2.9 2.99997C3.3 2.99997 3.6 3.09997 3.8 3.39997C5.5 5.79997 8.1 7.29997 11 7.49997C11 5.89997 11.7 4.39997 12.9 3.29997C15 1.49997 18.1 1.49997 20.1 3.39997C20.9 3.09997 21.7 2.69997 22.4 2.19997C22.7 1.99997 23.2 1.99997 23.5 2.19997C23.8 2.39997 24 2.89997 23.9 3.29997C23.6 4.69997 22.9 5.99997 21.9 7.09997C21.9 7.29997 21.9 7.39997 21.9 7.59997C21.9 13.1 19.5 17.7 15.2 20.1C13.2 21.3 10.8 21.9 8.3 21.9ZM5 19.5C8.2 20.3 11.6 19.9 14.4 18.3C18 16.2 20.1 12.2 20.1 7.49997C20.1 7.29997 20.1 7.09997 20 6.89997C19.9 6.59997 20 6.19997 20.3 5.99997C20.5 5.79997 20.7 5.49997 20.9 5.29997C20.7 5.39997 20.4 5.49997 20.2 5.49997C19.8 5.59997 19.4 5.49997 19.2 5.19997C17.9 3.79997 15.7 3.59997 14.3 4.89997C13.4 5.49997 13 6.49997 13 7.49997V8.49997C13 8.99997 12.6 9.49997 12 9.49997C8.7 9.59997 5.6 8.29997 3.4 5.99997C2.8 8.59997 2.6 13.5 8.4 16C8.7 16.2 9 16.5 9 16.9C9 17.3 8.9 17.6 8.6 17.8C7.4 18.6 6.2 19.2 5 19.5Z"
191
+ })
447
192
  }), /*#__PURE__*/ jsxs("symbol", {
448
193
  id: "icon-upload",
449
194
  viewBox: "0 0 24 24",
450
- children: [/*#__PURE__*/ jsx("title", {
451
- children: "upload"
452
- }), /*#__PURE__*/ jsx("path", {
453
- d: "M13.5,16.8h-3a.9.9,0,0,1-.9-.9V9.6H6.31a.75.75,0,0,1-.53-1.28l5.71-5.71a.72.72,0,0,1,1,0l5.71,5.71a.75.75,0,0,1-.53,1.28H14.4v6.3A.9.9,0,0,1,13.5,16.8Zm8.1-.3v4.2a.9.9,0,0,1-.9.9H3.3a.9.9,0,0,1-.9-.9V16.5a.9.9,0,0,1,.9-.9H8.4v.3A2.1,2.1,0,0,0,10.5,18h3a2.1,2.1,0,0,0,2.1-2.1v-.3h5.1A.9.9,0,0,1,21.6,16.5ZM17,19.8a.75.75,0,1,0-.75.75A.76.76,0,0,0,17,19.8Zm2.4,0a.75.75,0,1,0-.75.75A.76.76,0,0,0,19.35,19.8Z"
454
- })]
455
- }), /*#__PURE__*/ jsxs("symbol", {
456
- id: "icon-whatsapp",
457
- viewBox: "0 0 512 512",
458
- children: [/*#__PURE__*/ jsx("title", {
459
- children: "whatsapp"
460
- }), /*#__PURE__*/ jsx("path", {
461
- d: "M308 273c-3-2-6-3-9 1l-12 16c-3 2-5 3-9 1-15-8-36-17-54-47-1-4 1-6 3-8l9-14c2-2 1-4 0-6l-12-29c-3-8-6-7-9-7h-8c-2 0-6 1-10 5-22 22-13 53 3 73 3 4 23 40 66 59 32 14 39 12 48 10 11-1 22-10 27-19 1-3 6-16 2-18"
195
+ children: [/*#__PURE__*/ jsx("path", {
196
+ d: "M18 23H6C4.3 23 3 21.7 3 20V12C3 11.4 3.4 11 4 11C4.6 11 5 11.4 5 12V20C5 20.6 5.4 21 6 21H18C18.6 21 19 20.6 19 20V12C19 11.4 19.4 11 20 11C20.6 11 21 11.4 21 12V20C21 21.7 19.7 23 18 23Z"
462
197
  }), /*#__PURE__*/ jsx("path", {
463
- d: "M264 384c-41 0-72-22-72-22l-49 13 12-48s-20-31-20-70c0-72 59-132 132-132 68 0 126 53 126 127 0 72-58 131-129 132m-159 29l83-23a158 158 0 0 0 230-140c0-86-68-155-154-155a158 158 0 0 0-137 236"
198
+ d: "M16.7 5.30002L12.7 1.30002C12.6 1.20002 12.5 1.10002 12.4 1.10002C12.2 1.00002 11.9 1.00002 11.6 1.10002C11.5 1.20002 11.4 1.20002 11.3 1.30002L7.3 5.30002C6.9 5.70002 6.9 6.30002 7.3 6.70002C7.7 7.10002 8.3 7.10002 8.7 6.70002L11 4.40002V15C11 15.6 11.4 16 12 16C12.6 16 13 15.6 13 15V4.40002L15.3 6.70002C15.5 6.90002 15.7 7.00002 16 7.00002C16.3 7.00002 16.5 6.90002 16.7 6.70002C17.1 6.30002 17.1 5.70002 16.7 5.30002Z"
464
199
  })]
465
200
  }), /*#__PURE__*/ jsxs("symbol", {
466
201
  id: "icon-xing",
467
202
  viewBox: "0 0 24 24",
468
- children: [/*#__PURE__*/ jsx("title", {
469
- children: "xing"
470
- }), /*#__PURE__*/ jsx("path", {
471
- d: "M9.3,7.1C9.1,6.7,8.9,6.6,8.6,6.6H6c-0.2,0-0.3,0.1-0.3,0.2C5.6,6.8,5.6,7,5.7,7.1l1.7,3c0,0,0,0,0,0L4.7,15 c-0.1,0.1-0.1,0.3,0,0.4c0.1,0.1,0.2,0.2,0.3,0.2h2.6c0.3,0,0.5-0.2,0.7-0.5c1.8-3.2,2.7-4.8,2.8-4.9L9.3,7.1z M19.8,3.6 c0.1-0.2,0.1-0.3,0-0.4C19.8,3.1,19.7,3,19.5,3h-2.6c-0.3,0-0.5,0.2-0.7,0.5c-3.7,6.6-5.6,10-5.8,10.2l3.7,6.7 c0.2,0.3,0.4,0.5,0.7,0.5h2.6c0.2,0,0.3-0.1,0.3-0.2c0.1-0.1,0.1-0.3,0-0.4l-3.6-6.7v0L19.8,3.6z"
472
- })]
473
- }), /*#__PURE__*/ jsxs("symbol", {
474
- id: "icon-youtube",
475
- viewBox: "0 0 24 24",
476
- children: [/*#__PURE__*/ jsx("title", {
477
- children: "youtube"
478
- }), /*#__PURE__*/ jsx("path", {
479
- d: "M9.8,14.7l0-5.9l5.7,2.9L9.8,14.7L9.8,14.7z M22.3,7.8c0,0-0.2-1.4-0.8-2.1c-0.8-0.8-1.7-0.8-2.1-0.9 c-3-0.2-7.4-0.2-7.4-0.2h0c0,0-4.4,0-7.4,0.2c-0.4,0-1.3,0.1-2.1,0.9C1.9,6.4,1.7,7.8,1.7,7.8s-0.2,1.7-0.2,3.4v1.6 c0,1.7,0.2,3.4,0.2,3.4s0.2,1.4,0.8,2.1c0.8,0.8,1.9,0.8,2.3,0.9c1.7,0.2,7.2,0.2,7.2,0.2s4.4,0,7.4-0.2c0.4,0,1.3-0.1,2.1-0.9 c0.6-0.6,0.8-2.1,0.8-2.1s0.2-1.7,0.2-3.4v-1.6C22.5,9.5,22.3,7.8,22.3,7.8L22.3,7.8z"
480
- })]
481
- }), /*#__PURE__*/ jsxs("symbol", {
482
- id: "icon-zoom",
483
- viewBox: "0 0 24 24",
484
- children: [/*#__PURE__*/ jsx("title", {
485
- children: "zoom"
486
- }), /*#__PURE__*/ jsx("path", {
487
- d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
488
- }), /*#__PURE__*/ jsx("path", {
489
- fill: "none",
490
- d: "M0 0h24v24H0V0z"
203
+ children: [/*#__PURE__*/ jsx("path", {
204
+ fillRule: "evenodd",
205
+ clipRule: "evenodd",
206
+ d: "M4.28707 3.63465C4.59255 3.15018 5.09487 3 5.50087 3H8.30336C9.09287 3 9.63303 3.4908 9.94796 4.04861L9.94963 4.05157L11.6011 7.00018C11.9386 7.60279 11.9413 8.33691 11.6083 8.94199L8.85846 13.9373L8.85425 13.9447C8.54948 14.4768 8.02222 15 7.22434 15H4.42186C3.92172 15 3.45772 14.7592 3.19078 14.2928C2.92682 13.8327 2.95356 13.3281 3.16808 12.9086L3.17523 12.8946L5.88342 7.98458L4.26043 5.10497L4.25497 5.09475C4.05987 4.72901 3.93298 4.16243 4.28707 3.63465ZM6.49706 5H8.18738C8.19298 5.00888 8.19909 5.01906 8.20567 5.03067L8.20635 5.03188L9.85618 7.97752L7.11522 12.9568C7.10552 12.9735 7.09658 12.9878 7.0885 13H5.40114L7.85962 8.54273C7.86127 8.54029 7.8629 8.53784 7.86454 8.53537C7.98677 8.35049 8.03072 8.15251 8.03072 7.98258C8.03072 7.6949 7.90668 7.49596 7.8782 7.45028L7.87687 7.44814L6.49706 5Z"
491
207
  }), /*#__PURE__*/ jsx("path", {
492
- d: "M12 10h-2v2H9v-2H7V9h2V7h1v2h2v1z"
208
+ fillRule: "evenodd",
209
+ clipRule: "evenodd",
210
+ d: "M16.7247 2.98188C17.0395 2.44505 17.5699 2 18.3195 2H21.0816C21.468 2 21.9576 2.13797 22.2661 2.60399C22.4111 2.81495 22.5 3.07042 22.5 3.35125C22.5 3.63001 22.4127 3.8675 22.3128 4.04876L22.3048 4.06326L16.541 13.7443L20.1015 19.9326L20.1026 19.9344C20.3367 20.3398 20.4003 20.8719 20.0991 21.3611L20.0833 21.3868L20.066 21.4114C19.753 21.8571 19.2782 22 18.8808 22H16.1416C15.3945 22 14.8413 21.581 14.5159 21.0046L10.9233 14.7451C10.5642 14.1195 10.5699 13.3489 10.9381 12.7285L16.7247 2.98188ZM18.446 4.00026L12.6579 13.7496L16.2454 20H17.8329L14.3855 14.0082V13.4553L20.0148 4L18.446 4.00026ZM18.3709 20.9351L18.3694 20.9326L18.3709 20.9351Z"
493
211
  })]
494
212
  })]
495
213
  }));