@automattic/jetpack-components 1.4.15 → 1.5.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 (80) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/build/components/action-button/index.d.ts +4 -14
  3. package/build/components/action-button/index.js +2 -2
  4. package/build/components/action-popover/index.js +10 -6
  5. package/build/components/admin-page/index.d.ts +1 -0
  6. package/build/components/admin-page/index.js +26 -6
  7. package/build/components/admin-page/style.module.scss +26 -0
  8. package/build/components/admin-page/types.d.ts +28 -1
  9. package/build/components/alert/index.js +2 -1
  10. package/build/components/automattic-byline-logo/index.js +3 -1
  11. package/build/components/automattic-for-agencies-logo/index.d.ts +1 -1
  12. package/build/components/automattic-icon-logo/index.d.ts +1 -1
  13. package/build/components/automattic-icon-logo/index.js +3 -1
  14. package/build/components/boost-score-bar/index.js +7 -2
  15. package/build/components/boost-score-graph/background.js +13 -1
  16. package/build/components/boost-score-graph/index.js +3 -3
  17. package/build/components/boost-score-graph/tooltip.js +23 -3
  18. package/build/components/boost-score-graph/tooltips-plugin.js +1 -1
  19. package/build/components/boost-score-graph/uplot-line-chart.js +7 -7
  20. package/build/components/button/index.d.ts +1 -1
  21. package/build/components/button/index.js +5 -3
  22. package/build/components/contextual-upgrade-trigger/index.js +8 -3
  23. package/build/components/copy-to-clipboard/index.js +2 -2
  24. package/build/components/decorative-card/index.js +2 -1
  25. package/build/components/details-viewer/index.js +5 -3
  26. package/build/components/dialog/index.js +7 -5
  27. package/build/components/diff-viewer/index.js +12 -6
  28. package/build/components/donut-meter/index.js +4 -2
  29. package/build/components/dot-pager/index.js +4 -2
  30. package/build/components/global-notices/global-notices.js +1 -1
  31. package/build/components/global-notices/index.js +2 -2
  32. package/build/components/gridicon/index.js +4 -2
  33. package/build/components/icon-tooltip/index.js +5 -3
  34. package/build/components/icons/index.js +12 -4
  35. package/build/components/jetpack-footer/index.js +17 -12
  36. package/build/components/jetpack-logo/index.js +5 -2
  37. package/build/components/jetpack-protect-logo/index.js +5 -2
  38. package/build/components/jetpack-search-logo/index.js +6 -2
  39. package/build/components/jetpack-vaultpress-backup-logo/index.js +7 -2
  40. package/build/components/jetpack-videopress-logo/index.js +5 -2
  41. package/build/components/layout/container/style.module.scss +2 -2
  42. package/build/components/layout/use-breakpoint-match/index.d.ts +1 -3
  43. package/build/components/loading-placeholder/index.d.ts +1 -1
  44. package/build/components/marked-lines/index.js +5 -3
  45. package/build/components/navigator-modal/footer.js +3 -2
  46. package/build/components/navigator-modal/header.js +4 -2
  47. package/build/components/navigator-modal/index.js +16 -5
  48. package/build/components/navigator-modal/screen.js +5 -3
  49. package/build/components/notice/index.js +2 -1
  50. package/build/components/popover/index.js +3 -1
  51. package/build/components/pricing-card/index.js +9 -3
  52. package/build/components/pricing-table/index.js +18 -10
  53. package/build/components/product-offer/icons-card.js +3 -2
  54. package/build/components/product-offer/index.js +14 -9
  55. package/build/components/product-offer/product-offer-header.js +4 -2
  56. package/build/components/product-price/index.js +15 -7
  57. package/build/components/product-price/price.js +4 -3
  58. package/build/components/record-meter-bar/index.js +20 -5
  59. package/build/components/spinner/index.d.ts +8 -8
  60. package/build/components/split-button/index.js +3 -1
  61. package/build/components/stat-card/index.js +5 -2
  62. package/build/components/status/index.js +4 -2
  63. package/build/components/swipeable/index.d.ts +3 -3
  64. package/build/components/swipeable/index.js +8 -4
  65. package/build/components/terms-of-service/index.js +2 -2
  66. package/build/components/testimonials/index.js +2 -2
  67. package/build/components/testimonials/testimonial.js +11 -1
  68. package/build/components/text/index.js +2 -2
  69. package/build/components/upsell-banner/index.js +7 -2
  70. package/build/components/zendesk-chat/index.js +1 -1
  71. package/build/index.js +66 -66
  72. package/components/admin-page/index.tsx +65 -13
  73. package/components/admin-page/style.module.scss +26 -0
  74. package/components/admin-page/types.ts +34 -1
  75. package/components/button/index.tsx +1 -1
  76. package/components/jetpack-footer/index.tsx +1 -1
  77. package/components/layout/container/style.module.scss +2 -2
  78. package/components/navigator-modal/index.tsx +19 -4
  79. package/package.json +24 -23
  80. package/tools/copy-scss-to-build.mjs +1 -1
@@ -1,4 +1,4 @@
1
- import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  /* !!!
3
3
  This is a fork of the Jetpack Gridicon code:
4
4
  https://github.com/Automattic/jetpack/blob/f8078c2cd12ac508334da2fb08e37a92cf283c14/_inc/client/components/gridicon/index.jsx
@@ -150,7 +150,9 @@ class Gridicon extends Component {
150
150
  case 'gridicons-video':
151
151
  return (_jsx("g", { children: _jsx("path", { d: "M20 4v2h-2V4H6v2H4V4c-1.105 0-2 .895-2 2v12c0 1.105.895 2 2 2v-2h2v2h12v-2h2v2c1.105 0 2-.895 2-2V6c0-1.105-.895-2-2-2zM6 16H4v-3h2v3zm0-5H4V8h2v3zm4 4V9l4.5 3-4.5 3zm10 1h-2v-3h2v3zm0-5h-2V8h2v3z" }) }));
152
152
  case 'gridicons-lock':
153
- return (_jsxs(_Fragment, { children: [_jsx("g", { id: "lock", children: _jsx("path", { d: "M18,8h-1V7c0-2.757-2.243-5-5-5S7,4.243,7,7v1H6c-1.105,0-2,0.895-2,2v10c0,1.105,0.895,2,2,2h12c1.105,0,2-0.895,2-2V10\n\t\t\t\t\t\t\t\t\tC20,8.895,19.105,8,18,8z M9,7c0-1.654,1.346-3,3-3s3,1.346,3,3v1H9V7z M13,15.723V18h-2v-2.277c-0.595-0.346-1-0.984-1-1.723\n\t\t\t\t\t\t\t\t\tc0-1.105,0.895-2,2-2s2,0.895,2,2C14,14.738,13.595,15.376,13,15.723z" }) }), _jsx("g", { id: "Layer_1" })] }));
153
+ return (_jsxs(_Fragment, { children: [
154
+ _jsx("g", { id: "lock", children: _jsx("path", { d: "M18,8h-1V7c0-2.757-2.243-5-5-5S7,4.243,7,7v1H6c-1.105,0-2,0.895-2,2v10c0,1.105,0.895,2,2,2h12c1.105,0,2-0.895,2-2V10\n\t\t\t\t\t\t\t\t\tC20,8.895,19.105,8,18,8z M9,7c0-1.654,1.346-3,3-3s3,1.346,3,3v1H9V7z M13,15.723V18h-2v-2.277c-0.595-0.346-1-0.984-1-1.723\n\t\t\t\t\t\t\t\t\tc0-1.105,0.895-2,2-2s2,0.895,2,2C14,14.738,13.595,15.376,13,15.723z" }) }), _jsx("g", { id: "Layer_1" })
155
+ ] }));
154
156
  case 'gridicons-external':
155
157
  return (_jsx("g", { children: _jsx("path", { d: "M19 13v6c0 1.105-.895 2-2 2H5c-1.105 0-2-.895-2-2V7c0-1.105.895-2 2-2h6v2H5v12h12v-6h2zM13 3v2h4.586l-7.793 7.793 1.414 1.414L19 6.414V11h2V3h-8z" }) }));
156
158
  }
@@ -2,8 +2,8 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { Popover } from '@wordpress/components';
3
3
  import clsx from 'clsx';
4
4
  import { useCallback, useState } from 'react';
5
- import Button from "../button/index.js";
6
- import Gridicon from "../gridicon/index.js";
5
+ import Button from '../button/index.js';
6
+ import Gridicon from '../gridicon/index.js';
7
7
  import './style.scss';
8
8
  const placementsToPositions = (placement) => {
9
9
  const mapping = {
@@ -70,6 +70,8 @@ const IconTooltip = ({ className = '', iconClassName = '', placement = 'bottom-e
70
70
  setHoverTimeout(id);
71
71
  }
72
72
  }, [hoverShow]);
73
- return (_jsxs("div", { className: wrapperClassNames, "data-testid": "icon-tooltip_wrapper", onMouseEnter: handleMouseEnter, onMouseLeave: handleMouseLeave, children: [!isAnchorWrapper && (_jsx(Button, { variant: "link", onMouseDown: toggleTooltip, children: _jsx(Gridicon, { className: iconClassName, icon: iconCode, size: iconSize }) })), _jsx("div", { className: clsx('icon-tooltip-helper', { 'is-wide': wide }), style: iconShiftBySize, children: (isForcedToShow || isVisible) && (_jsx(Popover, { ...args, children: _jsxs("div", { children: [title && _jsx("div", { className: "icon-tooltip-title", children: title }), _jsx("div", { className: "icon-tooltip-content", children: children })] }) })) })] }));
73
+ return (_jsxs("div", { className: wrapperClassNames, "data-testid": "icon-tooltip_wrapper", onMouseEnter: handleMouseEnter, onMouseLeave: handleMouseLeave, children: [!isAnchorWrapper && (_jsx(Button, { variant: "link", onMouseDown: toggleTooltip, children: _jsx(Gridicon, { className: iconClassName, icon: iconCode, size: iconSize }) })), _jsx("div", { className: clsx('icon-tooltip-helper', { 'is-wide': wide }), style: iconShiftBySize, children: (isForcedToShow || isVisible) && (_jsx(Popover, { ...args, children: _jsxs("div", { children: [title && _jsx("div", { className: "icon-tooltip-title", children: title }), _jsx("div", { className: "icon-tooltip-content", children: children })
74
+ ] }) })) })
75
+ ] }));
74
76
  };
75
77
  export default IconTooltip;
@@ -23,12 +23,16 @@ const IconWrapper = ({ className, size = 24, viewBox = '0 0 24 24', opacity = 1,
23
23
  }
24
24
  return (_jsx(SVG, { ...iconProps, fillRule: "evenodd", clipRule: "evenodd", xmlns: "http://www.w3.org/2000/svg", children: _jsx(G, { opacity: opacity, children: children }) }));
25
25
  };
26
- export const AntiSpamIcon = ({ opacity = 1, size, color }) => (_jsxs(IconWrapper, { size: size, opacity: opacity, color: color, children: [_jsx(Path, { d: "M13.2,4.7l4.7,12.8c0.4,1.1,1,1.5,2.1,1.6c0.1,0,0.1,0,0.1,0l0.1,0.1l0.1,0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.1\n\t\ts0,0.1-0.1,0.1c-0.1,0-0.1,0.1-0.1,0.1s-0.1,0-0.2,0h-5.1c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1-0.1-0.1-0.1l-0.1-0.1c0-0.1,0-0.1,0-0.1\n\t\tc0-0.1,0-0.1,0-0.2s0-0.1,0.1-0.1l0.1-0.1c0,0,0.1,0,0.2,0c0.5,0,1.1-0.2,1.1-0.8c0-0.3-0.1-0.5-0.2-0.8l-1.1-3.1\n\t\tc-0.1-0.2-0.1-0.2-0.2-0.2h-4.3c-0.7,0-1.5,0-1.9,0.9l-1.1,2.4C7.1,17.6,7,17.8,7,18.1c0,0.8,1,0.9,1.6,0.9c0.1,0,0.1,0,0.2,0\n\t\tL8.8,19l0.1,0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.1s-0.1,0.1-0.1,0.1l-0.1,0.1c-0.1,0-0.1,0-0.2,0H4.1c-0.1,0-0.1,0-0.1,0\n\t\tc-0.1,0-0.1-0.1-0.1-0.1l-0.1-0.1c0-0.1,0-0.1,0-0.1c0-0.1,0-0.1,0-0.2s0-0.1,0.1-0.1L4,19c0,0,0.1,0,0.1,0C5.2,19,5.5,18.5,6,17.5\n\t\tl5.4-12.4c0.2-0.5,0.8-1,1.3-1C13,4.2,13.1,4.4,13.2,4.7z M9.1,13.1c0,0.1-0.1,0.1-0.1,0.2c0,0.1,0.1,0.1,0.1,0.1h4.4\n\t\tc0.3,0,0.4-0.1,0.4-0.3c0-0.1,0-0.2-0.1-0.3l-1.2-3.5c-0.3-0.8-0.8-1.9-0.8-2.7c0-0.1,0-0.1-0.1-0.1c0,0-0.1,0-0.1,0.1\n\t\tc-0.1,0.6-0.4,1.2-0.7,1.7L9.1,13.1z" }), _jsx(Path, { d: "M13.2,4.7l4.7,12.8c0.4,1.1,1,1.5,2.1,1.6c0.1,0,0.1,0,0.1,0l0.1,0.1l0.1,0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.1\n\t\t\ts0,0.1-0.1,0.1c-0.1,0-0.1,0.1-0.1,0.1s-0.1,0-0.2,0h-5.1c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1-0.1-0.1-0.1l-0.1-0.1c0-0.1,0-0.1,0-0.1\n\t\t\tc0-0.1,0-0.1,0-0.2s0-0.1,0.1-0.1l0.1-0.1c0,0,0.1,0,0.2,0c0.5,0,1.1-0.2,1.1-0.8c0-0.3-0.1-0.5-0.2-0.8l-1.1-3.1\n\t\t\tc-0.1-0.2-0.1-0.2-0.2-0.2h-4.3c-0.7,0-1.5,0-1.9,0.9l-1.1,2.4C7.1,17.6,7,17.8,7,18.1c0,0.8,1,0.9,1.6,0.9c0.1,0,0.1,0,0.2,0\n\t\t\tL8.8,19l0.1,0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.1s-0.1,0.1-0.1,0.1l-0.1,0.1c-0.1,0-0.1,0-0.2,0H4.1c-0.1,0-0.1,0-0.1,0\n\t\t\tc-0.1,0-0.1-0.1-0.1-0.1l-0.1-0.1c0-0.1,0-0.1,0-0.1c0-0.1,0-0.1,0-0.2s0-0.1,0.1-0.1L4,19c0,0,0.1,0,0.1,0C5.2,19,5.5,18.5,6,17.5\n\t\t\tl5.4-12.4c0.2-0.5,0.8-1,1.3-1C13,4.2,13.1,4.4,13.2,4.7z M9.1,13.1c0,0.1-0.1,0.1-0.1,0.2c0,0.1,0.1,0.1,0.1,0.1h4.4\n\t\t\tc0.3,0,0.4-0.1,0.4-0.3c0-0.1,0-0.2-0.1-0.3l-1.2-3.5c-0.3-0.8-0.8-1.9-0.8-2.7c0-0.1,0-0.1-0.1-0.1c0,0-0.1,0-0.1,0.1\n\t\t\tc-0.1,0.6-0.4,1.2-0.7,1.7L9.1,13.1z" }), _jsx(Path, { d: "M21.6,12.5c0,0.6-0.3,1-0.9,1c-0.6,0-0.8-0.3-0.8-0.8c0-0.6,0.4-1,0.9-1C21.3,11.7,21.6,12.1,21.6,12.5z" }), _jsx(Path, { d: "M4.1,12.5c0,0.6-0.3,1-0.9,1s-0.8-0.3-0.8-0.8c0-0.6,0.4-1,0.9-1S4.1,12.1,4.1,12.5z" })] }));
26
+ export const AntiSpamIcon = ({ opacity = 1, size, color }) => (_jsxs(IconWrapper, { size: size, opacity: opacity, color: color, children: [
27
+ _jsx(Path, { d: "M13.2,4.7l4.7,12.8c0.4,1.1,1,1.5,2.1,1.6c0.1,0,0.1,0,0.1,0l0.1,0.1l0.1,0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.1\n\t\ts0,0.1-0.1,0.1c-0.1,0-0.1,0.1-0.1,0.1s-0.1,0-0.2,0h-5.1c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1-0.1-0.1-0.1l-0.1-0.1c0-0.1,0-0.1,0-0.1\n\t\tc0-0.1,0-0.1,0-0.2s0-0.1,0.1-0.1l0.1-0.1c0,0,0.1,0,0.2,0c0.5,0,1.1-0.2,1.1-0.8c0-0.3-0.1-0.5-0.2-0.8l-1.1-3.1\n\t\tc-0.1-0.2-0.1-0.2-0.2-0.2h-4.3c-0.7,0-1.5,0-1.9,0.9l-1.1,2.4C7.1,17.6,7,17.8,7,18.1c0,0.8,1,0.9,1.6,0.9c0.1,0,0.1,0,0.2,0\n\t\tL8.8,19l0.1,0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.1s-0.1,0.1-0.1,0.1l-0.1,0.1c-0.1,0-0.1,0-0.2,0H4.1c-0.1,0-0.1,0-0.1,0\n\t\tc-0.1,0-0.1-0.1-0.1-0.1l-0.1-0.1c0-0.1,0-0.1,0-0.1c0-0.1,0-0.1,0-0.2s0-0.1,0.1-0.1L4,19c0,0,0.1,0,0.1,0C5.2,19,5.5,18.5,6,17.5\n\t\tl5.4-12.4c0.2-0.5,0.8-1,1.3-1C13,4.2,13.1,4.4,13.2,4.7z M9.1,13.1c0,0.1-0.1,0.1-0.1,0.2c0,0.1,0.1,0.1,0.1,0.1h4.4\n\t\tc0.3,0,0.4-0.1,0.4-0.3c0-0.1,0-0.2-0.1-0.3l-1.2-3.5c-0.3-0.8-0.8-1.9-0.8-2.7c0-0.1,0-0.1-0.1-0.1c0,0-0.1,0-0.1,0.1\n\t\tc-0.1,0.6-0.4,1.2-0.7,1.7L9.1,13.1z" }), _jsx(Path, { d: "M13.2,4.7l4.7,12.8c0.4,1.1,1,1.5,2.1,1.6c0.1,0,0.1,0,0.1,0l0.1,0.1l0.1,0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.1\n\t\t\ts0,0.1-0.1,0.1c-0.1,0-0.1,0.1-0.1,0.1s-0.1,0-0.2,0h-5.1c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1-0.1-0.1-0.1l-0.1-0.1c0-0.1,0-0.1,0-0.1\n\t\t\tc0-0.1,0-0.1,0-0.2s0-0.1,0.1-0.1l0.1-0.1c0,0,0.1,0,0.2,0c0.5,0,1.1-0.2,1.1-0.8c0-0.3-0.1-0.5-0.2-0.8l-1.1-3.1\n\t\t\tc-0.1-0.2-0.1-0.2-0.2-0.2h-4.3c-0.7,0-1.5,0-1.9,0.9l-1.1,2.4C7.1,17.6,7,17.8,7,18.1c0,0.8,1,0.9,1.6,0.9c0.1,0,0.1,0,0.2,0\n\t\t\tL8.8,19l0.1,0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.1s-0.1,0.1-0.1,0.1l-0.1,0.1c-0.1,0-0.1,0-0.2,0H4.1c-0.1,0-0.1,0-0.1,0\n\t\t\tc-0.1,0-0.1-0.1-0.1-0.1l-0.1-0.1c0-0.1,0-0.1,0-0.1c0-0.1,0-0.1,0-0.2s0-0.1,0.1-0.1L4,19c0,0,0.1,0,0.1,0C5.2,19,5.5,18.5,6,17.5\n\t\t\tl5.4-12.4c0.2-0.5,0.8-1,1.3-1C13,4.2,13.1,4.4,13.2,4.7z M9.1,13.1c0,0.1-0.1,0.1-0.1,0.2c0,0.1,0.1,0.1,0.1,0.1h4.4\n\t\t\tc0.3,0,0.4-0.1,0.4-0.3c0-0.1,0-0.2-0.1-0.3l-1.2-3.5c-0.3-0.8-0.8-1.9-0.8-2.7c0-0.1,0-0.1-0.1-0.1c0,0-0.1,0-0.1,0.1\n\t\t\tc-0.1,0.6-0.4,1.2-0.7,1.7L9.1,13.1z" }), _jsx(Path, { d: "M21.6,12.5c0,0.6-0.3,1-0.9,1c-0.6,0-0.8-0.3-0.8-0.8c0-0.6,0.4-1,0.9-1C21.3,11.7,21.6,12.1,21.6,12.5z" }), _jsx(Path, { d: "M4.1,12.5c0,0.6-0.3,1-0.9,1s-0.8-0.3-0.8-0.8c0-0.6,0.4-1,0.9-1S4.1,12.1,4.1,12.5z" })
28
+ ] }));
27
29
  export const BackupIcon = ({ opacity = 1, size, color }) => (_jsx(IconWrapper, { size: size, opacity: opacity, color: color, children: _jsx(Path, { d: "M2.1,5.8c0-0.1,0-0.1,0-0.2c0-0.2,0.1-0.5,0.1-0.7c0.1-0.4,0.4-0.6,0.7-0.8l8.3-2.9c0.1-0.1,0.3-0.1,0.4-0.1l0.5,0.1\n\t\t\tl8.3,2.9c0.3,0.2,0.5,0.4,0.7,0.7c0.2,0.2,0.2,0.4,0.2,0.7c0,0.1,0,0.1,0,0.2v0.1c-0.1,0.5-0.2,0.9-0.3,1.4\n\t\t\tc-0.2,0.4-0.3,1.2-0.7,2.2c-0.3,1-0.7,2.1-1.1,3.1c-0.5,1-1,2.1-1.6,3.3s-1.4,2.3-2.2,3.5c-0.9,1.1-1.8,2.2-2.8,3.1\n\t\t\tc-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4c-1.2-1.1-2.4-2.4-3.5-4c-1-1.6-1.9-3-2.5-4.3c-0.6-1.3-1.1-2.7-1.6-4\n\t\t\tC2.8,8.7,2.5,7.6,2.3,7C2.3,6.5,2.1,6.1,2.1,5.8z M2.9,5.9c0,0.2,0.1,0.4,0.1,0.8C3.1,7,3.2,7.5,3.5,8.2C3.7,9,3.9,9.7,4.2,10.6\n\t\t\tc0.3,0.7,0.7,1.7,1.1,2.7c0.4,1,1,2,1.5,2.9c0.5,1,1.2,1.9,1.9,2.9c0.8,1,1.6,1.9,2.4,2.6c0.2,0.2,0.4,0.2,0.5,0.2\n\t\t\tc0.2,0,0.4-0.1,0.5-0.2c1.2-1,2.2-2.3,3.2-3.8c1-1.5,1.8-2.8,2.3-4c0.6-1.3,1.1-2.5,1.5-3.9c0.4-1.3,0.7-2.2,0.9-2.8\n\t\t\tc0.1-0.5,0.2-1,0.3-1.3c0-0.1,0-0.1,0-0.1c0-0.2,0-0.3-0.1-0.4C20.3,5.2,20.2,5.1,20,5L12,2.1c0,0-0.1,0-0.2,0s-0.1,0-0.1,0h-0.2\n\t\t\tl-8,2.8C3.2,5,3.1,5.2,3,5.3C2.9,5.5,2.9,5.6,2.9,5.8C2.9,5.8,2.9,5.8,2.9,5.9z M5.9,6.7h3l2.8,7l2.8-7h3c-0.1,0.1-0.2,0.5-0.3,0.8\n\t\t\tC17,7.8,17,8.2,16.8,8.4c-0.1,0.3-0.2,0.5-0.4,0.8c0,0.1-0.1,0.1-0.1,0.1s-0.1,0.1-0.2,0.1c-0.1,0-0.1,0-0.1,0\n\t\t\tc-0.1,0-0.2,0.1-0.2,0.2c0,0-0.1,0.1-0.1,0.1s-0.1,0.1-0.1,0.1c0,0,0,0.1-0.1,0.2c0,0.1-0.1,0.1-0.1,0.1l-0.4,1.1\n\t\t\tc-1.3,3.3-2.1,5.2-2.3,5.8h-2.2l-1-2.4c-0.1-0.3-0.3-0.8-0.5-1.3c-0.1-0.3-0.3-0.8-0.5-1.3L8,10.8c-0.1-0.1-0.1-0.2-0.1-0.4\n\t\t\tC7.8,10.2,7.7,10,7.7,9.8C7.6,9.7,7.5,9.5,7.4,9.4C7.3,9.3,7.3,9.3,7.3,9.3c-0.1,0-0.2,0-0.2,0s-0.1,0-0.1,0\n\t\t\tC6.6,8.5,6.3,7.6,5.9,6.7z" }) }));
28
30
  export const BoostIcon = ({ opacity = 1, size, color }) => (_jsx(IconWrapper, { size: size, opacity: opacity, color: color, children: _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M4.19505 16.2545C4.47368 16.561 4.94802 16.5836 5.25451 16.3049L10.2595 11.7549L14.2842 15.2765L19 10.5607V13.75H20.5V9.5V8.75239V8.7476V8H19.7529H19.7471H19H14.75V9.5H17.9393L14.2158 13.2235L10.2405 9.74507L4.2455 15.195C3.93901 15.4737 3.91642 15.948 4.19505 16.2545Z" }) }));
29
31
  export const CrmIcon = ({ opacity = 1, size, color }) => (_jsx(IconWrapper, { size: size, opacity: opacity, color: color, children: _jsx(Path, { d: "M15.5 9.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0 1.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm-2.25 6v-2a2.75 2.75 0 0 0-2.75-2.75h-4A2.75 2.75 0 0 0 3.75 15v2h1.5v-2c0-.69.56-1.25 1.25-1.25h4c.69 0 1.25.56 1.25 1.25v2h1.5Zm7-2v2h-1.5v-2c0-.69-.56-1.25-1.25-1.25H15v-1.5h2.5A2.75 2.75 0 0 1 20.25 15ZM9.5 8.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm1.5 0a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Z" }) }));
30
32
  export const ExtrasIcon = ({ opacity = 1, size, color }) => (_jsx(IconWrapper, { size: size, opacity: opacity, color: color, children: _jsx(Path, { d: "M18.5 5.5V8H20V5.5h2.5V4H20V1.5h-1.5V4H16v1.5h2.5ZM12 4H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-6h-1.5v6a.5.5 0 0 1-.5.5H6a.5.5 0 0 1-.5-.5V6a.5.5 0 0 1 .5-.5h6V4Z" }) }));
31
- export const ProtectIcon = ({ opacity = 1, size, className, color }) => (_jsxs(IconWrapper, { className: className, size: size, opacity: opacity, color: color, children: [_jsx(Path, { d: "M12 3.17627L18.75 6.24445V10.8183C18.75 14.7173 16.2458 18.4089 12.7147 19.5735C12.2507 19.7265 11.7493 19.7265 11.2853 19.5735C7.75416 18.4089 5.25 14.7173 5.25 10.8183V6.24445L12 3.17627ZM6.75 7.21032V10.8183C6.75 14.1312 8.89514 17.2057 11.7551 18.149C11.914 18.2014 12.086 18.2014 12.2449 18.149C15.1049 17.2057 17.25 14.1312 17.25 10.8183V7.21032L12 4.82396L6.75 7.21032Z" }), _jsx(Path, { d: "M15.5291 10.0315L11.1818 14.358L8.47095 11.66L9.52907 10.5968L11.1818 12.2417L14.4709 8.96826L15.5291 10.0315Z" })] }));
33
+ export const ProtectIcon = ({ opacity = 1, size, className, color }) => (_jsxs(IconWrapper, { className: className, size: size, opacity: opacity, color: color, children: [
34
+ _jsx(Path, { d: "M12 3.17627L18.75 6.24445V10.8183C18.75 14.7173 16.2458 18.4089 12.7147 19.5735C12.2507 19.7265 11.7493 19.7265 11.2853 19.5735C7.75416 18.4089 5.25 14.7173 5.25 10.8183V6.24445L12 3.17627ZM6.75 7.21032V10.8183C6.75 14.1312 8.89514 17.2057 11.7551 18.149C11.914 18.2014 12.086 18.2014 12.2449 18.149C15.1049 17.2057 17.25 14.1312 17.25 10.8183V7.21032L12 4.82396L6.75 7.21032Z" }), _jsx(Path, { d: "M15.5291 10.0315L11.1818 14.358L8.47095 11.66L9.52907 10.5968L11.1818 12.2417L14.4709 8.96826L15.5291 10.0315Z" })
35
+ ] }));
32
36
  export const ScanIcon = ({ opacity = 1, size, color }) => (_jsx(IconWrapper, { size: size, opacity: opacity, color: color, children: _jsx(Path, { d: "m12 3.176 6.75 3.068v4.574c0 3.9-2.504 7.59-6.035 8.755a2.283 2.283 0 0 1-1.43 0c-3.53-1.164-6.035-4.856-6.035-8.755V6.244L12 3.176ZM6.75 7.21v3.608c0 3.313 2.145 6.388 5.005 7.33.159.053.331.053.49 0 2.86-.942 5.005-4.017 5.005-7.33V7.21L12 4.824 6.75 7.21Z" }) }));
33
37
  export const SearchIcon = ({ opacity = 1, size, color }) => (_jsx(IconWrapper, { size: size, opacity: opacity, color: color, children: _jsx(Path, { d: "M17.5 11.5a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm1.5 0a5.5 5.5 0 0 1-9.142 4.121l-3.364 2.943-.988-1.128 3.373-2.952A5.5 5.5 0 1 1 19 11.5Z" }) }));
34
38
  export const SocialIcon = ({ opacity = 1, size, color }) => (_jsx(IconWrapper, { size: size, opacity: opacity, color: color, children: _jsx(Path, { d: "M15.5 3.97809V18.0219L7.5 15.5977V20H6V15.1431L3.27498 14.3173C2.22086 13.9979 1.5 13.0262 1.5 11.9248V10.0752C1.5 8.97375 2.22087 8.00207 3.27498 7.68264L15.5 3.97809ZM14 16L7.5 14.0303L7.5 7.96969L14 5.99999V16ZM6 8.42423L6 13.5757L3.70999 12.8818C3.28835 12.754 3 12.3654 3 11.9248V10.0752C3 9.63462 3.28835 9.24595 3.70999 9.11818L6 8.42423ZM17.5 11.75H21.5V10.25H17.5V11.75ZM21.5 16L17.5 15V13.5L21.5 14.5V16ZM17.5 8.5L21.5 7.5V6L17.5 7V8.5Z" }) }));
@@ -37,14 +41,18 @@ export const StarIcon = ({ size, className = styles['star-icon'], color, }) => (
37
41
  export const CheckmarkIcon = ({ size, className = styles['checkmark-icon'], color, }) => (_jsx(IconWrapper, { className: className, size: size, color: color, children: _jsx(Path, { d: "M11 17.768l-4.884-4.884 1.768-1.768L11 14.232l8.658-8.658C17.823 3.39 15.075 2 12 2 6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10c0-1.528-.353-2.97-.966-4.266L11 17.768z" }) }));
38
42
  export const ClipboardIcon = ({ size, className = styles['clipboard-icon'], color, }) => (_jsx(IconWrapper, { className: className, size: size, color: color, children: _jsx(Path, { d: "M5.625 5.5H15.375C15.444 5.5 15.5 5.55596 15.5 5.625V15.375C15.5 15.444 15.444 15.5 15.375 15.5H5.625C5.55596 15.5 5.5 15.444 5.5 15.375V5.625C5.5 5.55596 5.55596 5.5 5.625 5.5ZM4 5.625C4 4.72754 4.72754 4 5.625 4H15.375C16.2725 4 17 4.72754 17 5.625V10V15.375C17 16.2725 16.2725 17 15.375 17C15.375 17 6.52246 17 5.625 17C4.72754 17 4 16.2725 4 15.375V5.625ZM18.5 17.2812V8.28125H20V17.2812C20 18.7995 18.7704 20 17.2511 20H6.25V18.5H17.2511C17.9409 18.5 18.5 17.9721 18.5 17.2812Z" }) }));
39
43
  export const JetpackIcon = ({ size, className = styles.jetpack, color }) => {
40
- return (_jsxs(IconWrapper, { className: className, size: size, color: color, viewBox: "0 0 32 32", children: [_jsx(Path, { className: "jetpack-logo__icon-circle", d: "M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16s16-7.2,16-16S24.8,0,16,0z" }), _jsx(Polygon, { fill: "#fff", points: "15,19 7,19 15,3" }), _jsx(Polygon, { fill: "#fff", points: "17,29 17,13 25,13" })] }));
44
+ return (_jsxs(IconWrapper, { className: className, size: size, color: color, viewBox: "0 0 32 32", children: [
45
+ _jsx(Path, { className: "jetpack-logo__icon-circle", d: "M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16s16-7.2,16-16S24.8,0,16,0z" }), _jsx(Polygon, { fill: "#fff", points: "15,19 7,19 15,3" }), _jsx(Polygon, { fill: "#fff", points: "17,29 17,13 25,13" })
46
+ ] }));
41
47
  };
42
48
  export const ShareIcon = ({ size = 16, className, color }) => {
43
49
  return (_jsx(IconWrapper, { className: className, size: size, color: color, viewBox: "0 0 16 16", children: _jsx(Path, { fill: "#161722", fillRule: "evenodd", d: "M8.3 4.66C3.85 5.308.727 9.75.034 13.69l-.02.117c-.137.842.809 1.232 1.446.68 2.013-1.745 3.648-2.475 5.318-2.719a10.482 10.482 0 011.524-.103v2.792c0 .694.82 1.041 1.3.55l6.176-6.307a.79.79 0 00.012-1.088L9.614 1.004C9.14.496 8.301.84 8.301 1.542v3.117zm1.525-1.175v1.85a.773.773 0 01-.654.77l-.655.096c-2.133.311-3.987 1.732-5.295 3.672-.472.7-.854 1.44-1.143 2.18a12.32 12.32 0 011.675-.972c1.58-.75 3.048-.972 4.548-.972h.762a.77.77 0 01.762.779v1.69l4.347-4.44-4.347-4.653z", clipRule: "evenodd" }) }));
44
50
  };
45
51
  export const AiIcon = ({ size = 24, color = '#069e08', // JP green
46
52
  }) => {
47
- return (_jsxs(IconWrapper, { color: color, size: size, viewBox: '0 0 32 32', children: [_jsx(Path, { className: "spark-first", d: "M9.33301 5.33325L10.4644 8.20188L13.333 9.33325L10.4644 10.4646L9.33301 13.3333L8.20164 10.4646L5.33301 9.33325L8.20164 8.20188L9.33301 5.33325Z" }), _jsx(Path, { className: "spark-second", d: "M21.3333 5.33333L22.8418 9.15817L26.6667 10.6667L22.8418 12.1752L21.3333 16L19.8248 12.1752L16 10.6667L19.8248 9.15817L21.3333 5.33333Z" }), _jsx(Path, { className: "spark-third", d: "M14.6667 13.3333L16.5523 18.1144L21.3333 20L16.5523 21.8856L14.6667 26.6667L12.781 21.8856L8 20L12.781 18.1144L14.6667 13.3333Z" })] }));
53
+ return (_jsxs(IconWrapper, { color: color, size: size, viewBox: '0 0 32 32', children: [
54
+ _jsx(Path, { className: "spark-first", d: "M9.33301 5.33325L10.4644 8.20188L13.333 9.33325L10.4644 10.4646L9.33301 13.3333L8.20164 10.4646L5.33301 9.33325L8.20164 8.20188L9.33301 5.33325Z" }), _jsx(Path, { className: "spark-second", d: "M21.3333 5.33333L22.8418 9.15817L26.6667 10.6667L22.8418 12.1752L21.3333 16L19.8248 12.1752L16 10.6667L19.8248 9.15817L21.3333 5.33333Z" }), _jsx(Path, { className: "spark-third", d: "M14.6667 13.3333L16.5523 18.1144L21.3333 20L16.5523 21.8856L14.6667 26.6667L12.781 21.8856L8 20L12.781 18.1144L14.6667 13.3333Z" })
55
+ ] }));
48
56
  };
49
57
  export const StatsIcon = ({ opacity = 1, size, color }) => {
50
58
  return (_jsx(IconWrapper, { size: size, opacity: opacity, color: color, children: _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M11.25 5H12.75V20H11.25V5ZM6 10H7.5V20H6V10ZM18 14H16.5V20H18V14Z" }) }));
@@ -1,24 +1,26 @@
1
- import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { __, _x } from '@wordpress/i18n';
3
3
  import { Icon, external } from '@wordpress/icons';
4
4
  import clsx from 'clsx';
5
- import { getRedirectUrl } from "../../index.js";
6
- import getSiteAdminUrl from "../../tools/get-site-admin-url/index.js";
7
- import AutomatticBylineLogo from "../automattic-byline-logo/index.js";
5
+ import { getRedirectUrl } from '../../index.js';
6
+ import getSiteAdminUrl from '../../tools/get-site-admin-url/index.js';
7
+ import AutomatticBylineLogo from '../automattic-byline-logo/index.js';
8
8
  import './style.scss';
9
- import JetpackLogo from "../jetpack-logo/index.js";
10
- import useBreakpointMatch from "../layout/use-breakpoint-match/index.js";
9
+ import JetpackLogo from '../jetpack-logo/index.js';
10
+ import useBreakpointMatch from '../layout/use-breakpoint-match/index.js';
11
11
  const JetpackIcon = () => (_jsx(JetpackLogo, { logoColor: "#000", showText: false, height: 16, "aria-hidden": "true" }));
12
- const ExternalIcon = () => (_jsxs(_Fragment, { children: [_jsx(Icon, { icon: external, size: 16 }), _jsx("span", { className: "jp-dashboard-footer__accessible-external-link", children:
12
+ const ExternalIcon = () => (_jsxs(_Fragment, { children: [
13
+ _jsx(Icon, { icon: external, size: 16 }), _jsx("span", { className: "jp-dashboard-footer__accessible-external-link", children:
13
14
  /* translators: accessibility text */
14
- __('(opens in a new tab)', 'jetpack-components') })] }));
15
+ __('(opens in a new tab)', 'jetpack-components') })
16
+ ] }));
15
17
  /**
16
18
  * JetpackFooter component displays a tiny Jetpack logo with the product name on the left and the Automattic Airline "by line" on the right.
17
19
  *
18
20
  * @param {JetpackFooterProps} props - Component properties.
19
21
  * @return {ReactNode} JetpackFooter component.
20
22
  */
21
- const JetpackFooter = ({ moduleName = __('Jetpack', 'jetpack-components'), className, moduleNameHref = 'https://jetpack.com', menu, useInternalLinks, onAboutClick, onPrivacyClick, onTermsClick, ...otherProps }) => {
23
+ const JetpackFooter = ({ moduleName = 'Jetpack' /** "Jetpack" is a product name, do not translate. */, className, moduleNameHref = 'https://jetpack.com', menu, useInternalLinks, onAboutClick, onPrivacyClick, onTermsClick, ...otherProps }) => {
22
24
  const [isSm] = useBreakpointMatch('sm', '<=');
23
25
  const [isMd] = useBreakpointMatch('md', '<=');
24
26
  const [isLg] = useBreakpointMatch('lg', '>');
@@ -53,12 +55,14 @@ const JetpackFooter = ({ moduleName = __('Jetpack', 'jetpack-components'), class
53
55
  if (menu) {
54
56
  items = [...items, ...menu];
55
57
  }
56
- const jetpackItemContent = (_jsxs(_Fragment, { children: [_jsx(JetpackIcon, {}), moduleName] }));
58
+ const jetpackItemContent = (_jsxs(_Fragment, { children: [
59
+ _jsx(JetpackIcon, {}), moduleName] }));
57
60
  return (_jsx("footer", { className: clsx('jp-dashboard-footer', {
58
61
  'is-sm': isSm,
59
62
  'is-md': isMd,
60
63
  'is-lg': isLg,
61
- }, className), "aria-label": __('Jetpack', 'jetpack-components'), role: "contentinfo", ...otherProps, children: _jsxs("ul", { children: [_jsx("li", { className: "jp-dashboard-footer__jp-item", children: moduleNameHref ? (_jsx("a", { href: moduleNameHref, children: jetpackItemContent })) : (jetpackItemContent) }), items.map(item => {
64
+ }, className), "aria-label": __('Jetpack', 'jetpack-components'), role: "contentinfo", ...otherProps, children: _jsxs("ul", { children: [
65
+ _jsx("li", { className: "jp-dashboard-footer__jp-item", children: moduleNameHref ? (_jsx("a", { href: moduleNameHref, children: jetpackItemContent })) : (jetpackItemContent) }), items.map(item => {
62
66
  const isButton = item.role === 'button';
63
67
  const isExternalLink = !isButton && item.target === '_blank';
64
68
  return (_jsx("li", { children: _jsxs("a", { href: item.href, title: item.title, target: item.target, onClick: item.onClick, onKeyDown: item.onKeyDown, className: clsx('jp-dashboard-footer__menu-item', {
@@ -66,6 +70,7 @@ const JetpackFooter = ({ moduleName = __('Jetpack', 'jetpack-components'), class
66
70
  }), role: item.role, rel: isExternalLink ? 'noopener noreferrer' : undefined, tabIndex: isButton ? 0 : undefined, children: [item.label, isExternalLink && _jsx(ExternalIcon, {})] }) }, item.label));
67
71
  }), _jsx("li", { className: "jp-dashboard-footer__a8c-item", children: _jsx("a", { href: useInternalLinks
68
72
  ? new URL('admin.php?page=jetpack_about', siteAdminUrl).href
69
- : getRedirectUrl('a8c-about'), "aria-label": __('An Automattic Airline', 'jetpack-components'), children: _jsx(AutomatticBylineLogo, { "aria-hidden": "true" }) }) })] }) }));
73
+ : getRedirectUrl('a8c-about'), "aria-label": __('An Automattic Airline', 'jetpack-components'), children: _jsx(AutomatticBylineLogo, { "aria-hidden": "true" }) }) })
74
+ ] }) }));
70
75
  };
71
76
  export default JetpackFooter;
@@ -1,4 +1,4 @@
1
- import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { __ } from '@wordpress/i18n';
3
3
  import clsx from 'clsx';
4
4
  const JetpackLogo = ({ logoColor = '#069e08', showText = true, className, height = 32, title, ...otherProps }) => {
@@ -6,6 +6,9 @@ const JetpackLogo = ({ logoColor = '#069e08', showText = true, className, height
6
6
  const logoTitle = title ?? __('Jetpack Logo', 'jetpack-components');
7
7
  return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", x: "0px", y: "0px", viewBox: viewBox, className: clsx('jetpack-logo', className), "aria-labelledby": "jetpack-logo-title", height: height, ...otherProps,
8
8
  // role="img" is required to prevent VoiceOver on Safari reading the content of the SVG
9
- role: "img", children: [_jsx("title", { id: "jetpack-logo-title", children: logoTitle }), _jsx("path", { fill: logoColor, d: "M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16s16-7.2,16-16S24.8,0,16,0z M15,19H7l8-16V19z M17,29V13h8L17,29z" }), showText && (_jsxs(_Fragment, { children: [_jsx("path", { d: "M41.3,26.6c-0.5-0.7-0.9-1.4-1.3-2.1c2.3-1.4,3-2.5,3-4.6V8h-3V6h6v13.4C46,22.8,45,24.8,41.3,26.6z" }), _jsx("path", { d: "M65,18.4c0,1.1,0.8,1.3,1.4,1.3c0.5,0,2-0.2,2.6-0.4v2.1c-0.9,0.3-2.5,0.5-3.7,0.5c-1.5,0-3.2-0.5-3.2-3.1V12H60v-2h2.1V7.1 H65V10h4v2h-4V18.4z" }), _jsx("path", { d: "M71,10h3v1.3c1.1-0.8,1.9-1.3,3.3-1.3c2.5,0,4.5,1.8,4.5,5.6s-2.2,6.3-5.8,6.3c-0.9,0-1.3-0.1-2-0.3V28h-3V10z M76.5,12.3 c-0.8,0-1.6,0.4-2.5,1.2v5.9c0.6,0.1,0.9,0.2,1.8,0.2c2,0,3.2-1.3,3.2-3.9C79,13.4,78.1,12.3,76.5,12.3z" }), _jsx("path", { d: "M93,22h-3v-1.5c-0.9,0.7-1.9,1.5-3.5,1.5c-1.5,0-3.1-1.1-3.1-3.2c0-2.9,2.5-3.4,4.2-3.7l2.4-0.3v-0.3c0-1.5-0.5-2.3-2-2.3 c-0.7,0-2.3,0.5-3.7,1.1L84,11c1.2-0.4,3-1,4.4-1c2.7,0,4.6,1.4,4.6,4.7L93,22z M90,16.4l-2.2,0.4c-0.7,0.1-1.4,0.5-1.4,1.6 c0,0.9,0.5,1.4,1.3,1.4s1.5-0.5,2.3-1V16.4z" }), _jsx("path", { d: "M104.5,21.3c-1.1,0.4-2.2,0.6-3.5,0.6c-4.2,0-5.9-2.4-5.9-5.9c0-3.7,2.3-6,6.1-6c1.4,0,2.3,0.2,3.2,0.5V13 c-0.8-0.3-2-0.6-3.2-0.6c-1.7,0-3.2,0.9-3.2,3.6c0,2.9,1.5,3.8,3.3,3.8c0.9,0,1.9-0.2,3.2-0.7V21.3z" }), _jsx("path", { d: "M110,15.2c0.2-0.3,0.2-0.8,3.8-5.2h3.7l-4.6,5.7l5,6.3h-3.7l-4.2-5.8V22h-3V6h3V15.2z" }), _jsx("path", { d: "M58.5,21.3c-1.5,0.5-2.7,0.6-4.2,0.6c-3.6,0-5.8-1.8-5.8-6c0-3.1,1.9-5.9,5.5-5.9s4.9,2.5,4.9,4.9c0,0.8,0,1.5-0.1,2h-7.3 c0.1,2.5,1.5,2.8,3.6,2.8c1.1,0,2.2-0.3,3.4-0.7C58.5,19,58.5,21.3,58.5,21.3z M56,15c0-1.4-0.5-2.9-2-2.9c-1.4,0-2.3,1.3-2.4,2.9 C51.6,15,56,15,56,15z" })] }))] }));
9
+ role: "img", children: [
10
+ _jsx("title", { id: "jetpack-logo-title", children: logoTitle }), _jsx("path", { fill: logoColor, d: "M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16s16-7.2,16-16S24.8,0,16,0z M15,19H7l8-16V19z M17,29V13h8L17,29z" }), showText && (_jsxs(_Fragment, { children: [
11
+ _jsx("path", { d: "M41.3,26.6c-0.5-0.7-0.9-1.4-1.3-2.1c2.3-1.4,3-2.5,3-4.6V8h-3V6h6v13.4C46,22.8,45,24.8,41.3,26.6z" }), _jsx("path", { d: "M65,18.4c0,1.1,0.8,1.3,1.4,1.3c0.5,0,2-0.2,2.6-0.4v2.1c-0.9,0.3-2.5,0.5-3.7,0.5c-1.5,0-3.2-0.5-3.2-3.1V12H60v-2h2.1V7.1 H65V10h4v2h-4V18.4z" }), _jsx("path", { d: "M71,10h3v1.3c1.1-0.8,1.9-1.3,3.3-1.3c2.5,0,4.5,1.8,4.5,5.6s-2.2,6.3-5.8,6.3c-0.9,0-1.3-0.1-2-0.3V28h-3V10z M76.5,12.3 c-0.8,0-1.6,0.4-2.5,1.2v5.9c0.6,0.1,0.9,0.2,1.8,0.2c2,0,3.2-1.3,3.2-3.9C79,13.4,78.1,12.3,76.5,12.3z" }), _jsx("path", { d: "M93,22h-3v-1.5c-0.9,0.7-1.9,1.5-3.5,1.5c-1.5,0-3.1-1.1-3.1-3.2c0-2.9,2.5-3.4,4.2-3.7l2.4-0.3v-0.3c0-1.5-0.5-2.3-2-2.3 c-0.7,0-2.3,0.5-3.7,1.1L84,11c1.2-0.4,3-1,4.4-1c2.7,0,4.6,1.4,4.6,4.7L93,22z M90,16.4l-2.2,0.4c-0.7,0.1-1.4,0.5-1.4,1.6 c0,0.9,0.5,1.4,1.3,1.4s1.5-0.5,2.3-1V16.4z" }), _jsx("path", { d: "M104.5,21.3c-1.1,0.4-2.2,0.6-3.5,0.6c-4.2,0-5.9-2.4-5.9-5.9c0-3.7,2.3-6,6.1-6c1.4,0,2.3,0.2,3.2,0.5V13 c-0.8-0.3-2-0.6-3.2-0.6c-1.7,0-3.2,0.9-3.2,3.6c0,2.9,1.5,3.8,3.3,3.8c0.9,0,1.9-0.2,3.2-0.7V21.3z" }), _jsx("path", { d: "M110,15.2c0.2-0.3,0.2-0.8,3.8-5.2h3.7l-4.6,5.7l5,6.3h-3.7l-4.2-5.8V22h-3V6h3V15.2z" }), _jsx("path", { d: "M58.5,21.3c-1.5,0.5-2.7,0.6-4.2,0.6c-3.6,0-5.8-1.8-5.8-6c0-3.1,1.9-5.9,5.5-5.9s4.9,2.5,4.9,4.9c0,0.8,0,1.5-0.1,2h-7.3 c0.1,2.5,1.5,2.8,3.6,2.8c1.1,0,2.2-0.3,3.4-0.7C58.5,19,58.5,21.3,58.5,21.3z M56,15c0-1.4-0.5-2.9-2-2.9c-1.4,0-2.3,1.3-2.4,2.9 C51.6,15,56,15,56,15z" })
12
+ ] }))] }));
10
13
  };
11
14
  export default JetpackLogo;
@@ -1,10 +1,13 @@
1
- import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { __ } from '@wordpress/i18n';
3
3
  import clsx from 'clsx';
4
4
  const JetpackProtectLogo = ({ logoColor = '#069e08', showText = true, className, height = 42, ...otherProps }) => {
5
5
  const viewBox = showText ? '0 0 245 41' : '0 0 41 41';
6
6
  return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", x: "0px", y: "0px", viewBox: viewBox, className: clsx('jetpack-logo', className), "aria-labelledby": "jetpack-logo-title", height: height, ...otherProps,
7
7
  // role="img" is required to prevent VoiceOver on Safari reading the content of the SVG
8
- role: "img", children: [_jsx("title", { id: "jetpack-logo-title", children: __('Jetpack Protect Logo', 'jetpack-components') }), _jsx("path", { d: "M20.1063 40.2111C31.2106 40.2111 40.2126 31.2091 40.2126 20.1048C40.2126 9.00048 31.2106 0 20.1063 0C9.00197 0 0 9.00197 0 20.1063C0 31.2106 9.00197 40.2111 20.1063 40.2111Z", fill: logoColor }), _jsx("path", { d: "M21.104 16.7295V36.2209L31.1571 16.7295H21.104Z", fill: "white" }), _jsx("path", { d: "M19.0701 23.4444V3.99023L9.05566 23.4444H19.0701Z", fill: "white" }), showText && (_jsxs(_Fragment, { children: [_jsx("path", { d: "M159.347 27.3605H156.978V7.9082H162.371C163.176 7.9082 163.917 7.95666 164.596 8.05359C165.284 8.15051 165.914 8.30074 166.486 8.50428C167.649 8.92104 168.531 9.54619 169.132 10.3797C169.733 11.2036 170.033 12.2213 170.033 13.4328C170.033 14.4214 169.834 15.2937 169.437 16.0497C169.049 16.796 168.482 17.4211 167.736 17.9251C166.99 18.4291 166.079 18.812 165.003 19.0737C163.937 19.3257 162.725 19.4517 161.368 19.4517C160.719 19.4517 160.045 19.4226 159.347 19.3644V27.3605ZM159.347 17.1982C159.667 17.237 160.002 17.2661 160.35 17.2854C160.699 17.3048 161.029 17.3145 161.339 17.3145C162.454 17.3145 163.403 17.2273 164.189 17.0528C164.974 16.8784 165.613 16.6264 166.108 16.2968C166.602 15.9576 166.961 15.5505 167.183 15.0756C167.406 14.591 167.518 14.0434 167.518 13.4328C167.518 12.6768 167.334 12.0565 166.965 11.5719C166.607 11.0873 166.093 10.719 165.424 10.467C165.008 10.3119 164.528 10.2053 163.985 10.1471C163.442 10.0793 162.812 10.0453 162.095 10.0453H159.347V17.1982Z" }), _jsx("path", { d: "M181.093 15.3809H180.919C180.386 15.3809 179.862 15.4294 179.349 15.5263C178.835 15.6232 178.35 15.7735 177.895 15.977C177.449 16.1708 177.042 16.4131 176.674 16.7039C176.315 16.9947 176.014 17.3388 175.772 17.7361V27.3605H173.519V13.5491H175.263L175.699 15.7444H175.743C175.966 15.3858 176.237 15.0514 176.557 14.7412C176.887 14.4311 177.255 14.1597 177.662 13.9271C178.069 13.6945 178.515 13.5152 179 13.3892C179.484 13.2535 179.993 13.1856 180.526 13.1856C180.623 13.1856 180.72 13.1905 180.817 13.2002C180.924 13.2002 181.016 13.205 181.093 13.2147V15.3809Z" }), _jsx("path", { d: "M193.302 20.4694C193.302 19.6164 193.195 18.8604 192.982 18.2014C192.779 17.5326 192.488 16.9705 192.11 16.5149C191.741 16.0497 191.3 15.7008 190.787 15.4682C190.273 15.2258 189.711 15.1047 189.1 15.1047C188.49 15.1047 187.928 15.2258 187.414 15.4682C186.9 15.7008 186.454 16.0497 186.076 16.5149C185.708 16.9705 185.417 17.5326 185.204 18.2014C185.001 18.8604 184.899 19.6164 184.899 20.4694C184.899 21.3126 185.001 22.0686 185.204 22.7373C185.417 23.3964 185.713 23.9537 186.091 24.4092C186.469 24.8648 186.915 25.2137 187.428 25.456C187.942 25.6886 188.504 25.8049 189.115 25.8049C189.725 25.8049 190.283 25.6886 190.787 25.456C191.3 25.2137 191.741 24.8648 192.11 24.4092C192.488 23.9537 192.779 23.3964 192.982 22.7373C193.195 22.0686 193.302 21.3126 193.302 20.4694ZM195.657 20.4694C195.657 21.5549 195.502 22.5435 195.192 23.4352C194.882 24.3269 194.441 25.0926 193.869 25.7322C193.307 26.3622 192.623 26.8517 191.819 27.2006C191.015 27.5495 190.113 27.724 189.115 27.724C188.088 27.724 187.167 27.5495 186.353 27.2006C185.548 26.8517 184.86 26.3622 184.288 25.7322C183.726 25.0926 183.295 24.3269 182.994 23.4352C182.694 22.5435 182.544 21.5549 182.544 20.4694C182.544 19.3741 182.699 18.3807 183.009 17.489C183.319 16.5973 183.755 15.8316 184.317 15.1919C184.889 14.5522 185.577 14.0579 186.382 13.709C187.196 13.3601 188.102 13.1856 189.1 13.1856C190.118 13.1856 191.034 13.3601 191.848 13.709C192.662 14.0579 193.35 14.5522 193.913 15.1919C194.475 15.8316 194.906 16.5973 195.206 17.489C195.507 18.3807 195.657 19.3741 195.657 20.4694Z" }), _jsx("path", { d: "M206.354 27.3896C206.16 27.4672 205.864 27.5398 205.467 27.6077C205.07 27.6755 204.595 27.7143 204.042 27.724C203.315 27.724 202.685 27.6319 202.152 27.4478C201.619 27.2733 201.173 27.0213 200.815 26.6918C200.466 26.3525 200.204 25.9455 200.03 25.4705C199.855 24.9956 199.768 24.4674 199.768 23.8859V15.4827H197.107V13.5491H199.768V9.76911H202.021V13.5491H206.15V15.4827H202.021V23.5369C202.021 23.8568 202.065 24.1524 202.152 24.4238C202.249 24.6952 202.395 24.9326 202.588 25.1362C202.792 25.33 203.049 25.4851 203.359 25.6014C203.669 25.708 204.042 25.7613 204.478 25.7613C204.779 25.7613 205.094 25.7371 205.423 25.6886C205.763 25.6402 206.073 25.5772 206.354 25.4996V27.3896Z" }), _jsx("path", { d: "M214.681 15.1192C214.167 15.1192 213.687 15.221 213.242 15.4245C212.805 15.6281 212.423 15.9043 212.093 16.2532C211.764 16.6021 211.497 17.0141 211.293 17.489C211.09 17.9542 210.964 18.4534 210.915 18.9864H217.894C217.894 18.4437 217.821 17.9397 217.676 17.4744C217.54 16.9995 217.337 16.5876 217.065 16.2387C216.794 15.8898 216.459 15.6184 216.062 15.4245C215.665 15.221 215.204 15.1192 214.681 15.1192ZM215.917 25.7613C216.663 25.7613 217.341 25.7032 217.952 25.5869C218.572 25.4609 219.188 25.2864 219.798 25.0635V26.9389C219.304 27.1812 218.693 27.3702 217.967 27.5059C217.24 27.6513 216.459 27.724 215.626 27.724C214.637 27.724 213.707 27.598 212.835 27.346C211.972 27.094 211.216 26.6869 210.567 26.1248C209.917 25.5626 209.403 24.8309 209.025 23.9295C208.657 23.0184 208.473 21.9232 208.473 20.6438C208.473 19.3838 208.647 18.2934 208.996 17.3727C209.345 16.4422 209.811 15.6668 210.392 15.0465C210.974 14.4262 211.642 13.961 212.398 13.6509C213.154 13.3407 213.944 13.1856 214.768 13.1856C215.544 13.1856 216.266 13.3165 216.934 13.5782C217.613 13.8302 218.199 14.2324 218.693 14.7849C219.188 15.3373 219.575 16.0497 219.857 16.922C220.147 17.7943 220.293 18.8411 220.293 20.0623C220.293 20.1786 220.293 20.2804 220.293 20.3676C220.293 20.4451 220.288 20.6293 220.278 20.92H210.799C210.799 21.802 210.93 22.5532 211.192 23.1735C211.463 23.7841 211.827 24.2832 212.282 24.6709C212.747 25.0489 213.29 25.3252 213.91 25.4996C214.531 25.6741 215.199 25.7613 215.917 25.7613Z" }), _jsx("path", { d: "M229.885 13.1856C230.553 13.1856 231.193 13.2583 231.804 13.4037C232.414 13.5394 232.938 13.7332 233.374 13.9852V15.8607C232.763 15.6281 232.201 15.4536 231.687 15.3373C231.174 15.221 230.65 15.1628 230.117 15.1628C229.555 15.1628 228.998 15.2549 228.445 15.4391C227.893 15.6232 227.398 15.9285 226.962 16.355C226.526 16.7718 226.172 17.3291 225.901 18.0269C225.639 18.7151 225.508 19.5728 225.508 20.6002C225.508 21.3465 225.605 22.0346 225.799 22.6646C226.003 23.2946 226.298 23.8423 226.686 24.3075C227.083 24.763 227.578 25.1216 228.169 25.3833C228.76 25.6353 229.444 25.7613 230.219 25.7613C230.781 25.7613 231.348 25.7032 231.92 25.5869C232.492 25.4609 233.049 25.2864 233.592 25.0635V26.9389C233.427 27.0358 233.209 27.1328 232.938 27.2297C232.676 27.3266 232.385 27.409 232.065 27.4768C231.745 27.5544 231.406 27.6125 231.048 27.6513C230.689 27.6998 230.33 27.724 229.972 27.724C229.041 27.724 228.159 27.5835 227.326 27.3024C226.502 27.0213 225.78 26.59 225.16 26.0085C224.539 25.4269 224.05 24.6903 223.691 23.7986C223.333 22.907 223.153 21.8505 223.153 20.6293C223.153 19.7182 223.245 18.8992 223.429 18.1723C223.623 17.4454 223.885 16.8057 224.215 16.2532C224.544 15.7008 224.927 15.2307 225.363 14.843C225.809 14.4553 226.279 14.1403 226.773 13.898C227.277 13.646 227.796 13.4667 228.329 13.3601C228.862 13.2438 229.381 13.1856 229.885 13.1856Z" }), _jsx("path", { d: "M244.143 27.3896C243.949 27.4672 243.654 27.5398 243.256 27.6077C242.859 27.6755 242.384 27.7143 241.832 27.724C241.105 27.724 240.475 27.6319 239.942 27.4478C239.409 27.2733 238.963 27.0213 238.604 26.6918C238.255 26.3525 237.993 25.9455 237.819 25.4705C237.645 24.9956 237.557 24.4674 237.557 23.8859V15.4827H234.897V13.5491H237.557V9.76911H239.811V13.5491H243.94V15.4827H239.811V23.5369C239.811 23.8568 239.854 24.1524 239.942 24.4238C240.039 24.6952 240.184 24.9326 240.378 25.1362C240.581 25.33 240.838 25.4851 241.148 25.6014C241.458 25.708 241.832 25.7613 242.268 25.7613C242.568 25.7613 242.883 25.7371 243.213 25.6886C243.552 25.6402 243.862 25.5772 244.143 25.4996V27.3896Z" }), _jsx("path", { d: "M51.9141 33.3819C51.3379 32.499 50.8019 31.6176 50.2644 30.7733C53.1038 29.0462 54.0626 27.666 54.0626 25.0559V9.97619H50.7245V7.09961H57.8236V24.2891C57.8236 28.6635 56.558 31.1188 51.9141 33.3819Z" }), _jsx("path", { d: "M81.6522 23.0994C81.6522 24.557 82.6885 24.7104 83.3793 24.7104C84.0702 24.7104 85.0677 24.4796 85.8345 24.2503V26.9363C84.7595 27.2817 83.6473 27.5497 82.1122 27.5497C80.2705 27.5497 78.122 26.8589 78.122 23.6354V15.7307H76.1655V13.006H78.122V8.97852H81.6522V13.0075H86.1025V15.7322H81.6522V23.0994Z" }), _jsx("path", { d: "M89.0193 34.7251V12.9691H92.3961V14.2734C93.7391 13.2371 95.2355 12.585 97.0773 12.585C100.262 12.585 102.795 14.8109 102.795 19.6067C102.795 24.3652 100.033 27.5113 95.4663 27.5113C94.3541 27.5113 93.4711 27.358 92.5495 27.1659V34.6864H89.0193V34.7251ZM96.1557 15.5017C95.1194 15.5017 93.8151 16.0005 92.5867 17.0755V24.4814C93.3535 24.6347 94.1605 24.7494 95.234 24.7494C97.7279 24.7494 99.1484 23.1756 99.1484 19.8762C99.1484 16.8447 98.1121 15.5017 96.1557 15.5017Z" }), _jsx("path", { d: "M116.683 27.2051H113.384V25.6313H113.306C112.155 26.5142 110.735 27.4731 108.625 27.4731C106.783 27.4731 104.788 26.1301 104.788 23.4054C104.788 19.7605 107.896 19.0696 110.083 18.7629L113.19 18.3416V17.9202C113.19 16.001 112.423 15.3876 110.619 15.3876C109.736 15.3876 107.665 15.6556 105.976 16.3464L105.67 13.5071C107.205 12.9696 109.315 12.5869 111.08 12.5869C114.533 12.5869 116.759 13.9686 116.759 18.0736V27.2051H116.683ZM113.153 20.5675L110.236 21.0276C109.353 21.1422 108.433 21.6797 108.433 22.984C108.433 24.1349 109.085 24.7871 110.044 24.7871C111.08 24.7871 112.193 24.1736 113.152 23.4828V20.5675H113.153Z" }), _jsx("path", { d: "M131.264 26.745C129.806 27.2438 128.502 27.5505 126.851 27.5505C121.556 27.5505 119.445 24.5191 119.445 20.1074C119.445 15.465 122.362 12.5869 127.08 12.5869C128.845 12.5869 129.92 12.8936 131.109 13.2778V16.2705C130.073 15.8863 128.577 15.465 127.119 15.465C124.97 15.465 123.129 16.6159 123.129 19.9153C123.129 23.5602 124.97 24.6739 127.311 24.6739C128.423 24.6739 129.652 24.4431 131.301 23.791V26.745H131.264Z" }), _jsx("path", { d: "M137.941 19.1093C138.247 18.7639 138.478 18.4185 142.928 13.0077H147.532L141.776 19.7615L148.068 27.2432H143.464L137.978 20.4895V27.2432H134.449V7.09973H137.979V19.1093H137.941Z" }), _jsx("path", { d: "M73.5167 26.7445C71.6749 27.3207 70.1011 27.55 68.2593 27.55C63.7316 27.55 60.9309 25.2869 60.9309 19.9908C60.9309 16.1152 63.3102 12.585 67.8752 12.585C72.403 12.585 73.9768 15.731 73.9768 18.7238C73.9768 19.7213 73.8993 20.2588 73.8621 20.8335H64.7306C64.808 23.9409 66.5724 24.6705 69.2197 24.6705C70.6773 24.6705 71.9816 24.325 73.4795 23.7875V26.7416H73.5167V26.7445ZM70.2947 18.4945C70.2947 16.7673 69.7185 15.271 67.8395 15.271C66.0751 15.271 65.0001 16.5365 64.7693 18.4945H70.2947Z" })] }))] }));
8
+ role: "img", children: [
9
+ _jsx("title", { id: "jetpack-logo-title", children: __('Jetpack Protect Logo', 'jetpack-components') }), _jsx("path", { d: "M20.1063 40.2111C31.2106 40.2111 40.2126 31.2091 40.2126 20.1048C40.2126 9.00048 31.2106 0 20.1063 0C9.00197 0 0 9.00197 0 20.1063C0 31.2106 9.00197 40.2111 20.1063 40.2111Z", fill: logoColor }), _jsx("path", { d: "M21.104 16.7295V36.2209L31.1571 16.7295H21.104Z", fill: "white" }), _jsx("path", { d: "M19.0701 23.4444V3.99023L9.05566 23.4444H19.0701Z", fill: "white" }), showText && (_jsxs(_Fragment, { children: [
10
+ _jsx("path", { d: "M159.347 27.3605H156.978V7.9082H162.371C163.176 7.9082 163.917 7.95666 164.596 8.05359C165.284 8.15051 165.914 8.30074 166.486 8.50428C167.649 8.92104 168.531 9.54619 169.132 10.3797C169.733 11.2036 170.033 12.2213 170.033 13.4328C170.033 14.4214 169.834 15.2937 169.437 16.0497C169.049 16.796 168.482 17.4211 167.736 17.9251C166.99 18.4291 166.079 18.812 165.003 19.0737C163.937 19.3257 162.725 19.4517 161.368 19.4517C160.719 19.4517 160.045 19.4226 159.347 19.3644V27.3605ZM159.347 17.1982C159.667 17.237 160.002 17.2661 160.35 17.2854C160.699 17.3048 161.029 17.3145 161.339 17.3145C162.454 17.3145 163.403 17.2273 164.189 17.0528C164.974 16.8784 165.613 16.6264 166.108 16.2968C166.602 15.9576 166.961 15.5505 167.183 15.0756C167.406 14.591 167.518 14.0434 167.518 13.4328C167.518 12.6768 167.334 12.0565 166.965 11.5719C166.607 11.0873 166.093 10.719 165.424 10.467C165.008 10.3119 164.528 10.2053 163.985 10.1471C163.442 10.0793 162.812 10.0453 162.095 10.0453H159.347V17.1982Z" }), _jsx("path", { d: "M181.093 15.3809H180.919C180.386 15.3809 179.862 15.4294 179.349 15.5263C178.835 15.6232 178.35 15.7735 177.895 15.977C177.449 16.1708 177.042 16.4131 176.674 16.7039C176.315 16.9947 176.014 17.3388 175.772 17.7361V27.3605H173.519V13.5491H175.263L175.699 15.7444H175.743C175.966 15.3858 176.237 15.0514 176.557 14.7412C176.887 14.4311 177.255 14.1597 177.662 13.9271C178.069 13.6945 178.515 13.5152 179 13.3892C179.484 13.2535 179.993 13.1856 180.526 13.1856C180.623 13.1856 180.72 13.1905 180.817 13.2002C180.924 13.2002 181.016 13.205 181.093 13.2147V15.3809Z" }), _jsx("path", { d: "M193.302 20.4694C193.302 19.6164 193.195 18.8604 192.982 18.2014C192.779 17.5326 192.488 16.9705 192.11 16.5149C191.741 16.0497 191.3 15.7008 190.787 15.4682C190.273 15.2258 189.711 15.1047 189.1 15.1047C188.49 15.1047 187.928 15.2258 187.414 15.4682C186.9 15.7008 186.454 16.0497 186.076 16.5149C185.708 16.9705 185.417 17.5326 185.204 18.2014C185.001 18.8604 184.899 19.6164 184.899 20.4694C184.899 21.3126 185.001 22.0686 185.204 22.7373C185.417 23.3964 185.713 23.9537 186.091 24.4092C186.469 24.8648 186.915 25.2137 187.428 25.456C187.942 25.6886 188.504 25.8049 189.115 25.8049C189.725 25.8049 190.283 25.6886 190.787 25.456C191.3 25.2137 191.741 24.8648 192.11 24.4092C192.488 23.9537 192.779 23.3964 192.982 22.7373C193.195 22.0686 193.302 21.3126 193.302 20.4694ZM195.657 20.4694C195.657 21.5549 195.502 22.5435 195.192 23.4352C194.882 24.3269 194.441 25.0926 193.869 25.7322C193.307 26.3622 192.623 26.8517 191.819 27.2006C191.015 27.5495 190.113 27.724 189.115 27.724C188.088 27.724 187.167 27.5495 186.353 27.2006C185.548 26.8517 184.86 26.3622 184.288 25.7322C183.726 25.0926 183.295 24.3269 182.994 23.4352C182.694 22.5435 182.544 21.5549 182.544 20.4694C182.544 19.3741 182.699 18.3807 183.009 17.489C183.319 16.5973 183.755 15.8316 184.317 15.1919C184.889 14.5522 185.577 14.0579 186.382 13.709C187.196 13.3601 188.102 13.1856 189.1 13.1856C190.118 13.1856 191.034 13.3601 191.848 13.709C192.662 14.0579 193.35 14.5522 193.913 15.1919C194.475 15.8316 194.906 16.5973 195.206 17.489C195.507 18.3807 195.657 19.3741 195.657 20.4694Z" }), _jsx("path", { d: "M206.354 27.3896C206.16 27.4672 205.864 27.5398 205.467 27.6077C205.07 27.6755 204.595 27.7143 204.042 27.724C203.315 27.724 202.685 27.6319 202.152 27.4478C201.619 27.2733 201.173 27.0213 200.815 26.6918C200.466 26.3525 200.204 25.9455 200.03 25.4705C199.855 24.9956 199.768 24.4674 199.768 23.8859V15.4827H197.107V13.5491H199.768V9.76911H202.021V13.5491H206.15V15.4827H202.021V23.5369C202.021 23.8568 202.065 24.1524 202.152 24.4238C202.249 24.6952 202.395 24.9326 202.588 25.1362C202.792 25.33 203.049 25.4851 203.359 25.6014C203.669 25.708 204.042 25.7613 204.478 25.7613C204.779 25.7613 205.094 25.7371 205.423 25.6886C205.763 25.6402 206.073 25.5772 206.354 25.4996V27.3896Z" }), _jsx("path", { d: "M214.681 15.1192C214.167 15.1192 213.687 15.221 213.242 15.4245C212.805 15.6281 212.423 15.9043 212.093 16.2532C211.764 16.6021 211.497 17.0141 211.293 17.489C211.09 17.9542 210.964 18.4534 210.915 18.9864H217.894C217.894 18.4437 217.821 17.9397 217.676 17.4744C217.54 16.9995 217.337 16.5876 217.065 16.2387C216.794 15.8898 216.459 15.6184 216.062 15.4245C215.665 15.221 215.204 15.1192 214.681 15.1192ZM215.917 25.7613C216.663 25.7613 217.341 25.7032 217.952 25.5869C218.572 25.4609 219.188 25.2864 219.798 25.0635V26.9389C219.304 27.1812 218.693 27.3702 217.967 27.5059C217.24 27.6513 216.459 27.724 215.626 27.724C214.637 27.724 213.707 27.598 212.835 27.346C211.972 27.094 211.216 26.6869 210.567 26.1248C209.917 25.5626 209.403 24.8309 209.025 23.9295C208.657 23.0184 208.473 21.9232 208.473 20.6438C208.473 19.3838 208.647 18.2934 208.996 17.3727C209.345 16.4422 209.811 15.6668 210.392 15.0465C210.974 14.4262 211.642 13.961 212.398 13.6509C213.154 13.3407 213.944 13.1856 214.768 13.1856C215.544 13.1856 216.266 13.3165 216.934 13.5782C217.613 13.8302 218.199 14.2324 218.693 14.7849C219.188 15.3373 219.575 16.0497 219.857 16.922C220.147 17.7943 220.293 18.8411 220.293 20.0623C220.293 20.1786 220.293 20.2804 220.293 20.3676C220.293 20.4451 220.288 20.6293 220.278 20.92H210.799C210.799 21.802 210.93 22.5532 211.192 23.1735C211.463 23.7841 211.827 24.2832 212.282 24.6709C212.747 25.0489 213.29 25.3252 213.91 25.4996C214.531 25.6741 215.199 25.7613 215.917 25.7613Z" }), _jsx("path", { d: "M229.885 13.1856C230.553 13.1856 231.193 13.2583 231.804 13.4037C232.414 13.5394 232.938 13.7332 233.374 13.9852V15.8607C232.763 15.6281 232.201 15.4536 231.687 15.3373C231.174 15.221 230.65 15.1628 230.117 15.1628C229.555 15.1628 228.998 15.2549 228.445 15.4391C227.893 15.6232 227.398 15.9285 226.962 16.355C226.526 16.7718 226.172 17.3291 225.901 18.0269C225.639 18.7151 225.508 19.5728 225.508 20.6002C225.508 21.3465 225.605 22.0346 225.799 22.6646C226.003 23.2946 226.298 23.8423 226.686 24.3075C227.083 24.763 227.578 25.1216 228.169 25.3833C228.76 25.6353 229.444 25.7613 230.219 25.7613C230.781 25.7613 231.348 25.7032 231.92 25.5869C232.492 25.4609 233.049 25.2864 233.592 25.0635V26.9389C233.427 27.0358 233.209 27.1328 232.938 27.2297C232.676 27.3266 232.385 27.409 232.065 27.4768C231.745 27.5544 231.406 27.6125 231.048 27.6513C230.689 27.6998 230.33 27.724 229.972 27.724C229.041 27.724 228.159 27.5835 227.326 27.3024C226.502 27.0213 225.78 26.59 225.16 26.0085C224.539 25.4269 224.05 24.6903 223.691 23.7986C223.333 22.907 223.153 21.8505 223.153 20.6293C223.153 19.7182 223.245 18.8992 223.429 18.1723C223.623 17.4454 223.885 16.8057 224.215 16.2532C224.544 15.7008 224.927 15.2307 225.363 14.843C225.809 14.4553 226.279 14.1403 226.773 13.898C227.277 13.646 227.796 13.4667 228.329 13.3601C228.862 13.2438 229.381 13.1856 229.885 13.1856Z" }), _jsx("path", { d: "M244.143 27.3896C243.949 27.4672 243.654 27.5398 243.256 27.6077C242.859 27.6755 242.384 27.7143 241.832 27.724C241.105 27.724 240.475 27.6319 239.942 27.4478C239.409 27.2733 238.963 27.0213 238.604 26.6918C238.255 26.3525 237.993 25.9455 237.819 25.4705C237.645 24.9956 237.557 24.4674 237.557 23.8859V15.4827H234.897V13.5491H237.557V9.76911H239.811V13.5491H243.94V15.4827H239.811V23.5369C239.811 23.8568 239.854 24.1524 239.942 24.4238C240.039 24.6952 240.184 24.9326 240.378 25.1362C240.581 25.33 240.838 25.4851 241.148 25.6014C241.458 25.708 241.832 25.7613 242.268 25.7613C242.568 25.7613 242.883 25.7371 243.213 25.6886C243.552 25.6402 243.862 25.5772 244.143 25.4996V27.3896Z" }), _jsx("path", { d: "M51.9141 33.3819C51.3379 32.499 50.8019 31.6176 50.2644 30.7733C53.1038 29.0462 54.0626 27.666 54.0626 25.0559V9.97619H50.7245V7.09961H57.8236V24.2891C57.8236 28.6635 56.558 31.1188 51.9141 33.3819Z" }), _jsx("path", { d: "M81.6522 23.0994C81.6522 24.557 82.6885 24.7104 83.3793 24.7104C84.0702 24.7104 85.0677 24.4796 85.8345 24.2503V26.9363C84.7595 27.2817 83.6473 27.5497 82.1122 27.5497C80.2705 27.5497 78.122 26.8589 78.122 23.6354V15.7307H76.1655V13.006H78.122V8.97852H81.6522V13.0075H86.1025V15.7322H81.6522V23.0994Z" }), _jsx("path", { d: "M89.0193 34.7251V12.9691H92.3961V14.2734C93.7391 13.2371 95.2355 12.585 97.0773 12.585C100.262 12.585 102.795 14.8109 102.795 19.6067C102.795 24.3652 100.033 27.5113 95.4663 27.5113C94.3541 27.5113 93.4711 27.358 92.5495 27.1659V34.6864H89.0193V34.7251ZM96.1557 15.5017C95.1194 15.5017 93.8151 16.0005 92.5867 17.0755V24.4814C93.3535 24.6347 94.1605 24.7494 95.234 24.7494C97.7279 24.7494 99.1484 23.1756 99.1484 19.8762C99.1484 16.8447 98.1121 15.5017 96.1557 15.5017Z" }), _jsx("path", { d: "M116.683 27.2051H113.384V25.6313H113.306C112.155 26.5142 110.735 27.4731 108.625 27.4731C106.783 27.4731 104.788 26.1301 104.788 23.4054C104.788 19.7605 107.896 19.0696 110.083 18.7629L113.19 18.3416V17.9202C113.19 16.001 112.423 15.3876 110.619 15.3876C109.736 15.3876 107.665 15.6556 105.976 16.3464L105.67 13.5071C107.205 12.9696 109.315 12.5869 111.08 12.5869C114.533 12.5869 116.759 13.9686 116.759 18.0736V27.2051H116.683ZM113.153 20.5675L110.236 21.0276C109.353 21.1422 108.433 21.6797 108.433 22.984C108.433 24.1349 109.085 24.7871 110.044 24.7871C111.08 24.7871 112.193 24.1736 113.152 23.4828V20.5675H113.153Z" }), _jsx("path", { d: "M131.264 26.745C129.806 27.2438 128.502 27.5505 126.851 27.5505C121.556 27.5505 119.445 24.5191 119.445 20.1074C119.445 15.465 122.362 12.5869 127.08 12.5869C128.845 12.5869 129.92 12.8936 131.109 13.2778V16.2705C130.073 15.8863 128.577 15.465 127.119 15.465C124.97 15.465 123.129 16.6159 123.129 19.9153C123.129 23.5602 124.97 24.6739 127.311 24.6739C128.423 24.6739 129.652 24.4431 131.301 23.791V26.745H131.264Z" }), _jsx("path", { d: "M137.941 19.1093C138.247 18.7639 138.478 18.4185 142.928 13.0077H147.532L141.776 19.7615L148.068 27.2432H143.464L137.978 20.4895V27.2432H134.449V7.09973H137.979V19.1093H137.941Z" }), _jsx("path", { d: "M73.5167 26.7445C71.6749 27.3207 70.1011 27.55 68.2593 27.55C63.7316 27.55 60.9309 25.2869 60.9309 19.9908C60.9309 16.1152 63.3102 12.585 67.8752 12.585C72.403 12.585 73.9768 15.731 73.9768 18.7238C73.9768 19.7213 73.8993 20.2588 73.8621 20.8335H64.7306C64.808 23.9409 66.5724 24.6705 69.2197 24.6705C70.6773 24.6705 71.9816 24.325 73.4795 23.7875V26.7416H73.5167V26.7445ZM70.2947 18.4945C70.2947 16.7673 69.7185 15.271 67.8395 15.271C66.0751 15.271 65.0001 16.5365 64.7693 18.4945H70.2947Z" })
11
+ ] }))] }));
9
12
  };
10
13
  export default JetpackProtectLogo;
@@ -1,7 +1,11 @@
1
- import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { __ } from '@wordpress/i18n';
3
3
  import clsx from 'clsx';
4
4
  const JetpackSearchLogo = ({ logoColor = '#069e08', showText = true, className, height = 42, width = 330, ...otherProps }) => {
5
- return (_jsxs("svg", { width: width, height: height, xmlns: "http://www.w3.org/2000/svg", x: "0px", y: "0px", viewBox: "0 0 330 42", className: clsx('jetpack-logo', className), "aria-labelledby": "jetpack-logo-title", ...otherProps, children: [_jsx("desc", { id: "jetpack-logo-title", children: __('Jetpack Search Logo', 'jetpack-components') }), showText && (_jsxs(_Fragment, { children: [_jsx("path", { d: "M165.947 13.2919C165.947 13.9029 166.071 14.4103 166.319 14.8142C166.568 15.2078 166.899 15.534 167.314 15.7929C167.738 16.0518 168.225 16.2641 168.774 16.4298C169.333 16.5955 169.913 16.7508 170.514 16.8958C171.322 17.0926 172.114 17.3101 172.89 17.5483C173.678 17.7865 174.377 18.1179 174.988 18.5425C175.599 18.9567 176.091 19.5004 176.463 20.1736C176.847 20.8467 177.038 21.7115 177.038 22.7678C177.038 23.8449 176.836 24.7769 176.432 25.564C176.039 26.3407 175.485 26.9828 174.77 27.4902C174.066 27.9873 173.222 28.355 172.238 28.5932C171.254 28.8417 170.177 28.966 169.007 28.966C168.468 28.966 167.914 28.9298 167.345 28.8573C166.785 28.7951 166.247 28.7071 165.729 28.5932C165.222 28.4793 164.761 28.3498 164.347 28.2048C163.932 28.0598 163.606 27.9148 163.368 27.7699V25.4552C163.741 25.6417 164.16 25.8125 164.626 25.9679C165.092 26.1232 165.574 26.2579 166.071 26.3718C166.568 26.4753 167.07 26.5582 167.578 26.6203C168.085 26.6825 168.562 26.7135 169.007 26.7135C169.732 26.7135 170.421 26.6514 171.073 26.5271C171.736 26.4028 172.316 26.1957 172.813 25.9057C173.31 25.6158 173.703 25.2222 173.993 24.7251C174.283 24.2177 174.428 23.5859 174.428 22.8299C174.428 22.2086 174.299 21.6959 174.04 21.292C173.791 20.8881 173.455 20.5567 173.03 20.2978C172.606 20.0286 172.114 19.8111 171.555 19.6454C171.006 19.4797 170.426 19.3244 169.815 19.1794C169.007 18.993 168.215 18.7858 167.438 18.558C166.672 18.3198 165.983 17.9936 165.372 17.5793C164.771 17.1651 164.284 16.6317 163.912 15.9793C163.549 15.3269 163.368 14.4932 163.368 13.4783C163.368 12.4219 163.554 11.5158 163.927 10.7598C164.3 9.9934 164.807 9.36167 165.45 8.86457C166.092 8.36747 166.842 7.99983 167.702 7.76163C168.562 7.52344 169.478 7.40434 170.452 7.40434C171.56 7.40434 172.59 7.51308 173.543 7.73056C174.506 7.93769 175.386 8.21213 176.184 8.55388V10.8996C175.324 10.5371 174.434 10.2419 173.512 10.0141C172.6 9.78627 171.622 9.66718 170.576 9.65682C169.789 9.65682 169.105 9.74485 168.525 9.92091C167.945 10.0866 167.464 10.33 167.081 10.651C166.697 10.9617 166.413 11.3449 166.226 11.8006C166.04 12.2459 165.947 12.743 165.947 13.2919Z", fill: "black" }), _jsx("path", { d: "M186.565 15.4977C186.016 15.4977 185.504 15.6065 185.027 15.824C184.561 16.0414 184.152 16.3366 183.8 16.7094C183.448 17.0822 183.163 17.5224 182.946 18.0298C182.728 18.5269 182.593 19.0603 182.542 19.6299H189.998C189.998 19.0499 189.92 18.5114 189.765 18.0143C189.62 17.5068 189.403 17.0667 189.113 16.6939C188.823 16.3211 188.465 16.0311 188.041 15.824C187.616 15.6065 187.124 15.4977 186.565 15.4977ZM187.885 26.8689C188.683 26.8689 189.408 26.8067 190.06 26.6825C190.723 26.5478 191.381 26.3614 192.033 26.1232V28.1271C191.505 28.3861 190.853 28.588 190.076 28.733C189.299 28.8883 188.465 28.966 187.575 28.966C186.518 28.966 185.524 28.8314 184.592 28.5621C183.67 28.2928 182.863 27.8579 182.169 27.2572C181.475 26.6566 180.926 25.8747 180.522 24.9115C180.129 23.9381 179.932 22.7678 179.932 21.4008C179.932 20.0545 180.118 18.8894 180.491 17.9056C180.864 16.9114 181.361 16.0829 181.982 15.4201C182.604 14.7573 183.318 14.2602 184.126 13.9288C184.934 13.5974 185.778 13.4317 186.658 13.4317C187.487 13.4317 188.258 13.5715 188.973 13.8511C189.698 14.1204 190.324 14.5501 190.853 15.1404C191.381 15.7307 191.795 16.4919 192.095 17.424C192.406 18.3561 192.561 19.4745 192.561 20.7794C192.561 20.9037 192.561 21.0124 192.561 21.1056C192.561 21.1885 192.556 21.3852 192.546 21.6959H182.417C182.417 22.6384 182.557 23.441 182.837 24.1038C183.127 24.7562 183.515 25.2895 184.002 25.7038C184.499 26.1077 185.079 26.4028 185.742 26.5893C186.405 26.7757 187.119 26.8689 187.885 26.8689Z", fill: "black" }), _jsx("path", { d: "M204.791 26.9465H204.729C204.532 27.1951 204.284 27.4436 203.983 27.6922C203.683 27.9304 203.336 28.1479 202.943 28.3446C202.549 28.531 202.119 28.6812 201.653 28.7951C201.187 28.909 200.69 28.966 200.162 28.966C199.447 28.966 198.79 28.8573 198.189 28.6398C197.599 28.4327 197.086 28.1271 196.651 27.7233C196.227 27.309 195.895 26.8067 195.657 26.2164C195.419 25.6261 195.3 24.9581 195.3 24.2125C195.3 23.4772 195.429 22.8196 195.688 22.2396C195.957 21.6597 196.33 21.1678 196.807 20.7639C197.283 20.36 197.852 20.0493 198.515 19.8318C199.188 19.6143 199.929 19.5056 200.737 19.5056C201.503 19.5159 202.212 19.5833 202.865 19.7075C203.517 19.8318 204.097 19.9872 204.605 20.1736H204.667V19.1483C204.667 18.7444 204.641 18.3871 204.589 18.0764C204.537 17.7657 204.449 17.4913 204.325 17.2531C204.056 16.756 203.626 16.3469 203.036 16.0259C202.445 15.6945 201.648 15.5288 200.643 15.5288C199.898 15.5288 199.194 15.6013 198.531 15.7463C197.878 15.8809 197.226 16.0725 196.573 16.3211V14.3016C196.822 14.1773 197.112 14.0634 197.443 13.9598C197.785 13.8459 198.142 13.7527 198.515 13.6802C198.888 13.5974 199.282 13.5352 199.696 13.4938C200.11 13.4524 200.524 13.4317 200.939 13.4317C202.43 13.4317 203.647 13.6957 204.589 14.2239C205.542 14.7521 206.225 15.4511 206.64 16.3211C206.795 16.6525 206.904 17.0201 206.966 17.424C207.038 17.8175 207.075 18.2525 207.075 18.7289V28.5776H205.055L204.791 26.9465ZM204.667 22.0998C204.222 21.9756 203.693 21.8565 203.082 21.7425C202.471 21.6286 201.798 21.5665 201.063 21.5561C200.038 21.5561 199.235 21.7736 198.655 22.2086C198.075 22.6435 197.785 23.3115 197.785 24.2125C197.785 24.6682 197.858 25.0669 198.003 25.4086C198.148 25.7504 198.344 26.0352 198.593 26.263C198.852 26.4805 199.152 26.6462 199.494 26.7601C199.846 26.8637 200.219 26.9155 200.612 26.9155C201.13 26.9155 201.612 26.843 202.057 26.698C202.502 26.5426 202.896 26.3614 203.238 26.1543C203.59 25.9472 203.885 25.74 204.123 25.5329C204.372 25.3258 204.553 25.1653 204.667 25.0514V22.0998Z", fill: "black" }), _jsx("path", { d: "M219.367 15.7774H219.18C218.611 15.7774 218.051 15.8291 217.503 15.9327C216.954 16.0363 216.436 16.1968 215.949 16.4143C215.473 16.6214 215.038 16.8803 214.644 17.191C214.261 17.5017 213.94 17.8693 213.681 18.2939V28.5776H211.273V13.82H213.137L213.603 16.1657H213.65C213.888 15.7825 214.178 15.4252 214.52 15.0938C214.872 14.7624 215.266 14.4725 215.701 14.2239C216.136 13.9754 216.612 13.7838 217.13 13.6491C217.648 13.5042 218.191 13.4317 218.761 13.4317C218.864 13.4317 218.968 13.4368 219.072 13.4472C219.185 13.4472 219.284 13.4524 219.367 13.4627V15.7774Z", fill: "black" }), _jsx("path", { d: "M227.791 13.4317C228.505 13.4317 229.189 13.5093 229.841 13.6647C230.494 13.8097 231.053 14.0168 231.519 14.2861V16.29C230.866 16.0414 230.266 15.855 229.717 15.7307C229.168 15.6065 228.609 15.5443 228.039 15.5443C227.439 15.5443 226.843 15.6427 226.253 15.8395C225.662 16.0363 225.134 16.3625 224.668 16.8182C224.202 17.2635 223.824 17.859 223.534 18.6046C223.255 19.3399 223.115 20.2564 223.115 21.3542C223.115 22.1516 223.218 22.8869 223.426 23.5601C223.643 24.2332 223.959 24.8183 224.373 25.3154C224.798 25.8022 225.326 26.1854 225.958 26.465C226.589 26.7342 227.319 26.8689 228.148 26.8689C228.749 26.8689 229.354 26.8067 229.965 26.6825C230.577 26.5478 231.172 26.3614 231.752 26.1232V28.1271C231.576 28.2307 231.343 28.3343 231.053 28.4378C230.773 28.5414 230.463 28.6294 230.121 28.7019C229.779 28.7848 229.417 28.8469 229.033 28.8883C228.65 28.9401 228.267 28.966 227.884 28.966C226.89 28.966 225.947 28.8158 225.057 28.5155C224.176 28.2152 223.405 27.7543 222.742 27.133C222.079 26.5116 221.556 25.7245 221.173 24.7717C220.79 23.819 220.598 22.6901 220.598 21.3852C220.598 20.4118 220.697 19.5367 220.893 18.7599C221.101 17.9832 221.38 17.2997 221.732 16.7094C222.084 16.1191 222.493 15.6168 222.96 15.2026C223.436 14.7883 223.938 14.4518 224.466 14.1928C225.005 13.9236 225.559 13.732 226.129 13.6181C226.698 13.4938 227.252 13.4317 227.791 13.4317Z", fill: "black" }), _jsx("path", { d: "M237.488 15.8395H237.535C237.804 15.4977 238.105 15.1819 238.436 14.8919C238.767 14.5916 239.135 14.3378 239.539 14.1307C239.943 13.9132 240.378 13.7424 240.844 13.6181C241.31 13.4938 241.812 13.4317 242.351 13.4317C242.91 13.4317 243.469 13.5093 244.028 13.6647C244.588 13.8097 245.105 14.0738 245.582 14.4569C246.058 14.8401 246.447 15.3735 246.747 16.057C247.047 16.7405 247.197 17.6208 247.197 18.6978V28.5776H244.79V19.0862C244.79 17.8952 244.562 16.9994 244.106 16.3987C243.661 15.7981 242.925 15.4977 241.9 15.4977C241.051 15.4977 240.243 15.7307 239.477 16.1968C238.71 16.6525 238.048 17.2842 237.488 18.092V28.5776H235.081V6.08392H237.488V15.8395Z", fill: "black" })] })), _jsx("path", { d: "M21.0008 42C32.5991 42 42.0016 32.5975 42.0016 20.9992C42.0016 9.40089 32.5991 0 21.0008 0C9.40245 0 0 9.40245 0 21.0008C0 32.5991 9.40245 42 21.0008 42Z", fill: logoColor }), _jsx("path", { d: "M22.0427 17.4737V37.8322L32.5431 17.4737H22.0427V17.4737Z", fill: "white" }), _jsx("path", { d: "M19.9185 24.4874V4.16779L9.4585 24.4874H19.9185Z", fill: "white" }), _jsx("path", { d: "M54.2236 34.8665C53.6218 33.9443 53.0619 33.0237 52.5005 32.1419C55.4662 30.3379 56.4677 28.8963 56.4677 26.1701V10.4195H52.981V7.41498H60.396V25.3692C60.396 29.9383 59.0741 32.5027 54.2236 34.8665Z", fill: "black" }), _jsx("path", { d: "M85.2846 24.1266C85.2846 25.6491 86.367 25.8093 87.0885 25.8093C87.8101 25.8093 88.8521 25.5683 89.653 25.3288V28.1343C88.5302 28.4951 87.3685 28.775 85.7651 28.775C83.8414 28.775 81.5973 28.0534 81.5973 24.6865V16.4302H79.5538V13.5843H81.5973V9.37756H85.2846V13.5858H89.9329V16.4317H85.2846V24.1266Z", fill: "black" }), _jsx("path", { d: "M92.9795 36.2693V13.5454H96.5066V14.9077C97.9093 13.8253 99.4723 13.1442 101.396 13.1442C104.722 13.1442 107.368 15.4691 107.368 20.4783C107.368 25.4485 104.483 28.7346 99.7133 28.7346C98.5516 28.7346 97.6294 28.5744 96.6668 28.3738V36.2288H92.9795V36.2693V36.2693ZM100.433 16.1907C99.351 16.1907 97.9886 16.7117 96.7056 17.8345V25.5698C97.5065 25.73 98.3494 25.8498 99.4707 25.8498C102.076 25.8498 103.559 24.206 103.559 20.7597C103.559 17.5935 102.477 16.1907 100.433 16.1907Z", fill: "black" }), _jsx("path", { d: "M121.874 28.4142H118.428V26.7704H118.347C117.145 27.6926 115.661 28.6941 113.458 28.6941C111.534 28.6941 109.45 27.2914 109.45 24.4454C109.45 20.6384 112.696 19.9168 114.98 19.5965L118.226 19.1564V18.7162C118.226 16.7117 117.425 16.0709 115.54 16.0709C114.618 16.0709 112.455 16.3509 110.691 17.0725L110.371 14.1068C111.974 13.5454 114.178 13.1457 116.022 13.1457C119.629 13.1457 121.954 14.5889 121.954 18.8764V28.4142H121.874V28.4142ZM118.187 21.4813L115.14 21.9619C114.218 22.0816 113.257 22.643 113.257 24.0053C113.257 25.2075 113.938 25.8886 114.94 25.8886C116.022 25.8886 117.184 25.2479 118.185 24.5263V21.4813H118.187Z", fill: "black" }), _jsx("path", { d: "M137.104 27.9336C135.581 28.4546 134.219 28.775 132.494 28.775C126.964 28.775 124.759 25.6087 124.759 21.0008C124.759 16.1518 127.805 13.1457 132.734 13.1457C134.577 13.1457 135.699 13.4661 136.942 13.8673V16.9931C135.86 16.5919 134.297 16.1518 132.774 16.1518C130.53 16.1518 128.606 17.3539 128.606 20.8002C128.606 24.6072 130.53 25.7704 132.975 25.7704C134.136 25.7704 135.419 25.5294 137.143 24.8482V27.9336H137.104Z", fill: "black" }), _jsx("path", { d: "M144.077 19.9588C144.398 19.598 144.639 19.2372 149.287 13.5858H154.096L148.083 20.64L154.655 28.4546H149.847L144.116 21.4005V28.4546H140.43V7.41498H144.118V19.9588H144.077Z", fill: "black" }), _jsx("path", { d: "M76.7873 27.9337C74.8636 28.5355 73.2198 28.775 71.2961 28.775C66.5668 28.775 63.6416 26.4112 63.6416 20.8795C63.6416 16.8314 66.1267 13.1442 70.8948 13.1442C75.6241 13.1442 77.2678 16.4302 77.2678 19.5561C77.2678 20.598 77.187 21.1594 77.1481 21.7597H67.6103C67.6912 25.0053 69.5341 25.7673 72.2991 25.7673C73.8216 25.7673 75.1839 25.4065 76.7484 24.8451V27.9306H76.7873V27.9337ZM73.422 19.3166C73.422 17.5126 72.8201 15.9497 70.8575 15.9497C69.0147 15.9497 67.8918 17.2715 67.6508 19.3166H73.422V19.3166Z", fill: "black" })] }));
5
+ return (_jsxs("svg", { width: width, height: height, xmlns: "http://www.w3.org/2000/svg", x: "0px", y: "0px", viewBox: "0 0 330 42", className: clsx('jetpack-logo', className), "aria-labelledby": "jetpack-logo-title", ...otherProps, children: [
6
+ _jsx("desc", { id: "jetpack-logo-title", children: __('Jetpack Search Logo', 'jetpack-components') }), showText && (_jsxs(_Fragment, { children: [
7
+ _jsx("path", { d: "M165.947 13.2919C165.947 13.9029 166.071 14.4103 166.319 14.8142C166.568 15.2078 166.899 15.534 167.314 15.7929C167.738 16.0518 168.225 16.2641 168.774 16.4298C169.333 16.5955 169.913 16.7508 170.514 16.8958C171.322 17.0926 172.114 17.3101 172.89 17.5483C173.678 17.7865 174.377 18.1179 174.988 18.5425C175.599 18.9567 176.091 19.5004 176.463 20.1736C176.847 20.8467 177.038 21.7115 177.038 22.7678C177.038 23.8449 176.836 24.7769 176.432 25.564C176.039 26.3407 175.485 26.9828 174.77 27.4902C174.066 27.9873 173.222 28.355 172.238 28.5932C171.254 28.8417 170.177 28.966 169.007 28.966C168.468 28.966 167.914 28.9298 167.345 28.8573C166.785 28.7951 166.247 28.7071 165.729 28.5932C165.222 28.4793 164.761 28.3498 164.347 28.2048C163.932 28.0598 163.606 27.9148 163.368 27.7699V25.4552C163.741 25.6417 164.16 25.8125 164.626 25.9679C165.092 26.1232 165.574 26.2579 166.071 26.3718C166.568 26.4753 167.07 26.5582 167.578 26.6203C168.085 26.6825 168.562 26.7135 169.007 26.7135C169.732 26.7135 170.421 26.6514 171.073 26.5271C171.736 26.4028 172.316 26.1957 172.813 25.9057C173.31 25.6158 173.703 25.2222 173.993 24.7251C174.283 24.2177 174.428 23.5859 174.428 22.8299C174.428 22.2086 174.299 21.6959 174.04 21.292C173.791 20.8881 173.455 20.5567 173.03 20.2978C172.606 20.0286 172.114 19.8111 171.555 19.6454C171.006 19.4797 170.426 19.3244 169.815 19.1794C169.007 18.993 168.215 18.7858 167.438 18.558C166.672 18.3198 165.983 17.9936 165.372 17.5793C164.771 17.1651 164.284 16.6317 163.912 15.9793C163.549 15.3269 163.368 14.4932 163.368 13.4783C163.368 12.4219 163.554 11.5158 163.927 10.7598C164.3 9.9934 164.807 9.36167 165.45 8.86457C166.092 8.36747 166.842 7.99983 167.702 7.76163C168.562 7.52344 169.478 7.40434 170.452 7.40434C171.56 7.40434 172.59 7.51308 173.543 7.73056C174.506 7.93769 175.386 8.21213 176.184 8.55388V10.8996C175.324 10.5371 174.434 10.2419 173.512 10.0141C172.6 9.78627 171.622 9.66718 170.576 9.65682C169.789 9.65682 169.105 9.74485 168.525 9.92091C167.945 10.0866 167.464 10.33 167.081 10.651C166.697 10.9617 166.413 11.3449 166.226 11.8006C166.04 12.2459 165.947 12.743 165.947 13.2919Z", fill: "black" }), _jsx("path", { d: "M186.565 15.4977C186.016 15.4977 185.504 15.6065 185.027 15.824C184.561 16.0414 184.152 16.3366 183.8 16.7094C183.448 17.0822 183.163 17.5224 182.946 18.0298C182.728 18.5269 182.593 19.0603 182.542 19.6299H189.998C189.998 19.0499 189.92 18.5114 189.765 18.0143C189.62 17.5068 189.403 17.0667 189.113 16.6939C188.823 16.3211 188.465 16.0311 188.041 15.824C187.616 15.6065 187.124 15.4977 186.565 15.4977ZM187.885 26.8689C188.683 26.8689 189.408 26.8067 190.06 26.6825C190.723 26.5478 191.381 26.3614 192.033 26.1232V28.1271C191.505 28.3861 190.853 28.588 190.076 28.733C189.299 28.8883 188.465 28.966 187.575 28.966C186.518 28.966 185.524 28.8314 184.592 28.5621C183.67 28.2928 182.863 27.8579 182.169 27.2572C181.475 26.6566 180.926 25.8747 180.522 24.9115C180.129 23.9381 179.932 22.7678 179.932 21.4008C179.932 20.0545 180.118 18.8894 180.491 17.9056C180.864 16.9114 181.361 16.0829 181.982 15.4201C182.604 14.7573 183.318 14.2602 184.126 13.9288C184.934 13.5974 185.778 13.4317 186.658 13.4317C187.487 13.4317 188.258 13.5715 188.973 13.8511C189.698 14.1204 190.324 14.5501 190.853 15.1404C191.381 15.7307 191.795 16.4919 192.095 17.424C192.406 18.3561 192.561 19.4745 192.561 20.7794C192.561 20.9037 192.561 21.0124 192.561 21.1056C192.561 21.1885 192.556 21.3852 192.546 21.6959H182.417C182.417 22.6384 182.557 23.441 182.837 24.1038C183.127 24.7562 183.515 25.2895 184.002 25.7038C184.499 26.1077 185.079 26.4028 185.742 26.5893C186.405 26.7757 187.119 26.8689 187.885 26.8689Z", fill: "black" }), _jsx("path", { d: "M204.791 26.9465H204.729C204.532 27.1951 204.284 27.4436 203.983 27.6922C203.683 27.9304 203.336 28.1479 202.943 28.3446C202.549 28.531 202.119 28.6812 201.653 28.7951C201.187 28.909 200.69 28.966 200.162 28.966C199.447 28.966 198.79 28.8573 198.189 28.6398C197.599 28.4327 197.086 28.1271 196.651 27.7233C196.227 27.309 195.895 26.8067 195.657 26.2164C195.419 25.6261 195.3 24.9581 195.3 24.2125C195.3 23.4772 195.429 22.8196 195.688 22.2396C195.957 21.6597 196.33 21.1678 196.807 20.7639C197.283 20.36 197.852 20.0493 198.515 19.8318C199.188 19.6143 199.929 19.5056 200.737 19.5056C201.503 19.5159 202.212 19.5833 202.865 19.7075C203.517 19.8318 204.097 19.9872 204.605 20.1736H204.667V19.1483C204.667 18.7444 204.641 18.3871 204.589 18.0764C204.537 17.7657 204.449 17.4913 204.325 17.2531C204.056 16.756 203.626 16.3469 203.036 16.0259C202.445 15.6945 201.648 15.5288 200.643 15.5288C199.898 15.5288 199.194 15.6013 198.531 15.7463C197.878 15.8809 197.226 16.0725 196.573 16.3211V14.3016C196.822 14.1773 197.112 14.0634 197.443 13.9598C197.785 13.8459 198.142 13.7527 198.515 13.6802C198.888 13.5974 199.282 13.5352 199.696 13.4938C200.11 13.4524 200.524 13.4317 200.939 13.4317C202.43 13.4317 203.647 13.6957 204.589 14.2239C205.542 14.7521 206.225 15.4511 206.64 16.3211C206.795 16.6525 206.904 17.0201 206.966 17.424C207.038 17.8175 207.075 18.2525 207.075 18.7289V28.5776H205.055L204.791 26.9465ZM204.667 22.0998C204.222 21.9756 203.693 21.8565 203.082 21.7425C202.471 21.6286 201.798 21.5665 201.063 21.5561C200.038 21.5561 199.235 21.7736 198.655 22.2086C198.075 22.6435 197.785 23.3115 197.785 24.2125C197.785 24.6682 197.858 25.0669 198.003 25.4086C198.148 25.7504 198.344 26.0352 198.593 26.263C198.852 26.4805 199.152 26.6462 199.494 26.7601C199.846 26.8637 200.219 26.9155 200.612 26.9155C201.13 26.9155 201.612 26.843 202.057 26.698C202.502 26.5426 202.896 26.3614 203.238 26.1543C203.59 25.9472 203.885 25.74 204.123 25.5329C204.372 25.3258 204.553 25.1653 204.667 25.0514V22.0998Z", fill: "black" }), _jsx("path", { d: "M219.367 15.7774H219.18C218.611 15.7774 218.051 15.8291 217.503 15.9327C216.954 16.0363 216.436 16.1968 215.949 16.4143C215.473 16.6214 215.038 16.8803 214.644 17.191C214.261 17.5017 213.94 17.8693 213.681 18.2939V28.5776H211.273V13.82H213.137L213.603 16.1657H213.65C213.888 15.7825 214.178 15.4252 214.52 15.0938C214.872 14.7624 215.266 14.4725 215.701 14.2239C216.136 13.9754 216.612 13.7838 217.13 13.6491C217.648 13.5042 218.191 13.4317 218.761 13.4317C218.864 13.4317 218.968 13.4368 219.072 13.4472C219.185 13.4472 219.284 13.4524 219.367 13.4627V15.7774Z", fill: "black" }), _jsx("path", { d: "M227.791 13.4317C228.505 13.4317 229.189 13.5093 229.841 13.6647C230.494 13.8097 231.053 14.0168 231.519 14.2861V16.29C230.866 16.0414 230.266 15.855 229.717 15.7307C229.168 15.6065 228.609 15.5443 228.039 15.5443C227.439 15.5443 226.843 15.6427 226.253 15.8395C225.662 16.0363 225.134 16.3625 224.668 16.8182C224.202 17.2635 223.824 17.859 223.534 18.6046C223.255 19.3399 223.115 20.2564 223.115 21.3542C223.115 22.1516 223.218 22.8869 223.426 23.5601C223.643 24.2332 223.959 24.8183 224.373 25.3154C224.798 25.8022 225.326 26.1854 225.958 26.465C226.589 26.7342 227.319 26.8689 228.148 26.8689C228.749 26.8689 229.354 26.8067 229.965 26.6825C230.577 26.5478 231.172 26.3614 231.752 26.1232V28.1271C231.576 28.2307 231.343 28.3343 231.053 28.4378C230.773 28.5414 230.463 28.6294 230.121 28.7019C229.779 28.7848 229.417 28.8469 229.033 28.8883C228.65 28.9401 228.267 28.966 227.884 28.966C226.89 28.966 225.947 28.8158 225.057 28.5155C224.176 28.2152 223.405 27.7543 222.742 27.133C222.079 26.5116 221.556 25.7245 221.173 24.7717C220.79 23.819 220.598 22.6901 220.598 21.3852C220.598 20.4118 220.697 19.5367 220.893 18.7599C221.101 17.9832 221.38 17.2997 221.732 16.7094C222.084 16.1191 222.493 15.6168 222.96 15.2026C223.436 14.7883 223.938 14.4518 224.466 14.1928C225.005 13.9236 225.559 13.732 226.129 13.6181C226.698 13.4938 227.252 13.4317 227.791 13.4317Z", fill: "black" }), _jsx("path", { d: "M237.488 15.8395H237.535C237.804 15.4977 238.105 15.1819 238.436 14.8919C238.767 14.5916 239.135 14.3378 239.539 14.1307C239.943 13.9132 240.378 13.7424 240.844 13.6181C241.31 13.4938 241.812 13.4317 242.351 13.4317C242.91 13.4317 243.469 13.5093 244.028 13.6647C244.588 13.8097 245.105 14.0738 245.582 14.4569C246.058 14.8401 246.447 15.3735 246.747 16.057C247.047 16.7405 247.197 17.6208 247.197 18.6978V28.5776H244.79V19.0862C244.79 17.8952 244.562 16.9994 244.106 16.3987C243.661 15.7981 242.925 15.4977 241.9 15.4977C241.051 15.4977 240.243 15.7307 239.477 16.1968C238.71 16.6525 238.048 17.2842 237.488 18.092V28.5776H235.081V6.08392H237.488V15.8395Z", fill: "black" })
8
+ ] })), _jsx("path", { d: "M21.0008 42C32.5991 42 42.0016 32.5975 42.0016 20.9992C42.0016 9.40089 32.5991 0 21.0008 0C9.40245 0 0 9.40245 0 21.0008C0 32.5991 9.40245 42 21.0008 42Z", fill: logoColor }), _jsx("path", { d: "M22.0427 17.4737V37.8322L32.5431 17.4737H22.0427V17.4737Z", fill: "white" }), _jsx("path", { d: "M19.9185 24.4874V4.16779L9.4585 24.4874H19.9185Z", fill: "white" }), _jsx("path", { d: "M54.2236 34.8665C53.6218 33.9443 53.0619 33.0237 52.5005 32.1419C55.4662 30.3379 56.4677 28.8963 56.4677 26.1701V10.4195H52.981V7.41498H60.396V25.3692C60.396 29.9383 59.0741 32.5027 54.2236 34.8665Z", fill: "black" }), _jsx("path", { d: "M85.2846 24.1266C85.2846 25.6491 86.367 25.8093 87.0885 25.8093C87.8101 25.8093 88.8521 25.5683 89.653 25.3288V28.1343C88.5302 28.4951 87.3685 28.775 85.7651 28.775C83.8414 28.775 81.5973 28.0534 81.5973 24.6865V16.4302H79.5538V13.5843H81.5973V9.37756H85.2846V13.5858H89.9329V16.4317H85.2846V24.1266Z", fill: "black" }), _jsx("path", { d: "M92.9795 36.2693V13.5454H96.5066V14.9077C97.9093 13.8253 99.4723 13.1442 101.396 13.1442C104.722 13.1442 107.368 15.4691 107.368 20.4783C107.368 25.4485 104.483 28.7346 99.7133 28.7346C98.5516 28.7346 97.6294 28.5744 96.6668 28.3738V36.2288H92.9795V36.2693V36.2693ZM100.433 16.1907C99.351 16.1907 97.9886 16.7117 96.7056 17.8345V25.5698C97.5065 25.73 98.3494 25.8498 99.4707 25.8498C102.076 25.8498 103.559 24.206 103.559 20.7597C103.559 17.5935 102.477 16.1907 100.433 16.1907Z", fill: "black" }), _jsx("path", { d: "M121.874 28.4142H118.428V26.7704H118.347C117.145 27.6926 115.661 28.6941 113.458 28.6941C111.534 28.6941 109.45 27.2914 109.45 24.4454C109.45 20.6384 112.696 19.9168 114.98 19.5965L118.226 19.1564V18.7162C118.226 16.7117 117.425 16.0709 115.54 16.0709C114.618 16.0709 112.455 16.3509 110.691 17.0725L110.371 14.1068C111.974 13.5454 114.178 13.1457 116.022 13.1457C119.629 13.1457 121.954 14.5889 121.954 18.8764V28.4142H121.874V28.4142ZM118.187 21.4813L115.14 21.9619C114.218 22.0816 113.257 22.643 113.257 24.0053C113.257 25.2075 113.938 25.8886 114.94 25.8886C116.022 25.8886 117.184 25.2479 118.185 24.5263V21.4813H118.187Z", fill: "black" }), _jsx("path", { d: "M137.104 27.9336C135.581 28.4546 134.219 28.775 132.494 28.775C126.964 28.775 124.759 25.6087 124.759 21.0008C124.759 16.1518 127.805 13.1457 132.734 13.1457C134.577 13.1457 135.699 13.4661 136.942 13.8673V16.9931C135.86 16.5919 134.297 16.1518 132.774 16.1518C130.53 16.1518 128.606 17.3539 128.606 20.8002C128.606 24.6072 130.53 25.7704 132.975 25.7704C134.136 25.7704 135.419 25.5294 137.143 24.8482V27.9336H137.104Z", fill: "black" }), _jsx("path", { d: "M144.077 19.9588C144.398 19.598 144.639 19.2372 149.287 13.5858H154.096L148.083 20.64L154.655 28.4546H149.847L144.116 21.4005V28.4546H140.43V7.41498H144.118V19.9588H144.077Z", fill: "black" }), _jsx("path", { d: "M76.7873 27.9337C74.8636 28.5355 73.2198 28.775 71.2961 28.775C66.5668 28.775 63.6416 26.4112 63.6416 20.8795C63.6416 16.8314 66.1267 13.1442 70.8948 13.1442C75.6241 13.1442 77.2678 16.4302 77.2678 19.5561C77.2678 20.598 77.187 21.1594 77.1481 21.7597H67.6103C67.6912 25.0053 69.5341 25.7673 72.2991 25.7673C73.8216 25.7673 75.1839 25.4065 76.7484 24.8451V27.9306H76.7873V27.9337ZM73.422 19.3166C73.422 17.5126 72.8201 15.9497 70.8575 15.9497C69.0147 15.9497 67.8918 17.2715 67.6508 19.3166H73.422V19.3166Z", fill: "black" })
9
+ ] }));
6
10
  };
7
11
  export default JetpackSearchLogo;
@@ -1,8 +1,13 @@
1
- import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { __ } from '@wordpress/i18n';
3
3
  import clsx from 'clsx';
4
4
  const JetpackVaultPressBackupLogo = ({ showText = true, className, height = 32, ...otherProps }) => {
5
5
  const viewBox = showText ? '0 0 252 32' : '0 0 120 32';
6
- return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", x: "0px", y: "0px", viewBox: viewBox, className: clsx('jetpack-vaultpress-backup-logo', className), "aria-labelledby": "jetpack-vaultpress-backup-logo-title", height: height, ...otherProps, children: [_jsx("desc", { id: "jetpack-vaultpress-backup-logo-title", children: __('VaultPress Backup Logo', 'jetpack-components') }), _jsx("path", { d: "M2.88004 8.56455C2.86398 8.45217 2.85596 8.34783 2.85596 8.2515C2.85596 7.91438 2.93622 7.60134 3.09676 7.31237C3.30546 6.92709 3.6185 6.63813 4.03589 6.44548L15.1128 2.49632C15.3055 2.43211 15.5061 2.4 15.7148 2.4L16.3168 2.49632L27.3937 6.44548C27.8111 6.63813 28.1242 6.92709 28.3329 7.31237C28.4934 7.61739 28.5737 7.93043 28.5737 8.2515C28.5737 8.34783 28.5657 8.45217 28.5496 8.56455C28.5496 8.5806 28.5416 8.62876 28.5255 8.70903C28.3971 9.28696 28.2526 9.87291 28.0921 10.4669C27.9315 11.0448 27.6426 12.0321 27.2252 13.4288C26.8078 14.8254 26.2941 16.206 25.684 17.5706C25.0901 18.9351 24.3837 20.412 23.565 22.0013C22.7623 23.5746 21.775 25.1237 20.6031 26.6488C19.4473 28.1739 18.2111 29.5304 16.8948 30.7184C16.5737 31.0395 16.1723 31.2 15.6907 31.2C15.2412 31.2 14.856 31.0395 14.5349 30.7184C12.8974 29.2575 11.3804 27.4997 9.98372 25.4448C8.58706 23.39 7.47937 21.4796 6.66064 19.7137C5.84191 17.9478 5.1195 16.1579 4.49342 14.3438C3.88338 12.5137 3.47402 11.1813 3.26532 10.3465C3.07268 9.51171 2.94425 8.91773 2.88004 8.56455ZM3.93957 8.70903C3.97168 8.91773 4.03589 9.2388 4.13221 9.67224C4.24459 10.0896 4.44525 10.804 4.73422 11.8154C5.02318 12.8107 5.34425 13.8381 5.69743 14.8977C6.06666 15.9411 6.55629 17.1532 7.16632 18.5338C7.79241 19.8983 8.45863 21.2067 9.16499 22.4589C9.88739 23.711 10.7543 24.9953 11.7657 26.3117C12.777 27.6281 13.8446 28.792 14.9683 29.8033C15.1931 29.9639 15.4419 30.0441 15.7148 30.0441C15.9877 30.0441 16.2205 29.9639 16.4131 29.8033C17.9703 28.4067 19.4071 26.7291 20.7235 24.7706C22.056 22.812 23.0994 21.006 23.8539 19.3525C24.6245 17.6829 25.3068 15.9652 25.9008 14.1993C26.4948 12.4174 26.88 11.1572 27.0566 10.4187C27.2493 9.68027 27.3777 9.11037 27.4419 8.70903C27.458 8.62876 27.466 8.5485 27.466 8.46823C27.482 8.29164 27.4419 8.11505 27.3456 7.93846C27.2172 7.6816 27.0245 7.50502 26.7677 7.4087L16.076 3.55585C16.0279 3.55585 15.9636 3.54783 15.8834 3.53177C15.8031 3.51572 15.7389 3.50769 15.6907 3.50769L15.3536 3.55585L4.66198 7.4087C4.40512 7.50502 4.21248 7.6816 4.08405 7.93846C3.98773 8.11505 3.93154 8.29967 3.91549 8.49231C3.91549 8.57258 3.92352 8.64482 3.93957 8.70903ZM7.98505 9.67224H12.0305L15.6907 19.0635L19.3991 9.67224H23.4446C23.3483 9.91304 23.2198 10.2662 23.0593 10.7318C22.8988 11.1813 22.7463 11.5906 22.6018 11.9599C22.4573 12.3291 22.3048 12.6742 22.1442 12.9953C22.1121 13.0595 22.056 13.1077 21.9757 13.1398C21.9115 13.1719 21.8312 13.204 21.7349 13.2361C21.6386 13.2522 21.5663 13.2682 21.5182 13.2843C21.4379 13.3324 21.3657 13.3886 21.3014 13.4528C21.2533 13.501 21.2051 13.5732 21.157 13.6696C21.1249 13.7498 21.0927 13.814 21.0606 13.8622C21.0446 13.9104 21.0125 13.9987 20.9643 14.1271C20.9322 14.2395 20.9081 14.3117 20.8921 14.3438L20.3142 15.7886C18.5804 20.1712 17.5529 22.7719 17.2319 23.5906H14.1978L12.8974 20.412C12.769 20.0268 12.5443 19.4488 12.2232 18.6783C12.0948 18.293 11.87 17.715 11.5489 16.9445L10.8265 15.1625C10.7623 15.0181 10.6901 14.8254 10.6098 14.5846C10.5295 14.3438 10.4412 14.1271 10.3449 13.9344C10.2647 13.7418 10.1523 13.5572 10.0078 13.3806C9.94358 13.3164 9.87134 13.2763 9.79107 13.2602C9.71081 13.2281 9.62251 13.212 9.52619 13.212C9.42987 13.212 9.36565 13.204 9.33355 13.188C8.93221 12.2087 8.48271 11.0368 7.98505 9.67224Z", fill: "black" }), _jsxs(_Fragment, { children: [_jsx("path", { d: "M16.0006 32C24.8374 32 32.0012 24.8362 32.0012 15.9994C32.0012 7.16259 24.8374 0 16.0006 0C7.16377 0 0 7.16377 0 16.0006C0 24.8374 7.16377 32 16.0006 32Z", fill: "#069E08" }), _jsx("path", { d: "M16.7945 13.3133V28.8245L24.7948 13.3133H16.7945V13.3133Z", fill: "white" }), _jsx("path", { d: "M15.176 18.6571V3.17545L7.20647 18.6571H15.176Z", fill: "white" }), _jsx("path", { d: "M35.2253 7.76455C35.2092 7.65218 35.2012 7.54783 35.2012 7.45151C35.2012 7.11438 35.2815 6.80134 35.442 6.51238C35.6507 6.12709 35.9637 5.83813 36.3811 5.64549L47.458 1.69632C47.6507 1.63211 47.8514 1.6 48.06 1.6L48.6621 1.69632L59.739 5.64549C60.1564 5.83813 60.4694 6.12709 60.6781 6.51238C60.8386 6.81739 60.9189 7.13043 60.9189 7.45151C60.9189 7.54783 60.9109 7.65218 60.8948 7.76455C60.8948 7.7806 60.8868 7.82876 60.8707 7.90903C60.7423 8.48696 60.5978 9.07291 60.4373 9.66689C60.2768 10.2448 59.9878 11.2321 59.5704 12.6288C59.153 14.0254 58.6393 15.406 58.0293 16.7706C57.4353 18.1351 56.7289 19.612 55.9102 21.2013C55.1075 22.7746 54.1202 24.3237 52.9483 25.8488C51.7925 27.3739 50.5564 28.7304 49.24 29.9184C48.9189 30.2395 48.5176 30.4 48.036 30.4C47.5865 30.4 47.2012 30.2395 46.8801 29.9184C45.2427 28.4575 43.7256 26.6997 42.3289 24.6448C40.9323 22.59 39.8246 20.6796 39.0059 18.9137C38.1871 17.1478 37.4647 15.3579 36.8386 13.5438C36.2286 11.7137 35.8192 10.3813 35.6106 9.54649C35.4179 8.71171 35.2895 8.11773 35.2253 7.76455ZM36.2848 7.90903C36.3169 8.11773 36.3811 8.4388 36.4774 8.87224C36.5898 9.28963 36.7905 10.004 37.0794 11.0154C37.3684 12.0107 37.6895 13.0381 38.0427 14.0977C38.4119 15.1411 38.9015 16.3532 39.5116 17.7338C40.1376 19.0983 40.8039 20.4067 41.5102 21.6589C42.2326 22.911 43.0995 24.1953 44.1109 25.5117C45.1223 26.8281 46.1898 27.992 47.3136 29.0033C47.5383 29.1639 47.7871 29.2441 48.06 29.2441C48.333 29.2441 48.5657 29.1639 48.7584 29.0033C50.3156 27.6067 51.7524 25.9291 53.0687 23.9706C54.4012 22.012 55.4447 20.206 56.1992 18.5525C56.9697 16.8829 57.652 15.1652 58.246 13.3993C58.84 11.6174 59.2253 10.3572 59.4019 9.61873C59.5945 8.88027 59.7229 8.31037 59.7871 7.90903C59.8032 7.82876 59.8112 7.7485 59.8112 7.66823C59.8273 7.49164 59.7871 7.31505 59.6908 7.13846C59.5624 6.88161 59.3697 6.70502 59.1129 6.6087L48.4213 2.75585C48.3731 2.75585 48.3089 2.74783 48.2286 2.73177C48.1483 2.71572 48.0841 2.70769 48.036 2.70769L47.6988 2.75585L37.0072 6.6087C36.7504 6.70502 36.5577 6.88161 36.4293 7.13846C36.333 7.31505 36.2768 7.49967 36.2607 7.69231C36.2607 7.77258 36.2687 7.84482 36.2848 7.90903ZM40.3303 8.87224H44.3758L48.036 18.2635L51.7443 8.87224H55.7898C55.6935 9.11304 55.5651 9.46622 55.4045 9.93177C55.244 10.3813 55.0915 10.7906 54.947 11.1599C54.8025 11.5291 54.65 11.8742 54.4895 12.1953C54.4574 12.2595 54.4012 12.3077 54.3209 12.3398C54.2567 12.3719 54.1764 12.404 54.0801 12.4361C53.9838 12.4522 53.9116 12.4682 53.8634 12.4843C53.7831 12.5324 53.7109 12.5886 53.6467 12.6528C53.5985 12.701 53.5503 12.7732 53.5022 12.8696C53.4701 12.9498 53.438 13.014 53.4059 13.0622C53.3898 13.1104 53.3577 13.1987 53.3095 13.3271C53.2774 13.4395 53.2534 13.5117 53.2373 13.5438L52.6594 14.9886C50.9256 19.3712 49.8982 21.9719 49.5771 22.7906H46.543L45.2427 19.612C45.1142 19.2268 44.8895 18.6488 44.5684 17.8783C44.44 17.493 44.2152 16.915 43.8942 16.1445L43.1718 14.3625C43.1075 14.2181 43.0353 14.0254 42.955 13.7846C42.8748 13.5438 42.7865 13.3271 42.6901 13.1344C42.6099 12.9418 42.4975 12.7572 42.353 12.5806C42.2888 12.5164 42.2166 12.4763 42.1363 12.4602C42.056 12.4281 41.9677 12.412 41.8714 12.412C41.7751 12.412 41.7109 12.404 41.6788 12.388C41.2774 11.4087 40.8279 10.2368 40.3303 8.87224Z", fill: "black" }), _jsx("path", { d: "M190.13 16.1309C190.62 16.2019 191.058 16.3321 191.444 16.5215C191.839 16.7109 192.174 16.9555 192.45 17.2553C192.734 17.5473 192.951 17.8984 193.101 18.3087C193.251 18.7111 193.326 19.1727 193.326 19.6935C193.326 20.0644 193.271 20.455 193.16 20.8653C193.05 21.2677 192.865 21.6622 192.604 22.0489C192.352 22.4276 192.016 22.7788 191.598 23.1023C191.188 23.4258 190.675 23.6901 190.059 23.8953C189.586 24.0531 189.061 24.1636 188.485 24.2267C187.909 24.2898 187.219 24.3214 186.414 24.3214H182.319V8.48489H186.272C186.635 8.48489 186.962 8.49278 187.254 8.50856C187.554 8.51645 187.826 8.53223 188.071 8.5559C188.324 8.57957 188.556 8.61114 188.769 8.65059C188.982 8.68215 189.184 8.72161 189.373 8.76895C189.87 8.90309 190.32 9.08852 190.722 9.32524C191.133 9.55407 191.48 9.83024 191.764 10.1538C192.048 10.4773 192.265 10.8442 192.415 11.2545C192.573 11.6648 192.652 12.1106 192.652 12.592C192.652 12.9786 192.604 13.3495 192.509 13.7045C192.423 14.0596 192.277 14.3871 192.072 14.6869C191.874 14.9868 191.614 15.255 191.29 15.4918C190.975 15.7285 190.588 15.9257 190.13 16.0836V16.1309ZM187.183 15.3379C187.562 15.3379 187.89 15.3221 188.166 15.2905C188.442 15.2511 188.69 15.1959 188.911 15.1248C189.503 14.9276 189.933 14.6198 190.201 14.2016C190.478 13.7834 190.616 13.2903 190.616 12.7222C190.616 12.1382 190.474 11.6609 190.19 11.29C189.906 10.9191 189.46 10.643 188.852 10.4615C188.552 10.3747 188.205 10.3155 187.811 10.2839C187.416 10.2445 186.951 10.2248 186.414 10.2248H184.248V15.3379H187.183ZM184.248 17.0778V22.5815H186.58C187.132 22.5815 187.645 22.5578 188.118 22.5105C188.592 22.4552 188.994 22.3724 189.326 22.2619C189.689 22.1436 189.996 21.9936 190.249 21.8122C190.501 21.6228 190.703 21.4176 190.852 21.1967C191.01 20.9679 191.121 20.7272 191.184 20.4747C191.255 20.2222 191.29 19.9657 191.29 19.7054C191.29 19.4055 191.255 19.1254 191.184 18.865C191.113 18.5967 190.994 18.36 190.829 18.1548C190.671 17.9418 190.458 17.7564 190.19 17.5986C189.929 17.4407 189.602 17.3184 189.207 17.2316C188.971 17.1764 188.698 17.137 188.391 17.1133C188.091 17.0896 187.716 17.0778 187.266 17.0778H184.248Z", fill: "black" }), _jsx("path", { d: "M202.571 23.0786H202.523C202.373 23.268 202.184 23.4573 201.955 23.6467C201.726 23.8282 201.462 23.9939 201.162 24.1438C200.862 24.2859 200.535 24.4003 200.18 24.4871C199.825 24.5739 199.446 24.6173 199.043 24.6173C198.499 24.6173 197.998 24.5344 197.54 24.3687C197.09 24.2109 196.7 23.9781 196.368 23.6704C196.045 23.3548 195.792 22.9721 195.611 22.5223C195.429 22.0725 195.339 21.5636 195.339 20.9955C195.339 20.4352 195.437 19.9342 195.635 19.4923C195.84 19.0504 196.124 18.6756 196.487 18.3679C196.85 18.0602 197.284 17.8234 197.789 17.6577C198.302 17.492 198.866 17.4092 199.481 17.4092C200.065 17.4171 200.606 17.4684 201.103 17.563C201.6 17.6577 202.042 17.7761 202.428 17.9181H202.476V17.137C202.476 16.8292 202.456 16.557 202.417 16.3203C202.377 16.0836 202.31 15.8745 202.215 15.693C202.01 15.3142 201.683 15.0025 201.233 14.7579C200.783 14.5054 200.176 14.3792 199.41 14.3792C198.842 14.3792 198.306 14.4344 197.801 14.5449C197.304 14.6475 196.806 14.7934 196.309 14.9828V13.4441C196.499 13.3495 196.72 13.2627 196.972 13.1838C197.233 13.097 197.505 13.0259 197.789 12.9707C198.073 12.9076 198.373 12.8602 198.688 12.8287C199.004 12.7971 199.32 12.7813 199.635 12.7813C200.771 12.7813 201.699 12.9825 202.417 13.385C203.143 13.7874 203.663 14.32 203.979 14.9828C204.097 15.2353 204.18 15.5154 204.228 15.8232C204.283 16.123 204.31 16.4544 204.31 16.8174V24.3214H202.772L202.571 23.0786ZM202.476 19.3858C202.137 19.2911 201.734 19.2004 201.269 19.1136C200.803 19.0268 200.29 18.9794 199.73 18.9715C198.949 18.9715 198.337 19.1372 197.895 19.4686C197.453 19.8 197.233 20.309 197.233 20.9955C197.233 21.3427 197.288 21.6464 197.398 21.9068C197.509 22.1672 197.659 22.3842 197.848 22.5578C198.045 22.7235 198.274 22.8498 198.534 22.9366C198.803 23.0155 199.087 23.0549 199.387 23.0549C199.781 23.0549 200.148 22.9997 200.487 22.8892C200.827 22.7709 201.127 22.6328 201.387 22.475C201.655 22.3172 201.88 22.1593 202.062 22.0015C202.251 21.8437 202.389 21.7214 202.476 21.6346V19.3858Z", fill: "black" })] }), showText && (_jsxs(_Fragment, { children: [_jsx("path", { d: "M212.217 12.7813C212.762 12.7813 213.283 12.8405 213.78 12.9589C214.277 13.0693 214.703 13.2272 215.058 13.4323V14.9591C214.561 14.7698 214.103 14.6277 213.685 14.5331C213.267 14.4384 212.841 14.391 212.407 14.391C211.949 14.391 211.495 14.466 211.046 14.6159C210.596 14.7658 210.193 15.0144 209.838 15.3616C209.483 15.7009 209.195 16.1546 208.974 16.7227C208.761 17.2829 208.655 17.9813 208.655 18.8177C208.655 19.4252 208.734 19.9855 208.891 20.4984C209.057 21.0113 209.298 21.4571 209.613 21.8358C209.937 22.2067 210.339 22.4986 210.821 22.7117C211.302 22.9168 211.858 23.0194 212.49 23.0194C212.947 23.0194 213.409 22.9721 213.874 22.8774C214.34 22.7748 214.794 22.6328 215.235 22.4513V23.9781C215.101 24.057 214.924 24.1359 214.703 24.2148C214.49 24.2938 214.253 24.3608 213.993 24.4161C213.732 24.4792 213.456 24.5265 213.164 24.5581C212.872 24.5975 212.58 24.6173 212.288 24.6173C211.531 24.6173 210.813 24.5029 210.134 24.274C209.463 24.0452 208.876 23.6941 208.371 23.2206C207.866 22.7472 207.467 22.1475 207.175 21.4216C206.883 20.6956 206.737 19.8356 206.737 18.8413C206.737 18.0996 206.812 17.4329 206.962 16.8411C207.12 16.2493 207.333 15.7285 207.601 15.2787C207.87 14.8289 208.181 14.4463 208.536 14.1306C208.899 13.815 209.282 13.5586 209.684 13.3613C210.095 13.1561 210.517 13.0102 210.951 12.9234C211.385 12.8287 211.807 12.7813 212.217 12.7813Z", fill: "black" }), _jsx("path", { d: "M224.811 13.0772H227.202L221.71 18.2495L227.19 24.3214H224.906L219.509 18.3324H219.485V24.3214H217.65V7.18293H219.485V18.0957H219.509L224.811 13.0772Z", fill: "black" }), _jsx("path", { d: "M233.322 24.6173C232.738 24.6173 232.213 24.5541 231.748 24.4279C231.282 24.3016 230.872 24.1241 230.517 23.8953C230.169 23.6664 229.873 23.3942 229.629 23.0786C229.384 22.7551 229.191 22.4039 229.049 22.0252C228.938 21.7411 228.86 21.4295 228.812 21.0902C228.765 20.7509 228.741 20.38 228.741 19.9776V13.0772H230.576V19.9657C230.576 20.5891 230.659 21.1099 230.824 21.5281C231.014 22.0015 231.317 22.3763 231.736 22.6525C232.162 22.9208 232.702 23.0549 233.357 23.0549C234.052 23.0549 234.608 22.905 235.026 22.6052C235.452 22.3053 235.756 21.9029 235.937 21.3979C236.072 21.0113 236.139 20.5339 236.139 19.9657V13.0772H237.973V19.9894C237.973 20.3682 237.95 20.7232 237.902 21.0547C237.863 21.3782 237.796 21.678 237.701 21.9542C237.559 22.3408 237.362 22.6998 237.109 23.0313C236.865 23.3548 236.561 23.6349 236.198 23.8716C235.835 24.1083 235.413 24.2898 234.931 24.4161C234.458 24.5502 233.921 24.6173 233.322 24.6173Z", fill: "black" }), _jsx("path", { d: "M248.969 18.5928C248.969 17.9379 248.898 17.35 248.756 16.8292C248.622 16.3084 248.417 15.8666 248.141 15.5036C247.865 15.1327 247.525 14.8487 247.123 14.6514C246.72 14.4541 246.255 14.3555 245.726 14.3555C245.347 14.3555 245 14.4068 244.685 14.5094C244.377 14.612 244.097 14.7422 243.844 14.9C243.592 15.0578 243.375 15.2274 243.193 15.4089C243.012 15.5904 242.866 15.7522 242.755 15.8942V21.7766C243.142 22.1712 243.58 22.4829 244.069 22.7117C244.566 22.9405 245.099 23.0549 245.667 23.0549C246.014 23.0549 246.381 22.9918 246.768 22.8656C247.154 22.7314 247.51 22.4986 247.833 22.1672C248.164 21.8279 248.437 21.3703 248.65 20.7943C248.863 20.2182 248.969 19.4844 248.969 18.5928ZM250.887 18.5691C250.887 19.3503 250.808 20.0447 250.65 20.6522C250.5 21.2519 250.299 21.7766 250.046 22.2264C249.794 22.6762 249.498 23.0549 249.159 23.3627C248.819 23.6625 248.468 23.9071 248.105 24.0965C247.742 24.278 247.371 24.4082 246.993 24.4871C246.622 24.5739 246.271 24.6173 245.939 24.6173C245.253 24.6173 244.657 24.5068 244.152 24.2859C243.647 24.057 243.193 23.7217 242.791 23.2798H242.755V29.8251H240.921V13.0772H242.306L242.696 14.3555H242.732C242.834 14.1977 242.965 14.0438 243.122 13.8939C243.288 13.744 243.505 13.5862 243.773 13.4205C244.049 13.2469 244.377 13.097 244.756 12.9707C245.142 12.8445 245.561 12.7813 246.01 12.7813C246.642 12.7813 247.249 12.8879 247.833 13.1009C248.425 13.3139 248.946 13.6532 249.395 14.1188C249.845 14.5843 250.204 15.184 250.472 15.9179C250.749 16.6438 250.887 17.5275 250.887 18.5691Z", fill: "black" }), _jsx("path", { d: "M76.4464 20.4681C76.7384 19.608 76.9475 18.9965 77.0737 18.6335C77.2078 18.2627 77.484 17.5091 77.9022 16.3729L80.8375 8.50195H83.903L77.7128 24.3384H75.1089L68.9187 8.50195H72.0079L74.9432 16.3729C75.3614 17.5091 75.6337 18.2627 75.7599 18.6335C75.8941 18.9965 76.1071 19.608 76.3991 20.4681H76.4464Z", fill: "black" }), _jsx("path", { d: "M91.9401 23.1193H91.8928C91.735 23.285 91.5456 23.4547 91.3246 23.6283C91.1037 23.8019 90.8512 23.9676 90.5671 24.1254C90.2831 24.2753 89.9675 24.3976 89.6203 24.4923C89.2731 24.587 88.8983 24.6343 88.4959 24.6343C87.9514 24.6343 87.4425 24.5475 86.969 24.3739C86.4956 24.2082 86.0892 23.9676 85.7499 23.652C85.4106 23.3284 85.1423 22.9418 84.9451 22.492C84.7557 22.0344 84.661 21.5254 84.661 20.9652C84.661 20.3497 84.7715 19.7974 84.9924 19.3082C85.2213 18.8189 85.5369 18.4047 85.9393 18.0654C86.3417 17.7261 86.823 17.4696 87.3833 17.2961C87.9435 17.1146 88.5629 17.0238 89.2415 17.0238C89.7386 17.0238 90.1963 17.0554 90.6145 17.1185C91.0327 17.1816 91.3996 17.2566 91.7152 17.3434V16.8818C91.7152 16.6135 91.6679 16.3571 91.5732 16.1125C91.4864 15.86 91.3404 15.639 91.1353 15.4496C90.938 15.2524 90.6776 15.0985 90.3541 14.988C90.0306 14.8697 89.6361 14.8105 89.1705 14.8105C88.6024 14.8105 88.0343 14.8736 87.4661 14.9999C86.898 15.1261 86.2825 15.3155 85.6197 15.568V13.3784C86.1957 13.1259 86.8073 12.9325 87.4543 12.7984C88.1013 12.6643 88.7799 12.5932 89.4901 12.5854C90.3265 12.5854 91.0564 12.6879 91.6797 12.8931C92.311 13.0982 92.8357 13.3823 93.2539 13.7453C93.68 14.1004 93.9956 14.5225 94.2008 15.0117C94.4138 15.5009 94.5204 16.0336 94.5204 16.6096V20.9297C94.5204 21.6872 94.5282 22.3382 94.544 22.8826C94.5598 23.4271 94.5756 23.9123 94.5914 24.3384H92.0585L91.9401 23.1193ZM91.7152 19.4502C91.447 19.3871 91.1392 19.3318 90.792 19.2845C90.4448 19.2293 90.0937 19.2016 89.7386 19.2016C89.0521 19.2016 88.5077 19.3397 88.1053 19.6159C87.7107 19.8842 87.5135 20.2984 87.5135 20.8587C87.5135 21.1191 87.5569 21.3479 87.6437 21.5452C87.7384 21.7345 87.8607 21.8923 88.0106 22.0186C88.1684 22.1448 88.3499 22.2395 88.555 22.3027C88.7602 22.3658 88.9772 22.3973 89.206 22.3973C89.4901 22.3973 89.7584 22.3618 90.0109 22.2908C90.2634 22.2119 90.4961 22.1172 90.7092 22.0068C90.9222 21.8884 91.1116 21.7582 91.2773 21.6162C91.4509 21.4741 91.5969 21.3361 91.7152 21.2019V19.4502Z", fill: "black" }), _jsx("path", { d: "M102.25 24.6343C101.098 24.6343 100.143 24.441 99.3854 24.0544C98.6279 23.6598 98.0558 23.1312 97.6692 22.4684C97.464 22.1133 97.3102 21.7227 97.2076 21.2966C97.1129 20.8705 97.0656 20.3971 97.0656 19.8763V12.8694H99.8707V19.5804C99.8707 19.967 99.8983 20.3024 99.9535 20.5864C100.009 20.8626 100.092 21.1033 100.202 21.3084C100.391 21.6556 100.66 21.916 101.007 22.0896C101.354 22.2553 101.768 22.3382 102.25 22.3382C102.755 22.3382 103.185 22.2435 103.54 22.0541C103.903 21.8647 104.175 21.5767 104.356 21.1901C104.538 20.8192 104.629 20.3024 104.629 19.6396V12.8694H107.434V19.8763C107.434 20.8074 107.272 21.5925 106.949 22.2316C106.767 22.5946 106.53 22.926 106.238 23.2259C105.954 23.5178 105.615 23.7703 105.221 23.9834C104.834 24.1885 104.392 24.3463 103.895 24.4568C103.406 24.5752 102.857 24.6343 102.25 24.6343Z", fill: "black" }), _jsx("path", { d: "M110.026 24.3384V7.2H112.831V24.3384H110.026Z", fill: "black" }), _jsx("path", { d: "M122.561 24.3266C122.245 24.4213 121.867 24.4962 121.425 24.5515C120.991 24.6067 120.585 24.6343 120.206 24.6343C119.243 24.6343 118.454 24.4805 117.839 24.1727C117.231 23.8571 116.801 23.4073 116.548 22.8234C116.367 22.4052 116.276 21.8371 116.276 21.1191V15.1774H114.134V12.8694H116.276V9.66187H119.081V12.8694H122.395V15.1774H119.081V20.7521C119.081 21.194 119.148 21.5215 119.283 21.7345C119.519 22.0975 119.989 22.279 120.691 22.279C121.015 22.279 121.334 22.2553 121.65 22.208C121.973 22.1527 122.277 22.0857 122.561 22.0068V24.3266Z", fill: "black" }), _jsx("path", { d: "M129.012 18.2074C128.752 18.2074 128.495 18.2035 128.243 18.1956C127.99 18.1877 127.754 18.1719 127.533 18.1482V24.3384H124.633V8.50195H129.202C129.967 8.50195 130.634 8.53746 131.202 8.60848C131.778 8.6716 132.291 8.77023 132.74 8.90437C133.822 9.23578 134.654 9.76445 135.238 10.4904C135.822 11.2163 136.114 12.1395 136.114 13.26C136.114 14.0254 135.956 14.7158 135.64 15.3313C135.325 15.9389 134.863 16.4557 134.255 16.8818C133.648 17.3079 132.906 17.6354 132.03 17.8642C131.154 18.093 130.148 18.2074 129.012 18.2074ZM127.533 15.71C127.698 15.7337 127.907 15.7534 128.16 15.7692C128.42 15.7771 128.689 15.7811 128.965 15.7811C129.746 15.7811 130.401 15.7179 130.93 15.5917C131.458 15.4654 131.884 15.2918 132.208 15.0709C132.531 14.8421 132.764 14.5698 132.906 14.2542C133.048 13.9307 133.119 13.5796 133.119 13.2008C133.119 12.7353 133.013 12.3329 132.8 11.9936C132.587 11.6543 132.216 11.3899 131.687 11.2005C131.411 11.1059 131.068 11.0388 130.657 10.9993C130.255 10.952 129.758 10.9283 129.166 10.9283H127.533V15.71Z", fill: "black" }), _jsx("path", { d: "M145.169 15.0946H144.932C144.072 15.0946 143.314 15.2248 142.659 15.4852C142.012 15.7377 141.511 16.1282 141.156 16.6569V24.3384H138.351V12.8694H140.671L140.931 14.4673H140.979C141.31 13.8834 141.764 13.4257 142.34 13.0943C142.924 12.755 143.622 12.5854 144.435 12.5854C144.719 12.5854 144.964 12.6011 145.169 12.6327V15.0946Z", fill: "black" }), _jsx("path", { d: "M152.247 22.3737C152.792 22.3737 153.36 22.3184 153.951 22.208C154.543 22.0975 155.143 21.9397 155.75 21.7345V23.9715C155.388 24.1293 154.831 24.2793 154.082 24.4213C153.332 24.5633 152.555 24.6343 151.75 24.6343C150.937 24.6343 150.164 24.5318 149.43 24.3266C148.704 24.1136 148.069 23.7743 147.525 23.3087C146.98 22.8432 146.546 22.2395 146.223 21.4978C145.907 20.7561 145.749 19.8566 145.749 18.7992C145.749 17.7577 145.899 16.8463 146.199 16.0651C146.499 15.2839 146.901 14.6369 147.406 14.124C147.911 13.6111 148.487 13.2284 149.134 12.9759C149.789 12.7155 150.464 12.5854 151.158 12.5854C151.884 12.5854 152.551 12.6958 153.158 12.9168C153.774 13.1377 154.303 13.4849 154.744 13.9583C155.194 14.4318 155.541 15.0433 155.786 15.7929C156.039 16.5346 156.165 17.4144 156.165 18.4323C156.157 18.8268 156.145 19.1622 156.129 19.4384H148.613C148.653 19.967 148.771 20.4207 148.969 20.7995C149.166 21.1704 149.422 21.4741 149.738 21.7109C150.061 21.9397 150.436 22.1093 150.862 22.2198C151.288 22.3224 151.75 22.3737 152.247 22.3737ZM151.123 14.775C150.768 14.775 150.452 14.8421 150.176 14.9762C149.9 15.1025 149.659 15.28 149.454 15.5088C149.257 15.7298 149.099 15.9902 148.98 16.29C148.862 16.5898 148.783 16.9094 148.744 17.2487H153.253C153.253 16.9094 153.206 16.5898 153.111 16.29C153.024 15.9902 152.89 15.7298 152.709 15.5088C152.535 15.28 152.314 15.1025 152.046 14.9762C151.785 14.8421 151.478 14.775 151.123 14.775Z", fill: "black" }), _jsx("path", { d: "M163.361 21.0125C163.361 20.7679 163.29 20.5667 163.148 20.4089C163.014 20.2511 162.833 20.1209 162.604 20.0183C162.375 19.9079 162.111 19.8132 161.811 19.7343C161.519 19.6554 161.211 19.5764 160.888 19.4975C160.477 19.3871 160.083 19.2608 159.704 19.1188C159.325 18.9689 158.99 18.7755 158.698 18.5388C158.414 18.3021 158.185 18.0062 158.012 17.6511C157.846 17.2882 157.763 16.8463 157.763 16.3255C157.763 15.6864 157.877 15.134 158.106 14.6685C158.335 14.195 158.643 13.8045 159.03 13.4967C159.424 13.189 159.878 12.9602 160.391 12.8102C160.911 12.6603 161.46 12.5854 162.036 12.5854C162.738 12.5854 163.397 12.6445 164.012 12.7629C164.628 12.8734 165.184 13.0193 165.681 13.2008V15.4852C165.421 15.3984 165.145 15.3195 164.853 15.2484C164.569 15.1695 164.277 15.1025 163.977 15.0472C163.685 14.992 163.393 14.9486 163.101 14.917C162.809 14.8776 162.533 14.8579 162.273 14.8579C161.941 14.8579 161.661 14.8894 161.432 14.9525C161.203 15.0157 161.018 15.1025 160.876 15.2129C160.734 15.3155 160.631 15.4378 160.568 15.5798C160.505 15.714 160.474 15.856 160.474 16.0059C160.474 16.2663 160.541 16.4794 160.675 16.6451C160.817 16.8108 161.01 16.9449 161.255 17.0475C161.499 17.1501 161.756 17.2369 162.024 17.3079C162.292 17.371 162.553 17.4341 162.805 17.4973C163.2 17.592 163.594 17.7064 163.989 17.8405C164.383 17.9746 164.738 18.164 165.054 18.4086C165.37 18.6453 165.626 18.957 165.823 19.3437C166.029 19.7224 166.131 20.2077 166.131 20.7995C166.131 21.4465 166.009 22.0107 165.764 22.492C165.52 22.9734 165.176 23.3758 164.734 23.6993C164.3 24.0149 163.776 24.2477 163.16 24.3976C162.553 24.5554 161.882 24.6343 161.148 24.6343C160.422 24.6343 159.767 24.5752 159.183 24.4568C158.607 24.3463 158.13 24.2043 157.751 24.0307V21.77C158.367 21.9989 158.935 22.1567 159.456 22.2435C159.976 22.3224 160.462 22.3618 160.911 22.3618C161.259 22.3618 161.582 22.3382 161.882 22.2908C162.182 22.2356 162.438 22.1527 162.651 22.0423C162.872 21.9318 163.046 21.7937 163.172 21.628C163.298 21.4544 163.361 21.2493 163.361 21.0125Z", fill: "black" }), _jsx("path", { d: "M173.15 21.0125C173.15 20.7679 173.079 20.5667 172.937 20.4089C172.803 20.2511 172.622 20.1209 172.393 20.0183C172.164 19.9079 171.9 19.8132 171.6 19.7343C171.308 19.6554 171 19.5764 170.677 19.4975C170.266 19.3871 169.872 19.2608 169.493 19.1188C169.114 18.9689 168.779 18.7755 168.487 18.5388C168.203 18.3021 167.974 18.0062 167.8 17.6511C167.635 17.2882 167.552 16.8463 167.552 16.3255C167.552 15.6864 167.666 15.134 167.895 14.6685C168.124 14.195 168.432 13.8045 168.818 13.4967C169.213 13.189 169.667 12.9602 170.179 12.8102C170.7 12.6603 171.249 12.5854 171.825 12.5854C172.527 12.5854 173.186 12.6445 173.801 12.7629C174.417 12.8734 174.973 13.0193 175.47 13.2008V15.4852C175.21 15.3984 174.934 15.3195 174.642 15.2484C174.358 15.1695 174.066 15.1025 173.766 15.0472C173.474 14.992 173.182 14.9486 172.89 14.917C172.598 14.8776 172.322 14.8579 172.061 14.8579C171.73 14.8579 171.45 14.8894 171.221 14.9525C170.992 15.0157 170.807 15.1025 170.665 15.2129C170.523 15.3155 170.42 15.4378 170.357 15.5798C170.294 15.714 170.262 15.856 170.262 16.0059C170.262 16.2663 170.329 16.4794 170.464 16.6451C170.606 16.8108 170.799 16.9449 171.043 17.0475C171.288 17.1501 171.545 17.2369 171.813 17.3079C172.081 17.371 172.341 17.4341 172.594 17.4973C172.989 17.592 173.383 17.7064 173.778 17.8405C174.172 17.9746 174.527 18.164 174.843 18.4086C175.158 18.6453 175.415 18.957 175.612 19.3437C175.817 19.7224 175.92 20.2077 175.92 20.7995C175.92 21.4465 175.798 22.0107 175.553 22.492C175.308 22.9734 174.965 23.3758 174.523 23.6993C174.089 24.0149 173.565 24.2477 172.949 24.3976C172.341 24.5554 171.671 24.6343 170.937 24.6343C170.211 24.6343 169.556 24.5752 168.972 24.4568C168.396 24.3463 167.919 24.2043 167.54 24.0307V21.77C168.156 21.9989 168.724 22.1567 169.244 22.2435C169.765 22.3224 170.25 22.3618 170.7 22.3618C171.047 22.3618 171.371 22.3382 171.671 22.2908C171.971 22.2356 172.227 22.1527 172.44 22.0423C172.661 21.9318 172.835 21.7937 172.961 21.628C173.087 21.4544 173.15 21.2493 173.15 21.0125Z", fill: "black" })] }))] }));
6
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", x: "0px", y: "0px", viewBox: viewBox, className: clsx('jetpack-vaultpress-backup-logo', className), "aria-labelledby": "jetpack-vaultpress-backup-logo-title", height: height, ...otherProps, children: [
7
+ _jsx("desc", { id: "jetpack-vaultpress-backup-logo-title", children: __('VaultPress Backup Logo', 'jetpack-components') }), _jsx("path", { d: "M2.88004 8.56455C2.86398 8.45217 2.85596 8.34783 2.85596 8.2515C2.85596 7.91438 2.93622 7.60134 3.09676 7.31237C3.30546 6.92709 3.6185 6.63813 4.03589 6.44548L15.1128 2.49632C15.3055 2.43211 15.5061 2.4 15.7148 2.4L16.3168 2.49632L27.3937 6.44548C27.8111 6.63813 28.1242 6.92709 28.3329 7.31237C28.4934 7.61739 28.5737 7.93043 28.5737 8.2515C28.5737 8.34783 28.5657 8.45217 28.5496 8.56455C28.5496 8.5806 28.5416 8.62876 28.5255 8.70903C28.3971 9.28696 28.2526 9.87291 28.0921 10.4669C27.9315 11.0448 27.6426 12.0321 27.2252 13.4288C26.8078 14.8254 26.2941 16.206 25.684 17.5706C25.0901 18.9351 24.3837 20.412 23.565 22.0013C22.7623 23.5746 21.775 25.1237 20.6031 26.6488C19.4473 28.1739 18.2111 29.5304 16.8948 30.7184C16.5737 31.0395 16.1723 31.2 15.6907 31.2C15.2412 31.2 14.856 31.0395 14.5349 30.7184C12.8974 29.2575 11.3804 27.4997 9.98372 25.4448C8.58706 23.39 7.47937 21.4796 6.66064 19.7137C5.84191 17.9478 5.1195 16.1579 4.49342 14.3438C3.88338 12.5137 3.47402 11.1813 3.26532 10.3465C3.07268 9.51171 2.94425 8.91773 2.88004 8.56455ZM3.93957 8.70903C3.97168 8.91773 4.03589 9.2388 4.13221 9.67224C4.24459 10.0896 4.44525 10.804 4.73422 11.8154C5.02318 12.8107 5.34425 13.8381 5.69743 14.8977C6.06666 15.9411 6.55629 17.1532 7.16632 18.5338C7.79241 19.8983 8.45863 21.2067 9.16499 22.4589C9.88739 23.711 10.7543 24.9953 11.7657 26.3117C12.777 27.6281 13.8446 28.792 14.9683 29.8033C15.1931 29.9639 15.4419 30.0441 15.7148 30.0441C15.9877 30.0441 16.2205 29.9639 16.4131 29.8033C17.9703 28.4067 19.4071 26.7291 20.7235 24.7706C22.056 22.812 23.0994 21.006 23.8539 19.3525C24.6245 17.6829 25.3068 15.9652 25.9008 14.1993C26.4948 12.4174 26.88 11.1572 27.0566 10.4187C27.2493 9.68027 27.3777 9.11037 27.4419 8.70903C27.458 8.62876 27.466 8.5485 27.466 8.46823C27.482 8.29164 27.4419 8.11505 27.3456 7.93846C27.2172 7.6816 27.0245 7.50502 26.7677 7.4087L16.076 3.55585C16.0279 3.55585 15.9636 3.54783 15.8834 3.53177C15.8031 3.51572 15.7389 3.50769 15.6907 3.50769L15.3536 3.55585L4.66198 7.4087C4.40512 7.50502 4.21248 7.6816 4.08405 7.93846C3.98773 8.11505 3.93154 8.29967 3.91549 8.49231C3.91549 8.57258 3.92352 8.64482 3.93957 8.70903ZM7.98505 9.67224H12.0305L15.6907 19.0635L19.3991 9.67224H23.4446C23.3483 9.91304 23.2198 10.2662 23.0593 10.7318C22.8988 11.1813 22.7463 11.5906 22.6018 11.9599C22.4573 12.3291 22.3048 12.6742 22.1442 12.9953C22.1121 13.0595 22.056 13.1077 21.9757 13.1398C21.9115 13.1719 21.8312 13.204 21.7349 13.2361C21.6386 13.2522 21.5663 13.2682 21.5182 13.2843C21.4379 13.3324 21.3657 13.3886 21.3014 13.4528C21.2533 13.501 21.2051 13.5732 21.157 13.6696C21.1249 13.7498 21.0927 13.814 21.0606 13.8622C21.0446 13.9104 21.0125 13.9987 20.9643 14.1271C20.9322 14.2395 20.9081 14.3117 20.8921 14.3438L20.3142 15.7886C18.5804 20.1712 17.5529 22.7719 17.2319 23.5906H14.1978L12.8974 20.412C12.769 20.0268 12.5443 19.4488 12.2232 18.6783C12.0948 18.293 11.87 17.715 11.5489 16.9445L10.8265 15.1625C10.7623 15.0181 10.6901 14.8254 10.6098 14.5846C10.5295 14.3438 10.4412 14.1271 10.3449 13.9344C10.2647 13.7418 10.1523 13.5572 10.0078 13.3806C9.94358 13.3164 9.87134 13.2763 9.79107 13.2602C9.71081 13.2281 9.62251 13.212 9.52619 13.212C9.42987 13.212 9.36565 13.204 9.33355 13.188C8.93221 12.2087 8.48271 11.0368 7.98505 9.67224Z", fill: "black" }), _jsxs(_Fragment, { children: [
8
+ _jsx("path", { d: "M16.0006 32C24.8374 32 32.0012 24.8362 32.0012 15.9994C32.0012 7.16259 24.8374 0 16.0006 0C7.16377 0 0 7.16377 0 16.0006C0 24.8374 7.16377 32 16.0006 32Z", fill: "#069E08" }), _jsx("path", { d: "M16.7945 13.3133V28.8245L24.7948 13.3133H16.7945V13.3133Z", fill: "white" }), _jsx("path", { d: "M15.176 18.6571V3.17545L7.20647 18.6571H15.176Z", fill: "white" }), _jsx("path", { d: "M35.2253 7.76455C35.2092 7.65218 35.2012 7.54783 35.2012 7.45151C35.2012 7.11438 35.2815 6.80134 35.442 6.51238C35.6507 6.12709 35.9637 5.83813 36.3811 5.64549L47.458 1.69632C47.6507 1.63211 47.8514 1.6 48.06 1.6L48.6621 1.69632L59.739 5.64549C60.1564 5.83813 60.4694 6.12709 60.6781 6.51238C60.8386 6.81739 60.9189 7.13043 60.9189 7.45151C60.9189 7.54783 60.9109 7.65218 60.8948 7.76455C60.8948 7.7806 60.8868 7.82876 60.8707 7.90903C60.7423 8.48696 60.5978 9.07291 60.4373 9.66689C60.2768 10.2448 59.9878 11.2321 59.5704 12.6288C59.153 14.0254 58.6393 15.406 58.0293 16.7706C57.4353 18.1351 56.7289 19.612 55.9102 21.2013C55.1075 22.7746 54.1202 24.3237 52.9483 25.8488C51.7925 27.3739 50.5564 28.7304 49.24 29.9184C48.9189 30.2395 48.5176 30.4 48.036 30.4C47.5865 30.4 47.2012 30.2395 46.8801 29.9184C45.2427 28.4575 43.7256 26.6997 42.3289 24.6448C40.9323 22.59 39.8246 20.6796 39.0059 18.9137C38.1871 17.1478 37.4647 15.3579 36.8386 13.5438C36.2286 11.7137 35.8192 10.3813 35.6106 9.54649C35.4179 8.71171 35.2895 8.11773 35.2253 7.76455ZM36.2848 7.90903C36.3169 8.11773 36.3811 8.4388 36.4774 8.87224C36.5898 9.28963 36.7905 10.004 37.0794 11.0154C37.3684 12.0107 37.6895 13.0381 38.0427 14.0977C38.4119 15.1411 38.9015 16.3532 39.5116 17.7338C40.1376 19.0983 40.8039 20.4067 41.5102 21.6589C42.2326 22.911 43.0995 24.1953 44.1109 25.5117C45.1223 26.8281 46.1898 27.992 47.3136 29.0033C47.5383 29.1639 47.7871 29.2441 48.06 29.2441C48.333 29.2441 48.5657 29.1639 48.7584 29.0033C50.3156 27.6067 51.7524 25.9291 53.0687 23.9706C54.4012 22.012 55.4447 20.206 56.1992 18.5525C56.9697 16.8829 57.652 15.1652 58.246 13.3993C58.84 11.6174 59.2253 10.3572 59.4019 9.61873C59.5945 8.88027 59.7229 8.31037 59.7871 7.90903C59.8032 7.82876 59.8112 7.7485 59.8112 7.66823C59.8273 7.49164 59.7871 7.31505 59.6908 7.13846C59.5624 6.88161 59.3697 6.70502 59.1129 6.6087L48.4213 2.75585C48.3731 2.75585 48.3089 2.74783 48.2286 2.73177C48.1483 2.71572 48.0841 2.70769 48.036 2.70769L47.6988 2.75585L37.0072 6.6087C36.7504 6.70502 36.5577 6.88161 36.4293 7.13846C36.333 7.31505 36.2768 7.49967 36.2607 7.69231C36.2607 7.77258 36.2687 7.84482 36.2848 7.90903ZM40.3303 8.87224H44.3758L48.036 18.2635L51.7443 8.87224H55.7898C55.6935 9.11304 55.5651 9.46622 55.4045 9.93177C55.244 10.3813 55.0915 10.7906 54.947 11.1599C54.8025 11.5291 54.65 11.8742 54.4895 12.1953C54.4574 12.2595 54.4012 12.3077 54.3209 12.3398C54.2567 12.3719 54.1764 12.404 54.0801 12.4361C53.9838 12.4522 53.9116 12.4682 53.8634 12.4843C53.7831 12.5324 53.7109 12.5886 53.6467 12.6528C53.5985 12.701 53.5503 12.7732 53.5022 12.8696C53.4701 12.9498 53.438 13.014 53.4059 13.0622C53.3898 13.1104 53.3577 13.1987 53.3095 13.3271C53.2774 13.4395 53.2534 13.5117 53.2373 13.5438L52.6594 14.9886C50.9256 19.3712 49.8982 21.9719 49.5771 22.7906H46.543L45.2427 19.612C45.1142 19.2268 44.8895 18.6488 44.5684 17.8783C44.44 17.493 44.2152 16.915 43.8942 16.1445L43.1718 14.3625C43.1075 14.2181 43.0353 14.0254 42.955 13.7846C42.8748 13.5438 42.7865 13.3271 42.6901 13.1344C42.6099 12.9418 42.4975 12.7572 42.353 12.5806C42.2888 12.5164 42.2166 12.4763 42.1363 12.4602C42.056 12.4281 41.9677 12.412 41.8714 12.412C41.7751 12.412 41.7109 12.404 41.6788 12.388C41.2774 11.4087 40.8279 10.2368 40.3303 8.87224Z", fill: "black" }), _jsx("path", { d: "M190.13 16.1309C190.62 16.2019 191.058 16.3321 191.444 16.5215C191.839 16.7109 192.174 16.9555 192.45 17.2553C192.734 17.5473 192.951 17.8984 193.101 18.3087C193.251 18.7111 193.326 19.1727 193.326 19.6935C193.326 20.0644 193.271 20.455 193.16 20.8653C193.05 21.2677 192.865 21.6622 192.604 22.0489C192.352 22.4276 192.016 22.7788 191.598 23.1023C191.188 23.4258 190.675 23.6901 190.059 23.8953C189.586 24.0531 189.061 24.1636 188.485 24.2267C187.909 24.2898 187.219 24.3214 186.414 24.3214H182.319V8.48489H186.272C186.635 8.48489 186.962 8.49278 187.254 8.50856C187.554 8.51645 187.826 8.53223 188.071 8.5559C188.324 8.57957 188.556 8.61114 188.769 8.65059C188.982 8.68215 189.184 8.72161 189.373 8.76895C189.87 8.90309 190.32 9.08852 190.722 9.32524C191.133 9.55407 191.48 9.83024 191.764 10.1538C192.048 10.4773 192.265 10.8442 192.415 11.2545C192.573 11.6648 192.652 12.1106 192.652 12.592C192.652 12.9786 192.604 13.3495 192.509 13.7045C192.423 14.0596 192.277 14.3871 192.072 14.6869C191.874 14.9868 191.614 15.255 191.29 15.4918C190.975 15.7285 190.588 15.9257 190.13 16.0836V16.1309ZM187.183 15.3379C187.562 15.3379 187.89 15.3221 188.166 15.2905C188.442 15.2511 188.69 15.1959 188.911 15.1248C189.503 14.9276 189.933 14.6198 190.201 14.2016C190.478 13.7834 190.616 13.2903 190.616 12.7222C190.616 12.1382 190.474 11.6609 190.19 11.29C189.906 10.9191 189.46 10.643 188.852 10.4615C188.552 10.3747 188.205 10.3155 187.811 10.2839C187.416 10.2445 186.951 10.2248 186.414 10.2248H184.248V15.3379H187.183ZM184.248 17.0778V22.5815H186.58C187.132 22.5815 187.645 22.5578 188.118 22.5105C188.592 22.4552 188.994 22.3724 189.326 22.2619C189.689 22.1436 189.996 21.9936 190.249 21.8122C190.501 21.6228 190.703 21.4176 190.852 21.1967C191.01 20.9679 191.121 20.7272 191.184 20.4747C191.255 20.2222 191.29 19.9657 191.29 19.7054C191.29 19.4055 191.255 19.1254 191.184 18.865C191.113 18.5967 190.994 18.36 190.829 18.1548C190.671 17.9418 190.458 17.7564 190.19 17.5986C189.929 17.4407 189.602 17.3184 189.207 17.2316C188.971 17.1764 188.698 17.137 188.391 17.1133C188.091 17.0896 187.716 17.0778 187.266 17.0778H184.248Z", fill: "black" }), _jsx("path", { d: "M202.571 23.0786H202.523C202.373 23.268 202.184 23.4573 201.955 23.6467C201.726 23.8282 201.462 23.9939 201.162 24.1438C200.862 24.2859 200.535 24.4003 200.18 24.4871C199.825 24.5739 199.446 24.6173 199.043 24.6173C198.499 24.6173 197.998 24.5344 197.54 24.3687C197.09 24.2109 196.7 23.9781 196.368 23.6704C196.045 23.3548 195.792 22.9721 195.611 22.5223C195.429 22.0725 195.339 21.5636 195.339 20.9955C195.339 20.4352 195.437 19.9342 195.635 19.4923C195.84 19.0504 196.124 18.6756 196.487 18.3679C196.85 18.0602 197.284 17.8234 197.789 17.6577C198.302 17.492 198.866 17.4092 199.481 17.4092C200.065 17.4171 200.606 17.4684 201.103 17.563C201.6 17.6577 202.042 17.7761 202.428 17.9181H202.476V17.137C202.476 16.8292 202.456 16.557 202.417 16.3203C202.377 16.0836 202.31 15.8745 202.215 15.693C202.01 15.3142 201.683 15.0025 201.233 14.7579C200.783 14.5054 200.176 14.3792 199.41 14.3792C198.842 14.3792 198.306 14.4344 197.801 14.5449C197.304 14.6475 196.806 14.7934 196.309 14.9828V13.4441C196.499 13.3495 196.72 13.2627 196.972 13.1838C197.233 13.097 197.505 13.0259 197.789 12.9707C198.073 12.9076 198.373 12.8602 198.688 12.8287C199.004 12.7971 199.32 12.7813 199.635 12.7813C200.771 12.7813 201.699 12.9825 202.417 13.385C203.143 13.7874 203.663 14.32 203.979 14.9828C204.097 15.2353 204.18 15.5154 204.228 15.8232C204.283 16.123 204.31 16.4544 204.31 16.8174V24.3214H202.772L202.571 23.0786ZM202.476 19.3858C202.137 19.2911 201.734 19.2004 201.269 19.1136C200.803 19.0268 200.29 18.9794 199.73 18.9715C198.949 18.9715 198.337 19.1372 197.895 19.4686C197.453 19.8 197.233 20.309 197.233 20.9955C197.233 21.3427 197.288 21.6464 197.398 21.9068C197.509 22.1672 197.659 22.3842 197.848 22.5578C198.045 22.7235 198.274 22.8498 198.534 22.9366C198.803 23.0155 199.087 23.0549 199.387 23.0549C199.781 23.0549 200.148 22.9997 200.487 22.8892C200.827 22.7709 201.127 22.6328 201.387 22.475C201.655 22.3172 201.88 22.1593 202.062 22.0015C202.251 21.8437 202.389 21.7214 202.476 21.6346V19.3858Z", fill: "black" })
9
+ ] }), showText && (_jsxs(_Fragment, { children: [
10
+ _jsx("path", { d: "M212.217 12.7813C212.762 12.7813 213.283 12.8405 213.78 12.9589C214.277 13.0693 214.703 13.2272 215.058 13.4323V14.9591C214.561 14.7698 214.103 14.6277 213.685 14.5331C213.267 14.4384 212.841 14.391 212.407 14.391C211.949 14.391 211.495 14.466 211.046 14.6159C210.596 14.7658 210.193 15.0144 209.838 15.3616C209.483 15.7009 209.195 16.1546 208.974 16.7227C208.761 17.2829 208.655 17.9813 208.655 18.8177C208.655 19.4252 208.734 19.9855 208.891 20.4984C209.057 21.0113 209.298 21.4571 209.613 21.8358C209.937 22.2067 210.339 22.4986 210.821 22.7117C211.302 22.9168 211.858 23.0194 212.49 23.0194C212.947 23.0194 213.409 22.9721 213.874 22.8774C214.34 22.7748 214.794 22.6328 215.235 22.4513V23.9781C215.101 24.057 214.924 24.1359 214.703 24.2148C214.49 24.2938 214.253 24.3608 213.993 24.4161C213.732 24.4792 213.456 24.5265 213.164 24.5581C212.872 24.5975 212.58 24.6173 212.288 24.6173C211.531 24.6173 210.813 24.5029 210.134 24.274C209.463 24.0452 208.876 23.6941 208.371 23.2206C207.866 22.7472 207.467 22.1475 207.175 21.4216C206.883 20.6956 206.737 19.8356 206.737 18.8413C206.737 18.0996 206.812 17.4329 206.962 16.8411C207.12 16.2493 207.333 15.7285 207.601 15.2787C207.87 14.8289 208.181 14.4463 208.536 14.1306C208.899 13.815 209.282 13.5586 209.684 13.3613C210.095 13.1561 210.517 13.0102 210.951 12.9234C211.385 12.8287 211.807 12.7813 212.217 12.7813Z", fill: "black" }), _jsx("path", { d: "M224.811 13.0772H227.202L221.71 18.2495L227.19 24.3214H224.906L219.509 18.3324H219.485V24.3214H217.65V7.18293H219.485V18.0957H219.509L224.811 13.0772Z", fill: "black" }), _jsx("path", { d: "M233.322 24.6173C232.738 24.6173 232.213 24.5541 231.748 24.4279C231.282 24.3016 230.872 24.1241 230.517 23.8953C230.169 23.6664 229.873 23.3942 229.629 23.0786C229.384 22.7551 229.191 22.4039 229.049 22.0252C228.938 21.7411 228.86 21.4295 228.812 21.0902C228.765 20.7509 228.741 20.38 228.741 19.9776V13.0772H230.576V19.9657C230.576 20.5891 230.659 21.1099 230.824 21.5281C231.014 22.0015 231.317 22.3763 231.736 22.6525C232.162 22.9208 232.702 23.0549 233.357 23.0549C234.052 23.0549 234.608 22.905 235.026 22.6052C235.452 22.3053 235.756 21.9029 235.937 21.3979C236.072 21.0113 236.139 20.5339 236.139 19.9657V13.0772H237.973V19.9894C237.973 20.3682 237.95 20.7232 237.902 21.0547C237.863 21.3782 237.796 21.678 237.701 21.9542C237.559 22.3408 237.362 22.6998 237.109 23.0313C236.865 23.3548 236.561 23.6349 236.198 23.8716C235.835 24.1083 235.413 24.2898 234.931 24.4161C234.458 24.5502 233.921 24.6173 233.322 24.6173Z", fill: "black" }), _jsx("path", { d: "M248.969 18.5928C248.969 17.9379 248.898 17.35 248.756 16.8292C248.622 16.3084 248.417 15.8666 248.141 15.5036C247.865 15.1327 247.525 14.8487 247.123 14.6514C246.72 14.4541 246.255 14.3555 245.726 14.3555C245.347 14.3555 245 14.4068 244.685 14.5094C244.377 14.612 244.097 14.7422 243.844 14.9C243.592 15.0578 243.375 15.2274 243.193 15.4089C243.012 15.5904 242.866 15.7522 242.755 15.8942V21.7766C243.142 22.1712 243.58 22.4829 244.069 22.7117C244.566 22.9405 245.099 23.0549 245.667 23.0549C246.014 23.0549 246.381 22.9918 246.768 22.8656C247.154 22.7314 247.51 22.4986 247.833 22.1672C248.164 21.8279 248.437 21.3703 248.65 20.7943C248.863 20.2182 248.969 19.4844 248.969 18.5928ZM250.887 18.5691C250.887 19.3503 250.808 20.0447 250.65 20.6522C250.5 21.2519 250.299 21.7766 250.046 22.2264C249.794 22.6762 249.498 23.0549 249.159 23.3627C248.819 23.6625 248.468 23.9071 248.105 24.0965C247.742 24.278 247.371 24.4082 246.993 24.4871C246.622 24.5739 246.271 24.6173 245.939 24.6173C245.253 24.6173 244.657 24.5068 244.152 24.2859C243.647 24.057 243.193 23.7217 242.791 23.2798H242.755V29.8251H240.921V13.0772H242.306L242.696 14.3555H242.732C242.834 14.1977 242.965 14.0438 243.122 13.8939C243.288 13.744 243.505 13.5862 243.773 13.4205C244.049 13.2469 244.377 13.097 244.756 12.9707C245.142 12.8445 245.561 12.7813 246.01 12.7813C246.642 12.7813 247.249 12.8879 247.833 13.1009C248.425 13.3139 248.946 13.6532 249.395 14.1188C249.845 14.5843 250.204 15.184 250.472 15.9179C250.749 16.6438 250.887 17.5275 250.887 18.5691Z", fill: "black" }), _jsx("path", { d: "M76.4464 20.4681C76.7384 19.608 76.9475 18.9965 77.0737 18.6335C77.2078 18.2627 77.484 17.5091 77.9022 16.3729L80.8375 8.50195H83.903L77.7128 24.3384H75.1089L68.9187 8.50195H72.0079L74.9432 16.3729C75.3614 17.5091 75.6337 18.2627 75.7599 18.6335C75.8941 18.9965 76.1071 19.608 76.3991 20.4681H76.4464Z", fill: "black" }), _jsx("path", { d: "M91.9401 23.1193H91.8928C91.735 23.285 91.5456 23.4547 91.3246 23.6283C91.1037 23.8019 90.8512 23.9676 90.5671 24.1254C90.2831 24.2753 89.9675 24.3976 89.6203 24.4923C89.2731 24.587 88.8983 24.6343 88.4959 24.6343C87.9514 24.6343 87.4425 24.5475 86.969 24.3739C86.4956 24.2082 86.0892 23.9676 85.7499 23.652C85.4106 23.3284 85.1423 22.9418 84.9451 22.492C84.7557 22.0344 84.661 21.5254 84.661 20.9652C84.661 20.3497 84.7715 19.7974 84.9924 19.3082C85.2213 18.8189 85.5369 18.4047 85.9393 18.0654C86.3417 17.7261 86.823 17.4696 87.3833 17.2961C87.9435 17.1146 88.5629 17.0238 89.2415 17.0238C89.7386 17.0238 90.1963 17.0554 90.6145 17.1185C91.0327 17.1816 91.3996 17.2566 91.7152 17.3434V16.8818C91.7152 16.6135 91.6679 16.3571 91.5732 16.1125C91.4864 15.86 91.3404 15.639 91.1353 15.4496C90.938 15.2524 90.6776 15.0985 90.3541 14.988C90.0306 14.8697 89.6361 14.8105 89.1705 14.8105C88.6024 14.8105 88.0343 14.8736 87.4661 14.9999C86.898 15.1261 86.2825 15.3155 85.6197 15.568V13.3784C86.1957 13.1259 86.8073 12.9325 87.4543 12.7984C88.1013 12.6643 88.7799 12.5932 89.4901 12.5854C90.3265 12.5854 91.0564 12.6879 91.6797 12.8931C92.311 13.0982 92.8357 13.3823 93.2539 13.7453C93.68 14.1004 93.9956 14.5225 94.2008 15.0117C94.4138 15.5009 94.5204 16.0336 94.5204 16.6096V20.9297C94.5204 21.6872 94.5282 22.3382 94.544 22.8826C94.5598 23.4271 94.5756 23.9123 94.5914 24.3384H92.0585L91.9401 23.1193ZM91.7152 19.4502C91.447 19.3871 91.1392 19.3318 90.792 19.2845C90.4448 19.2293 90.0937 19.2016 89.7386 19.2016C89.0521 19.2016 88.5077 19.3397 88.1053 19.6159C87.7107 19.8842 87.5135 20.2984 87.5135 20.8587C87.5135 21.1191 87.5569 21.3479 87.6437 21.5452C87.7384 21.7345 87.8607 21.8923 88.0106 22.0186C88.1684 22.1448 88.3499 22.2395 88.555 22.3027C88.7602 22.3658 88.9772 22.3973 89.206 22.3973C89.4901 22.3973 89.7584 22.3618 90.0109 22.2908C90.2634 22.2119 90.4961 22.1172 90.7092 22.0068C90.9222 21.8884 91.1116 21.7582 91.2773 21.6162C91.4509 21.4741 91.5969 21.3361 91.7152 21.2019V19.4502Z", fill: "black" }), _jsx("path", { d: "M102.25 24.6343C101.098 24.6343 100.143 24.441 99.3854 24.0544C98.6279 23.6598 98.0558 23.1312 97.6692 22.4684C97.464 22.1133 97.3102 21.7227 97.2076 21.2966C97.1129 20.8705 97.0656 20.3971 97.0656 19.8763V12.8694H99.8707V19.5804C99.8707 19.967 99.8983 20.3024 99.9535 20.5864C100.009 20.8626 100.092 21.1033 100.202 21.3084C100.391 21.6556 100.66 21.916 101.007 22.0896C101.354 22.2553 101.768 22.3382 102.25 22.3382C102.755 22.3382 103.185 22.2435 103.54 22.0541C103.903 21.8647 104.175 21.5767 104.356 21.1901C104.538 20.8192 104.629 20.3024 104.629 19.6396V12.8694H107.434V19.8763C107.434 20.8074 107.272 21.5925 106.949 22.2316C106.767 22.5946 106.53 22.926 106.238 23.2259C105.954 23.5178 105.615 23.7703 105.221 23.9834C104.834 24.1885 104.392 24.3463 103.895 24.4568C103.406 24.5752 102.857 24.6343 102.25 24.6343Z", fill: "black" }), _jsx("path", { d: "M110.026 24.3384V7.2H112.831V24.3384H110.026Z", fill: "black" }), _jsx("path", { d: "M122.561 24.3266C122.245 24.4213 121.867 24.4962 121.425 24.5515C120.991 24.6067 120.585 24.6343 120.206 24.6343C119.243 24.6343 118.454 24.4805 117.839 24.1727C117.231 23.8571 116.801 23.4073 116.548 22.8234C116.367 22.4052 116.276 21.8371 116.276 21.1191V15.1774H114.134V12.8694H116.276V9.66187H119.081V12.8694H122.395V15.1774H119.081V20.7521C119.081 21.194 119.148 21.5215 119.283 21.7345C119.519 22.0975 119.989 22.279 120.691 22.279C121.015 22.279 121.334 22.2553 121.65 22.208C121.973 22.1527 122.277 22.0857 122.561 22.0068V24.3266Z", fill: "black" }), _jsx("path", { d: "M129.012 18.2074C128.752 18.2074 128.495 18.2035 128.243 18.1956C127.99 18.1877 127.754 18.1719 127.533 18.1482V24.3384H124.633V8.50195H129.202C129.967 8.50195 130.634 8.53746 131.202 8.60848C131.778 8.6716 132.291 8.77023 132.74 8.90437C133.822 9.23578 134.654 9.76445 135.238 10.4904C135.822 11.2163 136.114 12.1395 136.114 13.26C136.114 14.0254 135.956 14.7158 135.64 15.3313C135.325 15.9389 134.863 16.4557 134.255 16.8818C133.648 17.3079 132.906 17.6354 132.03 17.8642C131.154 18.093 130.148 18.2074 129.012 18.2074ZM127.533 15.71C127.698 15.7337 127.907 15.7534 128.16 15.7692C128.42 15.7771 128.689 15.7811 128.965 15.7811C129.746 15.7811 130.401 15.7179 130.93 15.5917C131.458 15.4654 131.884 15.2918 132.208 15.0709C132.531 14.8421 132.764 14.5698 132.906 14.2542C133.048 13.9307 133.119 13.5796 133.119 13.2008C133.119 12.7353 133.013 12.3329 132.8 11.9936C132.587 11.6543 132.216 11.3899 131.687 11.2005C131.411 11.1059 131.068 11.0388 130.657 10.9993C130.255 10.952 129.758 10.9283 129.166 10.9283H127.533V15.71Z", fill: "black" }), _jsx("path", { d: "M145.169 15.0946H144.932C144.072 15.0946 143.314 15.2248 142.659 15.4852C142.012 15.7377 141.511 16.1282 141.156 16.6569V24.3384H138.351V12.8694H140.671L140.931 14.4673H140.979C141.31 13.8834 141.764 13.4257 142.34 13.0943C142.924 12.755 143.622 12.5854 144.435 12.5854C144.719 12.5854 144.964 12.6011 145.169 12.6327V15.0946Z", fill: "black" }), _jsx("path", { d: "M152.247 22.3737C152.792 22.3737 153.36 22.3184 153.951 22.208C154.543 22.0975 155.143 21.9397 155.75 21.7345V23.9715C155.388 24.1293 154.831 24.2793 154.082 24.4213C153.332 24.5633 152.555 24.6343 151.75 24.6343C150.937 24.6343 150.164 24.5318 149.43 24.3266C148.704 24.1136 148.069 23.7743 147.525 23.3087C146.98 22.8432 146.546 22.2395 146.223 21.4978C145.907 20.7561 145.749 19.8566 145.749 18.7992C145.749 17.7577 145.899 16.8463 146.199 16.0651C146.499 15.2839 146.901 14.6369 147.406 14.124C147.911 13.6111 148.487 13.2284 149.134 12.9759C149.789 12.7155 150.464 12.5854 151.158 12.5854C151.884 12.5854 152.551 12.6958 153.158 12.9168C153.774 13.1377 154.303 13.4849 154.744 13.9583C155.194 14.4318 155.541 15.0433 155.786 15.7929C156.039 16.5346 156.165 17.4144 156.165 18.4323C156.157 18.8268 156.145 19.1622 156.129 19.4384H148.613C148.653 19.967 148.771 20.4207 148.969 20.7995C149.166 21.1704 149.422 21.4741 149.738 21.7109C150.061 21.9397 150.436 22.1093 150.862 22.2198C151.288 22.3224 151.75 22.3737 152.247 22.3737ZM151.123 14.775C150.768 14.775 150.452 14.8421 150.176 14.9762C149.9 15.1025 149.659 15.28 149.454 15.5088C149.257 15.7298 149.099 15.9902 148.98 16.29C148.862 16.5898 148.783 16.9094 148.744 17.2487H153.253C153.253 16.9094 153.206 16.5898 153.111 16.29C153.024 15.9902 152.89 15.7298 152.709 15.5088C152.535 15.28 152.314 15.1025 152.046 14.9762C151.785 14.8421 151.478 14.775 151.123 14.775Z", fill: "black" }), _jsx("path", { d: "M163.361 21.0125C163.361 20.7679 163.29 20.5667 163.148 20.4089C163.014 20.2511 162.833 20.1209 162.604 20.0183C162.375 19.9079 162.111 19.8132 161.811 19.7343C161.519 19.6554 161.211 19.5764 160.888 19.4975C160.477 19.3871 160.083 19.2608 159.704 19.1188C159.325 18.9689 158.99 18.7755 158.698 18.5388C158.414 18.3021 158.185 18.0062 158.012 17.6511C157.846 17.2882 157.763 16.8463 157.763 16.3255C157.763 15.6864 157.877 15.134 158.106 14.6685C158.335 14.195 158.643 13.8045 159.03 13.4967C159.424 13.189 159.878 12.9602 160.391 12.8102C160.911 12.6603 161.46 12.5854 162.036 12.5854C162.738 12.5854 163.397 12.6445 164.012 12.7629C164.628 12.8734 165.184 13.0193 165.681 13.2008V15.4852C165.421 15.3984 165.145 15.3195 164.853 15.2484C164.569 15.1695 164.277 15.1025 163.977 15.0472C163.685 14.992 163.393 14.9486 163.101 14.917C162.809 14.8776 162.533 14.8579 162.273 14.8579C161.941 14.8579 161.661 14.8894 161.432 14.9525C161.203 15.0157 161.018 15.1025 160.876 15.2129C160.734 15.3155 160.631 15.4378 160.568 15.5798C160.505 15.714 160.474 15.856 160.474 16.0059C160.474 16.2663 160.541 16.4794 160.675 16.6451C160.817 16.8108 161.01 16.9449 161.255 17.0475C161.499 17.1501 161.756 17.2369 162.024 17.3079C162.292 17.371 162.553 17.4341 162.805 17.4973C163.2 17.592 163.594 17.7064 163.989 17.8405C164.383 17.9746 164.738 18.164 165.054 18.4086C165.37 18.6453 165.626 18.957 165.823 19.3437C166.029 19.7224 166.131 20.2077 166.131 20.7995C166.131 21.4465 166.009 22.0107 165.764 22.492C165.52 22.9734 165.176 23.3758 164.734 23.6993C164.3 24.0149 163.776 24.2477 163.16 24.3976C162.553 24.5554 161.882 24.6343 161.148 24.6343C160.422 24.6343 159.767 24.5752 159.183 24.4568C158.607 24.3463 158.13 24.2043 157.751 24.0307V21.77C158.367 21.9989 158.935 22.1567 159.456 22.2435C159.976 22.3224 160.462 22.3618 160.911 22.3618C161.259 22.3618 161.582 22.3382 161.882 22.2908C162.182 22.2356 162.438 22.1527 162.651 22.0423C162.872 21.9318 163.046 21.7937 163.172 21.628C163.298 21.4544 163.361 21.2493 163.361 21.0125Z", fill: "black" }), _jsx("path", { d: "M173.15 21.0125C173.15 20.7679 173.079 20.5667 172.937 20.4089C172.803 20.2511 172.622 20.1209 172.393 20.0183C172.164 19.9079 171.9 19.8132 171.6 19.7343C171.308 19.6554 171 19.5764 170.677 19.4975C170.266 19.3871 169.872 19.2608 169.493 19.1188C169.114 18.9689 168.779 18.7755 168.487 18.5388C168.203 18.3021 167.974 18.0062 167.8 17.6511C167.635 17.2882 167.552 16.8463 167.552 16.3255C167.552 15.6864 167.666 15.134 167.895 14.6685C168.124 14.195 168.432 13.8045 168.818 13.4967C169.213 13.189 169.667 12.9602 170.179 12.8102C170.7 12.6603 171.249 12.5854 171.825 12.5854C172.527 12.5854 173.186 12.6445 173.801 12.7629C174.417 12.8734 174.973 13.0193 175.47 13.2008V15.4852C175.21 15.3984 174.934 15.3195 174.642 15.2484C174.358 15.1695 174.066 15.1025 173.766 15.0472C173.474 14.992 173.182 14.9486 172.89 14.917C172.598 14.8776 172.322 14.8579 172.061 14.8579C171.73 14.8579 171.45 14.8894 171.221 14.9525C170.992 15.0157 170.807 15.1025 170.665 15.2129C170.523 15.3155 170.42 15.4378 170.357 15.5798C170.294 15.714 170.262 15.856 170.262 16.0059C170.262 16.2663 170.329 16.4794 170.464 16.6451C170.606 16.8108 170.799 16.9449 171.043 17.0475C171.288 17.1501 171.545 17.2369 171.813 17.3079C172.081 17.371 172.341 17.4341 172.594 17.4973C172.989 17.592 173.383 17.7064 173.778 17.8405C174.172 17.9746 174.527 18.164 174.843 18.4086C175.158 18.6453 175.415 18.957 175.612 19.3437C175.817 19.7224 175.92 20.2077 175.92 20.7995C175.92 21.4465 175.798 22.0107 175.553 22.492C175.308 22.9734 174.965 23.3758 174.523 23.6993C174.089 24.0149 173.565 24.2477 172.949 24.3976C172.341 24.5554 171.671 24.6343 170.937 24.6343C170.211 24.6343 169.556 24.5752 168.972 24.4568C168.396 24.3463 167.919 24.2043 167.54 24.0307V21.77C168.156 21.9989 168.724 22.1567 169.244 22.2435C169.765 22.3224 170.25 22.3618 170.7 22.3618C171.047 22.3618 171.371 22.3382 171.671 22.2908C171.971 22.2356 172.227 22.1527 172.44 22.0423C172.661 21.9318 172.835 21.7937 172.961 21.628C173.087 21.4544 173.15 21.2493 173.15 21.0125Z", fill: "black" })
11
+ ] }))] }));
7
12
  };
8
13
  export default JetpackVaultPressBackupLogo;
@@ -1,8 +1,11 @@
1
- import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { __ } from '@wordpress/i18n';
3
3
  import clsx from 'clsx';
4
4
  const JetpackVideoPressLogo = ({ showText = true, className, height = 32, ...otherProps }) => {
5
5
  const viewBox = showText ? '0 0 184 32' : '0 0 32 32';
6
- return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", x: "0px", y: "0px", viewBox: viewBox, className: clsx('jetpack-videopress-logo', className), "aria-labelledby": "jetpack-videopress-logo-title", height: height, ...otherProps, children: [_jsx("desc", { id: "jetpack-videopress-logo-title", children: __('VideoPress Logo', 'jetpack-components') }), showText ? (_jsxs(_Fragment, { children: [_jsx("path", { d: "M16.0006 32C24.8374 32 32.0012 24.8362 32.0012 15.9994C32.0012 7.16259 24.8374 0 16.0006 0C7.16377 0 0 7.16377 0 16.0006C0 24.8374 7.16377 32 16.0006 32Z", fill: "#069E08" }), _jsx("path", { d: "M16.7945 13.3133V28.8245L24.7948 13.3133H16.7945V13.3133Z", fill: "white" }), _jsx("path", { d: "M15.176 18.6571V3.17546L7.20647 18.6571H15.176Z", fill: "white" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M38.0203 6.0536C39.279 6.0536 40.385 6.8849 40.7297 8.09007L44.1374 20.0064C44.1408 20.0185 44.1464 20.0295 44.1536 20.0391L48.1907 6.0536H50.4492H56.6922C61.068 6.0536 64.0012 8.88765 64.0012 13.1781C64.0012 17.5177 60.991 20.2238 56.4999 20.2238H53.5378H49.7209L48.9794 22.5087C48.3144 24.5579 46.3979 25.9464 44.2347 25.9464C42.0715 25.9464 40.1551 24.5579 39.49 22.5087L35.3397 9.71996C34.7519 7.90897 36.1085 6.0536 38.0203 6.0536ZM51.1005 15.9727H55.4228C57.2981 15.9727 58.4233 14.9001 58.4233 13.1781C58.4233 11.4462 57.2981 10.4227 55.4228 10.4227H52.9017L51.1005 15.9727Z", fill: "black" }), _jsx("path", { d: "M79.5277 20.4681C79.8196 19.608 80.0287 18.9965 80.155 18.6335C80.2891 18.2627 80.5653 17.5091 80.9835 16.3728L83.9188 8.50195H86.9843L80.7941 24.3384H78.1902L72 8.50195H75.0892L78.0245 16.3728C78.4427 17.5091 78.7149 18.2627 78.8412 18.6335C78.9753 18.9965 79.1884 19.608 79.4803 20.4681H79.5277Z", fill: "black" }), _jsx("path", { d: "M88.3459 12.8694H91.151V24.3384H88.3459V12.8694ZM88.2749 7.2H91.222V10.2418H88.2749V7.2Z", fill: "black" }), _jsx("path", { d: "M98.762 22.3973C99.0382 22.3973 99.2986 22.3618 99.5432 22.2908C99.7957 22.2198 100.032 22.1251 100.253 22.0068C100.474 21.8884 100.668 21.7582 100.833 21.6162C101.007 21.4741 101.153 21.3361 101.271 21.2019V15.7574C100.94 15.4891 100.569 15.2682 100.159 15.0946C99.7483 14.9131 99.3143 14.8223 98.8567 14.8223C98.5647 14.8223 98.257 14.8815 97.9335 14.9999C97.6179 15.1182 97.3259 15.3194 97.0576 15.6035C96.7972 15.8876 96.5763 16.2821 96.3948 16.7871C96.2212 17.2921 96.1344 17.9352 96.1344 18.7164C96.1344 19.8684 96.3554 20.7679 96.7972 21.415C97.247 22.062 97.9019 22.3894 98.762 22.3973ZM93.2346 18.8347C93.2346 17.8326 93.3727 16.941 93.6489 16.1598C93.9251 15.3707 94.2999 14.7119 94.7733 14.1832C95.2546 13.6466 95.803 13.2482 96.4185 12.9878C97.034 12.7195 97.6731 12.5853 98.3359 12.5853C98.6436 12.5853 98.9356 12.613 99.2118 12.6682C99.4879 12.7234 99.7483 12.7984 99.9929 12.8931C100.238 12.9878 100.466 13.0943 100.679 13.2127C100.892 13.331 101.09 13.4533 101.271 13.5796H101.295C101.287 13.4218 101.279 13.2008 101.271 12.9168C101.271 12.6248 101.271 12.3092 101.271 11.9699V7.2H104.076V20.9297C104.076 21.6872 104.084 22.3382 104.1 22.8826C104.116 23.4271 104.132 23.9123 104.147 24.3384H101.614L101.496 23.1193H101.449C101.283 23.3166 101.082 23.5099 100.845 23.6993C100.616 23.8887 100.36 24.0544 100.076 24.1964C99.7996 24.3305 99.4919 24.4371 99.1526 24.516C98.8212 24.5949 98.4582 24.6343 98.0637 24.6343C97.4403 24.6343 96.8406 24.5239 96.2646 24.3029C95.6965 24.082 95.1836 23.7427 94.726 23.285C94.2762 22.8195 93.9132 22.2159 93.637 21.4741C93.3688 20.7245 93.2346 19.8447 93.2346 18.8347Z", fill: "black" }), _jsx("path", { d: "M112.764 22.3737C113.309 22.3737 113.877 22.3184 114.469 22.208C115.061 22.0975 115.66 21.9397 116.268 21.7345V23.9715C115.905 24.1293 115.349 24.2793 114.599 24.4213C113.849 24.5633 113.072 24.6343 112.267 24.6343C111.455 24.6343 110.681 24.5318 109.947 24.3266C109.222 24.1136 108.586 23.7743 108.042 23.3087C107.497 22.8432 107.063 22.2395 106.74 21.4978C106.424 20.7561 106.266 19.8566 106.266 18.7992C106.266 17.7577 106.416 16.8463 106.716 16.0651C107.016 15.2839 107.418 14.6369 107.923 14.124C108.428 13.6111 109.005 13.2284 109.652 12.9759C110.306 12.7155 110.981 12.5853 111.675 12.5853C112.401 12.5853 113.068 12.6958 113.676 12.9168C114.291 13.1377 114.82 13.4849 115.262 13.9583C115.712 14.4318 116.059 15.0433 116.303 15.7929C116.556 16.5346 116.682 17.4144 116.682 18.4323C116.674 18.8268 116.662 19.1622 116.647 19.4384H109.131C109.17 19.967 109.289 20.4207 109.486 20.7995C109.683 21.1703 109.94 21.4741 110.255 21.7109C110.579 21.9397 110.953 22.1093 111.38 22.2198C111.806 22.3224 112.267 22.3737 112.764 22.3737ZM111.64 14.775C111.285 14.775 110.969 14.8421 110.693 14.9762C110.417 15.1025 110.176 15.28 109.971 15.5088C109.774 15.7298 109.616 15.9902 109.498 16.29C109.379 16.5898 109.3 16.9094 109.261 17.2487H113.77C113.77 16.9094 113.723 16.5898 113.628 16.29C113.542 15.9902 113.407 15.7298 113.226 15.5088C113.052 15.28 112.831 15.1025 112.563 14.9762C112.303 14.8421 111.995 14.775 111.64 14.775Z", fill: "black" }), _jsx("path", { d: "M126.838 18.6098C126.838 18.0023 126.767 17.4657 126.625 17.0002C126.483 16.5346 126.285 16.144 126.033 15.8284C125.78 15.5128 125.477 15.2761 125.122 15.1182C124.767 14.9604 124.38 14.8815 123.962 14.8815C123.551 14.8815 123.169 14.9604 122.814 15.1182C122.466 15.2761 122.167 15.5128 121.914 15.8284C121.662 16.144 121.464 16.5346 121.322 17.0002C121.18 17.4657 121.109 18.0023 121.109 18.6098C121.109 19.2174 121.18 19.754 121.322 20.2195C121.464 20.6851 121.662 21.0757 121.914 21.3913C122.174 21.699 122.478 21.9357 122.825 22.1014C123.18 22.2593 123.567 22.3382 123.985 22.3382C124.404 22.3382 124.786 22.2593 125.133 22.1014C125.481 21.9357 125.78 21.699 126.033 21.3913C126.285 21.0757 126.483 20.6851 126.625 20.2195C126.767 19.754 126.838 19.2174 126.838 18.6098ZM129.738 18.6098C129.738 19.5094 129.603 20.33 129.335 21.0717C129.067 21.8134 128.68 22.4486 128.175 22.9773C127.678 23.506 127.075 23.9163 126.364 24.2082C125.654 24.4923 124.861 24.6343 123.985 24.6343C123.086 24.6343 122.277 24.4923 121.559 24.2082C120.849 23.9163 120.245 23.506 119.748 22.9773C119.251 22.4486 118.868 21.8134 118.6 21.0717C118.34 20.33 118.209 19.5094 118.209 18.6098C118.209 17.7103 118.344 16.8897 118.612 16.148C118.88 15.4062 119.263 14.7711 119.76 14.2424C120.265 13.7137 120.872 13.3073 121.583 13.0233C122.293 12.7313 123.086 12.5853 123.962 12.5853C124.861 12.5853 125.666 12.7313 126.376 13.0233C127.094 13.3073 127.702 13.7137 128.199 14.2424C128.696 14.7711 129.075 15.4062 129.335 16.148C129.603 16.8897 129.738 17.7103 129.738 18.6098Z", fill: "black" }), _jsx("path", { d: "M136.473 18.2074C136.212 18.2074 135.956 18.2035 135.703 18.1956C135.451 18.1877 135.214 18.1719 134.993 18.1482V24.3384H132.093V8.50195H136.662C137.427 8.50195 138.094 8.53746 138.662 8.60847C139.238 8.6716 139.751 8.77023 140.201 8.90437C141.282 9.23578 142.115 9.76445 142.698 10.4904C143.282 11.2163 143.574 12.1395 143.574 13.26C143.574 14.0254 143.416 14.7158 143.101 15.3313C142.785 15.9389 142.324 16.4557 141.716 16.8818C141.108 17.3079 140.367 17.6353 139.491 17.8642C138.615 18.093 137.609 18.2074 136.473 18.2074ZM134.993 15.71C135.159 15.7337 135.368 15.7534 135.621 15.7692C135.881 15.7771 136.149 15.7811 136.425 15.7811C137.207 15.7811 137.861 15.7179 138.39 15.5917C138.919 15.4654 139.345 15.2918 139.668 15.0709C139.992 14.8421 140.225 14.5698 140.367 14.2542C140.509 13.9307 140.58 13.5796 140.58 13.2008C140.58 12.7353 140.473 12.3328 140.26 11.9936C140.047 11.6543 139.676 11.3899 139.148 11.2005C138.871 11.1059 138.528 11.0388 138.118 10.9993C137.715 10.952 137.218 10.9283 136.627 10.9283H134.993V15.71Z", fill: "black" }), _jsx("path", { d: "M152.629 15.0946H152.393C151.532 15.0946 150.775 15.2248 150.12 15.4852C149.473 15.7377 148.972 16.1282 148.617 16.6569V24.3384H145.812V12.8694H148.132L148.392 14.4673H148.439C148.771 13.8834 149.224 13.4257 149.8 13.0943C150.384 12.755 151.083 12.5853 151.895 12.5853C152.179 12.5853 152.424 12.6011 152.629 12.6327V15.0946Z", fill: "black" }), _jsx("path", { d: "M159.708 22.3737C160.252 22.3737 160.82 22.3184 161.412 22.208C162.004 22.0975 162.603 21.9397 163.211 21.7345V23.9715C162.848 24.1293 162.292 24.2793 161.542 24.4213C160.793 24.5633 160.015 24.6343 159.211 24.6343C158.398 24.6343 157.624 24.5318 156.891 24.3266C156.165 24.1136 155.53 23.7743 154.985 23.3087C154.441 22.8432 154.007 22.2395 153.683 21.4978C153.367 20.7561 153.21 19.8566 153.21 18.7992C153.21 17.7577 153.36 16.8463 153.659 16.0651C153.959 15.2839 154.362 14.6369 154.867 14.124C155.372 13.6111 155.948 13.2284 156.595 12.9759C157.25 12.7155 157.924 12.5853 158.619 12.5853C159.345 12.5853 160.011 12.6958 160.619 12.9168C161.234 13.1377 161.763 13.4849 162.205 13.9583C162.655 14.4318 163.002 15.0433 163.247 15.7929C163.499 16.5346 163.625 17.4144 163.625 18.4323C163.617 18.8268 163.606 19.1622 163.59 19.4384H156.074C156.113 19.967 156.232 20.4207 156.429 20.7995C156.626 21.1703 156.883 21.4741 157.198 21.7109C157.522 21.9397 157.897 22.1093 158.323 22.2198C158.749 22.3224 159.211 22.3737 159.708 22.3737ZM158.583 14.775C158.228 14.775 157.912 14.8421 157.636 14.9762C157.36 15.1025 157.119 15.28 156.914 15.5088C156.717 15.7298 156.559 15.9902 156.441 16.29C156.323 16.5898 156.244 16.9094 156.204 17.2487H160.714C160.714 16.9094 160.666 16.5898 160.572 16.29C160.485 15.9902 160.351 15.7298 160.169 15.5088C159.996 15.28 159.775 15.1025 159.506 14.9762C159.246 14.8421 158.938 14.775 158.583 14.775Z", fill: "black" }), _jsx("path", { d: "M170.822 21.0125C170.822 20.7679 170.751 20.5667 170.609 20.4089C170.475 20.2511 170.293 20.1209 170.065 20.0183C169.836 19.9078 169.571 19.8132 169.272 19.7343C168.98 19.6553 168.672 19.5764 168.348 19.4975C167.938 19.3871 167.543 19.2608 167.165 19.1188C166.786 18.9689 166.451 18.7755 166.159 18.5388C165.875 18.3021 165.646 18.0062 165.472 17.6511C165.306 17.2882 165.224 16.8463 165.224 16.3255C165.224 15.6864 165.338 15.134 165.567 14.6685C165.796 14.195 166.103 13.8045 166.49 13.4967C166.885 13.189 167.338 12.9602 167.851 12.8102C168.372 12.6603 168.92 12.5853 169.496 12.5853C170.199 12.5853 170.858 12.6445 171.473 12.7629C172.088 12.8734 172.645 13.0193 173.142 13.2008V15.4852C172.881 15.3984 172.605 15.3195 172.313 15.2484C172.029 15.1695 171.737 15.1025 171.437 15.0472C171.146 14.992 170.854 14.9486 170.562 14.917C170.27 14.8776 169.994 14.8578 169.733 14.8578C169.402 14.8578 169.122 14.8894 168.893 14.9525C168.664 15.0157 168.479 15.1025 168.336 15.2129C168.194 15.3155 168.092 15.4378 168.029 15.5798C167.966 15.714 167.934 15.856 167.934 16.0059C167.934 16.2663 168.001 16.4794 168.135 16.6451C168.277 16.8108 168.471 16.9449 168.715 17.0475C168.96 17.1501 169.216 17.2369 169.485 17.3079C169.753 17.371 170.013 17.4341 170.266 17.4973C170.66 17.592 171.055 17.7064 171.449 17.8405C171.844 17.9746 172.199 18.164 172.515 18.4086C172.83 18.6453 173.087 18.957 173.284 19.3437C173.489 19.7224 173.592 20.2077 173.592 20.7995C173.592 21.4465 173.469 22.0107 173.225 22.492C172.98 22.9734 172.637 23.3758 172.195 23.6993C171.761 24.0149 171.236 24.2477 170.621 24.3976C170.013 24.5554 169.343 24.6343 168.609 24.6343C167.883 24.6343 167.228 24.5752 166.644 24.4568C166.068 24.3463 165.591 24.2043 165.212 24.0307V21.77C165.827 21.9989 166.395 22.1567 166.916 22.2435C167.437 22.3224 167.922 22.3618 168.372 22.3618C168.719 22.3618 169.043 22.3382 169.343 22.2908C169.642 22.2356 169.899 22.1527 170.112 22.0423C170.333 21.9318 170.506 21.7937 170.633 21.628C170.759 21.4544 170.822 21.2493 170.822 21.0125Z", fill: "black" }), _jsx("path", { d: "M180.611 21.0125C180.611 20.7679 180.54 20.5667 180.398 20.4089C180.264 20.2511 180.082 20.1209 179.853 20.0183C179.624 19.9078 179.36 19.8132 179.06 19.7343C178.768 19.6553 178.461 19.5764 178.137 19.4975C177.727 19.3871 177.332 19.2608 176.954 19.1188C176.575 18.9689 176.239 18.7755 175.947 18.5388C175.663 18.3021 175.435 18.0062 175.261 17.6511C175.095 17.2882 175.012 16.8463 175.012 16.3255C175.012 15.6864 175.127 15.134 175.356 14.6685C175.584 14.195 175.892 13.8045 176.279 13.4967C176.673 13.189 177.127 12.9602 177.64 12.8102C178.161 12.6603 178.709 12.5853 179.285 12.5853C179.987 12.5853 180.646 12.6445 181.262 12.7629C181.877 12.8734 182.434 13.0193 182.931 13.2008V15.4852C182.67 15.3984 182.394 15.3195 182.102 15.2484C181.818 15.1695 181.526 15.1025 181.226 15.0472C180.934 14.992 180.642 14.9486 180.35 14.917C180.058 14.8776 179.782 14.8578 179.522 14.8578C179.191 14.8578 178.91 14.8894 178.682 14.9525C178.453 15.0157 178.267 15.1025 178.125 15.2129C177.983 15.3155 177.881 15.4378 177.818 15.5798C177.754 15.714 177.723 15.856 177.723 16.0059C177.723 16.2663 177.79 16.4794 177.924 16.6451C178.066 16.8108 178.259 16.9449 178.504 17.0475C178.749 17.1501 179.005 17.2369 179.273 17.3079C179.542 17.371 179.802 17.4341 180.055 17.4973C180.449 17.592 180.844 17.7064 181.238 17.8405C181.633 17.9746 181.988 18.164 182.303 18.4086C182.619 18.6453 182.875 18.957 183.073 19.3437C183.278 19.7224 183.38 20.2077 183.38 20.7995C183.38 21.4465 183.258 22.0107 183.014 22.492C182.769 22.9734 182.426 23.3758 181.984 23.6993C181.55 24.0149 181.025 24.2477 180.41 24.3976C179.802 24.5554 179.131 24.6343 178.398 24.6343C177.672 24.6343 177.017 24.5752 176.433 24.4568C175.857 24.3463 175.379 24.2043 175.001 24.0307V21.77C175.616 21.9989 176.184 22.1567 176.705 22.2435C177.226 22.3224 177.711 22.3618 178.161 22.3618C178.508 22.3618 178.831 22.3382 179.131 22.2908C179.431 22.2356 179.688 22.1527 179.901 22.0423C180.122 21.9318 180.295 21.7937 180.421 21.628C180.548 21.4544 180.611 21.2493 180.611 21.0125Z", fill: "black" })] })) : (_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.70585 8C6.82474 8 7.80784 8.73893 8.11419 9.81019L11.1433 20.4025C11.1464 20.4132 11.1513 20.423 11.1577 20.4315L14.7463 8H16.7538H22.3031C26.1927 8 28.8 10.5191 28.8 14.3329C28.8 18.1903 26.1243 20.5957 22.1322 20.5957H19.4992H16.1064L15.4473 22.6268C14.8562 24.4482 13.1527 25.6825 11.2298 25.6825C9.30695 25.6825 7.60344 24.4482 7.01232 22.6268L3.32309 11.259C2.80067 9.64921 4.00647 8 5.70585 8ZM17.3328 16.817H21.1747C22.8417 16.817 23.8419 15.8636 23.8419 14.3329C23.8419 12.7934 22.8417 11.8837 21.1747 11.8837H18.9338L17.3328 16.817Z", fill: "black" }))] }));
6
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", x: "0px", y: "0px", viewBox: viewBox, className: clsx('jetpack-videopress-logo', className), "aria-labelledby": "jetpack-videopress-logo-title", height: height, ...otherProps, children: [
7
+ _jsx("desc", { id: "jetpack-videopress-logo-title", children: __('VideoPress Logo', 'jetpack-components') }), showText ? (_jsxs(_Fragment, { children: [
8
+ _jsx("path", { d: "M16.0006 32C24.8374 32 32.0012 24.8362 32.0012 15.9994C32.0012 7.16259 24.8374 0 16.0006 0C7.16377 0 0 7.16377 0 16.0006C0 24.8374 7.16377 32 16.0006 32Z", fill: "#069E08" }), _jsx("path", { d: "M16.7945 13.3133V28.8245L24.7948 13.3133H16.7945V13.3133Z", fill: "white" }), _jsx("path", { d: "M15.176 18.6571V3.17546L7.20647 18.6571H15.176Z", fill: "white" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M38.0203 6.0536C39.279 6.0536 40.385 6.8849 40.7297 8.09007L44.1374 20.0064C44.1408 20.0185 44.1464 20.0295 44.1536 20.0391L48.1907 6.0536H50.4492H56.6922C61.068 6.0536 64.0012 8.88765 64.0012 13.1781C64.0012 17.5177 60.991 20.2238 56.4999 20.2238H53.5378H49.7209L48.9794 22.5087C48.3144 24.5579 46.3979 25.9464 44.2347 25.9464C42.0715 25.9464 40.1551 24.5579 39.49 22.5087L35.3397 9.71996C34.7519 7.90897 36.1085 6.0536 38.0203 6.0536ZM51.1005 15.9727H55.4228C57.2981 15.9727 58.4233 14.9001 58.4233 13.1781C58.4233 11.4462 57.2981 10.4227 55.4228 10.4227H52.9017L51.1005 15.9727Z", fill: "black" }), _jsx("path", { d: "M79.5277 20.4681C79.8196 19.608 80.0287 18.9965 80.155 18.6335C80.2891 18.2627 80.5653 17.5091 80.9835 16.3728L83.9188 8.50195H86.9843L80.7941 24.3384H78.1902L72 8.50195H75.0892L78.0245 16.3728C78.4427 17.5091 78.7149 18.2627 78.8412 18.6335C78.9753 18.9965 79.1884 19.608 79.4803 20.4681H79.5277Z", fill: "black" }), _jsx("path", { d: "M88.3459 12.8694H91.151V24.3384H88.3459V12.8694ZM88.2749 7.2H91.222V10.2418H88.2749V7.2Z", fill: "black" }), _jsx("path", { d: "M98.762 22.3973C99.0382 22.3973 99.2986 22.3618 99.5432 22.2908C99.7957 22.2198 100.032 22.1251 100.253 22.0068C100.474 21.8884 100.668 21.7582 100.833 21.6162C101.007 21.4741 101.153 21.3361 101.271 21.2019V15.7574C100.94 15.4891 100.569 15.2682 100.159 15.0946C99.7483 14.9131 99.3143 14.8223 98.8567 14.8223C98.5647 14.8223 98.257 14.8815 97.9335 14.9999C97.6179 15.1182 97.3259 15.3194 97.0576 15.6035C96.7972 15.8876 96.5763 16.2821 96.3948 16.7871C96.2212 17.2921 96.1344 17.9352 96.1344 18.7164C96.1344 19.8684 96.3554 20.7679 96.7972 21.415C97.247 22.062 97.9019 22.3894 98.762 22.3973ZM93.2346 18.8347C93.2346 17.8326 93.3727 16.941 93.6489 16.1598C93.9251 15.3707 94.2999 14.7119 94.7733 14.1832C95.2546 13.6466 95.803 13.2482 96.4185 12.9878C97.034 12.7195 97.6731 12.5853 98.3359 12.5853C98.6436 12.5853 98.9356 12.613 99.2118 12.6682C99.4879 12.7234 99.7483 12.7984 99.9929 12.8931C100.238 12.9878 100.466 13.0943 100.679 13.2127C100.892 13.331 101.09 13.4533 101.271 13.5796H101.295C101.287 13.4218 101.279 13.2008 101.271 12.9168C101.271 12.6248 101.271 12.3092 101.271 11.9699V7.2H104.076V20.9297C104.076 21.6872 104.084 22.3382 104.1 22.8826C104.116 23.4271 104.132 23.9123 104.147 24.3384H101.614L101.496 23.1193H101.449C101.283 23.3166 101.082 23.5099 100.845 23.6993C100.616 23.8887 100.36 24.0544 100.076 24.1964C99.7996 24.3305 99.4919 24.4371 99.1526 24.516C98.8212 24.5949 98.4582 24.6343 98.0637 24.6343C97.4403 24.6343 96.8406 24.5239 96.2646 24.3029C95.6965 24.082 95.1836 23.7427 94.726 23.285C94.2762 22.8195 93.9132 22.2159 93.637 21.4741C93.3688 20.7245 93.2346 19.8447 93.2346 18.8347Z", fill: "black" }), _jsx("path", { d: "M112.764 22.3737C113.309 22.3737 113.877 22.3184 114.469 22.208C115.061 22.0975 115.66 21.9397 116.268 21.7345V23.9715C115.905 24.1293 115.349 24.2793 114.599 24.4213C113.849 24.5633 113.072 24.6343 112.267 24.6343C111.455 24.6343 110.681 24.5318 109.947 24.3266C109.222 24.1136 108.586 23.7743 108.042 23.3087C107.497 22.8432 107.063 22.2395 106.74 21.4978C106.424 20.7561 106.266 19.8566 106.266 18.7992C106.266 17.7577 106.416 16.8463 106.716 16.0651C107.016 15.2839 107.418 14.6369 107.923 14.124C108.428 13.6111 109.005 13.2284 109.652 12.9759C110.306 12.7155 110.981 12.5853 111.675 12.5853C112.401 12.5853 113.068 12.6958 113.676 12.9168C114.291 13.1377 114.82 13.4849 115.262 13.9583C115.712 14.4318 116.059 15.0433 116.303 15.7929C116.556 16.5346 116.682 17.4144 116.682 18.4323C116.674 18.8268 116.662 19.1622 116.647 19.4384H109.131C109.17 19.967 109.289 20.4207 109.486 20.7995C109.683 21.1703 109.94 21.4741 110.255 21.7109C110.579 21.9397 110.953 22.1093 111.38 22.2198C111.806 22.3224 112.267 22.3737 112.764 22.3737ZM111.64 14.775C111.285 14.775 110.969 14.8421 110.693 14.9762C110.417 15.1025 110.176 15.28 109.971 15.5088C109.774 15.7298 109.616 15.9902 109.498 16.29C109.379 16.5898 109.3 16.9094 109.261 17.2487H113.77C113.77 16.9094 113.723 16.5898 113.628 16.29C113.542 15.9902 113.407 15.7298 113.226 15.5088C113.052 15.28 112.831 15.1025 112.563 14.9762C112.303 14.8421 111.995 14.775 111.64 14.775Z", fill: "black" }), _jsx("path", { d: "M126.838 18.6098C126.838 18.0023 126.767 17.4657 126.625 17.0002C126.483 16.5346 126.285 16.144 126.033 15.8284C125.78 15.5128 125.477 15.2761 125.122 15.1182C124.767 14.9604 124.38 14.8815 123.962 14.8815C123.551 14.8815 123.169 14.9604 122.814 15.1182C122.466 15.2761 122.167 15.5128 121.914 15.8284C121.662 16.144 121.464 16.5346 121.322 17.0002C121.18 17.4657 121.109 18.0023 121.109 18.6098C121.109 19.2174 121.18 19.754 121.322 20.2195C121.464 20.6851 121.662 21.0757 121.914 21.3913C122.174 21.699 122.478 21.9357 122.825 22.1014C123.18 22.2593 123.567 22.3382 123.985 22.3382C124.404 22.3382 124.786 22.2593 125.133 22.1014C125.481 21.9357 125.78 21.699 126.033 21.3913C126.285 21.0757 126.483 20.6851 126.625 20.2195C126.767 19.754 126.838 19.2174 126.838 18.6098ZM129.738 18.6098C129.738 19.5094 129.603 20.33 129.335 21.0717C129.067 21.8134 128.68 22.4486 128.175 22.9773C127.678 23.506 127.075 23.9163 126.364 24.2082C125.654 24.4923 124.861 24.6343 123.985 24.6343C123.086 24.6343 122.277 24.4923 121.559 24.2082C120.849 23.9163 120.245 23.506 119.748 22.9773C119.251 22.4486 118.868 21.8134 118.6 21.0717C118.34 20.33 118.209 19.5094 118.209 18.6098C118.209 17.7103 118.344 16.8897 118.612 16.148C118.88 15.4062 119.263 14.7711 119.76 14.2424C120.265 13.7137 120.872 13.3073 121.583 13.0233C122.293 12.7313 123.086 12.5853 123.962 12.5853C124.861 12.5853 125.666 12.7313 126.376 13.0233C127.094 13.3073 127.702 13.7137 128.199 14.2424C128.696 14.7711 129.075 15.4062 129.335 16.148C129.603 16.8897 129.738 17.7103 129.738 18.6098Z", fill: "black" }), _jsx("path", { d: "M136.473 18.2074C136.212 18.2074 135.956 18.2035 135.703 18.1956C135.451 18.1877 135.214 18.1719 134.993 18.1482V24.3384H132.093V8.50195H136.662C137.427 8.50195 138.094 8.53746 138.662 8.60847C139.238 8.6716 139.751 8.77023 140.201 8.90437C141.282 9.23578 142.115 9.76445 142.698 10.4904C143.282 11.2163 143.574 12.1395 143.574 13.26C143.574 14.0254 143.416 14.7158 143.101 15.3313C142.785 15.9389 142.324 16.4557 141.716 16.8818C141.108 17.3079 140.367 17.6353 139.491 17.8642C138.615 18.093 137.609 18.2074 136.473 18.2074ZM134.993 15.71C135.159 15.7337 135.368 15.7534 135.621 15.7692C135.881 15.7771 136.149 15.7811 136.425 15.7811C137.207 15.7811 137.861 15.7179 138.39 15.5917C138.919 15.4654 139.345 15.2918 139.668 15.0709C139.992 14.8421 140.225 14.5698 140.367 14.2542C140.509 13.9307 140.58 13.5796 140.58 13.2008C140.58 12.7353 140.473 12.3328 140.26 11.9936C140.047 11.6543 139.676 11.3899 139.148 11.2005C138.871 11.1059 138.528 11.0388 138.118 10.9993C137.715 10.952 137.218 10.9283 136.627 10.9283H134.993V15.71Z", fill: "black" }), _jsx("path", { d: "M152.629 15.0946H152.393C151.532 15.0946 150.775 15.2248 150.12 15.4852C149.473 15.7377 148.972 16.1282 148.617 16.6569V24.3384H145.812V12.8694H148.132L148.392 14.4673H148.439C148.771 13.8834 149.224 13.4257 149.8 13.0943C150.384 12.755 151.083 12.5853 151.895 12.5853C152.179 12.5853 152.424 12.6011 152.629 12.6327V15.0946Z", fill: "black" }), _jsx("path", { d: "M159.708 22.3737C160.252 22.3737 160.82 22.3184 161.412 22.208C162.004 22.0975 162.603 21.9397 163.211 21.7345V23.9715C162.848 24.1293 162.292 24.2793 161.542 24.4213C160.793 24.5633 160.015 24.6343 159.211 24.6343C158.398 24.6343 157.624 24.5318 156.891 24.3266C156.165 24.1136 155.53 23.7743 154.985 23.3087C154.441 22.8432 154.007 22.2395 153.683 21.4978C153.367 20.7561 153.21 19.8566 153.21 18.7992C153.21 17.7577 153.36 16.8463 153.659 16.0651C153.959 15.2839 154.362 14.6369 154.867 14.124C155.372 13.6111 155.948 13.2284 156.595 12.9759C157.25 12.7155 157.924 12.5853 158.619 12.5853C159.345 12.5853 160.011 12.6958 160.619 12.9168C161.234 13.1377 161.763 13.4849 162.205 13.9583C162.655 14.4318 163.002 15.0433 163.247 15.7929C163.499 16.5346 163.625 17.4144 163.625 18.4323C163.617 18.8268 163.606 19.1622 163.59 19.4384H156.074C156.113 19.967 156.232 20.4207 156.429 20.7995C156.626 21.1703 156.883 21.4741 157.198 21.7109C157.522 21.9397 157.897 22.1093 158.323 22.2198C158.749 22.3224 159.211 22.3737 159.708 22.3737ZM158.583 14.775C158.228 14.775 157.912 14.8421 157.636 14.9762C157.36 15.1025 157.119 15.28 156.914 15.5088C156.717 15.7298 156.559 15.9902 156.441 16.29C156.323 16.5898 156.244 16.9094 156.204 17.2487H160.714C160.714 16.9094 160.666 16.5898 160.572 16.29C160.485 15.9902 160.351 15.7298 160.169 15.5088C159.996 15.28 159.775 15.1025 159.506 14.9762C159.246 14.8421 158.938 14.775 158.583 14.775Z", fill: "black" }), _jsx("path", { d: "M170.822 21.0125C170.822 20.7679 170.751 20.5667 170.609 20.4089C170.475 20.2511 170.293 20.1209 170.065 20.0183C169.836 19.9078 169.571 19.8132 169.272 19.7343C168.98 19.6553 168.672 19.5764 168.348 19.4975C167.938 19.3871 167.543 19.2608 167.165 19.1188C166.786 18.9689 166.451 18.7755 166.159 18.5388C165.875 18.3021 165.646 18.0062 165.472 17.6511C165.306 17.2882 165.224 16.8463 165.224 16.3255C165.224 15.6864 165.338 15.134 165.567 14.6685C165.796 14.195 166.103 13.8045 166.49 13.4967C166.885 13.189 167.338 12.9602 167.851 12.8102C168.372 12.6603 168.92 12.5853 169.496 12.5853C170.199 12.5853 170.858 12.6445 171.473 12.7629C172.088 12.8734 172.645 13.0193 173.142 13.2008V15.4852C172.881 15.3984 172.605 15.3195 172.313 15.2484C172.029 15.1695 171.737 15.1025 171.437 15.0472C171.146 14.992 170.854 14.9486 170.562 14.917C170.27 14.8776 169.994 14.8578 169.733 14.8578C169.402 14.8578 169.122 14.8894 168.893 14.9525C168.664 15.0157 168.479 15.1025 168.336 15.2129C168.194 15.3155 168.092 15.4378 168.029 15.5798C167.966 15.714 167.934 15.856 167.934 16.0059C167.934 16.2663 168.001 16.4794 168.135 16.6451C168.277 16.8108 168.471 16.9449 168.715 17.0475C168.96 17.1501 169.216 17.2369 169.485 17.3079C169.753 17.371 170.013 17.4341 170.266 17.4973C170.66 17.592 171.055 17.7064 171.449 17.8405C171.844 17.9746 172.199 18.164 172.515 18.4086C172.83 18.6453 173.087 18.957 173.284 19.3437C173.489 19.7224 173.592 20.2077 173.592 20.7995C173.592 21.4465 173.469 22.0107 173.225 22.492C172.98 22.9734 172.637 23.3758 172.195 23.6993C171.761 24.0149 171.236 24.2477 170.621 24.3976C170.013 24.5554 169.343 24.6343 168.609 24.6343C167.883 24.6343 167.228 24.5752 166.644 24.4568C166.068 24.3463 165.591 24.2043 165.212 24.0307V21.77C165.827 21.9989 166.395 22.1567 166.916 22.2435C167.437 22.3224 167.922 22.3618 168.372 22.3618C168.719 22.3618 169.043 22.3382 169.343 22.2908C169.642 22.2356 169.899 22.1527 170.112 22.0423C170.333 21.9318 170.506 21.7937 170.633 21.628C170.759 21.4544 170.822 21.2493 170.822 21.0125Z", fill: "black" }), _jsx("path", { d: "M180.611 21.0125C180.611 20.7679 180.54 20.5667 180.398 20.4089C180.264 20.2511 180.082 20.1209 179.853 20.0183C179.624 19.9078 179.36 19.8132 179.06 19.7343C178.768 19.6553 178.461 19.5764 178.137 19.4975C177.727 19.3871 177.332 19.2608 176.954 19.1188C176.575 18.9689 176.239 18.7755 175.947 18.5388C175.663 18.3021 175.435 18.0062 175.261 17.6511C175.095 17.2882 175.012 16.8463 175.012 16.3255C175.012 15.6864 175.127 15.134 175.356 14.6685C175.584 14.195 175.892 13.8045 176.279 13.4967C176.673 13.189 177.127 12.9602 177.64 12.8102C178.161 12.6603 178.709 12.5853 179.285 12.5853C179.987 12.5853 180.646 12.6445 181.262 12.7629C181.877 12.8734 182.434 13.0193 182.931 13.2008V15.4852C182.67 15.3984 182.394 15.3195 182.102 15.2484C181.818 15.1695 181.526 15.1025 181.226 15.0472C180.934 14.992 180.642 14.9486 180.35 14.917C180.058 14.8776 179.782 14.8578 179.522 14.8578C179.191 14.8578 178.91 14.8894 178.682 14.9525C178.453 15.0157 178.267 15.1025 178.125 15.2129C177.983 15.3155 177.881 15.4378 177.818 15.5798C177.754 15.714 177.723 15.856 177.723 16.0059C177.723 16.2663 177.79 16.4794 177.924 16.6451C178.066 16.8108 178.259 16.9449 178.504 17.0475C178.749 17.1501 179.005 17.2369 179.273 17.3079C179.542 17.371 179.802 17.4341 180.055 17.4973C180.449 17.592 180.844 17.7064 181.238 17.8405C181.633 17.9746 181.988 18.164 182.303 18.4086C182.619 18.6453 182.875 18.957 183.073 19.3437C183.278 19.7224 183.38 20.2077 183.38 20.7995C183.38 21.4465 183.258 22.0107 183.014 22.492C182.769 22.9734 182.426 23.3758 181.984 23.6993C181.55 24.0149 181.025 24.2477 180.41 24.3976C179.802 24.5554 179.131 24.6343 178.398 24.6343C177.672 24.6343 177.017 24.5752 176.433 24.4568C175.857 24.3463 175.379 24.2043 175.001 24.0307V21.77C175.616 21.9989 176.184 22.1567 176.705 22.2435C177.226 22.3224 177.711 22.3618 178.161 22.3618C178.508 22.3618 178.831 22.3382 179.131 22.2908C179.431 22.2356 179.688 22.1527 179.901 22.0423C180.122 21.9318 180.295 21.7937 180.421 21.628C180.548 21.4544 180.611 21.2493 180.611 21.0125Z", fill: "black" })
9
+ ] })) : (_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.70585 8C6.82474 8 7.80784 8.73893 8.11419 9.81019L11.1433 20.4025C11.1464 20.4132 11.1513 20.423 11.1577 20.4315L14.7463 8H16.7538H22.3031C26.1927 8 28.8 10.5191 28.8 14.3329C28.8 18.1903 26.1243 20.5957 22.1322 20.5957H19.4992H16.1064L15.4473 22.6268C14.8562 24.4482 13.1527 25.6825 11.2298 25.6825C9.30695 25.6825 7.60344 24.4482 7.01232 22.6268L3.32309 11.259C2.80067 9.64921 4.00647 8 5.70585 8ZM17.3328 16.817H21.1747C22.8417 16.817 23.8419 15.8636 23.8419 14.3329C23.8419 12.7934 22.8417 11.8837 21.1747 11.8837H18.9338L17.3328 16.817Z", fill: "black" }))] }));
7
10
  };
8
11
  export default JetpackVideoPressLogo;
@@ -8,11 +8,12 @@
8
8
  @include breakpoints.media(#{$size}) using ($columns) {
9
9
  padding: 0 #{$padding};
10
10
  grid-template-columns: repeat(#{$columns}, minmax(0, 1fr));
11
+ max-width: calc(var(--max-container-width) + 2 * #{$padding});
11
12
  }
12
13
  }
13
14
 
14
15
  .container {
15
- --max-container-width: 1128px;
16
+ --max-container-width: 1040px;
16
17
  // vertical spacing
17
18
  --vertical-gutter: 24px;
18
19
  // horizontal spacing
@@ -20,7 +21,6 @@
20
21
 
21
22
  display: grid;
22
23
  column-gap: var(--vertical-gutter);
23
- max-width: var(--max-container-width);
24
24
  margin: 0 auto;
25
25
  width: 100%;
26
26