bitmovin-player-ui 4.1.0 → 4.2.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.
- package/CHANGELOG.md +13 -1
- package/CONTRIBUTING.md +3 -3
- package/assets/images/quickseek-back-10.svg +3 -0
- package/assets/images/quickseek-back-15.svg +3 -0
- package/assets/images/quickseek-back-20.svg +3 -0
- package/assets/images/quickseek-back-30.svg +3 -0
- package/assets/images/quickseek-back-5.svg +3 -0
- package/assets/images/quickseek-back-60.svg +3 -0
- package/assets/images/quickseek-back.svg +1 -1
- package/assets/images/quickseek-forward-10.svg +3 -0
- package/assets/images/quickseek-forward-15.svg +3 -0
- package/assets/images/quickseek-forward-20.svg +3 -0
- package/assets/images/quickseek-forward-30.svg +3 -0
- package/assets/images/quickseek-forward-5.svg +3 -0
- package/assets/images/quickseek-forward-60.svg +3 -0
- package/assets/images/quickseek-forward.svg +1 -1
- package/dist/css/bitmovinplayer-ui.css +1 -1
- package/dist/css/bitmovinplayer-ui.css.map +1 -1
- package/dist/js/bitmovinplayer-ui.js +1 -1
- package/dist/js/bitmovinplayer-ui.js.map +1 -1
- package/dist/js/framework/components/UIContainer.d.ts +2 -2
- package/dist/js/framework/components/buttons/QuickSeekButton.d.ts +4 -0
- package/dist/js/framework/components/buttons/QuickSeekButton.js +3 -1
- package/dist/js/framework/components/seekbar/SeekBar.d.ts +1 -0
- package/dist/js/framework/components/seekbar/SeekBar.js +13 -4
- package/dist/js/framework/utils/StringUtils.js +2 -1
- package/docs/assets/hierarchy.js +1 -1
- package/docs/classes/AdClickOverlay.html +28 -28
- package/docs/classes/AdControlBar.html +31 -31
- package/docs/classes/AdCounterLabel.html +31 -31
- package/docs/classes/AdMessageLabel.html +31 -31
- package/docs/classes/AdSkipButton.html +27 -27
- package/docs/classes/AdStatusOverlay.html +31 -31
- package/docs/classes/AirPlayToggleButton.html +35 -35
- package/docs/classes/AudioQualitySelectBox.html +38 -38
- package/docs/classes/AudioTrackListBox.html +39 -39
- package/docs/classes/AudioTrackSelectBox.html +38 -38
- package/docs/classes/BackgroundColorSelectBox.html +38 -38
- package/docs/classes/BackgroundOpacitySelectBox.html +38 -38
- package/docs/classes/BrowserUtils.html +2 -2
- package/docs/classes/BufferingOverlay.html +31 -31
- package/docs/classes/Button.html +27 -27
- package/docs/classes/CastStatusOverlay.html +31 -31
- package/docs/classes/CastToggleButton.html +35 -35
- package/docs/classes/CastUIContainer.html +31 -31
- package/docs/classes/CharacterEdgeSelectBox.html +38 -38
- package/docs/classes/ClickOverlay.html +28 -28
- package/docs/classes/CloseButton.html +27 -27
- package/docs/classes/Component.html +25 -25
- package/docs/classes/Container.html +31 -31
- package/docs/classes/ControlBar.html +31 -31
- package/docs/classes/DynamicSettingsPanelItem.html +33 -33
- package/docs/classes/ErrorMessageOverlay.html +31 -31
- package/docs/classes/FontColorSelectBox.html +38 -38
- package/docs/classes/FontFamilySelectBox.html +38 -38
- package/docs/classes/FontOpacitySelectBox.html +38 -38
- package/docs/classes/FontSizeSelectBox.html +38 -38
- package/docs/classes/FullscreenToggleButton.html +35 -35
- package/docs/classes/HugePlaybackToggleButton.html +35 -35
- package/docs/classes/HugeReplayButton.html +27 -27
- package/docs/classes/I18n.html +2 -2
- package/docs/classes/Icon.html +25 -25
- package/docs/classes/ItemSelectionList.html +38 -38
- package/docs/classes/Label.html +31 -31
- package/docs/classes/ListBox.html +39 -39
- package/docs/classes/ListSelector.html +38 -38
- package/docs/classes/MetadataLabel.html +31 -31
- package/docs/classes/NavigationGroup.html +10 -10
- package/docs/classes/PictureInPictureToggleButton.html +35 -35
- package/docs/classes/PlaybackSpeedSelectBox.html +38 -38
- package/docs/classes/PlaybackTimeLabel.html +32 -32
- package/docs/classes/PlaybackToggleButton.html +35 -35
- package/docs/classes/PlaybackToggleOverlay.html +31 -31
- package/docs/classes/PlayerUtils.LiveStreamDetector.html +2 -2
- package/docs/classes/PlayerUtils.TimeShiftAvailabilityDetector.html +2 -2
- package/docs/classes/PlayerWrapper.html +4 -4
- package/docs/classes/QuickSeekButton.html +27 -27
- package/docs/classes/RecommendationItem.html +25 -25
- package/docs/classes/RecommendationOverlay.html +31 -31
- package/docs/classes/ReplayButton.html +27 -27
- package/docs/classes/RootNavigationGroup.html +10 -10
- package/docs/classes/SeekBar.html +36 -36
- package/docs/classes/SeekBarLabel.html +35 -35
- package/docs/classes/SelectBox.html +38 -38
- package/docs/classes/SettingsPanel.html +39 -39
- package/docs/classes/SettingsPanelItem.html +33 -33
- package/docs/classes/SettingsPanelNavigationGroup.html +10 -10
- package/docs/classes/SettingsPanelNavigationGroupConfig.html +2 -2
- package/docs/classes/SettingsPanelPage.html +33 -33
- package/docs/classes/SettingsPanelPageBackButton.html +29 -29
- package/docs/classes/SettingsPanelPageOpenButton.html +29 -29
- package/docs/classes/SettingsToggleButton.html +35 -35
- package/docs/classes/Spacer.html +25 -25
- package/docs/classes/SpatialNavigation.html +4 -4
- package/docs/classes/SubtitleListBox.html +39 -39
- package/docs/classes/SubtitleOverlay.html +31 -31
- package/docs/classes/SubtitleSelectBox.html +38 -38
- package/docs/classes/SubtitleSettingSelectBox.html +38 -38
- package/docs/classes/SubtitleSettingsPanelPage.html +33 -33
- package/docs/classes/SubtitleSettingsResetButton.html +27 -27
- package/docs/classes/TitleBar.html +31 -31
- package/docs/classes/ToggleButton.html +35 -35
- package/docs/classes/UIContainer.html +31 -31
- package/docs/classes/UIInstanceManager.html +14 -14
- package/docs/classes/UIManager.html +14 -14
- package/docs/classes/VRToggleButton.html +35 -35
- package/docs/classes/VideoQualitySelectBox.html +39 -39
- package/docs/classes/VolumeControlButton.html +33 -33
- package/docs/classes/VolumeSlider.html +36 -36
- package/docs/classes/VolumeToggleButton.html +35 -35
- package/docs/classes/Watermark.html +28 -28
- package/docs/classes/WindowColorSelectBox.html +38 -38
- package/docs/classes/WindowOpacitySelectBox.html +38 -38
- package/docs/enums/ButtonStyle.html +5 -5
- package/docs/enums/LabelStyle.html +4 -4
- package/docs/enums/MetadataLabelContent.html +3 -3
- package/docs/enums/NavigationDirection.html +2 -2
- package/docs/enums/PlaybackTimeLabelMode.html +5 -5
- package/docs/enums/PlayerUtils.PlayerState.html +2 -2
- package/docs/enums/UIUtils.KeyCode.html +2 -2
- package/docs/enums/ViewMode.html +3 -3
- package/docs/functions/ArrayUtils.remove.html +1 -1
- package/docs/functions/ErrorUtils.defaultMobileV3ErrorMessageTranslator.html +1 -1
- package/docs/functions/PlayerUtils.clampValueToRange.html +1 -1
- package/docs/functions/PlayerUtils.getCurrentTimeRelativeToSeekableRange.html +1 -1
- package/docs/functions/PlayerUtils.getSeekableRangeRespectingLive.html +1 -1
- package/docs/functions/PlayerUtils.getSeekableRangeStart.html +1 -1
- package/docs/functions/PlayerUtils.getState.html +1 -1
- package/docs/functions/PlayerUtils.isTimeShiftAvailable.html +1 -1
- package/docs/functions/StorageUtils.getItem.html +1 -1
- package/docs/functions/StorageUtils.getObject.html +1 -1
- package/docs/functions/StorageUtils.setItem.html +1 -1
- package/docs/functions/StorageUtils.setObject.html +1 -1
- package/docs/functions/StorageUtils.setStorageApiDisabled.html +1 -1
- package/docs/functions/StringUtils.replaceAdMessagePlaceholders.html +1 -1
- package/docs/functions/StringUtils.secondsToText.html +1 -1
- package/docs/functions/StringUtils.secondsToTime.html +1 -1
- package/docs/functions/UIFactory.buildCastReceiverUI.html +1 -1
- package/docs/functions/UIFactory.buildSmallScreenUI.html +1 -1
- package/docs/functions/UIFactory.buildSubtitleUI.html +1 -1
- package/docs/functions/UIFactory.buildTvUI.html +1 -1
- package/docs/functions/UIFactory.buildUI.html +1 -1
- package/docs/functions/UIUtils.traverseTree.html +1 -1
- package/docs/hierarchy.html +1 -1
- package/docs/interfaces/ActiveUiChangedArgs.html +3 -3
- package/docs/interfaces/AdControlBarConfig.html +12 -12
- package/docs/interfaces/AdSkipButtonConfig.html +16 -16
- package/docs/interfaces/BufferingOverlayConfig.html +13 -13
- package/docs/interfaces/ButtonConfig.html +14 -14
- package/docs/interfaces/ClickOverlayConfig.html +15 -15
- package/docs/interfaces/CloseButtonConfig.html +15 -15
- package/docs/interfaces/ComponentConfig.html +11 -11
- package/docs/interfaces/ComponentFocusChangedEventArgs.html +2 -2
- package/docs/interfaces/ComponentHoverChangedEventArgs.html +2 -2
- package/docs/interfaces/ContainerConfig.html +12 -12
- package/docs/interfaces/ControlBarConfig.html +12 -12
- package/docs/interfaces/DynamicSettingsPanelItemConfig.html +19 -19
- package/docs/interfaces/ErrorMessageMap.html +1 -1
- package/docs/interfaces/ErrorMessageOverlayConfig.html +13 -13
- package/docs/interfaces/ErrorMessageTranslator.html +1 -1
- package/docs/interfaces/ExternalRecommendationLink.html +3 -3
- package/docs/interfaces/IconConfig.html +12 -12
- package/docs/interfaces/InternalUIConfig.html +15 -15
- package/docs/interfaces/LabelConfig.html +14 -14
- package/docs/interfaces/ListBoxConfig.html +16 -16
- package/docs/interfaces/ListItem.html +2 -2
- package/docs/interfaces/ListItemFilter.html +1 -1
- package/docs/interfaces/ListItemLabelTranslator.html +1 -1
- package/docs/interfaces/ListSelectorConfig.html +11 -11
- package/docs/interfaces/LocalizationConfig.html +3 -3
- package/docs/interfaces/MetadataLabelConfig.html +15 -15
- package/docs/interfaces/PlaybackTimeLabelConfig.html +16 -16
- package/docs/interfaces/PlaybackToggleButtonConfig.html +19 -19
- package/docs/interfaces/PlaybackToggleOverlayConfig.html +13 -13
- package/docs/interfaces/PlayerUtils.LiveStreamDetectorEventArgs.html +2 -2
- package/docs/interfaces/PlayerUtils.TimeShiftAvailabilityChangedArgs.html +2 -2
- package/docs/interfaces/QuickSeekButtonConfig.html +19 -17
- package/docs/interfaces/RecommendationConfig.html +4 -4
- package/docs/interfaces/RecommendationItemConfig.html +12 -12
- package/docs/interfaces/SeekBarConfig.html +19 -19
- package/docs/interfaces/SeekBarLabelConfig.html +12 -12
- package/docs/interfaces/SeekBarMarker.html +2 -2
- package/docs/interfaces/SeekPreviewArgs.html +3 -3
- package/docs/interfaces/SeekPreviewEventArgs.html +4 -4
- package/docs/interfaces/SettingsPanelConfig.html +14 -14
- package/docs/interfaces/SettingsPanelItemConfig.html +17 -17
- package/docs/interfaces/SettingsPanelPageConfig.html +13 -13
- package/docs/interfaces/SettingsToggleButtonConfig.html +20 -20
- package/docs/interfaces/SubtitleSettingSelectBoxConfig.html +11 -11
- package/docs/interfaces/SubtitleSettingsPanelPageConfig.html +13 -13
- package/docs/interfaces/TimelineMarker.html +6 -6
- package/docs/interfaces/TitleBarConfig.html +13 -13
- package/docs/interfaces/ToggleButtonConfig.html +18 -18
- package/docs/interfaces/UIConditionContext.html +10 -10
- package/docs/interfaces/UIConditionResolver.html +1 -1
- package/docs/interfaces/UIConfig.html +14 -14
- package/docs/interfaces/UIContainerConfig.html +18 -18
- package/docs/interfaces/UIUtils.TreeTraversalCallback.html +1 -1
- package/docs/interfaces/UIVariant.html +2 -2
- package/docs/interfaces/ViewModeChangedEventArgs.html +2 -2
- package/docs/interfaces/Vocabularies.html +1 -1
- package/docs/interfaces/Vocabulary.html +2 -2
- package/docs/interfaces/VolumeControlButtonConfig.html +14 -14
- package/docs/interfaces/VolumeSliderConfig.html +21 -21
- package/docs/interfaces/WatermarkConfig.html +15 -15
- package/docs/interfaces/WrappedPlayer.html +2 -2
- package/docs/media/CHANGELOG.md +13 -1
- package/docs/media/CONTRIBUTING.md +3 -3
- package/docs/types/CustomVocabulary.html +1 -1
- package/docs/types/LocalizableText.html +1 -1
- package/docs/types/Localizer.html +1 -1
- package/docs/variables/ErrorUtils.defaultErrorMessages.html +1 -1
- package/docs/variables/ErrorUtils.defaultWebErrorMessageTranslator.html +1 -1
- package/docs/variables/StringUtils.FORMAT_HHMMSS.html +1 -1
- package/docs/variables/StringUtils.FORMAT_MMSS.html +1 -1
- package/docs/variables/i18n.html +1 -1
- package/docs/variables/version.html +1 -1
- package/package.json +1 -1
- package/src/scss/components/buttons/_quick-seek-button.scss +18 -0
- package/src/ts/components/UIContainer.ts +2 -2
- package/src/ts/components/buttons/QuickSeekButton.ts +7 -1
- package/src/ts/components/seekbar/SeekBar.ts +13 -3
- package/src/ts/utils/StringUtils.ts +1 -1
- package/webpack.config.js +10 -3
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
6
6
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
7
7
|
|
|
8
|
+
## [4.2.0] - 2025-10-15
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- New Icons for `QuickSeekButton` matching our new icon design system
|
|
13
|
+
- Dedicated Icons for `QuickSeekButton` for intervals of 5, 10, 15, 20, 30 and 60 seconds
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
|
|
17
|
+
- `npm start` not working anymore
|
|
18
|
+
- Crash when using the Player Android SDK where `player.ads.isLinearAdActive` was invoked despite not being available on that platform
|
|
19
|
+
|
|
8
20
|
## [4.1.0] - 2025-10-06
|
|
9
21
|
|
|
10
22
|
### Added
|
|
@@ -142,7 +154,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
142
154
|
- `ui-skin-cast-receiver` -> `ui-cast-receiver`
|
|
143
155
|
- `ui-skin-tv` -> `ui-tv`
|
|
144
156
|
|
|
145
|
-
## [
|
|
157
|
+
## [3.103.1] - 2025-10-07
|
|
146
158
|
|
|
147
159
|
### Changed
|
|
148
160
|
|
package/CONTRIBUTING.md
CHANGED
|
@@ -10,12 +10,12 @@ Before creating a pull request, please
|
|
|
10
10
|
|
|
11
11
|
- make sure all guidelines are followed
|
|
12
12
|
- add an appropriate entry to the [CHANGELOG](CHANGELOG.md)
|
|
13
|
-
- make sure that `
|
|
13
|
+
- make sure that `npm run lint` is free of warnings and errors
|
|
14
14
|
- make sure your branch is free of merge conflicts
|
|
15
15
|
|
|
16
16
|
## TypeScript Code Style
|
|
17
17
|
|
|
18
|
-
- Follow the `tslint` rules (`
|
|
18
|
+
- Follow the `tslint` rules (`npm run lint-ts`)
|
|
19
19
|
- Put single(!) blank lines between functions, classes, interfaces, etc...
|
|
20
20
|
- Always add return values to functions (even if `void`)
|
|
21
21
|
- No unused imports
|
|
@@ -27,7 +27,7 @@ Before creating a pull request, please
|
|
|
27
27
|
|
|
28
28
|
## SASS SCSS Code Style
|
|
29
29
|
|
|
30
|
-
- Follow the `sass-lint` rules (`
|
|
30
|
+
- Follow the `sass-lint` rules (`npm run lint-sass`)
|
|
31
31
|
- Browser specific hacks must be commented with an explanation _why_ it is required and _what_ it does
|
|
32
32
|
|
|
33
33
|
## Component Architecture
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10.24 15.23V8.86H8.65L7.08 9.82V11.29L8.47 10.46H8.51V15.24H10.24V15.23ZM12.61 14.84C13.03 15.1 13.53 15.23 14.11 15.23C14.69 15.23 15.19 15.1 15.61 14.84C16.03 14.58 16.35 14.21 16.58 13.72C16.81 13.23 16.92 12.65 16.92 11.96C16.92 11.28 16.81 10.7 16.58 10.23C16.35 9.75 16.03 9.39 15.61 9.14C15.19 8.89 14.69 8.77 14.11 8.77C13.53 8.77 13.03 8.89 12.61 9.14C12.19 9.39 11.87 9.75 11.64 10.23C11.41 10.71 11.3 11.29 11.3 11.97C11.3 12.65 11.41 13.23 11.64 13.72C11.87 14.21 12.19 14.58 12.61 14.84ZM13.37 10.57C13.56 10.28 13.8 10.13 14.1 10.13C14.3 10.13 14.48 10.19 14.63 10.33C14.78 10.46 14.9 10.66 14.99 10.93C15.08 11.2 15.12 11.55 15.12 11.97C15.12 12.62 15.03 13.1 14.84 13.4C14.65 13.7 14.4 13.86 14.1 13.86C13.9 13.86 13.72 13.79 13.57 13.66C13.42 13.53 13.29 13.32 13.21 13.04C13.12 12.76 13.08 12.4 13.08 11.97C13.08 11.33 13.18 10.87 13.37 10.57ZM12 2C9.7 2 7.8 2.67 6 4.1V3C6 2.45 5.55 2 5 2C4.45 2 4 2.45 4 3V6.5C4 7.05 4.45 7.5 5 7.5H8.5C9.05 7.5 9.5 7.05 9.5 6.5C9.5 5.95 9.05 5.5 8.5 5.5H7.45C8.82 4.47 10.24 4 11.99 4C16.4 4 19.99 7.59 19.99 12C19.99 16.41 16.4 20 11.99 20C8.99 20 6.26 18.34 4.88 15.68L4.77 15.48L3 16.39L3.11 16.6C4.84 19.93 8.24 22 12 22C17.52 22 22 17.51 22 12C22 6.49 17.51 2 12 2Z" fill="white"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10.48 15.18V8.81H8.89L7.32 9.77V11.24L8.71 10.41H8.75V15.19H10.48V15.18ZM14.58 13.78C14.44 13.85 14.29 13.89 14.11 13.89C13.88 13.89 13.69 13.83 13.52 13.7C13.35 13.57 13.27 13.4 13.26 13.18H11.58C11.58 13.57 11.69 13.92 11.91 14.22C12.13 14.52 12.42 14.76 12.8 14.93C13.18 15.1 13.61 15.19 14.1 15.19C14.62 15.19 15.07 15.09 15.45 14.9C15.83 14.71 16.13 14.44 16.34 14.11C16.55 13.77 16.66 13.38 16.66 12.95C16.66 12.55 16.58 12.2 16.4 11.89C16.23 11.58 15.99 11.34 15.69 11.17C15.39 11 15.05 10.91 14.67 10.91C14.35 10.91 14.06 10.97 13.82 11.1C13.58 11.23 13.4 11.38 13.3 11.57H13.26L13.38 10.18H16.24V8.82H11.96L11.71 12.28L13.23 12.57C13.3 12.42 13.42 12.3 13.57 12.21C13.72 12.12 13.89 12.08 14.08 12.08C14.27 12.08 14.41 12.12 14.55 12.19C14.68 12.26 14.79 12.37 14.87 12.51C14.95 12.65 14.98 12.81 14.98 12.99C14.98 13.17 14.95 13.33 14.87 13.47C14.79 13.61 14.69 13.71 14.55 13.79L14.58 13.78ZM12 2C9.7 2 7.8 2.67 6 4.1V3C6 2.45 5.55 2 5 2C4.45 2 4 2.45 4 3V6.5C4 7.05 4.45 7.5 5 7.5H8.5C9.05 7.5 9.5 7.05 9.5 6.5C9.5 5.95 9.05 5.5 8.5 5.5H7.45C8.82 4.47 10.24 4 11.99 4C16.4 4 19.99 7.59 19.99 12C19.99 16.41 16.4 20 11.99 20C8.99 20 6.26 18.34 4.88 15.68L4.77 15.48L3 16.39L3.11 16.6C4.84 19.93 8.24 22 12 22C17.52 22 22 17.51 22 12C22 6.49 17.51 2 12 2Z" fill="white"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.55 13.31C10.04 12.91 10.41 12.56 10.67 12.27C10.93 11.98 11.11 11.71 11.22 11.47C11.32 11.23 11.37 10.99 11.37 10.74C11.37 10.34 11.27 10 11.06 9.71C10.86 9.42 10.57 9.19 10.19 9.02C9.81 8.86 9.37 8.78 8.86 8.78C8.35 8.78 7.94 8.87 7.57 9.04C7.2 9.21 6.92 9.46 6.72 9.79C6.52 10.11 6.42 10.5 6.42 10.95H8.06C8.06 10.77 8.09 10.62 8.16 10.5C8.23 10.38 8.32 10.28 8.44 10.22C8.56 10.16 8.7 10.12 8.86 10.12C9.02 10.12 9.16 10.15 9.28 10.21C9.4 10.27 9.5 10.36 9.57 10.48C9.64 10.6 9.67 10.74 9.67 10.9C9.67 11.05 9.64 11.19 9.58 11.31C9.52 11.43 9.43 11.55 9.32 11.67C9.21 11.79 9.07 11.91 8.91 12.04L6.53 14.01V15.25H11.42V13.87H8.93V13.83L9.53 13.33L9.55 13.31ZM13.26 14.84C13.68 15.1 14.18 15.23 14.76 15.23C15.34 15.23 15.84 15.1 16.26 14.84C16.68 14.58 17 14.21 17.23 13.72C17.46 13.23 17.57 12.65 17.57 11.96C17.57 11.28 17.46 10.7 17.23 10.23C17 9.76 16.68 9.39 16.26 9.14C15.84 8.89 15.34 8.77 14.76 8.77C14.18 8.77 13.68 8.89 13.26 9.14C12.84 9.39 12.52 9.75 12.29 10.23C12.06 10.71 11.95 11.29 11.95 11.97C11.95 12.65 12.06 13.23 12.29 13.72C12.52 14.21 12.84 14.58 13.26 14.84ZM14.03 10.57C14.22 10.28 14.46 10.13 14.76 10.13C14.96 10.13 15.14 10.19 15.29 10.33C15.44 10.46 15.56 10.66 15.65 10.93C15.74 11.2 15.78 11.55 15.78 11.97C15.78 12.62 15.69 13.1 15.5 13.4C15.31 13.7 15.06 13.86 14.76 13.86C14.56 13.86 14.38 13.79 14.23 13.66C14.08 13.53 13.95 13.32 13.87 13.04C13.78 12.76 13.74 12.4 13.74 11.97C13.74 11.33 13.84 10.87 14.03 10.57ZM12 2C9.7 2 7.8 2.67 6 4.1V3C6 2.45 5.55 2 5 2C4.45 2 4 2.45 4 3V6.5C4 7.05 4.45 7.5 5 7.5H8.5C9.05 7.5 9.5 7.05 9.5 6.5C9.5 5.95 9.05 5.5 8.5 5.5H7.45C8.82 4.47 10.24 4 11.99 4C16.4 4 19.99 7.59 19.99 12C19.99 16.41 16.4 20 11.99 20C8.99 20 6.26 18.34 4.88 15.68L4.77 15.48L3 16.39L3.11 16.6C4.84 19.93 8.24 22 12 22C17.52 22 22 17.51 22 12C22 6.49 17.51 2 12 2Z" fill="white"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.34 13.77C9.22 13.83 9.08 13.85 8.92 13.85C8.76 13.85 8.61 13.82 8.48 13.77C8.35 13.72 8.25 13.64 8.18 13.55C8.11 13.46 8.07 13.35 8.07 13.23H6.33C6.33 13.62 6.44 13.97 6.67 14.27C6.89 14.57 7.2 14.81 7.59 14.98C7.98 15.15 8.42 15.24 8.93 15.24C9.44 15.24 9.91 15.16 10.31 15C10.71 14.84 11.02 14.62 11.25 14.33C11.47 14.05 11.59 13.72 11.58 13.35C11.58 12.97 11.46 12.65 11.2 12.39C10.94 12.14 10.55 11.98 10.04 11.93V11.88C10.42 11.84 10.73 11.71 10.98 11.48C11.23 11.26 11.35 10.97 11.35 10.62C11.35 10.27 11.25 9.95 11.05 9.68C10.85 9.4 10.56 9.19 10.2 9.03C9.84 8.87 9.42 8.79 8.95 8.79C8.48 8.79 8.04 8.87 7.67 9.04C7.3 9.21 7.01 9.44 6.79 9.73C6.58 10.02 6.47 10.36 6.47 10.75H8.12C8.12 10.62 8.16 10.51 8.23 10.41C8.3 10.31 8.4 10.24 8.52 10.18C8.64 10.13 8.78 10.1 8.94 10.1C9.08 10.1 9.21 10.13 9.32 10.18C9.43 10.23 9.52 10.31 9.58 10.4C9.64 10.49 9.67 10.6 9.67 10.73C9.67 10.86 9.64 10.97 9.56 11.07C9.49 11.17 9.38 11.24 9.25 11.3C9.12 11.35 8.97 11.38 8.79 11.38H8.14V12.56H8.79C8.98 12.56 9.14 12.59 9.28 12.64C9.42 12.7 9.53 12.77 9.61 12.87C9.69 12.97 9.73 13.08 9.73 13.21C9.73 13.34 9.7 13.45 9.63 13.55C9.56 13.65 9.47 13.73 9.34 13.78V13.77ZM13.38 14.84C13.8 15.1 14.3 15.23 14.88 15.23C15.46 15.23 15.96 15.1 16.38 14.84C16.8 14.58 17.12 14.21 17.35 13.72C17.58 13.23 17.69 12.65 17.69 11.96C17.69 11.28 17.58 10.7 17.35 10.23C17.12 9.76 16.8 9.39 16.38 9.14C15.96 8.89 15.46 8.77 14.88 8.77C14.3 8.77 13.8 8.89 13.38 9.14C12.96 9.39 12.64 9.75 12.41 10.23C12.18 10.71 12.07 11.29 12.07 11.97C12.07 12.65 12.18 13.23 12.41 13.72C12.64 14.21 12.96 14.58 13.38 14.84ZM14.15 10.57C14.34 10.28 14.58 10.13 14.88 10.13C15.08 10.13 15.26 10.19 15.41 10.33C15.56 10.46 15.68 10.66 15.77 10.93C15.86 11.2 15.9 11.55 15.9 11.97C15.9 12.62 15.81 13.1 15.62 13.4C15.43 13.7 15.18 13.86 14.88 13.86C14.68 13.86 14.5 13.79 14.35 13.66C14.2 13.53 14.07 13.32 13.99 13.04C13.9 12.76 13.86 12.4 13.86 11.97C13.86 11.33 13.96 10.87 14.15 10.57ZM12 2C9.7 2 7.8 2.67 6 4.1V3C6 2.45 5.55 2 5 2C4.45 2 4 2.45 4 3V6.5C4 7.05 4.45 7.5 5 7.5H8.5C9.05 7.5 9.5 7.05 9.5 6.5C9.5 5.95 9.05 5.5 8.5 5.5H7.45C8.82 4.47 10.24 4 11.99 4C16.4 4 19.99 7.59 19.99 12C19.99 16.41 16.4 20 11.99 20C8.99 20 6.26 18.34 4.88 15.68L4.77 15.48L3 16.39L3.11 16.6C4.84 19.93 8.24 22 12 22C17.52 22 22 17.51 22 12C22 6.49 17.51 2 12 2Z" fill="white"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.45 13.78C12.31 13.85 12.16 13.89 11.98 13.89C11.75 13.89 11.56 13.83 11.39 13.7C11.23 13.57 11.14 13.4 11.13 13.18H9.45C9.45 13.57 9.56 13.92 9.78 14.22C10 14.52 10.29 14.76 10.67 14.93C11.05 15.1 11.48 15.19 11.97 15.19C12.49 15.19 12.94 15.09 13.32 14.9C13.7 14.71 14 14.44 14.21 14.11C14.42 13.77 14.53 13.38 14.53 12.95C14.53 12.55 14.45 12.2 14.27 11.89C14.1 11.58 13.86 11.34 13.56 11.17C13.26 11 12.92 10.91 12.55 10.91C12.23 10.91 11.94 10.97 11.7 11.1C11.46 11.23 11.28 11.38 11.18 11.57H11.14L11.26 10.18H14.12V8.82H9.84L9.59 12.28L11.11 12.57C11.18 12.42 11.3 12.3 11.45 12.21C11.6 12.12 11.77 12.08 11.95 12.08C12.13 12.08 12.28 12.12 12.42 12.19C12.55 12.26 12.66 12.37 12.74 12.51C12.82 12.65 12.85 12.81 12.85 12.99C12.85 13.17 12.82 13.33 12.74 13.47C12.66 13.61 12.56 13.71 12.42 13.79L12.45 13.78ZM12 2C9.7 2 7.8 2.67 6 4.1V3C6 2.45 5.55 2 5 2C4.45 2 4 2.45 4 3V6.5C4 7.05 4.45 7.5 5 7.5H8.5C9.05 7.5 9.5 7.05 9.5 6.5C9.5 5.95 9.05 5.5 8.5 5.5H7.45C8.82 4.47 10.24 4 11.99 4C16.4 4 19.99 7.59 19.99 12C19.99 16.41 16.4 20 11.99 20C8.99 20 6.26 18.34 4.88 15.68L4.77 15.48L3 16.39L3.11 16.6C4.84 19.93 8.24 22 12 22C17.52 22 22 17.51 22 12C22 6.49 17.51 2 12 2Z" fill="white"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13.42 14.84C13.84 15.1 14.34 15.23 14.92 15.23C15.5 15.23 16 15.1 16.42 14.84C16.84 14.58 17.16 14.21 17.39 13.72C17.62 13.23 17.73 12.65 17.73 11.96C17.73 11.28 17.62 10.7 17.39 10.23C17.16 9.75 16.84 9.39 16.42 9.14C16 8.89 15.5 8.77 14.92 8.77C14.34 8.77 13.84 8.89 13.42 9.14C13 9.39 12.68 9.75 12.45 10.23C12.22 10.71 12.11 11.29 12.11 11.97C12.11 12.65 12.22 13.23 12.45 13.72C12.68 14.21 13 14.58 13.42 14.84ZM14.19 10.57C14.38 10.28 14.62 10.13 14.92 10.13C15.12 10.13 15.3 10.19 15.45 10.33C15.6 10.46 15.72 10.66 15.81 10.93C15.9 11.2 15.94 11.55 15.94 11.97C15.94 12.62 15.85 13.1 15.66 13.4C15.47 13.7 15.22 13.86 14.92 13.86C14.72 13.86 14.54 13.79 14.39 13.66C14.24 13.53 14.11 13.32 14.03 13.04C13.94 12.76 13.9 12.4 13.9 11.97C13.9 11.33 14 10.87 14.19 10.57ZM9.04 10.22C9.22 10.22 9.39 10.26 9.53 10.34C9.67 10.42 9.76 10.55 9.8 10.73H11.5C11.47 10.37 11.34 10.04 11.13 9.75C10.92 9.45 10.63 9.21 10.28 9.04C9.92 8.86 9.51 8.77 9.04 8.77C8.62 8.77 8.25 8.85 7.9 9C7.56 9.15 7.27 9.37 7.03 9.66C6.79 9.95 6.6 10.29 6.47 10.7C6.34 11.11 6.27 11.57 6.27 12.07C6.27 12.64 6.34 13.13 6.49 13.53C6.64 13.93 6.84 14.26 7.09 14.51C7.34 14.76 7.64 14.94 7.97 15.06C8.3 15.18 8.65 15.23 9.03 15.23C9.53 15.23 9.97 15.14 10.36 14.95C10.74 14.76 11.04 14.5 11.26 14.16C11.48 13.82 11.58 13.43 11.58 12.98C11.58 12.6 11.5 12.25 11.34 11.96C11.18 11.66 10.95 11.43 10.66 11.25C10.37 11.08 10.03 10.99 9.65 10.99C9.41 10.99 9.18 11.03 8.96 11.1C8.74 11.17 8.55 11.28 8.39 11.42C8.23 11.56 8.1 11.72 8.02 11.91H7.98C7.98 11.4 8.07 10.99 8.24 10.68C8.41 10.37 8.67 10.21 9.04 10.21V10.22ZM8.21 12.69C8.25 12.58 8.32 12.49 8.4 12.41C8.48 12.33 8.57 12.27 8.68 12.22C8.79 12.18 8.9 12.15 9.03 12.15C9.2 12.15 9.36 12.19 9.49 12.27C9.62 12.35 9.73 12.45 9.8 12.59C9.88 12.72 9.91 12.88 9.91 13.05C9.91 13.22 9.88 13.38 9.8 13.51C9.72 13.65 9.62 13.75 9.49 13.83C9.36 13.91 9.2 13.95 9.03 13.95C8.86 13.95 8.71 13.91 8.58 13.83C8.45 13.75 8.34 13.65 8.27 13.51C8.19 13.37 8.15 13.22 8.15 13.05C8.15 12.92 8.18 12.8 8.22 12.69H8.21ZM12 2C9.7 2 7.8 2.67 6 4.1V3C6 2.45 5.55 2 5 2C4.45 2 4 2.45 4 3V6.5C4 7.05 4.45 7.5 5 7.5H8.5C9.05 7.5 9.5 7.05 9.5 6.5C9.5 5.95 9.05 5.5 8.5 5.5H7.45C8.82 4.47 10.24 4 11.99 4C16.4 4 19.99 7.59 19.99 12C19.99 16.41 16.4 20 11.99 20C8.99 20 6.26 18.34 4.88 15.68L4.77 15.48L3 16.39L3.11 16.6C4.84 19.93 8.24 22 12 22C17.52 22 22 17.51 22 12C22 6.49 17.51 2 12 2Z" fill="white"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="
|
|
2
|
+
<path d="M4.77093 15.47L4.88099 15.67C6.26172 18.34 8.99315 19.99 11.9947 19.99C16.4071 19.99 19.9989 16.4 19.9989 11.99C19.9989 7.58 16.4071 4 11.9947 4C10.2438 4 8.82307 4.47 7.45234 5.5H8.5029C9.05319 5.5 9.50342 5.95 9.50342 6.5C9.50342 7.05 9.05319 7.5 8.5029 7.5H5.00105C4.45076 7.5 4.00053 7.05 4.00053 6.5V3C4.00053 2.45 4.45076 2 5.00105 2C5.55134 2 6.00158 2.45 6.00158 3V4.1C7.80253 2.66 9.69352 2 12.0047 2C17.5076 2 22 6.49 22 12C22 17.51 17.5076 22 11.9947 22C8.24276 22 4.83097 19.93 3.11006 16.6L3 16.39L4.77093 15.48V15.47Z" fill="white"/>
|
|
3
3
|
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M15.6 9.15C15.18 8.9 14.68 8.78 14.1 8.78C13.52 8.78 13.02 8.9 12.6 9.15C12.18 9.4 11.86 9.76 11.63 10.24C11.4 10.72 11.29 11.3 11.29 11.98C11.29 12.66 11.4 13.24 11.63 13.73C11.86 14.22 12.18 14.59 12.6 14.85C13.02 15.11 13.52 15.24 14.1 15.24C14.68 15.24 15.18 15.11 15.6 14.85C16.02 14.59 16.34 14.22 16.57 13.73C16.8 13.24 16.91 12.66 16.91 11.97C16.91 11.29 16.8 10.71 16.57 10.24C16.34 9.76 16.02 9.4 15.6 9.15ZM14.84 13.4C14.65 13.7 14.4 13.86 14.1 13.86C13.9 13.86 13.72 13.79 13.57 13.66C13.42 13.53 13.29 13.32 13.21 13.04C13.12 12.76 13.08 12.4 13.08 11.97C13.08 11.33 13.18 10.87 13.37 10.57C13.56 10.28 13.8 10.13 14.1 10.13C14.3 10.13 14.48 10.19 14.63 10.33C14.78 10.46 14.9 10.66 14.99 10.93C15.08 11.2 15.12 11.55 15.12 11.97C15.12 12.62 15.03 13.1 14.84 13.4ZM10.24 15.23V8.86H8.65L7.08 9.82V11.29L8.47 10.46H8.51V15.24H10.24V15.23ZM19.23 15.47L19.12 15.67C17.74 18.34 15.01 19.99 12.01 19.99C7.6 19.99 4.01 16.4 4.01 11.99C4.01 7.58 7.59 4 12 4C13.75 4 15.17 4.47 16.54 5.5H15.49C14.94 5.5 14.49 5.95 14.49 6.5C14.49 7.05 14.94 7.5 15.49 7.5H18.99C19.54 7.5 19.99 7.05 19.99 6.5V3C19.99 2.45 19.54 2 18.99 2C18.44 2 17.99 2.45 17.99 3V4.1C16.19 2.66 14.3 2 11.99 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C15.75 22 19.16 19.93 20.89 16.6L21 16.39L19.23 15.48V15.47Z" fill="white"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14.58 13.78C14.44 13.85 14.29 13.89 14.11 13.89C13.88 13.89 13.69 13.83 13.52 13.7C13.35 13.57 13.27 13.4 13.26 13.18H11.58C11.58 13.57 11.69 13.92 11.91 14.22C12.13 14.52 12.42 14.76 12.8 14.93C13.18 15.1 13.61 15.19 14.1 15.19C14.62 15.19 15.07 15.09 15.45 14.9C15.83 14.71 16.13 14.44 16.34 14.11C16.55 13.77 16.66 13.38 16.66 12.95C16.66 12.55 16.58 12.2 16.4 11.89C16.23 11.58 15.99 11.34 15.69 11.17C15.39 11 15.05 10.91 14.67 10.91C14.35 10.91 14.06 10.97 13.82 11.1C13.58 11.23 13.4 11.38 13.3 11.57H13.26L13.38 10.18H16.24V8.82H11.96L11.71 12.28L13.23 12.57C13.3 12.42 13.42 12.3 13.57 12.21C13.72 12.12 13.89 12.08 14.08 12.08C14.27 12.08 14.41 12.12 14.55 12.19C14.68 12.26 14.79 12.37 14.87 12.51C14.95 12.65 14.98 12.81 14.98 12.99C14.98 13.17 14.95 13.33 14.87 13.47C14.79 13.61 14.69 13.71 14.55 13.79L14.58 13.78ZM10.48 15.18V8.81H8.89L7.32 9.77V11.24L8.71 10.41H8.75V15.19H10.48V15.18ZM19.23 15.47L19.12 15.67C17.74 18.34 15.01 19.99 12.01 19.99C7.6 19.99 4.01 16.4 4.01 11.99C4.01 7.58 7.59 4 12 4C13.75 4 15.17 4.47 16.54 5.5H15.49C14.94 5.5 14.49 5.95 14.49 6.5C14.49 7.05 14.94 7.5 15.49 7.5H18.99C19.54 7.5 19.99 7.05 19.99 6.5V3C19.99 2.45 19.54 2 18.99 2C18.44 2 17.99 2.45 17.99 3V4.1C16.19 2.66 14.3 2 11.99 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C15.75 22 19.16 19.93 20.89 16.6L21 16.39L19.23 15.48V15.47Z" fill="white"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.26 9.15C15.84 8.9 15.34 8.78 14.76 8.78C14.18 8.78 13.68 8.9 13.26 9.15C12.84 9.4 12.52 9.76 12.29 10.24C12.06 10.72 11.95 11.3 11.95 11.98C11.95 12.66 12.06 13.24 12.29 13.73C12.52 14.22 12.84 14.59 13.26 14.85C13.68 15.11 14.18 15.24 14.76 15.24C15.34 15.24 15.84 15.11 16.26 14.85C16.68 14.59 17 14.22 17.23 13.73C17.46 13.24 17.57 12.66 17.57 11.97C17.57 11.29 17.46 10.71 17.23 10.24C17 9.77 16.68 9.4 16.26 9.15ZM15.5 13.4C15.31 13.7 15.06 13.86 14.76 13.86C14.56 13.86 14.38 13.79 14.23 13.66C14.08 13.53 13.95 13.32 13.87 13.04C13.78 12.76 13.74 12.4 13.74 11.97C13.74 11.33 13.84 10.87 14.03 10.57C14.22 10.28 14.46 10.13 14.76 10.13C14.96 10.13 15.14 10.19 15.29 10.33C15.44 10.46 15.56 10.66 15.65 10.93C15.74 11.2 15.78 11.55 15.78 11.97C15.78 12.62 15.69 13.1 15.5 13.4ZM9.33 11.65C9.22 11.77 9.08 11.89 8.92 12.02L6.54 13.99V15.23H11.43V13.85H8.94V13.81L9.54 13.31C10.03 12.91 10.4 12.56 10.66 12.27C10.92 11.98 11.1 11.71 11.21 11.47C11.31 11.23 11.36 10.99 11.36 10.74C11.36 10.34 11.26 10 11.05 9.71C10.85 9.42 10.56 9.19 10.18 9.02C9.8 8.86 9.36 8.78 8.85 8.78C8.34 8.78 7.93 8.87 7.56 9.04C7.19 9.21 6.91 9.46 6.71 9.79C6.51 10.11 6.41 10.5 6.41 10.95H8.05C8.05 10.77 8.08 10.62 8.15 10.5C8.22 10.38 8.31 10.28 8.43 10.22C8.55 10.16 8.69 10.12 8.85 10.12C9.01 10.12 9.15 10.15 9.27 10.21C9.39 10.27 9.49 10.36 9.56 10.48C9.63 10.6 9.66 10.74 9.66 10.9C9.66 11.05 9.63 11.19 9.57 11.31C9.51 11.43 9.42 11.55 9.31 11.67L9.33 11.65ZM19.23 15.47L19.12 15.67C17.74 18.34 15.01 19.99 12.01 19.99C7.6 19.99 4.01 16.4 4.01 11.99C4.01 7.58 7.59 4 12 4C13.75 4 15.17 4.47 16.54 5.5H15.49C14.94 5.5 14.49 5.95 14.49 6.5C14.49 7.05 14.94 7.5 15.49 7.5H18.99C19.54 7.5 19.99 7.05 19.99 6.5V3C19.99 2.45 19.54 2 18.99 2C18.44 2 17.99 2.45 17.99 3V4.1C16.19 2.66 14.3 2 11.99 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C15.75 22 19.16 19.93 20.89 16.6L21 16.39L19.23 15.48V15.47Z" fill="white"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.34 13.77C9.22 13.83 9.08 13.85 8.92 13.85C8.76 13.85 8.61 13.82 8.48 13.77C8.35 13.72 8.25 13.64 8.18 13.55C8.11 13.46 8.07 13.35 8.07 13.23H6.33C6.33 13.62 6.44 13.97 6.67 14.27C6.89 14.57 7.2 14.81 7.59 14.98C7.98 15.15 8.42 15.24 8.93 15.24C9.44 15.24 9.91 15.16 10.31 15C10.71 14.84 11.02 14.62 11.25 14.33C11.47 14.05 11.59 13.72 11.58 13.35C11.58 12.97 11.46 12.65 11.2 12.39C10.94 12.14 10.55 11.98 10.04 11.93V11.88C10.42 11.84 10.73 11.71 10.98 11.48C11.23 11.26 11.35 10.97 11.35 10.62C11.35 10.27 11.25 9.95 11.05 9.68C10.85 9.4 10.56 9.19 10.2 9.03C9.84 8.87 9.42 8.79 8.95 8.79C8.48 8.79 8.04 8.87 7.67 9.04C7.3 9.21 7.01 9.44 6.79 9.73C6.58 10.02 6.47 10.36 6.47 10.75H8.12C8.12 10.62 8.16 10.51 8.23 10.41C8.3 10.31 8.4 10.24 8.52 10.18C8.64 10.13 8.78 10.1 8.94 10.1C9.08 10.1 9.21 10.13 9.32 10.18C9.43 10.23 9.52 10.31 9.58 10.4C9.64 10.49 9.67 10.6 9.67 10.73C9.67 10.86 9.64 10.97 9.56 11.07C9.49 11.17 9.38 11.24 9.25 11.3C9.12 11.35 8.97 11.38 8.79 11.38H8.14V12.56H8.79C8.98 12.56 9.14 12.59 9.28 12.64C9.42 12.7 9.53 12.77 9.61 12.87C9.69 12.97 9.73 13.08 9.73 13.21C9.73 13.34 9.7 13.45 9.63 13.55C9.56 13.65 9.47 13.73 9.34 13.78V13.77ZM16.38 9.15C15.96 8.9 15.46 8.78 14.88 8.78C14.3 8.78 13.8 8.9 13.38 9.15C12.96 9.4 12.64 9.76 12.41 10.24C12.18 10.72 12.07 11.3 12.07 11.98C12.07 12.66 12.18 13.24 12.41 13.73C12.64 14.22 12.96 14.59 13.38 14.85C13.8 15.11 14.3 15.24 14.88 15.24C15.46 15.24 15.96 15.11 16.38 14.85C16.8 14.59 17.12 14.22 17.35 13.73C17.58 13.24 17.69 12.66 17.69 11.97C17.69 11.29 17.58 10.71 17.35 10.24C17.12 9.77 16.8 9.4 16.38 9.15ZM15.61 13.4C15.42 13.7 15.17 13.86 14.87 13.86C14.67 13.86 14.49 13.79 14.34 13.66C14.19 13.53 14.06 13.32 13.98 13.04C13.89 12.76 13.85 12.4 13.85 11.97C13.85 11.33 13.95 10.87 14.14 10.57C14.33 10.28 14.57 10.13 14.87 10.13C15.07 10.13 15.25 10.19 15.4 10.33C15.55 10.46 15.67 10.66 15.76 10.93C15.85 11.2 15.89 11.55 15.89 11.97C15.89 12.62 15.8 13.1 15.61 13.4ZM19.23 15.47L19.12 15.67C17.74 18.34 15.01 19.99 12.01 19.99C7.6 19.99 4.01 16.4 4.01 11.99C4.01 7.58 7.59 4 12 4C13.75 4 15.17 4.47 16.54 5.5H15.49C14.94 5.5 14.49 5.95 14.49 6.5C14.49 7.05 14.94 7.5 15.49 7.5H18.99C19.54 7.5 19.99 7.05 19.99 6.5V3C19.99 2.45 19.54 2 18.99 2C18.44 2 17.99 2.45 17.99 3V4.1C16.19 2.66 14.3 2 11.99 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C15.75 22 19.16 19.93 20.89 16.6L21 16.39L19.23 15.48V15.47Z" fill="white"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.45 13.78C12.31 13.85 12.16 13.89 11.98 13.89C11.75 13.89 11.56 13.83 11.39 13.7C11.23 13.57 11.14 13.4 11.13 13.18H9.45C9.45 13.57 9.56 13.92 9.78 14.22C10 14.52 10.29 14.76 10.67 14.93C11.05 15.1 11.48 15.19 11.97 15.19C12.49 15.19 12.94 15.09 13.32 14.9C13.7 14.71 14 14.44 14.21 14.11C14.42 13.77 14.53 13.38 14.53 12.95C14.53 12.55 14.45 12.2 14.27 11.89C14.1 11.58 13.86 11.34 13.56 11.17C13.26 11 12.92 10.91 12.55 10.91C12.23 10.91 11.94 10.97 11.7 11.1C11.46 11.23 11.28 11.38 11.18 11.57H11.14L11.26 10.18H14.12V8.82H9.84L9.59 12.28L11.11 12.57C11.18 12.42 11.3 12.3 11.45 12.21C11.6 12.12 11.77 12.08 11.95 12.08C12.13 12.08 12.28 12.12 12.42 12.19C12.55 12.26 12.66 12.37 12.74 12.51C12.82 12.65 12.85 12.81 12.85 12.99C12.85 13.17 12.82 13.33 12.74 13.47C12.66 13.61 12.56 13.71 12.42 13.79L12.45 13.78ZM19.23 15.47L19.12 15.67C17.74 18.34 15.01 19.99 12.01 19.99C7.6 19.99 4.01 16.4 4.01 11.99C4.01 7.58 7.59 4 12 4C13.75 4 15.17 4.47 16.54 5.5H15.49C14.94 5.5 14.49 5.95 14.49 6.5C14.49 7.05 14.94 7.5 15.49 7.5H18.99C19.54 7.5 19.99 7.05 19.99 6.5V3C19.99 2.45 19.54 2 18.99 2C18.44 2 17.99 2.45 17.99 3V4.1C16.19 2.66 14.3 2 11.99 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C15.75 22 19.16 19.93 20.89 16.6L21 16.39L19.23 15.48V15.47Z" fill="white"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.42 9.15C16 8.9 15.5 8.78 14.92 8.78C14.34 8.78 13.84 8.9 13.42 9.15C13 9.4 12.68 9.76 12.45 10.24C12.22 10.72 12.11 11.3 12.11 11.98C12.11 12.66 12.22 13.24 12.45 13.73C12.68 14.22 13 14.59 13.42 14.85C13.84 15.11 14.34 15.24 14.92 15.24C15.5 15.24 16 15.11 16.42 14.85C16.84 14.59 17.16 14.22 17.39 13.73C17.62 13.24 17.73 12.66 17.73 11.97C17.73 11.29 17.62 10.71 17.39 10.24C17.16 9.76 16.84 9.4 16.42 9.15ZM15.65 13.4C15.46 13.7 15.21 13.86 14.91 13.86C14.71 13.86 14.53 13.79 14.38 13.66C14.23 13.53 14.1 13.32 14.02 13.04C13.93 12.76 13.89 12.4 13.89 11.97C13.89 11.33 13.99 10.87 14.18 10.57C14.37 10.28 14.61 10.13 14.91 10.13C15.11 10.13 15.29 10.19 15.44 10.33C15.59 10.46 15.71 10.66 15.8 10.93C15.89 11.2 15.93 11.55 15.93 11.97C15.93 12.62 15.84 13.1 15.65 13.4ZM9.04 10.22C9.22 10.22 9.39 10.26 9.53 10.34C9.67 10.42 9.76 10.55 9.8 10.73H11.5C11.47 10.37 11.34 10.04 11.13 9.75C10.92 9.45 10.63 9.21 10.28 9.04C9.92 8.86 9.51 8.77 9.04 8.77C8.62 8.77 8.25 8.85 7.9 9C7.56 9.15 7.27 9.37 7.03 9.66C6.79 9.95 6.6 10.29 6.47 10.7C6.34 11.11 6.27 11.57 6.27 12.07C6.27 12.64 6.34 13.13 6.49 13.53C6.64 13.93 6.84 14.26 7.09 14.51C7.34 14.76 7.64 14.94 7.97 15.06C8.3 15.18 8.65 15.23 9.03 15.23C9.53 15.23 9.97 15.14 10.36 14.95C10.74 14.76 11.04 14.5 11.26 14.16C11.48 13.82 11.58 13.43 11.58 12.98C11.58 12.6 11.5 12.25 11.34 11.96C11.18 11.66 10.95 11.43 10.66 11.25C10.37 11.08 10.03 10.99 9.65 10.99C9.41 10.99 9.18 11.03 8.96 11.1C8.74 11.17 8.55 11.28 8.39 11.42C8.23 11.56 8.1 11.72 8.02 11.91H7.98C7.98 11.4 8.07 10.99 8.24 10.68C8.41 10.37 8.67 10.21 9.04 10.21V10.22ZM8.21 12.69C8.25 12.58 8.32 12.49 8.4 12.41C8.48 12.33 8.57 12.27 8.68 12.22C8.79 12.18 8.9 12.15 9.03 12.15C9.2 12.15 9.36 12.19 9.49 12.27C9.62 12.35 9.73 12.45 9.8 12.59C9.88 12.72 9.91 12.88 9.91 13.05C9.91 13.22 9.88 13.38 9.8 13.51C9.72 13.65 9.62 13.75 9.49 13.83C9.36 13.91 9.2 13.95 9.03 13.95C8.86 13.95 8.71 13.91 8.58 13.83C8.45 13.75 8.34 13.65 8.27 13.51C8.19 13.37 8.15 13.22 8.15 13.05C8.15 12.92 8.18 12.8 8.22 12.69H8.21ZM19.23 15.47L19.12 15.67C17.74 18.34 15.01 19.99 12.01 19.99C7.6 19.99 4.01 16.4 4.01 11.99C4.01 7.58 7.59 4 12 4C13.75 4 15.17 4.47 16.54 5.5H15.49C14.94 5.5 14.49 5.95 14.49 6.5C14.49 7.05 14.94 7.5 15.49 7.5H18.99C19.54 7.5 19.99 7.05 19.99 6.5V3C19.99 2.45 19.54 2 18.99 2C18.44 2 17.99 2.45 17.99 3V4.1C16.19 2.66 14.3 2 11.99 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C15.75 22 19.16 19.93 20.89 16.6L21 16.39L19.23 15.48V15.47Z" fill="white"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="
|
|
2
|
+
<path d="M19.2291 15.47L19.119 15.67C17.7383 18.34 15.0068 19.99 12.0053 19.99C7.59294 19.99 4.00105 16.4 4.00105 11.99C4.00105 7.58 7.59294 4 12.0053 4C13.7562 4 15.1769 4.47 16.5477 5.5H15.4971C14.9468 5.5 14.4966 5.95 14.4966 6.5C14.4966 7.05 14.9468 7.5 15.4971 7.5H18.9989C19.5492 7.5 19.9995 7.05 19.9995 6.5V3C19.9995 2.45 19.5492 2 18.9989 2C18.4487 2 17.9984 2.45 17.9984 3V4.1C16.1975 2.66 14.3065 2 11.9953 2C6.49236 2 2 6.49 2 12C2 17.51 6.49236 22 12.0053 22C15.7572 22 19.169 19.93 20.8899 16.6L21 16.39L19.2291 15.48V15.47Z" fill="white"/>
|
|
3
3
|
</svg>
|