@logora/debate 0.1.1 → 0.2.1
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/README.md +15 -23
- package/dist/components/action/button/Button.js +1 -1
- package/dist/components/argument/argument/Argument.js +49 -49
- package/dist/components/argument/top_arguments/TopArguments.js +17 -17
- package/dist/components/auth/auth_initializer/AuthInitializer.js +5 -5
- package/dist/components/auth/auth_modal/AuthModal.js +9 -9
- package/dist/components/auth/login_form/LoginForm.js +1 -0
- package/dist/components/auth/oauth2_button/OAuth2Button.js +3 -3
- package/dist/components/auth/providers/AuthProviderFactory.js +4 -4
- package/dist/components/auth/signup_form/SignupForm.js +4 -4
- package/dist/components/auth/social_auth_form/SocialAuthForm.js +10 -10
- package/dist/components/auth/sso_form/SSOForm.js +4 -4
- package/dist/components/chart/line_chart/LineChart.js +10 -10
- package/dist/components/chart/pie_chart/PieChart.js +6 -10
- package/dist/components/consultation/consultation_box/ConsultationBox.js +19 -14
- package/dist/components/debate/debate_box/DebateBox.js +11 -11
- package/dist/components/dialog/drawer/Drawer.js +16 -16
- package/dist/components/dialog/modal/Modal.js +8 -8
- package/dist/components/dialog/toast_provider/ToastProvider.js +10 -10
- package/dist/components/hooks/use_responsive/ResponsiveProvider.js +4 -4
- package/dist/components/icons/bild_icons/Alarm.js +15 -0
- package/dist/components/icons/bild_icons/Announcement.js +20 -0
- package/dist/components/icons/bild_icons/Arrow.js +11 -0
- package/dist/components/icons/bild_icons/Blockquote.js +11 -0
- package/dist/components/icons/bild_icons/Bold.js +11 -0
- package/dist/components/icons/bild_icons/Camera.js +11 -0
- package/dist/components/icons/bild_icons/Chat.js +44 -0
- package/dist/components/icons/bild_icons/Check.js +12 -0
- package/dist/components/icons/bild_icons/CheckCircle.js +20 -0
- package/dist/components/icons/bild_icons/Checkbox.js +11 -0
- package/dist/components/icons/bild_icons/Clap.js +21 -0
- package/dist/components/icons/bild_icons/Clock.js +11 -0
- package/dist/components/icons/bild_icons/Close.js +11 -0
- package/dist/components/icons/bild_icons/Code.js +32 -0
- package/dist/components/icons/bild_icons/Community.js +11 -0
- package/dist/components/icons/bild_icons/Crown.js +12 -0
- package/dist/components/icons/bild_icons/Document.js +11 -0
- package/dist/components/icons/bild_icons/Downvote.js +11 -0
- package/dist/components/icons/bild_icons/Ellipsis.js +12 -0
- package/dist/components/icons/bild_icons/ExpertBadge.js +33 -0
- package/dist/components/icons/bild_icons/Facebook.js +11 -0
- package/dist/components/icons/bild_icons/Flag.js +11 -0
- package/dist/components/icons/bild_icons/Home.js +11 -0
- package/dist/components/icons/bild_icons/Italic.js +11 -0
- package/dist/components/icons/bild_icons/LightArrow.js +12 -0
- package/dist/components/icons/bild_icons/Link.js +11 -0
- package/dist/components/icons/bild_icons/Login.js +19 -0
- package/dist/components/icons/bild_icons/Logora.js +25 -0
- package/dist/components/icons/bild_icons/Mail.js +11 -0
- package/dist/components/icons/bild_icons/MinusCircle.js +24 -0
- package/dist/components/icons/bild_icons/MobileClose.js +19 -0
- package/dist/components/icons/bild_icons/MobileMenu.js +29 -0
- package/dist/components/icons/bild_icons/Next.js +22 -0
- package/dist/components/icons/bild_icons/OpenBlank.js +15 -0
- package/dist/components/icons/bild_icons/OrderedList.js +11 -0
- package/dist/components/icons/bild_icons/PauseCircle.js +34 -0
- package/dist/components/icons/bild_icons/Point.js +21 -0
- package/dist/components/icons/bild_icons/Question.js +18 -0
- package/dist/components/icons/bild_icons/Refresh.js +11 -0
- package/dist/components/icons/bild_icons/Reply.js +11 -0
- package/dist/components/icons/bild_icons/Search.js +11 -0
- package/dist/components/icons/bild_icons/Send.js +11 -0
- package/dist/components/icons/bild_icons/Share.js +12 -0
- package/dist/components/icons/bild_icons/SmallArrow.js +11 -0
- package/dist/components/icons/bild_icons/Source.js +11 -0
- package/dist/components/icons/bild_icons/Suggestion.js +19 -0
- package/dist/components/icons/bild_icons/Twitter.js +29 -0
- package/dist/components/icons/bild_icons/Underline.js +11 -0
- package/dist/components/icons/bild_icons/Upvote.js +11 -0
- package/dist/components/icons/bild_icons/User.js +11 -0
- package/dist/components/icons/bild_icons/Versus.js +14 -0
- package/dist/components/icons/bild_icons/Votebox.js +12 -0
- package/dist/components/icons/bild_icons/index.js +110 -0
- package/dist/components/icons/hero_icons/Alarm.js +18 -0
- package/dist/components/icons/hero_icons/Announcement.js +18 -0
- package/dist/components/icons/hero_icons/Arrow.js +18 -0
- package/dist/components/icons/hero_icons/Blockquote.js +27 -0
- package/dist/components/icons/hero_icons/Bold.js +17 -0
- package/dist/components/icons/hero_icons/Camera.js +22 -0
- package/dist/components/icons/hero_icons/Chat.js +18 -0
- package/dist/components/icons/hero_icons/Check.js +18 -0
- package/dist/components/icons/hero_icons/CheckCircle.js +20 -0
- package/dist/components/icons/hero_icons/Checkbox.js +18 -0
- package/dist/components/icons/hero_icons/Clap.js +18 -0
- package/dist/components/icons/hero_icons/Clock.js +18 -0
- package/dist/components/icons/hero_icons/Close.js +18 -0
- package/dist/components/icons/hero_icons/Code.js +18 -0
- package/dist/components/icons/hero_icons/Community.js +18 -0
- package/dist/components/icons/hero_icons/Crown.js +18 -0
- package/dist/components/icons/hero_icons/Downvote.js +18 -0
- package/dist/components/icons/hero_icons/Ellipsis.js +18 -0
- package/dist/components/icons/hero_icons/ExpertBadge.js +18 -0
- package/dist/components/icons/hero_icons/Facebook.js +11 -0
- package/dist/components/icons/hero_icons/Flag.js +11 -0
- package/dist/components/icons/hero_icons/Home.js +18 -0
- package/dist/components/icons/hero_icons/Italic.js +17 -0
- package/dist/components/icons/hero_icons/LightArrow.js +12 -0
- package/dist/components/icons/hero_icons/Link.js +18 -0
- package/dist/components/icons/hero_icons/Login.js +19 -0
- package/dist/components/icons/hero_icons/Logora.js +25 -0
- package/dist/components/icons/hero_icons/Mail.js +18 -0
- package/dist/components/icons/hero_icons/MinusCircle.js +24 -0
- package/dist/components/icons/hero_icons/MobileClose.js +18 -0
- package/dist/components/icons/hero_icons/MobileMenu.js +18 -0
- package/dist/components/icons/hero_icons/Next.js +18 -0
- package/dist/components/icons/hero_icons/OpenBlank.js +18 -0
- package/dist/components/icons/hero_icons/OrderedList.js +47 -0
- package/dist/components/icons/hero_icons/PauseCircle.js +34 -0
- package/dist/components/icons/hero_icons/Point.js +21 -0
- package/dist/components/icons/hero_icons/Question.js +18 -0
- package/dist/components/icons/hero_icons/Refresh.js +18 -0
- package/dist/components/icons/hero_icons/Reply.js +18 -0
- package/dist/components/icons/hero_icons/Search.js +18 -0
- package/dist/components/icons/hero_icons/Send.js +18 -0
- package/dist/components/icons/hero_icons/Share.js +18 -0
- package/dist/components/icons/hero_icons/SmallArrow.js +18 -0
- package/dist/components/icons/hero_icons/Source.js +18 -0
- package/dist/components/icons/hero_icons/Suggestion.js +18 -0
- package/dist/components/icons/hero_icons/Twitter.js +29 -0
- package/dist/components/icons/hero_icons/Underline.js +27 -0
- package/dist/components/icons/hero_icons/Upvote.js +18 -0
- package/dist/components/icons/hero_icons/User.js +18 -0
- package/dist/components/icons/hero_icons/Versus.js +18 -0
- package/dist/components/icons/hero_icons/Votebox.js +18 -0
- package/dist/components/icons/hero_icons/index.js +108 -0
- package/dist/components/icons/krone_icons/Alarm.js +28 -0
- package/dist/components/icons/krone_icons/Announcement.js +16 -0
- package/dist/components/icons/krone_icons/Arrow.js +11 -0
- package/dist/components/icons/krone_icons/Blockquote.js +11 -0
- package/dist/components/icons/krone_icons/Bold.js +11 -0
- package/dist/components/icons/krone_icons/Camera.js +11 -0
- package/dist/components/icons/krone_icons/Chat.js +30 -0
- package/dist/components/icons/krone_icons/Check.js +11 -0
- package/dist/components/icons/krone_icons/CheckCircle.js +20 -0
- package/dist/components/icons/krone_icons/Clap.js +30 -0
- package/dist/components/icons/krone_icons/Clock.js +11 -0
- package/dist/components/icons/krone_icons/Close.js +11 -0
- package/dist/components/icons/krone_icons/Code.js +32 -0
- package/dist/components/icons/krone_icons/Community.js +11 -0
- package/dist/components/icons/krone_icons/Crown.js +11 -0
- package/dist/components/icons/krone_icons/Document.js +11 -0
- package/dist/components/icons/krone_icons/Downvote.js +11 -0
- package/dist/components/icons/krone_icons/Ellipsis.js +18 -0
- package/dist/components/icons/krone_icons/ExpertBadge.js +30 -0
- package/dist/components/icons/krone_icons/Facebook.js +11 -0
- package/dist/components/icons/krone_icons/Flag.js +11 -0
- package/dist/components/icons/krone_icons/Home.js +30 -0
- package/dist/components/icons/krone_icons/Italic.js +11 -0
- package/dist/components/icons/krone_icons/LightArrow.js +11 -0
- package/dist/components/icons/krone_icons/Link.js +11 -0
- package/dist/components/icons/krone_icons/Login.js +18 -0
- package/dist/components/icons/krone_icons/Logora.js +25 -0
- package/dist/components/icons/krone_icons/Mail.js +11 -0
- package/dist/components/icons/krone_icons/MinusCircle.js +24 -0
- package/dist/components/icons/krone_icons/MobileClose.js +18 -0
- package/dist/components/icons/krone_icons/MobileMenu.js +29 -0
- package/dist/components/icons/krone_icons/Next.js +22 -0
- package/dist/components/icons/krone_icons/OpenBlank.js +15 -0
- package/dist/components/icons/krone_icons/OrderedList.js +11 -0
- package/dist/components/icons/krone_icons/PauseCircle.js +33 -0
- package/dist/components/icons/krone_icons/Point.js +21 -0
- package/dist/components/icons/krone_icons/Question.js +30 -0
- package/dist/components/icons/krone_icons/Refresh.js +11 -0
- package/dist/components/icons/krone_icons/Reply.js +18 -0
- package/dist/components/icons/krone_icons/Search.js +11 -0
- package/dist/components/icons/krone_icons/Send.js +26 -0
- package/dist/components/icons/krone_icons/Share.js +14 -0
- package/dist/components/icons/krone_icons/SmallArrow.js +11 -0
- package/dist/components/icons/krone_icons/Source.js +11 -0
- package/dist/components/icons/krone_icons/Suggestion.js +30 -0
- package/dist/components/icons/krone_icons/Twitter.js +29 -0
- package/dist/components/icons/krone_icons/Underline.js +11 -0
- package/dist/components/icons/krone_icons/Upvote.js +30 -0
- package/dist/components/icons/krone_icons/User.js +33 -0
- package/dist/components/icons/krone_icons/Versus.js +11 -0
- package/dist/components/icons/krone_icons/Votebox.js +30 -0
- package/dist/components/icons/krone_icons/index.js +110 -0
- package/dist/components/icons/regular_icons/Alarm.js +15 -0
- package/dist/components/icons/regular_icons/Announcement.js +20 -0
- package/dist/components/icons/regular_icons/Arrow.js +11 -0
- package/dist/components/icons/regular_icons/Blockquote.js +11 -0
- package/dist/components/icons/regular_icons/Bold.js +11 -0
- package/dist/components/icons/regular_icons/Camera.js +11 -0
- package/dist/components/icons/regular_icons/Chat.js +16 -0
- package/dist/components/icons/regular_icons/Check.js +11 -0
- package/dist/components/icons/regular_icons/CheckCircle.js +20 -0
- package/dist/components/icons/regular_icons/Checkbox.js +11 -0
- package/dist/components/icons/regular_icons/Clap.js +15 -0
- package/dist/components/icons/regular_icons/Clock.js +11 -0
- package/dist/components/icons/regular_icons/Close.js +11 -0
- package/dist/components/icons/regular_icons/Code.js +32 -0
- package/dist/components/icons/regular_icons/Community.js +11 -0
- package/dist/components/icons/regular_icons/Crown.js +11 -0
- package/dist/components/icons/regular_icons/Document.js +11 -0
- package/dist/components/icons/regular_icons/Downvote.js +11 -0
- package/dist/components/icons/regular_icons/Ellipsis.js +11 -0
- package/dist/components/icons/regular_icons/ExpertBadge.js +32 -0
- package/dist/components/icons/regular_icons/Facebook.js +11 -0
- package/dist/components/icons/regular_icons/Flag.js +11 -0
- package/dist/components/icons/regular_icons/Home.js +11 -0
- package/dist/components/icons/regular_icons/Italic.js +11 -0
- package/dist/components/icons/regular_icons/LightArrow.js +11 -0
- package/dist/components/icons/regular_icons/Link.js +11 -0
- package/dist/components/icons/regular_icons/Login.js +18 -0
- package/dist/components/icons/regular_icons/Logora.js +25 -0
- package/dist/components/icons/regular_icons/Mail.js +11 -0
- package/dist/components/icons/regular_icons/MinusCircle.js +24 -0
- package/dist/components/icons/regular_icons/MobileClose.js +18 -0
- package/dist/components/icons/regular_icons/MobileMenu.js +29 -0
- package/dist/components/icons/regular_icons/Next.js +22 -0
- package/dist/components/icons/regular_icons/OpenBlank.js +15 -0
- package/dist/components/icons/regular_icons/OrderedList.js +11 -0
- package/dist/components/icons/regular_icons/PauseCircle.js +33 -0
- package/dist/components/icons/regular_icons/Point.js +21 -0
- package/dist/components/icons/regular_icons/Question.js +18 -0
- package/dist/components/icons/regular_icons/Refresh.js +11 -0
- package/dist/components/icons/regular_icons/Reply.js +11 -0
- package/dist/components/icons/regular_icons/Search.js +11 -0
- package/dist/components/icons/regular_icons/Send.js +11 -0
- package/dist/components/icons/regular_icons/Share.js +12 -0
- package/dist/components/icons/regular_icons/SmallArrow.js +11 -0
- package/dist/components/icons/regular_icons/Source.js +11 -0
- package/dist/components/icons/regular_icons/Suggestion.js +19 -0
- package/dist/components/icons/regular_icons/Twitter.js +29 -0
- package/dist/components/icons/regular_icons/Underline.js +11 -0
- package/dist/components/icons/regular_icons/Upvote.js +11 -0
- package/dist/components/icons/regular_icons/User.js +11 -0
- package/dist/components/icons/regular_icons/Versus.js +11 -0
- package/dist/components/icons/regular_icons/Votebox.js +12 -0
- package/dist/components/icons/regular_icons/index.js +110 -0
- package/dist/components/icons/spiegel_icons/Alarm.js +15 -0
- package/dist/components/icons/spiegel_icons/Announcement.js +20 -0
- package/dist/components/icons/spiegel_icons/Arrow.js +11 -0
- package/dist/components/icons/spiegel_icons/Blockquote.js +26 -0
- package/dist/components/icons/spiegel_icons/Bold.js +16 -0
- package/dist/components/icons/spiegel_icons/Camera.js +11 -0
- package/dist/components/icons/spiegel_icons/Chat.js +12 -0
- package/dist/components/icons/spiegel_icons/Check.js +11 -0
- package/dist/components/icons/spiegel_icons/CheckCircle.js +20 -0
- package/dist/components/icons/spiegel_icons/Checkbox.js +26 -0
- package/dist/components/icons/spiegel_icons/Clap.js +26 -0
- package/dist/components/icons/spiegel_icons/Clock.js +26 -0
- package/dist/components/icons/spiegel_icons/Close.js +15 -0
- package/dist/components/icons/spiegel_icons/Code.js +32 -0
- package/dist/components/icons/spiegel_icons/Community.js +11 -0
- package/dist/components/icons/spiegel_icons/Crown.js +12 -0
- package/dist/components/icons/spiegel_icons/Downvote.js +11 -0
- package/dist/components/icons/spiegel_icons/Ellipsis.js +12 -0
- package/dist/components/icons/spiegel_icons/ExpertBadge.js +28 -0
- package/dist/components/icons/spiegel_icons/Facebook.js +16 -0
- package/dist/components/icons/spiegel_icons/Flag.js +20 -0
- package/dist/components/icons/spiegel_icons/Home.js +11 -0
- package/dist/components/icons/spiegel_icons/Italic.js +16 -0
- package/dist/components/icons/spiegel_icons/LightArrow.js +12 -0
- package/dist/components/icons/spiegel_icons/Link.js +26 -0
- package/dist/components/icons/spiegel_icons/Login.js +19 -0
- package/dist/components/icons/spiegel_icons/Logora.js +25 -0
- package/dist/components/icons/spiegel_icons/Mail.js +16 -0
- package/dist/components/icons/spiegel_icons/MinusCircle.js +20 -0
- package/dist/components/icons/spiegel_icons/MobileClose.js +19 -0
- package/dist/components/icons/spiegel_icons/MobileMenu.js +29 -0
- package/dist/components/icons/spiegel_icons/Next.js +22 -0
- package/dist/components/icons/spiegel_icons/OpenBlank.js +15 -0
- package/dist/components/icons/spiegel_icons/OrderedList.js +29 -0
- package/dist/components/icons/spiegel_icons/PauseCircle.js +20 -0
- package/dist/components/icons/spiegel_icons/Point.js +21 -0
- package/dist/components/icons/spiegel_icons/Question.js +30 -0
- package/dist/components/icons/spiegel_icons/Refresh.js +11 -0
- package/dist/components/icons/spiegel_icons/Reply.js +12 -0
- package/dist/components/icons/spiegel_icons/Search.js +11 -0
- package/dist/components/icons/spiegel_icons/Send.js +11 -0
- package/dist/components/icons/spiegel_icons/Share.js +26 -0
- package/dist/components/icons/spiegel_icons/SmallArrow.js +12 -0
- package/dist/components/icons/spiegel_icons/Source.js +11 -0
- package/dist/components/icons/spiegel_icons/Suggestion.js +16 -0
- package/dist/components/icons/spiegel_icons/Twitter.js +29 -0
- package/dist/components/icons/spiegel_icons/Underline.js +26 -0
- package/dist/components/icons/spiegel_icons/Upvote.js +11 -0
- package/dist/components/icons/spiegel_icons/User.js +11 -0
- package/dist/components/icons/spiegel_icons/Versus.js +14 -0
- package/dist/components/icons/spiegel_icons/Votebox.js +26 -0
- package/dist/components/icons/spiegel_icons/index.js +108 -0
- package/dist/components/input/argument_input/ArgumentInput.js +100 -99
- package/dist/components/input/search_input/SearchInput.js +4 -4
- package/dist/components/input/text_editor/TextEditor.js +50 -50
- package/dist/components/input/text_editor/lexicalToHtml.js +7 -7
- package/dist/components/input/text_editor/plugins/MaxLengthPlugin.js +12 -12
- package/dist/components/input/text_editor/plugins/ResetPlugin.js +6 -6
- package/dist/components/input/text_editor/plugins/SetContentPlugin.js +6 -6
- package/dist/components/input/text_editor/plugins/ToolbarPlugin.js +21 -21
- package/dist/components/intl/intl_provider/IntlProvider.js +6 -6
- package/dist/components/list/paginated_list/PaginatedList.js +16 -16
- package/dist/components/list/paginated_list/VotePaginatedList.js +6 -6
- package/dist/components/list/paginated_list/action_bar/ActionBar.js +7 -7
- package/dist/components/navbar/navbar_button/NavbarButton.js +3 -3
- package/dist/components/navbar/navbar_modal/NavbarModal.js +11 -11
- package/dist/components/notification/notification_menu/NotificationMenu.js +4 -4
- package/dist/components/proposal/proposal_box/ProposalBox.js +8 -8
- package/dist/components/share/share_box/ShareBox.js +17 -17
- package/dist/components/source/context_source_list/ContextSourceList.js +3 -3
- package/dist/components/source/source_modal/SourceModal.js +16 -16
- package/dist/components/suggestion/suggestion_banner/SuggestionBanner.js +14 -14
- package/dist/components/suggestion/suggestion_box/SuggestionBox.js +6 -6
- package/dist/components/suggestion/suggestion_input/SuggestionInput.js +13 -12
- package/dist/components/user/avatar/Avatar.js +7 -7
- package/dist/components/user/update_user_info_modal/UpdateUserInfoModal.js +17 -15
- package/dist/components/user_content/content_footer/ContentFooter.js +11 -11
- package/dist/components/user_content/summary_content_box/SummaryContentBox.js +6 -6
- package/dist/components/user_content/use_delete_content/useDeleteContent.js +7 -7
- package/dist/components/user_content/use_report_content/ReportModal.js +9 -9
- package/dist/components/vote/use_vote/useVote.js +3 -3
- package/dist/components/vote/vote_box/VoteBox.js +7 -7
- package/dist/index.js +140 -84
- package/dist/node_modules/.pnpm/@lexical_react@0.38.2_react-dom@18.3.1_react@18.3.1__react@18.3.1_yjs@13.6.30/node_modules/@lexical/react/LexicalCharacterLimitPlugin.prod.js +57 -57
- package/dist/node_modules/.pnpm/@lexical_react@0.38.2_react-dom@18.3.1_react@18.3.1__react@18.3.1_yjs@13.6.30/node_modules/@lexical/react/LexicalComposer.prod.js +14 -14
- package/dist/node_modules/.pnpm/@lexical_react@0.38.2_react-dom@18.3.1_react@18.3.1__react@18.3.1_yjs@13.6.30/node_modules/@lexical/react/LexicalContentEditable.prod.js +15 -15
- package/dist/node_modules/.pnpm/@lexical_react@0.38.2_react-dom@18.3.1_react@18.3.1__react@18.3.1_yjs@13.6.30/node_modules/@lexical/react/LexicalListPlugin.prod.js +6 -6
- package/dist/node_modules/.pnpm/@lexical_react@0.38.2_react-dom@18.3.1_react@18.3.1__react@18.3.1_yjs@13.6.30/node_modules/@lexical/react/LexicalOnChangePlugin.prod.js +1 -1
- package/dist/node_modules/.pnpm/@lexical_react@0.38.2_react-dom@18.3.1_react@18.3.1__react@18.3.1_yjs@13.6.30/node_modules/@lexical/react/LexicalRichTextPlugin.prod.js +21 -21
- package/package.json +6 -1
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/Clap.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
|
|
5
|
+
width: "24",
|
|
6
|
+
height: "24",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...e,
|
|
11
|
+
children: [/* @__PURE__ */ (0, t.jsx)("path", {
|
|
12
|
+
opacity: "0.3",
|
|
13
|
+
d: "M7.97988 4.88766C6.38052 4.88766 5.08398 6.35242 5.08398 8.15929V8.4567C5.08398 9.23126 5.33196 10.0618 5.72029 10.8877C5.71078 10.7614 5.70589 10.6362 5.70589 10.512V10.1241C5.70589 7.76778 7.39672 5.85758 9.48246 5.85758C9.68718 5.85758 9.8881 5.87598 10.084 5.9114C9.55611 5.28097 8.80865 4.88766 7.97988 4.88766Z"
|
|
14
|
+
}), /* @__PURE__ */ (0, t.jsx)("path", {
|
|
15
|
+
"fill-rule": "evenodd",
|
|
16
|
+
"clip-rule": "evenodd",
|
|
17
|
+
d: "M7.95 3.97233C5.76848 3.97233 4 5.71633 4 7.86768V8.31143C4 9.38775 4.46285 10.6494 5.26818 11.9996C6.06429 13.3342 7.14042 14.6651 8.23994 15.8579C9.33617 17.0471 10.4357 18.0774 11.2627 18.8114C11.5446 19.0616 11.7941 19.2767 12 19.4512C12.2059 19.2767 12.4554 19.0616 12.7373 18.8114C13.5643 18.0774 14.6638 17.047 15.7601 15.8579C16.8596 14.6651 17.9357 13.3342 18.7318 11.9995C19.5372 10.6494 20 9.38776 20 8.31145V7.86768C20 5.71633 18.2315 3.97233 16.05 3.97233C14.7149 3.97233 13.5342 4.62461 12.8176 5.62809L12 6.77308L11.1824 5.62809C10.4658 4.62461 9.28511 3.97233 7.95 3.97233ZM11.2648 21.4186C11.1956 21.3627 11.0955 21.281 10.9688 21.1757C10.7155 20.9651 10.3557 20.6599 9.92479 20.2775C9.06433 19.5138 7.91383 18.4362 6.76006 17.1846C5.60958 15.9366 4.43571 14.494 3.54432 12.9996C2.66215 11.5206 2 9.89776 2 8.31143V7.86768C2 4.62705 4.6639 2 7.95 2C9.51496 2 10.9386 2.59638 12 3.56918C13.0614 2.59638 14.485 2 16.05 2C19.3361 2 22 4.62705 22 7.86768V8.31145C22 9.89778 21.3378 11.5206 20.4557 12.9996C19.5643 14.494 18.3904 15.9366 17.2399 17.1846C16.0862 18.4362 14.9357 19.5138 14.0752 20.2775C13.6443 20.6599 13.2845 20.9651 13.0312 21.1756C12.9045 21.2809 12.8044 21.3627 12.7352 21.4186C12.6988 21.448 12 22 12 22L11.2648 21.4186Z"
|
|
18
|
+
})]
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
export { n as Clap };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/Clock.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
viewBox: "0 0 128 128",
|
|
7
|
+
...e,
|
|
8
|
+
children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M 64 11 C 34.8 11 11 34.8 11 64 C 11 93.2 34.8 117 64 117 C 93.2 117 117 93.2 117 64 C 117 34.8 93.2 11 64 11 z M 64 17 C 89.9 17 111 38.1 111 64 C 111 89.9 89.9 111 64 111 C 38.1 111 17 89.9 17 64 C 17 38.1 38.1 17 64 17 z M 64 26 C 62.3 26 61 27.3 61 29 L 61 54.5 C 56.9 55.8 54 59.6 54 64 C 54 69.5 58.5 74 64 74 C 68.5 74 72.3 71.1 73.5 67 L 89 67 C 90.7 67 92 65.7 92 64 C 92 62.3 90.7 61 89 61 L 73.5 61 C 72.5 57.9 70.1 55.4 67 54.5 L 67 29 C 67 27.3 65.7 26 64 26 z M 64 60 C 66.2 60 68 61.8 68 64 C 68 66.2 66.2 68 64 68 C 61.8 68 60 66.2 60 64 C 60 61.8 61.8 60 64 60 z" })
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { n as Clock };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/Close.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
|
|
5
|
+
viewBox: "0 0 14 14",
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
...e,
|
|
8
|
+
children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M13.0001 1C12.8125 0.81253 12.5582 0.707214 12.2931 0.707214C12.0279 0.707214 11.7736 0.81253 11.5861 1L7.00006 5.586L2.41406 1C2.22653 0.81253 1.97223 0.707214 1.70706 0.707214C1.4419 0.707214 1.18759 0.81253 1.00006 1C0.812591 1.18753 0.707275 1.44184 0.707275 1.707C0.707275 1.97216 0.812591 2.22647 1.00006 2.414L5.58606 7L1.00006 11.586C0.812591 11.7735 0.707275 12.0278 0.707275 12.293C0.707275 12.5582 0.812591 12.8125 1.00006 13C1.18759 13.1875 1.4419 13.2928 1.70706 13.2928C1.97223 13.2928 2.22653 13.1875 2.41406 13L7.00006 8.414L11.5861 13C11.7736 13.1875 12.0279 13.2928 12.2931 13.2928C12.5582 13.2928 12.8125 13.1875 13.0001 13C13.1875 12.8125 13.2928 12.5582 13.2928 12.293C13.2928 12.0278 13.1875 11.7735 13.0001 11.586L8.41406 7L13.0001 2.414C13.1875 2.22647 13.2928 1.97216 13.2928 1.707C13.2928 1.44184 13.1875 1.18753 13.0001 1Z" })
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { n as Close };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/Code.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
|
|
5
|
+
viewBox: "0 0 16 16",
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
...e,
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ (0, t.jsx)("path", {
|
|
10
|
+
d: "M6.147 10.473 3.238 8.187l2.91-2.078M9.784 10.473l2.909-2.286-2.91-2.078",
|
|
11
|
+
stroke: "#000",
|
|
12
|
+
fill: "none"
|
|
13
|
+
}),
|
|
14
|
+
/* @__PURE__ */ (0, t.jsx)("path", {
|
|
15
|
+
transform: "matrix(.27976 -.96007 .92211 .38692 7.22 11.54)",
|
|
16
|
+
strokeWidth: .7,
|
|
17
|
+
stroke: "#000",
|
|
18
|
+
d: "M0-.35h6.565"
|
|
19
|
+
}),
|
|
20
|
+
/* @__PURE__ */ (0, t.jsx)("rect", {
|
|
21
|
+
x: .5,
|
|
22
|
+
y: .5,
|
|
23
|
+
width: 15,
|
|
24
|
+
height: 15,
|
|
25
|
+
rx: 2.5,
|
|
26
|
+
fill: "none",
|
|
27
|
+
stroke: "#000"
|
|
28
|
+
})
|
|
29
|
+
]
|
|
30
|
+
});
|
|
31
|
+
//#endregion
|
|
32
|
+
export { n as Code };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/Community.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
...e,
|
|
8
|
+
children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M12,16a4,4,0,1,1,4-4A4,4,0,0,1,12,16Zm0-6a2,2,0,1,0,2,2A2,2,0,0,0,12,10Zm6,13A6,6,0,0,0,6,23a1,1,0,0,0,2,0,4,4,0,0,1,8,0,1,1,0,0,0,2,0ZM18,8a4,4,0,1,1,4-4A4,4,0,0,1,18,8Zm0-6a2,2,0,1,0,2,2A2,2,0,0,0,18,2Zm6,13a6.006,6.006,0,0,0-6-6,1,1,0,0,0,0,2,4,4,0,0,1,4,4,1,1,0,0,0,2,0ZM6,8a4,4,0,1,1,4-4A4,4,0,0,1,6,8ZM6,2A2,2,0,1,0,8,4,2,2,0,0,0,6,2ZM2,15a4,4,0,0,1,4-4A1,1,0,0,0,6,9a6.006,6.006,0,0,0-6,6,1,1,0,0,0,2,0Z" })
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { n as Community };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/Crown.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
|
|
5
|
+
viewBox: "0 0 15 13",
|
|
6
|
+
fill: "#000",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
...e,
|
|
9
|
+
children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M14.229 1.34473C14.0006 1.2496 13.7491 1.22459 13.5064 1.2729C13.2638 1.3212 13.041 1.44064 12.8665 1.61598L11.2502 3.23223L8.38399 0.365983C8.14958 0.131644 7.8317 0 7.50024 0C7.16879 0 6.8509 0.131644 6.61649 0.365983L3.75024 3.23223L2.13399 1.61598C1.95918 1.44122 1.73647 1.32221 1.49403 1.274C1.25159 1.22579 1.0003 1.25055 0.771926 1.34514C0.543551 1.43972 0.348347 1.5999 0.210992 1.80541C0.0736367 2.01092 0.000296921 2.25255 0.000244141 2.49973L0.000244141 9.11598C0.00123655 9.94448 0.330795 10.7388 0.916632 11.3246C1.50247 11.9104 2.29675 12.24 3.12524 12.241H11.8752C12.7037 12.24 13.498 11.9104 14.0839 11.3246C14.6697 10.7388 14.9993 9.94448 15.0002 9.11598V2.49973C15.0003 2.25253 14.9271 2.01085 14.7898 1.80526C14.6525 1.59968 14.4574 1.43941 14.229 1.34473Z" })
|
|
10
|
+
});
|
|
11
|
+
//#endregion
|
|
12
|
+
export { n as Crown };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/Document.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
viewBox: "0 0 48 48",
|
|
7
|
+
...e,
|
|
8
|
+
children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M 13 4 C 10.250484 4 8 6.2504839 8 9 L 8 40 C 8 42.749516 10.250484 45 13 45 L 35 45 C 37.749516 45 40 42.749516 40 40 L 40 20 A 1.0001 1.0001 0 1 0 38 20 L 38 40 C 38 41.668484 36.668484 43 35 43 L 13 43 C 11.331516 43 10 41.668484 10 40 L 10 9 C 10 7.3315161 11.331516 6 13 6 L 26.757812 6 C 26.848824 6 26.910938 6.0874954 27 6.0996094 L 27 13 C 27 15.197334 28.802666 17 31 17 L 39 17 A 1.0001 1.0001 0 0 0 39.707031 15.292969 L 29.585938 5.171875 C 28.836398 4.4210018 27.818469 4 26.757812 4 L 13 4 z M 29 7.4140625 L 36.585938 15 L 31 15 C 29.883334 15 29 14.116666 29 13 L 29 7.4140625 z M 16 24 A 1.0001 1.0001 0 1 0 16 26 L 32 26 A 1.0001 1.0001 0 1 0 32 24 L 16 24 z M 16 29 A 1.0001 1.0001 0 1 0 16 31 L 32 31 A 1.0001 1.0001 0 1 0 32 29 L 16 29 z M 16 34 A 1.0001 1.0001 0 1 0 16 36 L 26 36 A 1.0001 1.0001 0 1 0 26 34 L 16 34 z" })
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { n as Document };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/Downvote.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
|
|
5
|
+
viewBox: "0 0 27 25",
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
...e,
|
|
8
|
+
children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M26.0359 12.8125L25.2696 7.60417C25.0812 6.36451 24.435 5.23074 23.4484 4.40882C22.4618 3.5869 21.2003 3.13138 19.893 3.125H5.43525C3.99426 3.12665 2.61279 3.67592 1.59385 4.65231C0.574921 5.62871 0.00172608 6.95251 0 8.33333L0 13.5417C0.00172608 14.9225 0.574921 16.2463 1.59385 17.2227C2.61279 18.1991 3.99426 18.7483 5.43525 18.75H8.38333L10.4639 22.7896C10.8137 23.4704 11.4072 24.0081 12.1362 24.3045C12.8652 24.6009 13.6811 24.6364 14.4352 24.4044C15.1892 24.1724 15.831 23.6884 16.2436 23.0407C16.6563 22.393 16.8122 21.6247 16.683 20.876L16.3177 18.75H20.654C21.432 18.75 22.2011 18.59 22.909 18.2807C23.617 17.9714 24.2474 17.52 24.7577 16.9571C25.2679 16.3942 25.6461 15.7329 25.8666 15.0178C26.0871 14.3028 26.1449 13.5508 26.0359 12.8125ZM5.43525 5.20833H7.60935V16.6667H5.43525C4.57034 16.6667 3.74085 16.3374 3.12927 15.7514C2.51769 15.1653 2.1741 14.3705 2.1741 13.5417V8.33333C2.1741 7.50453 2.51769 6.70968 3.12927 6.12362C3.74085 5.53757 4.57034 5.20833 5.43525 5.20833V5.20833ZM23.115 15.5917C22.8089 15.9291 22.4308 16.1997 22.0063 16.3852C21.5817 16.5706 21.1206 16.6666 20.654 16.6667H15.0372C14.8795 16.6666 14.7237 16.6995 14.5806 16.7629C14.4375 16.8263 14.3105 16.9188 14.2084 17.034C14.1064 17.1491 14.0316 17.2842 13.9895 17.4298C13.9473 17.5754 13.9387 17.728 13.9642 17.8771L14.5382 21.2104C14.5658 21.3651 14.5574 21.5238 14.5136 21.675C14.4698 21.8263 14.3917 21.9664 14.2849 22.0854C14.1597 22.2148 14.0042 22.3138 13.8313 22.3743C13.6583 22.4349 13.4728 22.4552 13.2901 22.4336C13.1073 22.4121 12.9325 22.3493 12.78 22.2503C12.6275 22.1514 12.5018 22.0192 12.413 21.8646L10.0335 17.2479C9.9707 17.1324 9.8859 17.0293 9.78345 16.9438V5.20833H19.893C20.6782 5.21108 21.4361 5.48409 22.0287 5.9776C22.6214 6.47111 23.0092 7.15225 23.1216 7.89688L23.889 13.1052C23.9534 13.5486 23.9176 14.0001 23.7841 14.4291C23.6505 14.858 23.4224 15.2545 23.115 15.5917V15.5917Z" })
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { n as Downvote };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/Ellipsis.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "#000",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
...e,
|
|
9
|
+
children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M3.8 9.582c-.433.093-.947.374-1.316.722-.667.627-.974 1.319-.974 2.196 0 .849.298 1.547.916 2.144.603.582 1.251.846 2.074.846.849 0 1.547-.298 2.144-.916.582-.603.846-1.251.846-2.074 0-.877-.307-1.569-.974-2.196-.376-.354-.886-.63-1.336-.724-.348-.073-1.035-.072-1.38.002m7.44.018a3.007 3.007 0 0 0-2.015 4.044c.349.859 1.179 1.569 2.082 1.78.355.082 1.031.082 1.386 0 .903-.211 1.733-.921 2.082-1.78.367-.902.271-1.969-.247-2.764a3.737 3.737 0 0 0-1-.958c-.471-.28-.816-.372-1.448-.388-.445-.012-.593 0-.84.066m7.56-.018c-.433.093-.947.374-1.316.722-.667.627-.974 1.319-.974 2.196 0 .849.298 1.547.916 2.144.603.582 1.251.846 2.074.846.849 0 1.547-.298 2.144-.916.582-.603.846-1.251.846-2.074 0-.877-.307-1.569-.974-2.196-.376-.354-.886-.63-1.336-.724-.348-.073-1.035-.072-1.38.002m-13.464 1.11c.424.201.771.548.974.975.149.312.15.315.15.833 0 .515-.001.523-.144.82-.357.744-1.018 1.169-1.816 1.169s-1.459-.425-1.816-1.169c-.143-.297-.144-.305-.144-.82 0-.518.001-.521.15-.833a2.13 2.13 0 0 1 1.25-1.093c.106-.036.315-.05.622-.042.439.011.479.019.774.16m7.227-.108c.723.212 1.301.88 1.409 1.629a2.015 2.015 0 0 1-1.372 2.192c-.52.164-1.202.082-1.64-.197-.486-.309-.852-.867-.932-1.421a2.019 2.019 0 0 1 1.372-2.192c.286-.092.869-.098 1.163-.011m7.773.108c.424.201.771.548.974.975.149.312.15.315.15.833 0 .515-.001.523-.144.82-.357.744-1.018 1.169-1.816 1.169s-1.459-.425-1.816-1.169c-.143-.297-.144-.305-.144-.82 0-.518.001-.521.15-.833a2.13 2.13 0 0 1 1.25-1.093c.106-.036.315-.05.622-.042.439.011.479.019.774.16" })
|
|
10
|
+
});
|
|
11
|
+
//#endregion
|
|
12
|
+
export { n as Ellipsis };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/ExpertBadge.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
|
|
5
|
+
viewBox: "0 0 512 512",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
...e,
|
|
9
|
+
children: [
|
|
10
|
+
/* @__PURE__ */ (0, t.jsx)("path", {
|
|
11
|
+
d: "M229.56 345.72C226.081 342.24 221.746 339.737 216.993 338.463C212.239 337.189 207.234 337.19 202.48 338.464L193.444 340.884C189.367 341.978 185.094 342.135 180.947 341.342C176.8 340.55 172.887 338.829 169.5 336.308H169.476L107.736 443.248L167.2 427.316L183.132 486.772L256 360.548C252.318 360.552 248.671 359.828 245.269 358.419C241.867 357.01 238.777 354.942 236.176 352.336L229.56 345.72Z",
|
|
12
|
+
fill: "#AFD8FF"
|
|
13
|
+
}),
|
|
14
|
+
/* @__PURE__ */ (0, t.jsx)("path", {
|
|
15
|
+
d: "M342.5 336.308C339.114 338.83 335.2 340.552 331.053 341.344C326.906 342.137 322.633 341.979 318.556 340.884L309.52 338.464C304.766 337.19 299.761 337.189 295.008 338.463C290.254 339.737 285.92 342.24 282.44 345.72L275.824 352.336C273.223 354.942 270.133 357.01 266.731 358.419C263.329 359.828 259.682 360.552 256 360.548L328.876 486.772L344.8 427.316L404.252 443.248L342.524 336.316L342.5 336.308Z",
|
|
16
|
+
fill: "#AFD8FF"
|
|
17
|
+
}),
|
|
18
|
+
/* @__PURE__ */ (0, t.jsx)("path", {
|
|
19
|
+
d: "M408.832 219.328L415.448 212.712C420.705 207.454 423.659 200.323 423.659 192.888C423.659 185.452 420.705 178.321 415.448 173.064L408.832 166.448C405.352 162.968 402.849 158.633 401.575 153.88C400.302 149.126 400.302 144.121 401.576 139.368L403.976 130.332C405.901 123.153 404.896 115.504 401.184 109.066C397.471 102.629 391.353 97.9285 384.176 95.9996L375.136 93.5796C370.383 92.3044 366.049 89.8013 362.57 86.3217C359.09 82.8421 356.587 78.5084 355.312 73.7556L352.892 64.7156C350.966 57.5343 346.268 51.4116 339.829 47.6941C333.39 43.9766 325.738 42.9685 318.556 44.8916L309.52 47.3156C304.766 48.5889 299.761 48.5886 295.008 47.3149C290.255 46.0413 285.92 43.539 282.44 40.0596L275.824 33.4396C270.566 28.1821 263.435 25.2285 256 25.2285C248.565 25.2285 241.434 28.1821 236.176 33.4396L229.56 40.0556C226.08 43.535 221.745 46.0373 216.992 47.3109C212.238 48.5846 207.233 48.5849 202.48 47.3116L193.444 44.8876C186.262 42.9645 178.61 43.9726 172.171 47.6901C165.732 51.4076 161.033 57.5303 159.108 64.7116L156.688 73.7516C155.413 78.5044 152.91 82.8381 149.43 86.3177C145.95 89.7973 141.617 92.3004 136.864 93.5756L127.824 95.9996C120.643 97.9252 114.522 102.623 110.804 109.061C107.087 115.499 106.078 123.15 108 130.332L110.424 139.368C111.697 144.121 111.697 149.126 110.423 153.88C109.15 158.633 106.647 162.968 103.168 166.448L96.5519 173.064C91.2944 178.321 88.3408 185.452 88.3408 192.888C88.3408 200.323 91.2944 207.454 96.5519 212.712L103.168 219.328C106.647 222.808 109.15 227.142 110.423 231.896C111.697 236.649 111.697 241.654 110.424 246.408L108 255.444C106.077 262.626 107.085 270.277 110.802 276.716C114.52 283.155 120.643 287.854 127.824 289.78L136.864 292.2C141.617 293.473 145.952 295.976 149.432 299.456C152.912 302.936 155.414 307.27 156.688 312.024L159.108 321.064C161.033 328.245 165.732 334.367 172.172 338.084C178.611 341.801 186.262 342.808 193.444 340.884L202.48 338.464C207.233 337.19 212.239 337.189 216.992 338.463C221.746 339.737 226.08 342.24 229.56 345.72L236.176 352.336C241.434 357.593 248.565 360.547 256 360.547C263.435 360.547 270.566 357.593 275.824 352.336L282.44 345.72C285.92 342.24 290.254 339.737 295.008 338.463C299.761 337.189 304.766 337.19 309.52 338.464L318.556 340.884C325.737 342.808 333.389 341.801 339.828 338.084C346.267 334.367 350.966 328.245 352.892 321.064L355.312 312.024C356.586 307.27 359.088 302.936 362.568 299.456C366.048 295.976 370.382 293.473 375.136 292.2L384.176 289.78C387.732 288.827 391.066 287.183 393.987 284.942C396.908 282.701 399.359 279.906 401.2 276.718C403.041 273.529 404.236 270.01 404.716 266.359C405.197 262.709 404.953 259 404 255.444L401.6 246.408C400.323 241.656 400.319 236.652 401.588 231.899C402.858 227.145 405.356 222.81 408.832 219.328Z",
|
|
20
|
+
fill: "#223C55"
|
|
21
|
+
}),
|
|
22
|
+
/* @__PURE__ */ (0, t.jsx)("path", {
|
|
23
|
+
d: "M256 305.072C318.51 305.072 369.184 254.398 369.184 191.888C369.184 129.378 318.51 78.7041 256 78.7041C193.491 78.7041 142.816 129.378 142.816 191.888C142.816 254.398 193.491 305.072 256 305.072Z",
|
|
24
|
+
fill: "#AFD8FF"
|
|
25
|
+
}),
|
|
26
|
+
/* @__PURE__ */ (0, t.jsx)("path", {
|
|
27
|
+
d: "M320.832 169.492L298.964 147.624L244.168 202.416L213.036 171.284L191.168 193.152L244.168 246.152L320.832 169.492Z",
|
|
28
|
+
fill: "#223C55"
|
|
29
|
+
})
|
|
30
|
+
]
|
|
31
|
+
});
|
|
32
|
+
//#endregion
|
|
33
|
+
export { n as ExpertBadge };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/Facebook.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
|
|
5
|
+
viewBox: "0 0 300 522",
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
...e,
|
|
8
|
+
children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M180 512H98.008c-13.695 0-24.836-11.14-24.836-24.836V302.227H25.336C11.64 302.227.5 291.082.5 277.39v-79.246c0-13.696 11.14-24.836 24.836-24.836h47.836v-39.684c0-39.348 12.355-72.824 35.726-96.805C132.375 12.73 165.184 0 203.778 0l62.53.102c13.672.023 24.794 11.164 24.794 24.835v73.579c0 13.695-11.137 24.836-24.829 24.836l-42.101.015c-12.84 0-16.11 2.574-16.809 3.363-1.152 1.31-2.523 5.008-2.523 15.223v31.352h58.27c4.386 0 8.636 1.082 12.288 3.12 7.88 4.403 12.778 12.727 12.778 21.723l-.031 79.247c0 13.687-11.141 24.828-24.836 24.828h-58.47v184.941C204.84 500.86 193.696 512 180 512zm-76.813-30.016h71.633V288.79c0-9.144 7.442-16.582 16.582-16.582h66.727l.027-68.883h-66.758c-9.14 0-16.578-7.437-16.578-16.582v-44.789c0-11.726 1.192-25.062 10.043-35.086 10.696-12.117 27.551-13.515 39.301-13.515l36.922-.016V30.109l-57.332-.093c-62.024 0-100.566 39.703-100.566 103.609v53.117c0 9.14-7.438 16.582-16.579 16.582H30.516v68.883h56.093c9.141 0 16.579 7.438 16.579 16.582zM266.25 30.117h.004zm0 0" })
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { n as Facebook };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/Flag.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
...e,
|
|
8
|
+
children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M3.2 1C3.2 0.447 2.753 0 2.2 0S1.2 0.447 1.2 1V2.4 9.6 12.8 19.2c0 0.707 0.573 1.28 1.28 1.28s1.28-0.573 1.28-1.28v-5.12l2.57-0.644c1.644-0.412 3.384-0.22 4.902 0.536 1.768 0.884 3.82 0.992 5.668 0.296l1.388-0.52c0.5-0.188 0.832-0.664 0.832-1.196V4.332c0-0.92-0.968-1.52-1.792-1.108l-0.384 0.192c-1.852 0.928-4.032 0.928-5.884 0-1.404-0.704-3.016-0.88-4.54-0.5L3.2 1.92V1z" })
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { n as Flag };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/Home.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
...e,
|
|
8
|
+
children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M23.121,9.069,15.536,1.483a5.008,5.008,0,0,0-7.072,0L.879,9.069A2.978,2.978,0,0,0,0,11.19v9.817a3,3,0,0,0,3,3H21a3,3,0,0,0,3-3V11.19A2.978,2.978,0,0,0,23.121,9.069ZM15,22.007H9V18.073a3,3,0,0,1,6,0Zm7-1a1,1,0,0,1-1,1H17V18.073a5,5,0,0,0-10,0v3.934H3a1,1,0,0,1-1-1V11.19a1.008,1.008,0,0,1,.293-.707L9.878,2.9a3.008,3.008,0,0,1,4.244,0l7.585,7.586A1.008,1.008,0,0,1,22,11.19Z" })
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { n as Home };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/Italic.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
...e,
|
|
8
|
+
children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M10 4v3h2.21l-3.42 8H6v3h8v-3h-2.21l3.42-8H18V4z" })
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { n as Italic };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/LightArrow.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
|
|
5
|
+
viewBox: "0 0 50 25",
|
|
6
|
+
fill: "black",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
...e,
|
|
9
|
+
children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M2.449.112C1.543.343.729 1.028.303 1.917c-.235.488-.26.619-.261 1.333 0 .722.024.843.274 1.375.264.56.756 1.064 12.479 12.792L25 29.625l12.205-12.208C48.928 5.689 49.42 5.185 49.684 4.625c.25-.532.274-.653.274-1.375-.001-.714-.026-.845-.26-1.333C48.914.28 47.047-.418 45.386.305c-.477.208-1.173.884-10.448 10.145L25 20.373l-9.937-9.923C5.683 1.085 5.095.515 4.599.299 3.972.025 3.09-.051 2.449.112" })
|
|
10
|
+
});
|
|
11
|
+
//#endregion
|
|
12
|
+
export { n as LightArrow };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/Link.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
...e,
|
|
8
|
+
children: [/* @__PURE__ */ (0, t.jsx)("path", { d: "m13.845 17.267-3.262 3.262a5.028 5.028 0 0 1-7.111-7.109l3.262-3.265a1 1 0 0 0-1.415-1.414l-3.261 3.265A7.027 7.027 0 0 0 12 21.943l3.262-3.262a1 1 0 0 0-1.414-1.414ZM21.944 2.061A6.979 6.979 0 0 0 16.975 0a6.983 6.983 0 0 0-4.968 2.057L8.74 5.32a1 1 0 0 0 1.414 1.415l3.265-3.262A4.993 4.993 0 0 1 16.973 2a5.028 5.028 0 0 1 3.554 8.583l-3.262 3.262a1 1 0 1 0 1.415 1.415L21.942 12a7.037 7.037 0 0 0 .002-9.939Z" }), /* @__PURE__ */ (0, t.jsx)("path", { d: "m14.293 8.293-6 6a1 1 0 1 0 1.414 1.414l6-6a1 1 0 0 0-1.414-1.414Z" })]
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { n as Link };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/Login.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
fill: "black",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
strokeWidth: 1.5,
|
|
9
|
+
stroke: "currentColor",
|
|
10
|
+
...e,
|
|
11
|
+
children: /* @__PURE__ */ (0, t.jsx)("path", {
|
|
12
|
+
strokeLinecap: "round",
|
|
13
|
+
strokeLinejoin: "round",
|
|
14
|
+
fill: "none",
|
|
15
|
+
d: "M15.75 9V5.25A2.25 2.25 0 0013.5 3h-6a2.25 2.25 0 00-2.25 2.25v13.5A2.25 2.25 0 007.5 21h6a2.25 2.25 0 002.25-2.25V15M12 9l-3 3m0 0l3 3m-3-3h12.75"
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
//#endregion
|
|
19
|
+
export { n as Login };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/Logora.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
|
|
5
|
+
version: "1.0",
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
viewBox: "0 0 144 144",
|
|
8
|
+
preserveAspectRatio: "xMidYMid meet",
|
|
9
|
+
...e,
|
|
10
|
+
children: /* @__PURE__ */ (0, t.jsxs)("g", {
|
|
11
|
+
transform: "translate(0.000000,144.000000) scale(0.100000,-0.100000)",
|
|
12
|
+
fill: "#000000",
|
|
13
|
+
stroke: "none",
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ (0, t.jsx)("path", { d: "M574 1415 c-458 -105 -694 -594 -488 -1011 89 -180 256 -317 454\n -371 89 -24 271 -24 360 0 247 68 439 260 507 507 24 89 24 271 0 360 -67 245\n -260 439 -502 506 -82 22 -254 27 -331 9z m318 -24 c309 -79 518 -350 518\n -671 0 -388 -302 -690 -690 -690 -388 0 -690 302 -690 690 0 319 208 590 514\n 670 98 26 249 26 348 1z" }),
|
|
16
|
+
/* @__PURE__ */ (0, t.jsx)("path", { d: "M1135 1054 c-99 -34 -98 -34 -92 -40 6 -6 197 54 197 62 0 9 -39 1 -105 -22z" }),
|
|
17
|
+
/* @__PURE__ */ (0, t.jsx)("path", { d: "M739 1015 c-85 -39 -154 -55 -236 -55 -66 0 -85 -9 -113 -55 -18 -29\n -22 -47 -18 -91 5 -60 35 -102 89 -124 34 -15 35 -16 9 -122 -11 -46 -20 -104\n -20 -130 l0 -48 65 0 65 0 0 103 c0 56 5 119 11 140 10 38 11 39 47 33 20 -4\n 71 -18 114 -33 l76 -26 30 21 c46 33 66 85 70 183 5 101 -9 159 -46 199 -40\n 43 -59 43 -143 5z m138 -47 c21 -41 29 -178 14 -235 -15 -53 -41 -86 -63 -78\n -41 16 -69 163 -49 255 20 91 66 118 98 58z" }),
|
|
18
|
+
/* @__PURE__ */ (0, t.jsx)("path", { d: "M357 944 c-32 -18 -89 -125 -69 -132 7 -2 12 -10 12 -17 0 -21 59\n -85 78 -85 12 0 11 5 -7 24 -25 26 -38 96 -27 140 3 13 20 38 37 55 33 33 22 40 -24 15z" }),
|
|
19
|
+
/* @__PURE__ */ (0, t.jsx)("path", { d: "M1088 873 c28 -2 76 -2 105 0 28 2 5 3 -53 3 -58 0 -81 -1 -52 -3z" }),
|
|
20
|
+
/* @__PURE__ */ (0, t.jsx)("path", { d: "M1046 731 c8 -8 173 -61 190 -61 25 0 -22 21 -97 44 -94 28 -108 31 -93 17z" })
|
|
21
|
+
]
|
|
22
|
+
})
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
export { n as Logora };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/Mail.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
...e,
|
|
8
|
+
children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M19 1H5a5.006 5.006 0 0 0-5 5v12a5.006 5.006 0 0 0 5 5h14a5.006 5.006 0 0 0 5-5V6a5.006 5.006 0 0 0-5-5ZM5 3h14a3 3 0 0 1 2.78 1.887l-7.658 7.659a3.007 3.007 0 0 1-4.244 0L2.22 4.887A3 3 0 0 1 5 3Zm14 18H5a3 3 0 0 1-3-3V7.5l6.464 6.46a5.007 5.007 0 0 0 7.072 0L22 7.5V18a3 3 0 0 1-3 3Z" })
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { n as Mail };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/MinusCircle.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
stroke: "currentColor",
|
|
8
|
+
strokeWidth: "2",
|
|
9
|
+
strokeLinecap: "round",
|
|
10
|
+
strokeLinejoin: "round",
|
|
11
|
+
...e,
|
|
12
|
+
children: [/* @__PURE__ */ (0, t.jsx)("circle", {
|
|
13
|
+
cx: "12",
|
|
14
|
+
cy: "12",
|
|
15
|
+
r: "10"
|
|
16
|
+
}), /* @__PURE__ */ (0, t.jsx)("line", {
|
|
17
|
+
x1: "8",
|
|
18
|
+
y1: "12",
|
|
19
|
+
x2: "16",
|
|
20
|
+
y2: "12"
|
|
21
|
+
})]
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
export { n as MinusCircle };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/MobileClose.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
|
|
5
|
+
viewBox: "0 0 40 40",
|
|
6
|
+
fill: "#000",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
...e,
|
|
9
|
+
children: [/* @__PURE__ */ (0, t.jsx)("circle", {
|
|
10
|
+
cx: "20",
|
|
11
|
+
cy: "20",
|
|
12
|
+
r: "20"
|
|
13
|
+
}), /* @__PURE__ */ (0, t.jsx)("path", {
|
|
14
|
+
fill: "#FFF",
|
|
15
|
+
d: "M26.0001 14C25.8125 13.8125 25.5582 13.7072 25.2931 13.7072C25.0279 13.7072 24.7736 13.8125 24.5861 14L20.0001 18.586L15.4141 14C15.2265 13.8125 14.9722 13.7072 14.7071 13.7072C14.4419 13.7072 14.1876 13.8125 14.0001 14C13.8126 14.1875 13.7073 14.4418 13.7073 14.707C13.7073 14.9722 13.8126 15.2265 14.0001 15.414L18.5861 20L14.0001 24.586C13.8126 24.7735 13.7073 25.0278 13.7073 25.293C13.7073 25.5582 13.8126 25.8125 14.0001 26C14.1876 26.1875 14.4419 26.2928 14.7071 26.2928C14.9722 26.2928 15.2265 26.1875 15.4141 26L20.0001 21.414L24.5861 26C24.7736 26.1875 25.0279 26.2928 25.2931 26.2928C25.5582 26.2928 25.8125 26.1875 26.0001 26C26.1875 25.8125 26.2928 25.5582 26.2928 25.293C26.2928 25.0278 26.1875 24.7735 26.0001 24.586L21.4141 20L26.0001 15.414C26.1875 15.2265 26.2928 14.9722 26.2928 14.707C26.2928 14.4418 26.1875 14.1875 26.0001 14V14Z"
|
|
16
|
+
})]
|
|
17
|
+
});
|
|
18
|
+
//#endregion
|
|
19
|
+
export { n as MobileClose };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/MobileMenu.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
|
|
5
|
+
viewBox: "0 0 40 40",
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
...e,
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ (0, t.jsx)("circle", {
|
|
10
|
+
cx: "20",
|
|
11
|
+
cy: "20",
|
|
12
|
+
r: "20"
|
|
13
|
+
}),
|
|
14
|
+
/* @__PURE__ */ (0, t.jsx)("path", {
|
|
15
|
+
fill: "#FFF",
|
|
16
|
+
d: "M29.1667 19.1667H10.8333C10.3731 19.1667 10 19.5398 10 20C10 20.4602 10.3731 20.8333 10.8333 20.8333H29.1667C29.6269 20.8333 30 20.4602 30 20C30 19.5398 29.6269 19.1667 29.1667 19.1667Z"
|
|
17
|
+
}),
|
|
18
|
+
/* @__PURE__ */ (0, t.jsx)("path", {
|
|
19
|
+
fill: "#FFF",
|
|
20
|
+
d: "M29.1667 13.3333H10.8333C10.3731 13.3333 10 13.7064 10 14.1667C10 14.6269 10.3731 15 10.8333 15H29.1667C29.6269 15 30 14.6269 30 14.1667C30 13.7064 29.6269 13.3333 29.1667 13.3333Z"
|
|
21
|
+
}),
|
|
22
|
+
/* @__PURE__ */ (0, t.jsx)("path", {
|
|
23
|
+
fill: "#FFF",
|
|
24
|
+
d: "M29.1667 25H10.8333C10.3731 25 10 25.3731 10 25.8333C10 26.2936 10.3731 26.6667 10.8333 26.6667H29.1667C29.6269 26.6667 30 26.2936 30 25.8333C30 25.3731 29.6269 25 29.1667 25Z"
|
|
25
|
+
})
|
|
26
|
+
]
|
|
27
|
+
});
|
|
28
|
+
//#endregion
|
|
29
|
+
export { n as MobileMenu };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/Next.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
...e,
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ (0, t.jsx)("path", { d: "m12 0c-6.617 0-12 5.383-12 12s5.383 12 12 12 12-5.383 12-12-5.383-12-12-12z" }),
|
|
10
|
+
/* @__PURE__ */ (0, t.jsx)("path", { d: "m12 0c-6.617 0-12 5.383-12 12s5.383 12 12 12z" }),
|
|
11
|
+
/* @__PURE__ */ (0, t.jsx)("path", {
|
|
12
|
+
d: "m12 18.25v-3.25h-5.75c-.689 0-1.25-.561-1.25-1.25v-3.5c0-.689.561-1.25 1.25-1.25h5.75v-3.25c0-.66.795-.999 1.27-.541l6.5 6.25c.147.142.23.337.23.541s-.083.399-.23.541l-6.5 6.25c-.475.456-1.27.12-1.27-.541z",
|
|
13
|
+
fill: "#fff"
|
|
14
|
+
}),
|
|
15
|
+
/* @__PURE__ */ (0, t.jsx)("path", {
|
|
16
|
+
d: "m5 12h15c0 .204-.083.399-.23.541l-6.5 6.25c-.15.144-.334.209-.514.209-.385 0-.756-.298-.756-.75v-3.25h-5.75c-.689 0-1.25-.561-1.25-1.25z",
|
|
17
|
+
fill: "#dedede"
|
|
18
|
+
})
|
|
19
|
+
]
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
export { n as Next };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/OpenBlank.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
|
|
5
|
+
viewBox: "0 0 15 15",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
...e,
|
|
9
|
+
children: /* @__PURE__ */ (0, t.jsx)("path", {
|
|
10
|
+
d: "M5.44832 1.14343H1.99902C1.44674 1.14343 0.999023 1.59115 0.999023 2.14343V12.8634C0.999023 13.4157 1.44674 13.8634 1.99902 13.8634H12.719C13.2713 13.8634 13.719 13.4157 13.719 12.8634V9.14453M13.719 1.14343V6.67248M13.719 1.14343L7.36636 7.49609M13.719 1.14343H8.17291",
|
|
11
|
+
stroke: "black"
|
|
12
|
+
})
|
|
13
|
+
});
|
|
14
|
+
//#endregion
|
|
15
|
+
export { n as OpenBlank };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/OrderedList.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
...e,
|
|
8
|
+
children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M2 17h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1 3h1.8L2 13.1v.9h3v-1H3.2L5 10.9V10H2v1zm5-6v2h14V5H7zm0 14h14v-2H7v2zm0-6h14v-2H7v2z" })
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { n as OrderedList };
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/PauseCircle.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
|
|
5
|
+
fill: "none",
|
|
6
|
+
stroke: "currentColor",
|
|
7
|
+
"stroke-linecap": "round",
|
|
8
|
+
"stroke-linejoin": "round",
|
|
9
|
+
"stroke-width": "2",
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
...e,
|
|
13
|
+
children: [
|
|
14
|
+
/* @__PURE__ */ (0, t.jsx)("circle", {
|
|
15
|
+
cx: "12",
|
|
16
|
+
cy: "12",
|
|
17
|
+
r: "10"
|
|
18
|
+
}),
|
|
19
|
+
/* @__PURE__ */ (0, t.jsx)("line", {
|
|
20
|
+
x1: "10",
|
|
21
|
+
x2: "10",
|
|
22
|
+
y1: "15",
|
|
23
|
+
y2: "9"
|
|
24
|
+
}),
|
|
25
|
+
/* @__PURE__ */ (0, t.jsx)("line", {
|
|
26
|
+
x1: "14",
|
|
27
|
+
x2: "14",
|
|
28
|
+
y1: "15",
|
|
29
|
+
y2: "9"
|
|
30
|
+
})
|
|
31
|
+
]
|
|
32
|
+
});
|
|
33
|
+
//#endregion
|
|
34
|
+
export { n as PauseCircle };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/Point.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
|
|
5
|
+
viewBox: "0 0 17 17",
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
...e,
|
|
8
|
+
children: [/* @__PURE__ */ (0, t.jsx)("circle", {
|
|
9
|
+
cx: "8.5",
|
|
10
|
+
cy: "8.5",
|
|
11
|
+
r: "8.1",
|
|
12
|
+
stroke: "black",
|
|
13
|
+
strokeWidth: ".8px",
|
|
14
|
+
fill: "transparent"
|
|
15
|
+
}), /* @__PURE__ */ (0, t.jsx)("path", {
|
|
16
|
+
d: "M9.39386 5.14357C9.35492 5.48312 9.34657 5.8252 9.36599 6.16612C9.22118 5.91698 9.11124 5.64788 9.04014 5.36621C7.33187 6.49721 6.08851 8.21955 5.54279 10.2112C4.91626 11.0717 4.3983 12.0085 4 13C5.78647 10.0043 8.18819 7.4322 11.0424 5.45904C9.32015 7.07048 7.68966 8.77876 6.15951 10.5802C8.1645 10.1999 9.9731 9.11694 11.2679 7.52261C10.7667 7.47603 10.2627 7.49314 9.76429 7.57172C10.3295 7.3098 10.9407 7.16331 11.5618 7.13818C11.7428 6.8902 11.9084 6.63092 12.0616 6.36625C11.6648 6.40301 11.2722 6.47472 10.8865 6.58329C11.3028 6.32961 11.7581 6.1507 12.2343 6.05216C12.5727 5.40412 12.8302 4.71394 13 4C11.7275 4.0998 10.4939 4.49015 9.39386 5.14357Z",
|
|
17
|
+
fill: "black"
|
|
18
|
+
})]
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
export { n as Point };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/Question.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
|
|
5
|
+
viewBox: "0 0 20 20",
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
...e,
|
|
8
|
+
children: [/* @__PURE__ */ (0, t.jsx)("circle", {
|
|
9
|
+
cx: "10",
|
|
10
|
+
cy: "10",
|
|
11
|
+
r: "9.25"
|
|
12
|
+
}), /* @__PURE__ */ (0, t.jsx)("path", {
|
|
13
|
+
fill: "#FFF",
|
|
14
|
+
d: "M8.821 11.841C8.821 11.3903 8.92067 11.0177 9.12 10.723C9.328 10.4283 9.627 10.1033 10.017 9.748C10.303 9.488 10.511 9.27133 10.641 9.098C10.7797 8.916 10.849 8.71233 10.849 8.487C10.849 8.16633 10.719 7.915 10.459 7.733C10.2077 7.54233 9.86967 7.447 9.445 7.447C9.03767 7.447 8.67367 7.53367 8.353 7.707C8.041 7.87167 7.77667 8.10567 7.56 8.409L5.987 7.486C6.351 6.93133 6.84067 6.50233 7.456 6.199C8.08 5.89567 8.81667 5.744 9.666 5.744C10.6627 5.744 11.46 5.95633 12.058 6.381C12.6647 6.80567 12.968 7.395 12.968 8.149C12.968 8.50433 12.9073 8.81633 12.786 9.085C12.6733 9.35367 12.5303 9.58333 12.357 9.774C12.1923 9.956 11.9757 10.1683 11.707 10.411C11.3863 10.697 11.1523 10.9397 11.005 11.139C10.8577 11.3297 10.784 11.5637 10.784 11.841H8.821ZM9.809 15.104C9.45367 15.104 9.15467 14.9913 8.912 14.766C8.678 14.532 8.561 14.2503 8.561 13.921C8.561 13.5917 8.678 13.3187 8.912 13.102C9.146 12.8767 9.445 12.764 9.809 12.764C10.173 12.764 10.472 12.8767 10.706 13.102C10.94 13.3187 11.057 13.5917 11.057 13.921C11.057 14.2503 10.9357 14.532 10.693 14.766C10.459 14.9913 10.1643 15.104 9.809 15.104Z"
|
|
15
|
+
})]
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
export { n as Question };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/Refresh.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
...e,
|
|
8
|
+
children: [/* @__PURE__ */ (0, t.jsx)("path", { d: "M12,2a10.032,10.032,0,0,1,7.122,3H16a1,1,0,0,0-1,1h0a1,1,0,0,0,1,1h4.143A1.858,1.858,0,0,0,22,5.143V1a1,1,0,0,0-1-1h0a1,1,0,0,0-1,1V3.078A11.981,11.981,0,0,0,.05,10.9a1.007,1.007,0,0,0,1,1.1h0a.982.982,0,0,0,.989-.878A10.014,10.014,0,0,1,12,2Z" }), /* @__PURE__ */ (0, t.jsx)("path", { d: "M22.951,12a.982.982,0,0,0-.989.878A9.986,9.986,0,0,1,4.878,19H8a1,1,0,0,0,1-1H9a1,1,0,0,0-1-1H3.857A1.856,1.856,0,0,0,2,18.857V23a1,1,0,0,0,1,1H3a1,1,0,0,0,1-1V20.922A11.981,11.981,0,0,0,23.95,13.1a1.007,1.007,0,0,0-1-1.1Z" })]
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { n as Refresh };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/Reply.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
viewBox: "0 0 24 26",
|
|
7
|
+
...e,
|
|
8
|
+
children: [/* @__PURE__ */ (0, t.jsx)("path", { d: "M18.656.93,6.464,13.122A4.966,4.966,0,0,0,5,16.657V18a1,1,0,0,0,1,1H7.343a4.966,4.966,0,0,0,3.535-1.464L23.07,5.344a3.125,3.125,0,0,0,0-4.414A3.194,3.194,0,0,0,18.656.93Zm3,3L9.464,16.122A3.02,3.02,0,0,1,7.343,17H7v-.343a3.02,3.02,0,0,1,.878-2.121L20.07,2.344a1.148,1.148,0,0,1,1.586,0A1.123,1.123,0,0,1,21.656,3.93Z" }), /* @__PURE__ */ (0, t.jsx)("path", { d: "M23,8.979a1,1,0,0,0-1,1V15H18a3,3,0,0,0-3,3v4H5a3,3,0,0,1-3-3V5A3,3,0,0,1,5,2h9.042a1,1,0,0,0,0-2H5A5.006,5.006,0,0,0,0,5V19a5.006,5.006,0,0,0,5,5H16.343a4.968,4.968,0,0,0,3.536-1.464l2.656-2.658A4.968,4.968,0,0,0,24,16.343V9.979A1,1,0,0,0,23,8.979ZM18.465,21.122a2.975,2.975,0,0,1-1.465.8V18a1,1,0,0,1,1-1h3.925a3.016,3.016,0,0,1-.8,1.464Z" })]
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { n as Reply };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/Search.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
...e,
|
|
8
|
+
children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M23.707,22.293l-5.969-5.969a10.016,10.016,0,1,0-1.414,1.414l5.969,5.969a1,1,0,0,0,1.414-1.414ZM10,18a8,8,0,1,1,8-8A8.009,8.009,0,0,1,10,18Z" })
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { n as Search };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/Send.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
|
|
5
|
+
viewBox: "0 0 97 84",
|
|
6
|
+
...e,
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M93.3,47.5 L9.3,82.6 C4.2,84.7 -0.8,79.4 1.6,74.4 L15,47.1 L62.6,43.2 C64,43 64,41 62.6,40.8 L15,36.9 L1.6,9.6 C-0.8,4.6 4.2,-0.7 9.3,1.4 L93.4,36.5 C98.3,38.5 98.3,45.5 93.3,47.5 Z" })
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { n as Send };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
|
|
2
|
+
import "react";
|
|
3
|
+
//#region src/components/icons/bild_icons/Share.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
|
|
5
|
+
viewBox: "0 0 16 16",
|
|
6
|
+
fill: "black",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
...e,
|
|
9
|
+
children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M0 15.333v-4.666a6.089 6.089 0 0 1 1.714-4.241 5.775 5.775 0 0 1 4.13-1.76h3.137V3.61c0-.263.076-.521.218-.74.143-.22.346-.39.583-.491a1.267 1.267 0 0 1 1.415.289l3.819 3.919c.365.375.57.884.57 1.414 0 .53-.205 1.039-.57 1.414l-3.819 3.92a1.267 1.267 0 0 1-1.415.289c-.237-.102-.44-.273-.583-.492a1.359 1.359 0 0 1-.218-.74v-1.058H5.195a3.85 3.85 0 0 0-2.754 1.173 4.06 4.06 0 0 0-1.142 2.827.676.676 0 0 1-.19.472.641.641 0 0 1-.919 0 .676.676 0 0 1-.19-.472Zm10.28-10a.676.676 0 0 1-.191.472.64.64 0 0 1-.46.195H5.845a4.492 4.492 0 0 0-3.212 1.368 4.736 4.736 0 0 0-1.333 3.299v1.142a5.196 5.196 0 0 1 1.758-1.336A5.07 5.07 0 0 1 5.195 10H9.63a.64.64 0 0 1 .459.195c.122.125.19.295.19.472v1.724l3.818-3.92a.676.676 0 0 0 0-.942l-3.818-3.92v1.724Z" })
|
|
10
|
+
});
|
|
11
|
+
//#endregion
|
|
12
|
+
export { n as Share };
|