@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,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/spiegel_icons/OrderedList.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
|
|
5
|
+
viewBox: "0 0 50 50",
|
|
6
|
+
fill: "black",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
...e,
|
|
9
|
+
children: [/* @__PURE__ */ (0, t.jsxs)("g", {
|
|
10
|
+
clipPath: "url(#clip0_2638_39838)",
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ (0, t.jsx)("path", { d: "M2.60488 14.5495H0.40412V16.1948H6.22507V14.5495H4.33684V6H2.80021L0.391098 7.15327L0.794782 8.59869L2.60488 7.73759V14.5495Z" }),
|
|
13
|
+
/* @__PURE__ */ (0, t.jsx)("path", { d: "M16.0466 9.70455C15.2773 9.70455 14.6536 10.3761 14.6536 11.2045C14.6536 12.033 15.2773 12.7045 16.0466 12.7045H48.607C49.3763 12.7045 50 12.033 50 11.2045C50 10.3761 49.3763 9.70455 48.607 9.70455H16.0466Z" }),
|
|
14
|
+
/* @__PURE__ */ (0, t.jsx)("path", { d: "M16.0466 23.6344C15.2773 23.6344 14.6536 24.306 14.6536 25.1344C14.6536 25.9629 15.2773 26.6344 16.0466 26.6344H48.607C49.3763 26.6344 50 25.9629 50 25.1344C50 24.306 49.3763 23.6344 48.607 23.6344H16.0466Z" }),
|
|
15
|
+
/* @__PURE__ */ (0, t.jsx)("path", { d: "M14.6536 39.0643C14.6536 38.2359 15.2773 37.5643 16.0466 37.5643H48.607C49.3763 37.5643 50 38.2359 50 39.0643C50 39.8927 49.3763 40.5643 48.607 40.5643H16.0466C15.2773 40.5643 14.6536 39.8927 14.6536 39.0643Z" }),
|
|
16
|
+
/* @__PURE__ */ (0, t.jsx)("path", { d: "M0.0367292 30.1511V28.5443C0.803968 26.8202 1.96767 25.9442 2.92742 25.2217C3.85786 24.5213 4.59661 23.9652 4.59661 22.9206C4.59661 22.1172 4.27568 21.5108 3.32626 21.5108C2.36347 21.5108 1.92219 22.2536 1.98905 23.4511H0.210566C0.0501013 21.2077 1.24022 19.904 3.44661 19.904C5.53266 19.904 6.42859 20.9803 6.42859 22.7387C6.42859 24.4766 5.31209 25.3099 4.17742 26.1567C3.3526 26.7722 2.51819 27.3949 2.09603 28.3775H6.6158L6.46871 30.1511H0.0367292Z" }),
|
|
17
|
+
/* @__PURE__ */ (0, t.jsx)("path", { d: "M1.88653 39.6121H3.11112C4.47902 39.6121 4.83076 40.186 4.83076 41.0689C4.83076 41.8635 4.41388 42.5551 3.26745 42.5551C2.23827 42.5551 1.7302 42.0695 1.80836 41.0101H0.0366168C-0.210907 43.0849 0.79221 44.0266 3.17626 44.0266C5.56031 44.0266 6.61554 42.7759 6.61554 41.0395C6.61554 39.568 5.89902 38.8617 4.70049 38.6851V38.6557C5.66453 38.3908 6.32893 37.5815 6.32893 36.4337C6.32893 34.9328 5.54728 33.888 3.33259 33.888C1.22212 33.888 0.0626719 34.9033 0.140837 36.8016H1.8735C1.84744 36.007 2.17313 35.3595 3.21534 35.3595C4.12727 35.3595 4.54415 35.8304 4.54415 36.728C4.54415 37.4785 4.15333 38.0671 3.09809 38.0671H1.88653V39.6121Z" })
|
|
18
|
+
]
|
|
19
|
+
}), /* @__PURE__ */ (0, t.jsx)("defs", { children: /* @__PURE__ */ (0, t.jsx)("clipPath", {
|
|
20
|
+
id: "clip0_2638_39838",
|
|
21
|
+
children: /* @__PURE__ */ (0, t.jsx)("rect", {
|
|
22
|
+
width: "50",
|
|
23
|
+
height: "50",
|
|
24
|
+
fill: "white"
|
|
25
|
+
})
|
|
26
|
+
}) })]
|
|
27
|
+
});
|
|
28
|
+
//#endregion
|
|
29
|
+
export { n as OrderedList };
|
|
@@ -0,0 +1,20 @@
|
|
|
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/spiegel_icons/PauseCircle.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
|
|
5
|
+
width: "50",
|
|
6
|
+
height: "50",
|
|
7
|
+
viewBox: "0 0 50 50",
|
|
8
|
+
fill: "#000",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...e,
|
|
11
|
+
children: [/* @__PURE__ */ (0, t.jsx)("path", {
|
|
12
|
+
d: "M50 25C50 38.8071 38.8071 50 25 50C11.1929 50 0 38.8071 0 25C0 11.1929 11.1929 0 25 0C38.8071 0 50 11.1929 50 25Z",
|
|
13
|
+
fill: "#E64415"
|
|
14
|
+
}), /* @__PURE__ */ (0, t.jsx)("path", {
|
|
15
|
+
d: "M24.5801 13.3574C25.7924 13.3575 26.9552 13.839 27.8125 14.6963L28.0898 14.9736L28.2568 15.125C28.6636 15.4585 29.1755 15.6426 29.7061 15.6426H35.1426V29.3574H29.7061C28.4938 29.3574 27.3309 28.8757 26.4736 28.0186L26.1963 27.7412C25.7677 27.3126 25.1862 27.0714 24.5801 27.0713H19.1426V38.5H16.8574V13.3574H24.5801Z",
|
|
16
|
+
fill: "white"
|
|
17
|
+
})]
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
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/spiegel_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,30 @@
|
|
|
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/spiegel_icons/Question.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
|
|
5
|
+
viewBox: "0 0 50 50",
|
|
6
|
+
fill: "black",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
...e,
|
|
9
|
+
children: [/* @__PURE__ */ (0, t.jsxs)("g", {
|
|
10
|
+
clipPath: "url(#clip0_2678_34200)",
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ (0, t.jsx)("path", { d: "M20.7294 24.7746C19.9236 24.3717 19.597 23.3918 19.9999 22.5861C20.138 22.3097 20.4205 22.1352 20.7294 22.1352H25.4775C26.2686 22.1352 26.9099 22.7765 26.9099 23.5676V32.7092C26.9099 33.2517 27.2164 33.7477 27.7017 33.9903L29.5492 34.9141C30.2011 35.2401 30.4654 36.0328 30.1394 36.6847C29.9159 37.1318 29.4589 37.4142 28.9591 37.4142H21.0409C20.5411 37.4142 20.0841 37.1318 19.8606 36.6847C19.5346 36.0328 19.7989 35.2401 20.4508 34.9141L22.2983 33.9903C22.7836 33.7477 23.0901 33.2517 23.0901 32.7092V26.8402C23.0901 26.2977 22.7836 25.8017 22.2983 25.559L20.7294 24.7746Z" }),
|
|
13
|
+
/* @__PURE__ */ (0, t.jsx)("path", { d: "M27.8648 15.4506C27.8648 17.0328 26.5822 18.3154 25 18.3154C23.4178 18.3154 22.1352 17.0328 22.1352 15.4506C22.1352 13.8684 23.4178 12.5858 25 12.5858C26.5822 12.5858 27.8648 13.8684 27.8648 15.4506Z" }),
|
|
14
|
+
/* @__PURE__ */ (0, t.jsx)("path", {
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
d: "M25 46.875C37.0812 46.875 46.875 37.0812 46.875 25C46.875 12.9188 37.0812 3.125 25 3.125C12.9188 3.125 3.125 12.9188 3.125 25C3.125 37.0812 12.9188 46.875 25 46.875ZM25 50C38.8071 50 50 38.8071 50 25C50 11.1929 38.8071 0 25 0C11.1929 0 0 11.1929 0 25C0 38.8071 11.1929 50 25 50Z"
|
|
18
|
+
})
|
|
19
|
+
]
|
|
20
|
+
}), /* @__PURE__ */ (0, t.jsx)("defs", { children: /* @__PURE__ */ (0, t.jsx)("clipPath", {
|
|
21
|
+
id: "clip0_2678_34200",
|
|
22
|
+
children: /* @__PURE__ */ (0, t.jsx)("rect", {
|
|
23
|
+
width: "50",
|
|
24
|
+
height: "50",
|
|
25
|
+
fill: "white"
|
|
26
|
+
})
|
|
27
|
+
}) })]
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
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/spiegel_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,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/spiegel_icons/Reply.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
|
|
5
|
+
viewBox: "0 0 50 50",
|
|
6
|
+
fill: "black",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
...e,
|
|
9
|
+
children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M1.943.154C1.334.365.88.688.547 1.147-.046 1.964-.004.491.02 19.583l.022 17.209.222.473c.283.604.883 1.18 1.479 1.422l.465.188 10.5.042 10.5.041 6.25 5.003c3.438 2.752 6.382 5.058 6.542 5.125.412.173 1.303.158 1.676-.027.395-.197.794-.594 1.018-1.013.178-.332.181-.406.205-4.73l.025-4.392 4.434-.025c4.382-.024 4.439-.026 4.899-.212.596-.242 1.196-.818 1.479-1.422l.222-.473V2.042l-.192-.387c-.311-.624-.724-1.041-1.33-1.339l-.557-.274L25.127.023C3.427.006 2.355.012 1.943.154M47.25 19.412v16.662l-4.479.026-4.479.025-.525.242c-.629.291-1.262.941-1.485 1.526-.136.357-.156.786-.196 4.086l-.044 3.687-5.775-4.618c-3.935-3.147-5.899-4.667-6.167-4.77-.371-.144-.955-.154-10.871-.176L2.75 36.079V2.75h44.5v16.662" })
|
|
10
|
+
});
|
|
11
|
+
//#endregion
|
|
12
|
+
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/spiegel_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/spiegel_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,26 @@
|
|
|
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/spiegel_icons/Share.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
|
|
5
|
+
viewBox: "0 0 50 50",
|
|
6
|
+
fill: "black",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
...e,
|
|
9
|
+
children: [/* @__PURE__ */ (0, t.jsx)("g", {
|
|
10
|
+
clipPath: "url(#clip0_2638_39778)",
|
|
11
|
+
children: /* @__PURE__ */ (0, t.jsx)("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
clipRule: "evenodd",
|
|
14
|
+
d: "M31.2736 17.306H28.5444C18.2579 17.306 12.176 21.3907 8.45353 26.8285C6.0149 30.3909 4.52039 34.6414 3.6549 38.9471C5.24096 36.9666 7.13599 34.9136 9.34388 33.0261C14.1528 28.9152 20.5673 25.4937 28.5444 25.4937H31.2736V35.5695L46.3879 21.3999L31.2736 7.23022V17.306ZM49.7412 20.8025C50.0863 21.126 50.0863 21.6737 49.7412 21.9972L29.9231 40.5766C29.4002 41.0669 28.5444 40.6961 28.5444 39.9793V28.223C27.6119 28.223 26.7021 28.275 25.8151 28.374C14.3613 29.6518 6.7024 38.7568 2.83826 44.7548C2.72446 44.9314 2.61395 45.1054 2.50674 45.2764C2.29348 45.6164 2.09324 45.9447 1.90602 46.2591C1.838 46.3733 1.77169 46.4857 1.7071 46.5961C1.25929 47.3617 -0.0509102 47.0317 0.00152982 46.1463C0.0119131 45.971 0.0230709 45.7949 0.0350299 45.6181C0.0603214 45.2443 0.0891978 44.8672 0.121909 44.4875C0.140175 44.2755 0.159636 44.0626 0.180338 43.849C1.45819 30.662 7.4613 14.5767 28.5444 14.5767V2.8204C28.5444 2.10361 29.4002 1.73283 29.9231 2.22307L49.7412 20.8025Z"
|
|
15
|
+
})
|
|
16
|
+
}), /* @__PURE__ */ (0, t.jsx)("defs", { children: /* @__PURE__ */ (0, t.jsx)("clipPath", {
|
|
17
|
+
id: "clip0_2638_39778",
|
|
18
|
+
children: /* @__PURE__ */ (0, t.jsx)("rect", {
|
|
19
|
+
width: "50",
|
|
20
|
+
height: "50",
|
|
21
|
+
fill: "white"
|
|
22
|
+
})
|
|
23
|
+
}) })]
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
export { n as Share };
|
|
@@ -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/spiegel_icons/SmallArrow.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 SmallArrow };
|
|
@@ -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/spiegel_icons/Source.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: "M22.2,2.163a4.992,4.992,0,0,0-4.1-1.081l-3.822.694A4,4,0,0,0,12,3.065,4,4,0,0,0,9.716,1.776L5.9,1.082A5,5,0,0,0,0,6V16.793a5,5,0,0,0,4.105,4.919l6.286,1.143a9,9,0,0,0,3.218,0L19.9,21.712A5,5,0,0,0,24,16.793V6A4.983,4.983,0,0,0,22.2,2.163ZM11,20.928c-.084-.012-.168-.026-.252-.041L4.463,19.745A3,3,0,0,1,2,16.793V6A3,3,0,0,1,5,3a3.081,3.081,0,0,1,.54.049l3.82.7A2,2,0,0,1,11,5.712Zm11-4.135a3,3,0,0,1-2.463,2.952l-6.285,1.142c-.084.015-.168.029-.252.041V5.712a2,2,0,0,1,1.642-1.968l3.821-.7A3,3,0,0,1,22,6Z" })
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { n as Source };
|
|
@@ -0,0 +1,16 @@
|
|
|
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/spiegel_icons/Suggestion.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
|
|
5
|
+
viewBox: "0 0 50 50",
|
|
6
|
+
fill: "black",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
...e,
|
|
9
|
+
children: /* @__PURE__ */ (0, t.jsx)("path", {
|
|
10
|
+
fillRule: "evenodd",
|
|
11
|
+
clipRule: "evenodd",
|
|
12
|
+
d: "M13.5892 26.0302C12.1456 24.2269 10.7535 22.0697 10.4121 17.3953C10.4362 9.70606 16.971 3.41206 24.8844 3.41206C32.7978 3.41206 39.3327 9.70606 39.3567 17.3953C39.0153 22.0713 37.6289 24.2299 36.189 26.0329C35.9796 26.2951 35.7624 26.5561 35.5419 26.821C34.1929 28.4416 32.719 30.2123 32.1407 33.3438L32.1206 33.4524V36.4573C32.1206 36.8569 31.7966 37.1809 31.397 37.1809H18.3719C17.9722 37.1809 17.6482 36.8569 17.6482 36.4573V33.4549L17.6291 33.3487C17.0621 30.206 15.5839 28.433 14.2299 26.809C14.0117 26.5473 13.7966 26.2893 13.5892 26.0302ZM24.8844 1C15.7009 1 8 8.32177 8 17.4378V17.4808L8.00306 17.5237C8.37983 22.8007 10.0101 25.4189 11.7062 27.5376C11.9484 27.8402 12.1847 28.1257 12.4133 28.4019C13.7227 29.984 14.7777 31.2587 15.2362 33.6734V36.4573C15.2362 38.1891 16.6401 39.593 18.3719 39.593H18.6454L19.1464 43.3314L19.3117 44.7387C19.5971 47.1685 21.6563 49 24.1029 49H25.6754C28.1245 49 30.1849 47.1649 30.4673 44.7322L30.6301 43.3301L31.1251 39.593H31.397C33.1288 39.593 34.5327 38.1891 34.5327 36.4573V33.676C35.0008 31.2674 36.0544 29.9924 37.3579 28.4148C37.5893 28.1348 37.8286 27.8452 38.0738 27.5381C39.7669 25.418 41.3891 22.799 41.7658 17.5237L41.7688 17.4808V17.4378C41.7688 8.32177 34.0679 1 24.8844 1ZM29.1786 39.593H20.5923L20.9479 42.2462H28.8272L29.1786 39.593ZM21.2282 44.5135L21.1885 44.1759H28.5893L28.5506 44.5097C28.3811 45.9693 27.1448 47.0704 25.6754 47.0704H24.1029C22.6349 47.0704 21.3994 45.9715 21.2282 44.5135Z"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
//#endregion
|
|
16
|
+
export { n as Suggestion };
|
|
@@ -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/spiegel_icons/Twitter.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
|
|
5
|
+
viewBox: "0 0 50 50",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
...e,
|
|
9
|
+
children: [
|
|
10
|
+
/* @__PURE__ */ (0, t.jsx)("path", {
|
|
11
|
+
d: "M29.1169 21.1716L47.3303 0H43.0143L27.1997 18.383L14.5685 0H0L19.1008 27.7983L0 50H4.31623L21.0169 30.5869L34.3563 50H48.9249L29.1169 21.1716ZM5.87143 3.2492H12.5009L43.0164 46.8986H36.3869L5.87143 3.2492Z",
|
|
12
|
+
fill: "black"
|
|
13
|
+
}),
|
|
14
|
+
/* @__PURE__ */ (0, t.jsx)("path", {
|
|
15
|
+
d: "M29.1169 21.1716L47.3303 0H43.0143L27.1997 18.383L14.5685 0H0L19.1008 27.7983L0 50H4.31623L21.0169 30.5869L34.3563 50H48.9249L29.1169 21.1716ZM5.87143 3.2492H12.5009L43.0164 46.8986H36.3869L5.87143 3.2492Z",
|
|
16
|
+
fill: "black"
|
|
17
|
+
}),
|
|
18
|
+
/* @__PURE__ */ (0, t.jsx)("path", {
|
|
19
|
+
d: "M29.1169 21.1716L47.3303 0H43.0143L27.1997 18.383L14.5685 0H0L19.1008 27.7983L0 50H4.31623L21.0169 30.5869L34.3563 50H48.9249L29.1169 21.1716ZM5.87143 3.2492H12.5009L43.0164 46.8986H36.3869L5.87143 3.2492Z",
|
|
20
|
+
fill: "black"
|
|
21
|
+
}),
|
|
22
|
+
/* @__PURE__ */ (0, t.jsx)("path", {
|
|
23
|
+
d: "M29.1169 21.1716L47.3303 0H43.0143L27.1997 18.383L14.5685 0H0L19.1008 27.7983L0 50H4.31623L21.0169 30.5869L34.3563 50H48.9249L29.1169 21.1716ZM5.87143 3.2492H12.5009L43.0164 46.8986H36.3869L5.87143 3.2492Z",
|
|
24
|
+
fill: "black"
|
|
25
|
+
})
|
|
26
|
+
]
|
|
27
|
+
});
|
|
28
|
+
//#endregion
|
|
29
|
+
export { n as Twitter };
|
|
@@ -0,0 +1,26 @@
|
|
|
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/spiegel_icons/Underline.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
|
|
5
|
+
viewBox: "0 0 50 50",
|
|
6
|
+
fill: "black",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
...e,
|
|
9
|
+
children: [/* @__PURE__ */ (0, t.jsx)("g", {
|
|
10
|
+
clipPath: "url(#clip0_2638_46095)",
|
|
11
|
+
children: /* @__PURE__ */ (0, t.jsx)("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
clipRule: "evenodd",
|
|
14
|
+
d: "M19.6972 0H5V25.0101C5 28.4775 6.01479 32.5546 9.09083 35.763C12.1881 38.9936 17.1615 41.122 24.6267 41.0849C32.085 41.0479 36.9733 38.919 40.0149 35.7136C43.0326 32.5333 44.0116 28.5243 44.1384 25.147L44.1395 25.1176V0H29.3001V22.44C29.3001 23.7391 29.2206 24.9237 28.678 25.7975C28.2389 26.5048 27.2738 27.3379 24.6189 27.3379C21.758 27.3379 20.7596 26.5847 20.332 25.9671C19.8043 25.205 19.6972 24.0827 19.6972 22.44V0ZM8.14092 25.0101V3.14092H16.5562V22.44C16.5562 23.9625 16.5859 26.0744 17.7496 27.7551C19.0134 29.5804 21.2612 30.4788 24.6189 30.4788C28.0106 30.4788 30.1714 29.3468 31.3464 27.4544C32.418 25.7285 32.441 23.679 32.441 22.44V3.14092H40.9986V25.058C40.8849 27.9608 40.0471 31.1165 37.7365 33.5516C35.4421 35.9696 31.4734 37.9099 24.6111 37.944C17.7557 37.9781 13.7049 36.0372 11.3581 33.5894C8.99005 31.1194 8.14092 27.9087 8.14092 25.0101ZM8.36134 46.4182C7.37226 46.4182 6.57046 47.2201 6.57046 48.2091C6.57046 49.1982 7.37226 50 8.36134 50H40.7782C41.7673 50 42.5691 49.1982 42.5691 48.2091C42.5691 47.2201 41.7673 46.4182 40.7782 46.4182H8.36134Z"
|
|
15
|
+
})
|
|
16
|
+
}), /* @__PURE__ */ (0, t.jsx)("defs", { children: /* @__PURE__ */ (0, t.jsx)("clipPath", {
|
|
17
|
+
id: "clip0_2638_46095",
|
|
18
|
+
children: /* @__PURE__ */ (0, t.jsx)("rect", {
|
|
19
|
+
width: "50",
|
|
20
|
+
height: "50",
|
|
21
|
+
fill: "white"
|
|
22
|
+
})
|
|
23
|
+
}) })]
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
export { n as Underline };
|
|
@@ -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/spiegel_icons/Upvote.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: "M24.7554 8.0429C24.2457 7.47999 23.6157 7.02861 22.9081 6.71931C22.2004 6.41002 21.4317 6.25003 20.654 6.25019H16.3177L16.683 4.12415C16.8122 3.37546 16.6563 2.60721 16.2437 1.9595C15.831 1.3118 15.1892 0.827807 14.4352 0.595806C13.6812 0.363805 12.8652 0.399253 12.1362 0.695685C11.4072 0.992116 10.8137 1.52978 10.464 2.21061L8.38333 6.25019H5.43525C3.99426 6.25184 2.61279 6.80111 1.59386 7.7775C0.574922 8.7539 0.00172608 10.0777 0 11.4585L0 16.6669C0.00172608 18.0477 0.574922 19.3715 1.59386 20.3479C2.61279 21.3243 3.99426 21.8735 5.43525 21.8752H19.893C21.2013 21.8701 22.4641 21.4151 23.4518 20.5931C24.4395 19.771 25.0865 18.6366 25.275 17.396L26.0414 12.1877C26.1493 11.4489 26.0903 10.6965 25.8685 9.98137C25.6466 9.26628 25.267 8.60521 24.7554 8.0429ZM2.1741 16.6669V11.4585C2.1741 10.6297 2.51769 9.83487 3.12927 9.24882C3.74086 8.66276 4.57034 8.33352 5.43525 8.33352H7.60935V19.7919H5.43525C4.57034 19.7919 3.74086 19.4626 3.12927 18.8766C2.51769 18.2905 2.1741 17.4957 2.1741 16.6669ZM23.8836 11.895L23.1161 17.1033C23.0039 17.8471 22.6169 18.5275 22.0254 19.0209C21.4339 19.5143 20.6772 19.7879 19.893 19.7919H9.78346V8.05644C9.8859 7.97092 9.97071 7.86774 10.0335 7.75227L12.413 3.13248C12.5023 2.97824 12.6284 2.84649 12.7811 2.74807C12.9338 2.64964 13.1088 2.58734 13.2915 2.56629C13.4742 2.54524 13.6595 2.56605 13.8322 2.62699C14.0049 2.68793 14.1601 2.78728 14.2849 2.91686C14.3917 3.03586 14.4698 3.17599 14.5136 3.32724C14.5574 3.47849 14.5658 3.63713 14.5382 3.79186L13.9643 7.12519C13.9391 7.27413 13.9479 7.42653 13.9903 7.57186C14.0326 7.71719 14.1073 7.85197 14.2094 7.96689C14.3114 8.0818 14.4383 8.1741 14.5812 8.23741C14.7241 8.30071 14.8797 8.33351 15.0372 8.33352H20.654C21.1207 8.33346 21.5821 8.42943 22.0069 8.61493C22.4316 8.80043 22.8098 9.07114 23.116 9.40877C23.4222 9.7464 23.6492 10.1431 23.7816 10.572C23.914 11.0009 23.9488 11.4521 23.8836 11.895Z" })
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { n as Upvote };
|
|
@@ -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/spiegel_icons/User.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: "M7.5,13A4.5,4.5,0,1,1,12,8.5,4.505,4.505,0,0,1,7.5,13Zm0-7A2.5,2.5,0,1,0,10,8.5,2.5,2.5,0,0,0,7.5,6ZM15,23v-.5a7.5,7.5,0,0,0-15,0V23a1,1,0,0,0,2,0v-.5a5.5,5.5,0,0,1,11,0V23a1,1,0,0,0,2,0Zm9-5a7,7,0,0,0-11.667-5.217,1,1,0,1,0,1.334,1.49A5,5,0,0,1,22,18a1,1,0,0,0,2,0ZM17.5,9A4.5,4.5,0,1,1,22,4.5,4.505,4.505,0,0,1,17.5,9Zm0-7A2.5,2.5,0,1,0,20,4.5,2.5,2.5,0,0,0,17.5,2Z" })
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { n as User };
|
|
@@ -0,0 +1,14 @@
|
|
|
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/spiegel_icons/Versus.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
|
|
5
|
+
viewBox: "0 0 28 28",
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
...e,
|
|
8
|
+
children: /* @__PURE__ */ (0, t.jsx)("path", {
|
|
9
|
+
d: "M14.8686 11L11.8386 18H10.2386L7.21859 11H8.96859L11.0986 16L13.2586 11H14.8686ZM17.753 18.12C17.1997 18.12 16.663 18.0467 16.143 17.9C15.6297 17.7467 15.2164 17.55 14.903 17.31L15.453 16.09C15.753 16.31 16.1097 16.4867 16.523 16.62C16.9364 16.7533 17.3497 16.82 17.763 16.82C18.223 16.82 18.563 16.7533 18.783 16.62C19.003 16.48 19.113 16.2967 19.113 16.07C19.113 15.9033 19.0464 15.7667 18.913 15.66C18.7864 15.5467 18.6197 15.4567 18.413 15.39C18.213 15.3233 17.9397 15.25 17.593 15.17C17.0597 15.0433 16.623 14.9167 16.283 14.79C15.943 14.6633 15.6497 14.46 15.403 14.18C15.163 13.9 15.043 13.5267 15.043 13.06C15.043 12.6533 15.153 12.2867 15.373 11.96C15.593 11.6267 15.923 11.3633 16.363 11.17C16.8097 10.9767 17.353 10.88 17.993 10.88C18.4397 10.88 18.8764 10.9333 19.303 11.04C19.7297 11.1467 20.103 11.3 20.423 11.5L19.923 12.73C19.2764 12.3633 18.6297 12.18 17.983 12.18C17.5297 12.18 17.193 12.2533 16.973 12.4C16.7597 12.5467 16.653 12.74 16.653 12.98C16.653 13.22 16.7764 13.4 17.023 13.52C17.2764 13.6333 17.6597 13.7467 18.173 13.86C18.7064 13.9867 19.143 14.1133 19.483 14.24C19.823 14.3667 20.113 14.5667 20.353 14.84C20.5997 15.1133 20.723 15.4833 20.723 15.95C20.723 16.35 20.6097 16.7167 20.383 17.05C20.163 17.3767 19.8297 17.6367 19.383 17.83C18.9364 18.0233 18.393 18.12 17.753 18.12Z",
|
|
10
|
+
fill: "#FFF"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { n as Versus };
|
|
@@ -0,0 +1,26 @@
|
|
|
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/spiegel_icons/Votebox.jsx
|
|
4
|
+
var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
|
|
5
|
+
viewBox: "0 0 50 50",
|
|
6
|
+
fill: "black",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
...e,
|
|
9
|
+
children: [/* @__PURE__ */ (0, t.jsx)("g", {
|
|
10
|
+
clipPath: "url(#clip0_2638_39785)",
|
|
11
|
+
children: /* @__PURE__ */ (0, t.jsx)("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
clipRule: "evenodd",
|
|
14
|
+
d: "M4.6875 3.125H45.3125C46.1754 3.125 46.875 3.82456 46.875 4.6875V45.3125C46.875 46.1754 46.1754 46.875 45.3125 46.875H4.6875C3.82456 46.875 3.125 46.1754 3.125 45.3125V4.6875C3.125 3.82456 3.82456 3.125 4.6875 3.125ZM0 4.6875C0 2.09867 2.09867 0 4.6875 0H45.3125C47.9013 0 50 2.09867 50 4.6875V45.3125C50 47.9013 47.9013 50 45.3125 50H4.6875C2.09867 50 0 47.9013 0 45.3125V4.6875ZM36.65 15.5426C37.1798 14.8614 37.0571 13.8798 36.3759 13.35C35.6948 12.8202 34.7131 12.9429 34.1833 13.6241L20.8559 30.7593L15.8333 24.0625C15.3156 23.3721 14.3362 23.2322 13.6458 23.75C12.9555 24.2678 12.8156 25.2471 13.3333 25.9375L20.8108 35.9074L36.65 15.5426Z"
|
|
15
|
+
})
|
|
16
|
+
}), /* @__PURE__ */ (0, t.jsx)("defs", { children: /* @__PURE__ */ (0, t.jsx)("clipPath", {
|
|
17
|
+
id: "clip0_2638_39785",
|
|
18
|
+
children: /* @__PURE__ */ (0, t.jsx)("rect", {
|
|
19
|
+
width: "50",
|
|
20
|
+
height: "50",
|
|
21
|
+
fill: "white"
|
|
22
|
+
})
|
|
23
|
+
}) })]
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
export { n as Votebox };
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import { __exportAll as e } from "../../../_virtual/_rolldown/runtime.js";
|
|
2
|
+
import { Alarm as t } from "./Alarm.js";
|
|
3
|
+
import { Announcement as n } from "./Announcement.js";
|
|
4
|
+
import { Arrow as r } from "./Arrow.js";
|
|
5
|
+
import { Blockquote as i } from "./Blockquote.js";
|
|
6
|
+
import { Bold as a } from "./Bold.js";
|
|
7
|
+
import { Camera as o } from "./Camera.js";
|
|
8
|
+
import { Chat as s } from "./Chat.js";
|
|
9
|
+
import { Checkbox as c } from "./Checkbox.js";
|
|
10
|
+
import { Check as l } from "./Check.js";
|
|
11
|
+
import { Clap as u } from "./Clap.js";
|
|
12
|
+
import { Clock as d } from "./Clock.js";
|
|
13
|
+
import { Close as f } from "./Close.js";
|
|
14
|
+
import { Code as p } from "./Code.js";
|
|
15
|
+
import { Community as m } from "./Community.js";
|
|
16
|
+
import { Crown as h } from "./Crown.js";
|
|
17
|
+
import { Downvote as g } from "./Downvote.js";
|
|
18
|
+
import { Ellipsis as _ } from "./Ellipsis.js";
|
|
19
|
+
import { ExpertBadge as v } from "./ExpertBadge.js";
|
|
20
|
+
import { Facebook as y } from "./Facebook.js";
|
|
21
|
+
import { Home as b } from "./Home.js";
|
|
22
|
+
import { Italic as x } from "./Italic.js";
|
|
23
|
+
import { LightArrow as S } from "./LightArrow.js";
|
|
24
|
+
import { Link as C } from "./Link.js";
|
|
25
|
+
import { Login as w } from "./Login.js";
|
|
26
|
+
import { Logora as T } from "./Logora.js";
|
|
27
|
+
import { Mail as E } from "./Mail.js";
|
|
28
|
+
import { MobileClose as D } from "./MobileClose.js";
|
|
29
|
+
import { MobileMenu as O } from "./MobileMenu.js";
|
|
30
|
+
import { Next as k } from "./Next.js";
|
|
31
|
+
import { OpenBlank as A } from "./OpenBlank.js";
|
|
32
|
+
import { OrderedList as j } from "./OrderedList.js";
|
|
33
|
+
import { Point as M } from "./Point.js";
|
|
34
|
+
import { Question as N } from "./Question.js";
|
|
35
|
+
import { Refresh as P } from "./Refresh.js";
|
|
36
|
+
import { Reply as F } from "./Reply.js";
|
|
37
|
+
import { Search as I } from "./Search.js";
|
|
38
|
+
import { Send as L } from "./Send.js";
|
|
39
|
+
import { Share as R } from "./Share.js";
|
|
40
|
+
import { SmallArrow as z } from "./SmallArrow.js";
|
|
41
|
+
import { Source as B } from "./Source.js";
|
|
42
|
+
import { Suggestion as V } from "./Suggestion.js";
|
|
43
|
+
import { Twitter as H } from "./Twitter.js";
|
|
44
|
+
import { Underline as U } from "./Underline.js";
|
|
45
|
+
import { Upvote as W } from "./Upvote.js";
|
|
46
|
+
import { User as G } from "./User.js";
|
|
47
|
+
import { Votebox as K } from "./Votebox.js";
|
|
48
|
+
import { Versus as q } from "./Versus.js";
|
|
49
|
+
import { CheckCircle as J } from "./CheckCircle.js";
|
|
50
|
+
import { MinusCircle as Y } from "./MinusCircle.js";
|
|
51
|
+
import { Flag as X } from "./Flag.js";
|
|
52
|
+
import { PauseCircle as Z } from "./PauseCircle.js";
|
|
53
|
+
//#region src/components/icons/spiegel_icons/index.js
|
|
54
|
+
var Q = /* @__PURE__ */ e({
|
|
55
|
+
Alarm: () => t,
|
|
56
|
+
Announcement: () => n,
|
|
57
|
+
Arrow: () => r,
|
|
58
|
+
Blockquote: () => i,
|
|
59
|
+
Bold: () => a,
|
|
60
|
+
Camera: () => o,
|
|
61
|
+
Chat: () => s,
|
|
62
|
+
Check: () => l,
|
|
63
|
+
CheckCircle: () => J,
|
|
64
|
+
Checkbox: () => c,
|
|
65
|
+
Clap: () => u,
|
|
66
|
+
Clock: () => d,
|
|
67
|
+
Close: () => f,
|
|
68
|
+
Code: () => p,
|
|
69
|
+
Community: () => m,
|
|
70
|
+
Crown: () => h,
|
|
71
|
+
Downvote: () => g,
|
|
72
|
+
Ellipsis: () => _,
|
|
73
|
+
ExpertBadge: () => v,
|
|
74
|
+
Facebook: () => y,
|
|
75
|
+
Flag: () => X,
|
|
76
|
+
Home: () => b,
|
|
77
|
+
Italic: () => x,
|
|
78
|
+
LightArrow: () => S,
|
|
79
|
+
Link: () => C,
|
|
80
|
+
Login: () => w,
|
|
81
|
+
Logora: () => T,
|
|
82
|
+
Mail: () => E,
|
|
83
|
+
MinusCircle: () => Y,
|
|
84
|
+
MobileClose: () => D,
|
|
85
|
+
MobileMenu: () => O,
|
|
86
|
+
Next: () => k,
|
|
87
|
+
OpenBlank: () => A,
|
|
88
|
+
OrderedList: () => j,
|
|
89
|
+
PauseCircle: () => Z,
|
|
90
|
+
Point: () => M,
|
|
91
|
+
Question: () => N,
|
|
92
|
+
Refresh: () => P,
|
|
93
|
+
Reply: () => F,
|
|
94
|
+
Search: () => I,
|
|
95
|
+
Send: () => L,
|
|
96
|
+
Share: () => R,
|
|
97
|
+
SmallArrow: () => z,
|
|
98
|
+
Source: () => B,
|
|
99
|
+
Suggestion: () => V,
|
|
100
|
+
Twitter: () => H,
|
|
101
|
+
Underline: () => U,
|
|
102
|
+
Upvote: () => W,
|
|
103
|
+
User: () => G,
|
|
104
|
+
Versus: () => q,
|
|
105
|
+
Votebox: () => K
|
|
106
|
+
});
|
|
107
|
+
//#endregion
|
|
108
|
+
export { Q as spiegel_icons_exports };
|