@logora/debate 0.3.90 → 0.3.92
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/dist/assets/components/argument/argument/Argument.module-QZdPjj_i.css +1 -0
- package/dist/assets/components/consultation/consultation_box/ConsultationBox.module-DjNiVt-p.css +1 -0
- package/dist/assets/components/follow/follow_button/FollowButton.module-C9YXM8AM.css +1 -0
- package/dist/assets/components/input/text_editor/{TextEditor.module-DePSfOvG.css → TextEditor.module-CxuSL3l3.css} +1 -1
- package/dist/assets/components/list/paginated_list/action_bar/ActionBar.module-DvwCbS9k.css +1 -0
- package/dist/assets/components/navigation/tabs/Tabs.module-CFizOU1d.css +1 -0
- package/dist/assets/components/proposal/proposal_box/ProposalBox.module-Dm8XDnr1.css +1 -0
- package/dist/assets/components/section/section_box/SectionBox.module-qQs4B6bf.css +1 -0
- package/dist/assets/components/source/context_source_list/ContextSourceList.module-DUPbI-wb.css +1 -0
- package/dist/assets/components/source/source_list_item/SourceListItem.module-fm_uHuY4.css +1 -0
- package/dist/assets/components/summary/summary/Summary.module-2bnx3egy.css +1 -0
- package/dist/assets/components/summary/summary_box/SummaryBox.module-Dr9PevSJ.css +1 -0
- package/dist/assets/components/vote/vote_box/VoteBox.module-D5sSSHpi.css +1 -0
- package/dist/components/argument/argument/Argument.js +111 -106
- package/dist/components/argument/argument/Argument.module.scss.js +31 -31
- package/dist/components/auth/providers/FormAuth.js +8 -7
- package/dist/components/auth/use_auth/base64.js +4 -0
- package/dist/components/consultation/consultation_box/ConsultationBox.js +80 -111
- package/dist/components/consultation/consultation_box/ConsultationBox.module.scss.js +31 -29
- package/dist/components/dialog/dropdown/Dropdown.js +35 -28
- package/dist/components/follow/follow_button/FollowButton.js +17 -16
- package/dist/components/follow/follow_button/FollowButton.module.scss.js +6 -4
- package/dist/components/icons/bild_icons/index.js +58 -56
- package/dist/components/icons/clarin_icons/Alarm.js +6 -0
- package/dist/components/icons/clarin_icons/Announcement.js +6 -0
- package/dist/components/icons/clarin_icons/Chat.js +6 -0
- package/dist/components/icons/clarin_icons/CheckCircle.js +9 -0
- package/dist/components/icons/clarin_icons/Clock.js +6 -0
- package/dist/components/icons/clarin_icons/Follow.js +6 -0
- package/dist/components/icons/clarin_icons/MobileClose.js +9 -0
- package/dist/components/icons/clarin_icons/Question.js +6 -0
- package/dist/components/icons/clarin_icons/Search.js +6 -0
- package/dist/components/icons/clarin_icons/Send.js +10 -0
- package/dist/components/icons/clarin_icons/Share.js +6 -0
- package/dist/components/icons/clarin_icons/Upvote.js +9 -0
- package/dist/components/icons/clarin_icons/User.js +9 -0
- package/dist/components/icons/clarin_icons/index.js +106 -0
- package/dist/components/icons/hero_icons/index.js +20 -18
- package/dist/components/icons/krone_icons/index.js +48 -46
- package/dist/components/icons/regular_icons/Follow.js +6 -0
- package/dist/components/icons/regular_icons/index.js +20 -18
- package/dist/components/icons/spiegel_icons/Downvote.js +6 -0
- package/dist/components/icons/spiegel_icons/Upvote.js +6 -0
- package/dist/components/icons/spiegel_icons/index.js +54 -52
- package/dist/components/icons/stern_icons/index.js +102 -70
- package/dist/components/input/argument_input/ArgumentInput.js +201 -197
- package/dist/components/input/select/Select.js +19 -19
- package/dist/components/input/text_editor/TextEditor.js +143 -129
- package/dist/components/input/text_editor/TextEditor.module.scss.js +5 -5
- package/dist/components/input/text_editor/plugins/FocusPlugin.js +12 -8
- package/dist/components/input/text_editor/plugins/SetContentPlugin.js +13 -13
- package/dist/components/input/text_editor/plugins/SetRichContentPlugin.js +10 -10
- package/dist/components/input/text_editor/plugins/ToolbarPlugin.js +70 -72
- package/dist/components/list/paginated_list/PaginatedList.js +152 -144
- package/dist/components/list/paginated_list/action_bar/ActionBar.js +72 -61
- package/dist/components/list/paginated_list/action_bar/ActionBar.module.scss.js +18 -16
- package/dist/components/navigation/tabs/Tabs.js +85 -24
- package/dist/components/navigation/tabs/Tabs.module.scss.js +20 -10
- package/dist/components/notification/notification_menu/NotificationMenu.js +23 -22
- package/dist/components/proposal/proposal_box/ProposalBox.js +70 -59
- package/dist/components/proposal/proposal_box/ProposalBox.module.scss.js +14 -10
- package/dist/components/section/section_box/SectionBox.js +10 -10
- package/dist/components/section/section_box/SectionBox.module.scss.js +9 -9
- package/dist/components/source/context_source_box/ContextSourceBox.js +7 -7
- package/dist/components/source/context_source_list/ContextSourceList.js +10 -13
- package/dist/components/source/context_source_list/ContextSourceList.module.scss.js +14 -12
- package/dist/components/source/source_list_item/SourceListItem.js +42 -28
- package/dist/components/source/source_list_item/SourceListItem.module.scss.js +8 -6
- package/dist/components/source/source_modal/SourceModal.js +15 -15
- package/dist/components/summary/summary/Summary.js +41 -63
- package/dist/components/summary/summary/Summary.module.scss.js +10 -6
- package/dist/components/summary/summary_box/SummaryBox.module.scss.js +9 -9
- package/dist/components/vote/vote_box/VoteBox.js +122 -143
- package/dist/components/vote/vote_box/VoteBox.module.scss.js +50 -48
- package/dist/index.js +323 -319
- package/package.json +1 -1
- package/dist/assets/components/argument/argument/Argument.module-gLfNRLks.css +0 -1
- package/dist/assets/components/consultation/consultation_box/ConsultationBox.module-BnTr5IaF.css +0 -1
- package/dist/assets/components/follow/follow_button/FollowButton.module-Da-cPgwT.css +0 -1
- package/dist/assets/components/list/paginated_list/action_bar/ActionBar.module-pxwFC_Y2.css +0 -1
- package/dist/assets/components/navigation/tabs/Tabs.module-CtDi0tAd.css +0 -1
- package/dist/assets/components/proposal/proposal_box/ProposalBox.module-T4ms_LQ7.css +0 -1
- package/dist/assets/components/section/section_box/SectionBox.module-DUeUtdWr.css +0 -1
- package/dist/assets/components/source/context_source_list/ContextSourceList.module-D6X_0dB7.css +0 -1
- package/dist/assets/components/source/source_list_item/SourceListItem.module-mTxHhXPV.css +0 -1
- package/dist/assets/components/summary/summary/Summary.module-DjfmUlkW.css +0 -1
- package/dist/assets/components/summary/summary_box/SummaryBox.module-DQVkA8l7.css +0 -1
- package/dist/assets/components/vote/vote_box/VoteBox.module-CDrqb2SZ.css +0 -1
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const t = (o) => /* @__PURE__ */ C("svg", { ...o, viewBox: "0 0 16 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ C("path", { d: "M15.2579 15.1692L13.9348 13.8462V8.71795C13.9348 5.56923 12.2528 2.93333 9.31946 2.2359V1.53846C9.31946 0.68718 8.63228 0 7.781 0C6.92972 0 6.24254 0.68718 6.24254 1.53846V2.2359C3.29895 2.93333 1.62716 5.55897 1.62716 8.71795V13.8462L0.304079 15.1692C-0.342075 15.8154 0.109207 16.9231 1.02203 16.9231H14.5297C15.4528 16.9231 15.9041 15.8154 15.2579 15.1692ZM11.8836 14.8718H3.67844V8.71795C3.67844 6.17436 5.22716 4.10256 7.781 4.10256C10.3348 4.10256 11.8836 6.17436 11.8836 8.71795V14.8718ZM7.781 20C8.90921 20 9.83228 19.0769 9.83228 17.9487H5.72972C5.72972 18.4928 5.94584 19.0145 6.33053 19.3992C6.71522 19.7839 7.23697 20 7.781 20Z", fill: "#555555" }) });
|
|
4
|
+
export {
|
|
5
|
+
t as Alarm
|
|
6
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const L = (o) => /* @__PURE__ */ n("svg", { ...o, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ n("path", { d: "M8 11.3333C8.18889 11.3333 8.34733 11.2693 8.47533 11.1413C8.60333 11.0133 8.66711 10.8551 8.66667 10.6667C8.66622 10.4782 8.60222 10.32 8.47467 10.192C8.34711 10.064 8.18889 10 8 10C7.81111 10 7.65289 10.064 7.52533 10.192C7.39778 10.32 7.33378 10.4782 7.33333 10.6667C7.33289 10.8551 7.39689 11.0136 7.52533 11.142C7.65378 11.2704 7.812 11.3342 8 11.3333ZM7.33333 8.66667H8.66667V4.66667H7.33333V8.66667ZM5.5 14L2 10.5V5.5L5.5 2H10.5L14 5.5V10.5L10.5 14H5.5ZM6.06667 12.6667H9.93333L12.6667 9.93333V6.06667L9.93333 3.33333H6.06667L3.33333 6.06667V9.93333L6.06667 12.6667Z", fill: "#555555" }) });
|
|
4
|
+
export {
|
|
5
|
+
L as Announcement
|
|
6
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const V = (o) => /* @__PURE__ */ C("svg", { ...o, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ C("path", { d: "M3.6365 9.9987L0.666504 12.332V1.9987C0.666504 1.82189 0.736742 1.65232 0.861766 1.52729C0.98679 1.40227 1.15636 1.33203 1.33317 1.33203H11.3332C11.51 1.33203 11.6796 1.40227 11.8046 1.52729C11.9296 1.65232 11.9998 1.82189 11.9998 1.9987V9.9987H3.6365ZM3.17517 8.66536H10.6665V2.66536H1.99984V9.5887L3.17517 8.66536ZM5.33317 11.332H12.1578L13.3332 12.2554V5.33203H13.9998C14.1766 5.33203 14.3462 5.40227 14.4712 5.52729C14.5963 5.65232 14.6665 5.82189 14.6665 5.9987V14.9987L11.6972 12.6654H5.99984C5.82303 12.6654 5.65346 12.5951 5.52843 12.4701C5.40341 12.3451 5.33317 12.1755 5.33317 11.9987V11.332Z", fill: "#555555" }) });
|
|
4
|
+
export {
|
|
5
|
+
V as Chat
|
|
6
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsxs as e, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const s = (r) => /* @__PURE__ */ e("svg", { ...r, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4
|
+
/* @__PURE__ */ o("path", { d: "M11.369 22.401C16.7795 22.401 21.2062 17.9743 21.2062 12.5638C21.2062 7.15332 16.7795 2.72656 11.369 2.72656C5.9585 2.72656 1.53174 7.15332 1.53174 12.5638C1.53174 17.9743 5.9585 22.401 11.369 22.401Z", stroke: "#1F9346", "stroke-width": "2.09246", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
5
|
+
/* @__PURE__ */ o("path", { d: "M7.19043 12.5612L9.97437 15.3452L15.5521 9.77734", stroke: "#1F9346", "stroke-width": "2.09246", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
6
|
+
] });
|
|
7
|
+
export {
|
|
8
|
+
s as CheckCircle
|
|
9
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const i = (o) => /* @__PURE__ */ C("svg", { ...o, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ C("path", { d: "M8.00016 1.33203C11.6822 1.33203 14.6668 4.3167 14.6668 7.9987C14.6668 11.6807 11.6822 14.6654 8.00016 14.6654C4.31816 14.6654 1.3335 11.6807 1.3335 7.9987C1.3335 4.3167 4.31816 1.33203 8.00016 1.33203ZM8.00016 2.66536C6.58567 2.66536 5.22912 3.22727 4.22893 4.22746C3.22873 5.22766 2.66683 6.58421 2.66683 7.9987C2.66683 9.41319 3.22873 10.7697 4.22893 11.7699C5.22912 12.7701 6.58567 13.332 8.00016 13.332C9.41465 13.332 10.7712 12.7701 11.7714 11.7699C12.7716 10.7697 13.3335 9.41319 13.3335 7.9987C13.3335 6.58421 12.7716 5.22766 11.7714 4.22746C10.7712 3.22727 9.41465 2.66536 8.00016 2.66536ZM8.00016 3.9987C8.16345 3.99872 8.32105 4.05867 8.44308 4.16717C8.5651 4.27568 8.64306 4.4252 8.66216 4.58736L8.66683 4.66536V7.7227L10.4715 9.52736C10.5911 9.64734 10.6605 9.80832 10.6656 9.97762C10.6708 10.1469 10.6114 10.3118 10.4993 10.4389C10.3873 10.5659 10.2311 10.6456 10.0625 10.6616C9.8939 10.6777 9.72549 10.629 9.5915 10.5254L9.52883 10.47L7.52883 8.47003C7.42522 8.36633 7.35867 8.23137 7.3395 8.08603L7.3335 7.9987V4.66536C7.3335 4.48855 7.40373 4.31898 7.52876 4.19396C7.65378 4.06894 7.82335 3.9987 8.00016 3.9987Z", fill: "#555555" }) });
|
|
4
|
+
export {
|
|
5
|
+
i as Clock
|
|
6
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const w = (t) => /* @__PURE__ */ o("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t, children: /* @__PURE__ */ o("path", { d: "M12.6668 8.66536H8.66683V12.6654H7.3335V8.66536H3.3335V7.33203H7.3335V3.33203H8.66683V7.33203H12.6668V8.66536Z", fill: "#555555" }) });
|
|
4
|
+
export {
|
|
5
|
+
w as Follow
|
|
6
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsxs as e, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const d = (i) => /* @__PURE__ */ e("svg", { ...i, viewBox: "0 0 27 27", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4
|
+
/* @__PURE__ */ l("g", { "clip-path": "url(#clip0_5025_5258)", children: /* @__PURE__ */ l("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.7294 2.41797C19.2806 2.41797 24.5932 7.73051 24.5932 14.2817C24.5932 20.8329 19.2806 26.1455 12.7294 26.1455C6.17827 26.1455 0.865723 20.8329 0.865723 14.2817C0.865723 7.73051 6.17827 2.41797 12.7294 2.41797ZM12.7294 4.79073C7.49642 4.79073 3.23849 9.04861 3.23849 14.2817C3.23849 19.5148 7.49637 23.7727 12.7294 23.7727C17.9626 23.7727 22.2205 19.5148 22.2205 14.2817C22.2205 9.04861 17.9626 4.79073 12.7294 4.79073ZM15.4498 9.88384L17.1273 11.5614L14.407 14.2817L17.1273 17.0021L15.4498 18.6796L12.7294 15.9593L10.0091 18.6796L8.33159 17.0021L11.0519 14.2817L8.33159 11.5614L10.0091 9.88384L12.7294 12.6042L15.4498 9.88384Z", fill: "#D80026" }) }),
|
|
5
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_5025_5258", children: /* @__PURE__ */ l("rect", { width: "26.1025", height: "26.1025", fill: "white" }) }) })
|
|
6
|
+
] });
|
|
7
|
+
export {
|
|
8
|
+
d as MobileClose
|
|
9
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const l = (o) => /* @__PURE__ */ C("svg", { ...o, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ C("path", { d: "M10.3192 0.90625C14.9217 0.90625 18.6525 4.63708 18.6525 9.23958C18.6525 13.8421 14.9217 17.5729 10.3192 17.5729C5.71667 17.5729 1.98584 13.8421 1.98584 9.23958C1.98584 4.63708 5.71667 0.90625 10.3192 0.90625ZM10.3192 2.57292C8.55106 2.57292 6.85537 3.2753 5.60513 4.52554C4.35489 5.77578 3.65251 7.47147 3.65251 9.23958C3.65251 11.0077 4.35489 12.7034 5.60513 13.9536C6.85537 15.2039 8.55106 15.9062 10.3192 15.9062C12.0873 15.9062 13.783 15.2039 15.0332 13.9536C16.2835 12.7034 16.9858 11.0077 16.9858 9.23958C16.9858 7.47147 16.2835 5.77578 15.0332 4.52554C13.783 3.2753 12.0873 2.57292 10.3192 2.57292ZM10.3192 12.5729C10.5402 12.5729 10.7521 12.6607 10.9084 12.817C11.0647 12.9733 11.1525 13.1852 11.1525 13.4062C11.1525 13.6273 11.0647 13.8392 10.9084 13.9955C10.7521 14.1518 10.5402 14.2396 10.3192 14.2396C10.0982 14.2396 9.8862 14.1518 9.72992 13.9955C9.57364 13.8392 9.48584 13.6273 9.48584 13.4062C9.48584 13.1852 9.57364 12.9733 9.72992 12.817C9.8862 12.6607 10.0982 12.5729 10.3192 12.5729ZM10.3192 4.65625C11.0211 4.65627 11.7011 4.90071 12.2423 5.34758C12.7836 5.79446 13.1524 6.41586 13.2853 7.10506C13.4182 7.79427 13.3069 8.50824 12.9707 9.12434C12.6344 9.74044 12.0941 10.2202 11.4425 10.4812C11.346 10.5167 11.259 10.5741 11.1883 10.6487C11.1517 10.6904 11.1458 10.7437 11.1467 10.7987L11.1525 10.9062C11.1523 11.1186 11.0709 11.3229 10.9251 11.4774C10.7793 11.6318 10.58 11.7248 10.368 11.7372C10.156 11.7497 9.94719 11.6807 9.78431 11.5444C9.62144 11.408 9.51676 11.2147 9.49167 11.0037L9.48584 10.9062V10.6979C9.48584 9.73708 10.2608 9.16042 10.8225 8.93458C11.0511 8.8433 11.2505 8.69147 11.3993 8.4954C11.5481 8.29934 11.6407 8.06644 11.6672 7.82171C11.6936 7.57699 11.6529 7.32969 11.5494 7.10637C11.4458 6.88305 11.2835 6.69214 11.0796 6.55415C10.8758 6.41616 10.6382 6.3363 10.3924 6.32314C10.1466 6.30998 9.9019 6.36403 9.6845 6.47948C9.46711 6.59492 9.28526 6.7674 9.1585 6.9784C9.03174 7.1894 8.96485 7.43094 8.96501 7.67708C8.96501 7.8981 8.87721 8.11006 8.72093 8.26634C8.56465 8.42262 8.35269 8.51042 8.13167 8.51042C7.91066 8.51042 7.6987 8.42262 7.54242 8.26634C7.38614 8.11006 7.29834 7.8981 7.29834 7.67708C7.29834 6.87591 7.61661 6.10755 8.18312 5.54103C8.74964 4.97452 9.518 4.65625 10.3192 4.65625Z", fill: "#555555" }) });
|
|
4
|
+
export {
|
|
5
|
+
l as Question
|
|
6
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const i = (o) => /* @__PURE__ */ C("svg", { ...o, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ C("path", { d: "M15.0003 8.33464C15.0003 4.65964 12.0087 1.66797 8.33366 1.66797C4.65866 1.66797 1.66699 4.65964 1.66699 8.33464C1.66699 12.0096 4.65866 15.0013 8.33366 15.0013C9.87533 15.0013 11.2837 14.4763 12.417 13.593L16.667 17.843L17.842 16.668L13.592 12.418C14.5016 11.2509 14.997 9.81432 15.0003 8.33464ZM3.33366 8.33464C3.33366 5.5763 5.57533 3.33464 8.33366 3.33464C11.092 3.33464 13.3337 5.5763 13.3337 8.33464C13.3337 11.093 11.092 13.3346 8.33366 13.3346C5.57533 13.3346 3.33366 11.093 3.33366 8.33464Z", fill: "#555555" }) });
|
|
4
|
+
export {
|
|
5
|
+
i as Search
|
|
6
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const h = (i) => /* @__PURE__ */ l("svg", { ...i, viewBox: "0 0 34 35", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4
|
+
/* @__PURE__ */ e("rect", { width: "34", height: "35", rx: "17", fill: "white" }),
|
|
5
|
+
/* @__PURE__ */ e("rect", { width: "34", height: "35", rx: "17", fill: "#D70026" }),
|
|
6
|
+
/* @__PURE__ */ e("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M22.923 11.3652L9.0284 16.537L13.6573 19.295L17.739 15.0921C17.946 14.8791 18.2268 14.7595 18.5195 14.7596C18.8122 14.7598 19.0929 14.8796 19.2998 15.0927C19.5067 15.3058 19.6229 15.5949 19.6228 15.8962C19.6227 16.1975 19.5063 16.4864 19.2993 16.6994L15.2165 20.9022L17.8979 25.6662L22.923 11.3652ZM23.2794 8.81629C24.598 8.32445 25.8758 9.63982 25.398 10.9972L19.5696 27.587C19.0907 28.9478 17.2855 29.1137 16.5804 27.8608L13.0306 21.5474L6.89765 17.8933C5.68055 17.1674 5.84165 15.3091 7.16358 14.8161L23.2794 8.81629Z", fill: "white" })
|
|
7
|
+
] });
|
|
8
|
+
export {
|
|
9
|
+
h as Send
|
|
10
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const l = (r) => /* @__PURE__ */ o("svg", { ...r, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ o("path", { d: "M14 7.9987L9.33333 3.33203V5.9987C4.66667 6.66536 2.66667 9.9987 2 13.332C3.66667 10.9987 6 9.93203 9.33333 9.93203V12.6654L14 7.9987Z", fill: "#555555" }) });
|
|
4
|
+
export {
|
|
5
|
+
l as Share
|
|
6
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsxs as V, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const t = (L) => /* @__PURE__ */ V("svg", { ...L, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4
|
+
/* @__PURE__ */ C("path", { d: "M10 6.66667L9.34267 6.55733C9.3268 6.6528 9.3319 6.75057 9.35762 6.84386C9.38334 6.93715 9.42907 7.02373 9.49161 7.09757C9.55416 7.17141 9.63204 7.23075 9.71983 7.27146C9.80762 7.31218 9.90323 7.33329 10 7.33333V6.66667ZM2.66667 6.66667V6C2.48986 6 2.32029 6.07024 2.19526 6.19526C2.07024 6.32029 2 6.48986 2 6.66667H2.66667ZM4 14H11.5733V12.6667H4V14ZM12.3733 6H10V7.33333H12.3733V6ZM10.658 6.776L11.1947 3.55267L9.88 3.33333L9.34267 6.55733L10.658 6.776ZM9.88 2H9.73733V3.33333H9.88V2ZM7.518 3.18733L5.842 5.70333L6.95133 6.44333L8.62867 3.92733L7.518 3.18733ZM5.28667 6H2.66667V7.33333H5.28667V6ZM2 6.66667V12H3.33333V6.66667H2ZM13.5347 12.392L14.3347 8.392L13.028 8.13067L12.228 12.1307L13.5347 12.392ZM5.842 5.70333C5.7811 5.79461 5.69795 5.86945 5.60119 5.9212C5.50443 5.97295 5.39639 6.00002 5.28667 6V7.33333C5.61591 7.33331 5.94006 7.252 6.23034 7.09663C6.52061 6.94126 6.76805 6.71662 6.95067 6.44267L5.842 5.70333ZM11.1947 3.55267C11.2265 3.36169 11.2164 3.16607 11.165 2.97941C11.1136 2.79274 11.0222 2.6195 10.8971 2.47174C10.772 2.32398 10.6162 2.20524 10.4405 2.12378C10.2649 2.04231 10.0736 2.00007 9.88 2V3.33333L11.1947 3.55267ZM12.3733 7.33333C12.472 7.33329 12.5694 7.35515 12.6586 7.39732C12.7478 7.43949 12.8265 7.50093 12.889 7.57721C12.9516 7.65348 12.9965 7.74269 13.0204 7.8384C13.0443 7.93411 13.0473 8.03393 13.028 8.13067L14.3347 8.392C14.3927 8.1019 14.3856 7.80255 14.3139 7.51552C14.2422 7.22849 14.1078 6.96094 13.9202 6.73214C13.7327 6.50334 13.4967 6.319 13.2294 6.19239C12.962 6.06579 12.6698 6.00008 12.374 6L12.3733 7.33333ZM11.5733 14C12.0357 14 12.4839 13.8398 12.8415 13.5466C13.1991 13.2535 13.444 12.8454 13.5347 12.392L12.228 12.1307C12.1978 12.282 12.116 12.4181 11.9966 12.5158C11.8772 12.6136 11.7276 12.6669 11.5733 12.6667V14ZM9.73733 2C9.29836 2.00001 8.86618 2.10838 8.47914 2.31551C8.09211 2.52263 7.76152 2.8221 7.518 3.18733L8.62867 3.92733C8.75039 3.74465 8.91466 3.59486 9.10818 3.49123C9.30171 3.38761 9.51782 3.33337 9.73733 3.33333V2ZM4 12.6667C3.82319 12.6667 3.65362 12.5964 3.5286 12.4714C3.40357 12.3464 3.33333 12.1768 3.33333 12H2C2 12.5304 2.21071 13.0391 2.58579 13.4142C2.96086 13.7893 3.46957 14 4 14V12.6667Z", fill: "#555555" }),
|
|
5
|
+
/* @__PURE__ */ C("path", { d: "M5.3335 6.66797V13.3346", stroke: "#555555", "stroke-width": "1.33333" })
|
|
6
|
+
] });
|
|
7
|
+
export {
|
|
8
|
+
t as Upvote
|
|
9
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsxs as l, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const h = (i) => /* @__PURE__ */ l("svg", { ...i, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4
|
+
/* @__PURE__ */ C("g", { "clip-path": "url(#clip0_5025_5147)", children: /* @__PURE__ */ C("path", { d: "M7.82397 9.80809C8.45213 9.28009 8.9027 8.57167 9.11458 7.77891C9.32646 6.98615 9.28939 6.1474 9.00841 5.37642C8.72742 4.60544 8.21612 3.93953 7.54383 3.469C6.87154 2.99847 6.07081 2.74609 5.25022 2.74609C4.42963 2.74609 3.6289 2.99847 2.95661 3.469C2.28432 3.93953 1.77302 4.60544 1.49203 5.37642C1.21104 6.1474 1.17398 6.98615 1.38586 7.77891C1.59774 8.57167 2.04831 9.28009 2.67647 9.80809C1.69558 10.2516 0.845542 10.9404 0.208345 11.8081C0.0906548 11.9685 0.0414932 12.169 0.0716749 12.3656C0.101856 12.5623 0.208909 12.7388 0.369282 12.8565C0.529655 12.9742 0.730212 13.0234 0.926832 12.9932C1.12345 12.963 1.30003 12.856 1.41772 12.6956C1.85881 12.0932 2.4357 11.6032 3.10158 11.2655C3.76746 10.9277 4.50358 10.7517 5.25022 10.7517C5.99686 10.7517 6.73298 10.9277 7.39886 11.2655C8.06474 11.6032 8.64163 12.0932 9.08272 12.6956C9.20041 12.856 9.37702 12.9632 9.5737 12.9934C9.77038 13.0237 9.97101 12.9745 10.1315 12.8568C10.2919 12.7391 10.3991 12.5625 10.4293 12.3659C10.4595 12.1692 10.4104 11.9685 10.2927 11.8081C9.65514 10.9405 8.80494 10.2518 7.82397 9.80809ZM2.75022 6.74934C2.75022 6.25488 2.89684 5.77154 3.17155 5.36041C3.44625 4.94929 3.8367 4.62886 4.29351 4.43964C4.75033 4.25042 5.25299 4.20091 5.73795 4.29737C6.2229 4.39384 6.66836 4.63194 7.01799 4.98157C7.36762 5.3312 7.60572 5.77666 7.70218 6.26161C7.79865 6.74657 7.74914 7.24923 7.55992 7.70605C7.3707 8.16286 7.05027 8.55331 6.63915 8.82801C6.22802 9.10272 5.74467 9.24934 5.25022 9.24934C4.58718 9.24934 3.95129 8.98595 3.48245 8.51711C3.01361 8.04826 2.75022 7.41238 2.75022 6.74934ZM15.6315 12.8537C15.5521 12.9121 15.462 12.9542 15.3663 12.9777C15.2706 13.0012 15.1712 13.0056 15.0738 12.9907C14.9764 12.9758 14.8829 12.9418 14.7987 12.8908C14.7144 12.8397 14.641 12.7725 14.5827 12.6931C14.1405 12.0918 13.5634 11.6027 12.8978 11.2651C12.2321 10.9275 11.4966 10.7509 10.7502 10.7493C10.5513 10.7493 10.3605 10.6703 10.2199 10.5297C10.0792 10.389 10.0002 10.1983 10.0002 9.99934C10.0002 9.80043 10.0792 9.60966 10.2199 9.46901C10.3605 9.32836 10.5513 9.24934 10.7502 9.24934C11.1056 9.2487 11.4567 9.17233 11.7802 9.0253C12.1037 8.87828 12.3921 8.66398 12.6262 8.3967C12.8604 8.12942 13.0349 7.8153 13.138 7.47527C13.2412 7.13524 13.2707 6.77713 13.2246 6.4248C13.1785 6.07247 13.0578 5.73402 12.8705 5.43201C12.6833 5.13001 12.4338 4.87139 12.1388 4.6734C11.8437 4.4754 11.5098 4.34258 11.1594 4.2838C10.8089 4.22501 10.45 4.2416 10.1065 4.33246C10.0105 4.36022 9.91 4.36853 9.8108 4.35692C9.7116 4.3453 9.61572 4.31399 9.52878 4.26481C9.44185 4.21564 9.36561 4.1496 9.30455 4.07056C9.24348 3.99152 9.19882 3.90109 9.17317 3.80455C9.14753 3.70802 9.14143 3.60734 9.15522 3.50842C9.16902 3.4095 9.20243 3.31433 9.25351 3.2285C9.30458 3.14266 9.37228 3.0679 9.45264 3.00858C9.533 2.94927 9.6244 2.9066 9.72147 2.88309C10.5999 2.65034 11.5314 2.72362 12.3626 3.09088C13.1938 3.45814 13.8752 4.09748 14.2945 4.90364C14.7139 5.70981 14.8463 6.63474 14.6699 7.52618C14.4935 8.41762 14.0188 9.22242 13.324 9.80809C14.3049 10.2516 15.1549 10.9404 15.7921 11.8081C15.9089 11.9682 15.9576 12.1681 15.9275 12.364C15.8974 12.56 15.791 12.736 15.6315 12.8537Z", fill: "#555555" }) }),
|
|
5
|
+
/* @__PURE__ */ C("defs", { children: /* @__PURE__ */ C("clipPath", { id: "clip0_5025_5147", children: /* @__PURE__ */ C("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
6
|
+
] });
|
|
7
|
+
export {
|
|
8
|
+
h as User
|
|
9
|
+
};
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import { Alarm as e } from "./Alarm.js";
|
|
2
|
+
import { Announcement as m } from "./Announcement.js";
|
|
3
|
+
import { Chat as x } from "./Chat.js";
|
|
4
|
+
import { CheckCircle as l } from "./CheckCircle.js";
|
|
5
|
+
import { Clock as n } from "./Clock.js";
|
|
6
|
+
import { Follow as C } from "./Follow.js";
|
|
7
|
+
import { MobileClose as s } from "./MobileClose.js";
|
|
8
|
+
import { Question as h } from "./Question.js";
|
|
9
|
+
import { Search as d } from "./Search.js";
|
|
10
|
+
import { Send as w } from "./Send.js";
|
|
11
|
+
import { Share as b } from "./Share.js";
|
|
12
|
+
import { Upvote as L } from "./Upvote.js";
|
|
13
|
+
import { User as B } from "./User.js";
|
|
14
|
+
import { Arrow as U } from "../regular_icons/Arrow.js";
|
|
15
|
+
import { Blockquote as y } from "../regular_icons/Blockquote.js";
|
|
16
|
+
import { Bold as E } from "../regular_icons/Bold.js";
|
|
17
|
+
import { Camera as P } from "../regular_icons/Camera.js";
|
|
18
|
+
import { Check as q } from "../regular_icons/Check.js";
|
|
19
|
+
import { Checkbox as I } from "../regular_icons/Checkbox.js";
|
|
20
|
+
import { Clap as Q } from "../regular_icons/Clap.js";
|
|
21
|
+
import { Close as V } from "../regular_icons/Close.js";
|
|
22
|
+
import { Code as z } from "../regular_icons/Code.js";
|
|
23
|
+
import { Community as J } from "../regular_icons/Community.js";
|
|
24
|
+
import { Crown as W } from "../regular_icons/Crown.js";
|
|
25
|
+
import { Document as Y } from "../regular_icons/Document.js";
|
|
26
|
+
import { Downvote as _ } from "../regular_icons/Downvote.js";
|
|
27
|
+
import { Ellipsis as oo } from "../regular_icons/Ellipsis.js";
|
|
28
|
+
import { ExpertBadge as eo } from "../regular_icons/ExpertBadge.js";
|
|
29
|
+
import { Facebook as mo } from "../regular_icons/Facebook.js";
|
|
30
|
+
import { Flag as xo } from "../regular_icons/Flag.js";
|
|
31
|
+
import { Home as lo } from "../regular_icons/Home.js";
|
|
32
|
+
import { Italic as no } from "../regular_icons/Italic.js";
|
|
33
|
+
import { LightArrow as Co } from "../regular_icons/LightArrow.js";
|
|
34
|
+
import { Link as so } from "../regular_icons/Link.js";
|
|
35
|
+
import { Login as ho } from "../regular_icons/Login.js";
|
|
36
|
+
import { Logora as go } from "../regular_icons/Logora.js";
|
|
37
|
+
import { Mail as So } from "../regular_icons/Mail.js";
|
|
38
|
+
import { MinusCircle as Ao } from "../regular_icons/MinusCircle.js";
|
|
39
|
+
import { MobileMenu as Mo } from "../regular_icons/MobileMenu.js";
|
|
40
|
+
import { Next as Fo } from "../regular_icons/Next.js";
|
|
41
|
+
import { OpenBlank as vo } from "../regular_icons/OpenBlank.js";
|
|
42
|
+
import { OrderedList as Do } from "../regular_icons/OrderedList.js";
|
|
43
|
+
import { PauseCircle as Oo } from "../regular_icons/PauseCircle.js";
|
|
44
|
+
import { Point as Ro } from "../regular_icons/Point.js";
|
|
45
|
+
import { Refresh as Ho } from "../regular_icons/Refresh.js";
|
|
46
|
+
import { Reply as No } from "../regular_icons/Reply.js";
|
|
47
|
+
import { SmallArrow as To } from "../regular_icons/SmallArrow.js";
|
|
48
|
+
import { Source as jo } from "../regular_icons/Source.js";
|
|
49
|
+
import { Suggestion as Go } from "../regular_icons/Suggestion.js";
|
|
50
|
+
import { Twitter as Ko } from "../regular_icons/Twitter.js";
|
|
51
|
+
import { Underline as Xo } from "../regular_icons/Underline.js";
|
|
52
|
+
import { Votebox as Zo } from "../regular_icons/Votebox.js";
|
|
53
|
+
export {
|
|
54
|
+
e as Alarm,
|
|
55
|
+
m as Announcement,
|
|
56
|
+
U as Arrow,
|
|
57
|
+
y as Blockquote,
|
|
58
|
+
E as Bold,
|
|
59
|
+
P as Camera,
|
|
60
|
+
x as Chat,
|
|
61
|
+
q as Check,
|
|
62
|
+
l as CheckCircle,
|
|
63
|
+
I as Checkbox,
|
|
64
|
+
Q as Clap,
|
|
65
|
+
n as Clock,
|
|
66
|
+
V as Close,
|
|
67
|
+
z as Code,
|
|
68
|
+
J as Community,
|
|
69
|
+
W as Crown,
|
|
70
|
+
Y as Document,
|
|
71
|
+
_ as Downvote,
|
|
72
|
+
oo as Ellipsis,
|
|
73
|
+
eo as ExpertBadge,
|
|
74
|
+
mo as Facebook,
|
|
75
|
+
xo as Flag,
|
|
76
|
+
C as Follow,
|
|
77
|
+
lo as Home,
|
|
78
|
+
no as Italic,
|
|
79
|
+
Co as LightArrow,
|
|
80
|
+
so as Link,
|
|
81
|
+
ho as Login,
|
|
82
|
+
go as Logora,
|
|
83
|
+
So as Mail,
|
|
84
|
+
Ao as MinusCircle,
|
|
85
|
+
s as MobileClose,
|
|
86
|
+
Mo as MobileMenu,
|
|
87
|
+
Fo as Next,
|
|
88
|
+
vo as OpenBlank,
|
|
89
|
+
Do as OrderedList,
|
|
90
|
+
Oo as PauseCircle,
|
|
91
|
+
Ro as Point,
|
|
92
|
+
h as Question,
|
|
93
|
+
Ho as Refresh,
|
|
94
|
+
No as Reply,
|
|
95
|
+
d as Search,
|
|
96
|
+
w as Send,
|
|
97
|
+
b as Share,
|
|
98
|
+
To as SmallArrow,
|
|
99
|
+
jo as Source,
|
|
100
|
+
Go as Suggestion,
|
|
101
|
+
Ko as Twitter,
|
|
102
|
+
Xo as Underline,
|
|
103
|
+
L as Upvote,
|
|
104
|
+
B as User,
|
|
105
|
+
Zo as Votebox
|
|
106
|
+
};
|
|
@@ -11,8 +11,8 @@ import { Clap as w } from "./Clap.js";
|
|
|
11
11
|
import { Clock as b } from "./Clock.js";
|
|
12
12
|
import { Close as L } from "./Close.js";
|
|
13
13
|
import { Code as B } from "./Code.js";
|
|
14
|
-
import { Community as
|
|
15
|
-
import { Crown as
|
|
14
|
+
import { Community as U } from "./Community.js";
|
|
15
|
+
import { Crown as y } from "./Crown.js";
|
|
16
16
|
import { Downvote as O } from "./Downvote.js";
|
|
17
17
|
import { Ellipsis as R } from "./Ellipsis.js";
|
|
18
18
|
import { ExpertBadge as D } from "./ExpertBadge.js";
|
|
@@ -37,17 +37,18 @@ import { SmallArrow as go } from "./SmallArrow.js";
|
|
|
37
37
|
import { Source as So } from "./Source.js";
|
|
38
38
|
import { Suggestion as Ao } from "./Suggestion.js";
|
|
39
39
|
import { Underline as Mo } from "./Underline.js";
|
|
40
|
-
import { Upvote as
|
|
41
|
-
import { User as
|
|
42
|
-
import { Votebox as
|
|
40
|
+
import { Upvote as Fo } from "./Upvote.js";
|
|
41
|
+
import { User as vo } from "./User.js";
|
|
42
|
+
import { Votebox as Eo } from "./Votebox.js";
|
|
43
43
|
import { PauseCircle as Po } from "./PauseCircle.js";
|
|
44
44
|
import { CheckCircle as qo } from "../regular_icons/CheckCircle.js";
|
|
45
45
|
import { Facebook as Ho } from "../regular_icons/Facebook.js";
|
|
46
46
|
import { Flag as No } from "../regular_icons/Flag.js";
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
47
|
+
import { Follow as To } from "../regular_icons/Follow.js";
|
|
48
|
+
import { Logora as jo } from "../regular_icons/Logora.js";
|
|
49
|
+
import { MinusCircle as Go } from "../regular_icons/MinusCircle.js";
|
|
50
|
+
import { Point as Ko } from "../regular_icons/Point.js";
|
|
51
|
+
import { Twitter as Xo } from "../regular_icons/Twitter.js";
|
|
51
52
|
export {
|
|
52
53
|
e as Alarm,
|
|
53
54
|
m as Announcement,
|
|
@@ -63,28 +64,29 @@ export {
|
|
|
63
64
|
b as Clock,
|
|
64
65
|
L as Close,
|
|
65
66
|
B as Code,
|
|
66
|
-
|
|
67
|
-
|
|
67
|
+
U as Community,
|
|
68
|
+
y as Crown,
|
|
68
69
|
O as Downvote,
|
|
69
70
|
R as Ellipsis,
|
|
70
71
|
D as ExpertBadge,
|
|
71
72
|
Ho as Facebook,
|
|
72
73
|
No as Flag,
|
|
74
|
+
To as Follow,
|
|
73
75
|
I as Home,
|
|
74
76
|
Q as Italic,
|
|
75
77
|
V as LightArrow,
|
|
76
78
|
z as Link,
|
|
77
79
|
J as Login,
|
|
78
|
-
|
|
80
|
+
jo as Logora,
|
|
79
81
|
W as Mail,
|
|
80
|
-
|
|
82
|
+
Go as MinusCircle,
|
|
81
83
|
Y as MobileClose,
|
|
82
84
|
_ as MobileMenu,
|
|
83
85
|
oo as Next,
|
|
84
86
|
eo as OpenBlank,
|
|
85
87
|
mo as OrderedList,
|
|
86
88
|
Po as PauseCircle,
|
|
87
|
-
|
|
89
|
+
Ko as Point,
|
|
88
90
|
xo as Question,
|
|
89
91
|
lo as Refresh,
|
|
90
92
|
no as Reply,
|
|
@@ -94,9 +96,9 @@ export {
|
|
|
94
96
|
go as SmallArrow,
|
|
95
97
|
So as Source,
|
|
96
98
|
Ao as Suggestion,
|
|
97
|
-
|
|
99
|
+
Xo as Twitter,
|
|
98
100
|
Mo as Underline,
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
101
|
+
Fo as Upvote,
|
|
102
|
+
vo as User,
|
|
103
|
+
Eo as Votebox
|
|
102
104
|
};
|
|
@@ -11,9 +11,9 @@ import { Reply as w } from "./Reply.js";
|
|
|
11
11
|
import { Send as A } from "./Send.js";
|
|
12
12
|
import { Share as L } from "./Share.js";
|
|
13
13
|
import { Suggestion as b } from "./Suggestion.js";
|
|
14
|
-
import { Upvote as
|
|
15
|
-
import { User as
|
|
16
|
-
import { Votebox as
|
|
14
|
+
import { Upvote as U } from "./Upvote.js";
|
|
15
|
+
import { User as y } from "./User.js";
|
|
16
|
+
import { Votebox as E } from "./Votebox.js";
|
|
17
17
|
import { Arrow as P } from "../regular_icons/Arrow.js";
|
|
18
18
|
import { Blockquote as q } from "../regular_icons/Blockquote.js";
|
|
19
19
|
import { Bold as I } from "../regular_icons/Bold.js";
|
|
@@ -29,26 +29,27 @@ import { Document as eo } from "../regular_icons/Document.js";
|
|
|
29
29
|
import { Downvote as mo } from "../regular_icons/Downvote.js";
|
|
30
30
|
import { Facebook as xo } from "../regular_icons/Facebook.js";
|
|
31
31
|
import { Flag as lo } from "../regular_icons/Flag.js";
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
32
|
+
import { Follow as no } from "../regular_icons/Follow.js";
|
|
33
|
+
import { Italic as Co } from "../regular_icons/Italic.js";
|
|
34
|
+
import { LightArrow as so } from "../regular_icons/LightArrow.js";
|
|
35
|
+
import { Link as ho } from "../regular_icons/Link.js";
|
|
36
|
+
import { Login as go } from "../regular_icons/Login.js";
|
|
37
|
+
import { Logora as So } from "../regular_icons/Logora.js";
|
|
38
|
+
import { Mail as Bo } from "../regular_icons/Mail.js";
|
|
39
|
+
import { MinusCircle as Mo } from "../regular_icons/MinusCircle.js";
|
|
40
|
+
import { MobileClose as Fo } from "../regular_icons/MobileClose.js";
|
|
41
|
+
import { MobileMenu as vo } from "../regular_icons/MobileMenu.js";
|
|
42
|
+
import { Next as Do } from "../regular_icons/Next.js";
|
|
43
|
+
import { OpenBlank as Oo } from "../regular_icons/OpenBlank.js";
|
|
44
|
+
import { OrderedList as Ro } from "../regular_icons/OrderedList.js";
|
|
45
|
+
import { PauseCircle as Ho } from "../regular_icons/PauseCircle.js";
|
|
46
|
+
import { Point as No } from "../regular_icons/Point.js";
|
|
47
|
+
import { Refresh as To } from "../regular_icons/Refresh.js";
|
|
48
|
+
import { Search as jo } from "../regular_icons/Search.js";
|
|
49
|
+
import { SmallArrow as Go } from "../regular_icons/SmallArrow.js";
|
|
50
|
+
import { Source as Ko } from "../regular_icons/Source.js";
|
|
51
|
+
import { Twitter as Xo } from "../regular_icons/Twitter.js";
|
|
52
|
+
import { Underline as Zo } from "../regular_icons/Underline.js";
|
|
52
53
|
export {
|
|
53
54
|
e as Alarm,
|
|
54
55
|
m as Announcement,
|
|
@@ -72,33 +73,34 @@ export {
|
|
|
72
73
|
s as ExpertBadge,
|
|
73
74
|
xo as Facebook,
|
|
74
75
|
lo as Flag,
|
|
76
|
+
no as Follow,
|
|
75
77
|
h as Home,
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
78
|
+
Co as Italic,
|
|
79
|
+
so as LightArrow,
|
|
80
|
+
ho as Link,
|
|
81
|
+
go as Login,
|
|
82
|
+
So as Logora,
|
|
83
|
+
Bo as Mail,
|
|
84
|
+
Mo as MinusCircle,
|
|
85
|
+
Fo as MobileClose,
|
|
86
|
+
vo as MobileMenu,
|
|
87
|
+
Do as Next,
|
|
88
|
+
Oo as OpenBlank,
|
|
89
|
+
Ro as OrderedList,
|
|
90
|
+
Ho as PauseCircle,
|
|
91
|
+
No as Point,
|
|
90
92
|
d as Question,
|
|
91
|
-
|
|
93
|
+
To as Refresh,
|
|
92
94
|
w as Reply,
|
|
93
|
-
|
|
95
|
+
jo as Search,
|
|
94
96
|
A as Send,
|
|
95
97
|
L as Share,
|
|
96
|
-
|
|
97
|
-
|
|
98
|
+
Go as SmallArrow,
|
|
99
|
+
Ko as Source,
|
|
98
100
|
b as Suggestion,
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
101
|
+
Xo as Twitter,
|
|
102
|
+
Zo as Underline,
|
|
103
|
+
U as Upvote,
|
|
104
|
+
y as User,
|
|
105
|
+
E as Votebox
|
|
104
106
|
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const i = (t) => /* @__PURE__ */ o("svg", { width: "16", height: "16", viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", ...t, children: /* @__PURE__ */ o("path", { d: "M12.6668 8.66536H8.66683V12.6654H7.3335V8.66536H3.3335V7.33203H7.3335V3.33203H8.66683V7.33203H12.6668V8.66536Z" }) });
|
|
4
|
+
export {
|
|
5
|
+
i as Follow
|
|
6
|
+
};
|
|
@@ -11,9 +11,9 @@ import { Clap as w } from "./Clap.js";
|
|
|
11
11
|
import { Clock as b } from "./Clock.js";
|
|
12
12
|
import { Close as L } from "./Close.js";
|
|
13
13
|
import { Code as B } from "./Code.js";
|
|
14
|
-
import { Community as
|
|
15
|
-
import { Crown as
|
|
16
|
-
import { Document as
|
|
14
|
+
import { Community as U } from "./Community.js";
|
|
15
|
+
import { Crown as y } from "./Crown.js";
|
|
16
|
+
import { Document as E } from "./Document.js";
|
|
17
17
|
import { Downvote as P } from "./Downvote.js";
|
|
18
18
|
import { Ellipsis as q } from "./Ellipsis.js";
|
|
19
19
|
import { ExpertBadge as I } from "./ExpertBadge.js";
|
|
@@ -37,18 +37,19 @@ import { Reply as go } from "./Reply.js";
|
|
|
37
37
|
import { Search as So } from "./Search.js";
|
|
38
38
|
import { Send as Ao } from "./Send.js";
|
|
39
39
|
import { Share as Mo } from "./Share.js";
|
|
40
|
-
import { SmallArrow as
|
|
41
|
-
import { Source as
|
|
42
|
-
import { Suggestion as
|
|
40
|
+
import { SmallArrow as Fo } from "./SmallArrow.js";
|
|
41
|
+
import { Source as vo } from "./Source.js";
|
|
42
|
+
import { Suggestion as Do } from "./Suggestion.js";
|
|
43
43
|
import { Twitter as Oo } from "./Twitter.js";
|
|
44
44
|
import { Underline as Ro } from "./Underline.js";
|
|
45
45
|
import { Upvote as Ho } from "./Upvote.js";
|
|
46
46
|
import { User as No } from "./User.js";
|
|
47
47
|
import { Votebox as To } from "./Votebox.js";
|
|
48
48
|
import { Flag as jo } from "./Flag.js";
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
49
|
+
import { Follow as Go } from "./Follow.js";
|
|
50
|
+
import { CheckCircle as Ko } from "./CheckCircle.js";
|
|
51
|
+
import { MinusCircle as Xo } from "./MinusCircle.js";
|
|
52
|
+
import { PauseCircle as Zo } from "./PauseCircle.js";
|
|
52
53
|
export {
|
|
53
54
|
e as Alarm,
|
|
54
55
|
m as Announcement,
|
|
@@ -58,20 +59,21 @@ export {
|
|
|
58
59
|
C as Camera,
|
|
59
60
|
s as Chat,
|
|
60
61
|
d as Check,
|
|
61
|
-
|
|
62
|
+
Ko as CheckCircle,
|
|
62
63
|
h as Checkbox,
|
|
63
64
|
w as Clap,
|
|
64
65
|
b as Clock,
|
|
65
66
|
L as Close,
|
|
66
67
|
B as Code,
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
68
|
+
U as Community,
|
|
69
|
+
y as Crown,
|
|
70
|
+
E as Document,
|
|
70
71
|
P as Downvote,
|
|
71
72
|
q as Ellipsis,
|
|
72
73
|
I as ExpertBadge,
|
|
73
74
|
Q as Facebook,
|
|
74
75
|
jo as Flag,
|
|
76
|
+
Go as Follow,
|
|
75
77
|
V as Home,
|
|
76
78
|
z as Italic,
|
|
77
79
|
J as LightArrow,
|
|
@@ -79,13 +81,13 @@ export {
|
|
|
79
81
|
Y as Login,
|
|
80
82
|
_ as Logora,
|
|
81
83
|
oo as Mail,
|
|
82
|
-
|
|
84
|
+
Xo as MinusCircle,
|
|
83
85
|
eo as MobileClose,
|
|
84
86
|
mo as MobileMenu,
|
|
85
87
|
xo as Next,
|
|
86
88
|
lo as OpenBlank,
|
|
87
89
|
no as OrderedList,
|
|
88
|
-
|
|
90
|
+
Zo as PauseCircle,
|
|
89
91
|
Co as Point,
|
|
90
92
|
so as Question,
|
|
91
93
|
ho as Refresh,
|
|
@@ -93,9 +95,9 @@ export {
|
|
|
93
95
|
So as Search,
|
|
94
96
|
Ao as Send,
|
|
95
97
|
Mo as Share,
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
98
|
+
Fo as SmallArrow,
|
|
99
|
+
vo as Source,
|
|
100
|
+
Do as Suggestion,
|
|
99
101
|
Oo as Twitter,
|
|
100
102
|
Ro as Underline,
|
|
101
103
|
Ho as Upvote,
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsx as L } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const H = (C) => /* @__PURE__ */ L("svg", { viewBox: "0 0 50 50", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...C, children: /* @__PURE__ */ L("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.1109 48.0906C29.3616 48.0903 32.8082 44.644 32.8082 40.3933V32.697H41.2457C44.8599 32.6967 47.5856 29.4125 46.9195 25.8601L43.3121 6.61792L43.2584 6.36401C42.6504 3.76613 40.329 1.9092 37.6383 1.90894H25.0035L24.5572 1.92261C23.6651 1.97446 22.7885 2.18144 21.9674 2.53394L21.5621 2.72241L16.3023 5.35132C15.835 5.58497 15.3253 5.72136 14.8053 5.75171L14.5816 5.75757H9.71738L2.01953 5.7578V28.8484L9.71738 28.8484H15.4898L19.0963 34.2576C19.2556 34.4966 19.3594 34.7691 19.4 35.0535L21.0269 46.4382C21.1624 47.3861 21.9738 48.0904 22.9312 48.0906H25.1109ZM21.5924 32.5935C22.0001 33.2052 22.2657 33.9009 22.3697 34.6287L23.8648 45.0906H25.1109C27.7047 45.0903 29.8082 42.9872 29.8082 40.3933V29.697H41.2457C42.9815 29.6967 44.2911 28.119 43.9713 26.4128L40.3629 7.17065C40.1169 5.85969 38.9721 4.90921 37.6383 4.90894H25.0035C24.2746 4.90899 23.5549 5.07912 22.9029 5.40503L17.6441 8.03491C16.6934 8.51025 15.6446 8.75748 14.5816 8.75757H12.7174V25.8484H17.0953L21.5924 32.5935Z" }) });
|
|
4
|
+
export {
|
|
5
|
+
H as Downvote
|
|
6
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsx as L } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const H = (C) => /* @__PURE__ */ L("svg", { viewBox: "0 0 50 50", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...C, children: /* @__PURE__ */ L("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M32.8082 9.60669C32.8082 5.35599 29.3616 1.90969 25.1109 1.90942H22.9312C21.9738 1.90957 21.1624 2.61392 21.0269 3.56177L19.4 14.9465C19.3594 15.2309 19.2556 15.5034 19.0963 15.7424L15.4898 21.1516H9.7164L2.01953 21.1516V44.2422L9.7164 44.2424H14.5816L14.8053 44.2483C15.3253 44.2786 15.835 44.415 16.3023 44.6487L21.5621 47.2776L21.9674 47.4661C22.7885 47.8186 23.6651 48.0255 24.5572 48.0774L25.0035 48.0911H37.6383C40.329 48.0908 42.6504 46.2339 43.2584 43.636L43.3121 43.3821L46.9195 24.1399C47.5856 20.5875 44.8599 17.3033 41.2457 17.303H32.8082V9.60669ZM21.5924 17.4065C22.0001 16.7948 22.2657 16.0991 22.3697 15.3713L23.8648 4.90942H25.1109C27.7047 4.90969 29.8082 7.01284 29.8082 9.60669V20.303H41.2457C42.9815 20.3033 44.2911 21.881 43.9713 23.5872L40.3629 42.8293C40.1169 44.1403 38.9721 45.0908 37.6383 45.0911H25.0035C24.2746 45.091 23.5549 44.9209 22.9029 44.595L17.6441 41.9651C16.6934 41.4897 15.6446 41.2425 14.5816 41.2424H12.7164V24.1516H17.0953L21.5924 17.4065Z" }) });
|
|
4
|
+
export {
|
|
5
|
+
H as Upvote
|
|
6
|
+
};
|