mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 00:17:31 +00:00
V4.9.7 feature (#4669)
* update doc * feat: Add coupon redemption feature for team subscriptions (#4595) * feat: Add coupon redemption feature for team subscriptions - Introduced `TeamCouponSub` and `TeamCouponSchema` types - Added `redeemCoupon` API endpoint - Updated UI to include a modal for coupon redemption - Added new icon and translations for "Redeem coupon" * perf: remove field teamId * perf: use dynamic import * refactor: move to page component * perf: coupon code * perf: mcp server * perf: test * auto layout (#4634) * fix 4.9.6 (#4631) * fix debug quote list * delete next text node match * fix extract default boolean value * export latest 100 chat items * fix quote item ui * doc * fix doc * feat: auto layout * perf: auto layout * fix: auto layout null * add start node --------- Co-authored-by: heheer <heheer@sealos.io> * fix: share link (#4644) * Add workflow run duration;Get audio duration (#4645) * add duration * get audio duration * Custom config path (#4649) * feat: 通过环境变量DATA_PATH获取配置文件目录 (#4622) 通过环境变量DATA_PATH获取配置文件目录,以应对不同的部署方式的多样化需求 * feat: custom configjson path * doc --------- Co-authored-by: John Chen <sss1991@163.com> * 程序api调用场景下,如果大量调用带有图片或视频,产生的聊天记录会导致后台mongo数据库异常。这个修改给api客户端一个禁止生成聊天记录的选项,避免这个后果。 (#3964) * update special chatId * perf: vector db rename * update operationLog (#4647) * update operationLog * combine operationLogMap * solve operationI18nLogMap bug * remoce log * feat: Rerank usage (#4654) * refresh concat when update (#4655) * fix: refresh code * perf: timer lock * Fix operationLog (#4657) * perf: http streamable mcp * add alipay (#4630) * perf: subplan ui * perf: pay code * hiden bank tip * Fix: pay error (#4665) * fix quote number (#4666) * remove log --------- Co-authored-by: a.e. <49438478+I-Info@users.noreply.github.com> Co-authored-by: heheer <heheer@sealos.io> Co-authored-by: John Chen <sss1991@163.com> Co-authored-by: gaord <bengao168@msn.com> Co-authored-by: gggaaallleee <91131304+gggaaallleee@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// @ts-nocheck
|
||||
|
||||
export const iconPaths = {
|
||||
alignLeft: () => import('./icons/alignLeft.svg'),
|
||||
book: () => import('./icons/book.svg'),
|
||||
change: () => import('./icons/change.svg'),
|
||||
chatSend: () => import('./icons/chatSend.svg'),
|
||||
@@ -17,6 +18,7 @@ export const iconPaths = {
|
||||
'common/addLight': () => import('./icons/common/addLight.svg'),
|
||||
'common/addUser': () => import('./icons/common/addUser.svg'),
|
||||
'common/administrator': () => import('./icons/common/administrator.svg'),
|
||||
'common/alipay': () => import('./icons/common/alipay.svg'),
|
||||
'common/app': () => import('./icons/common/app.svg'),
|
||||
'common/arrowLeft': () => import('./icons/common/arrowLeft.svg'),
|
||||
'common/arrowRight': () => import('./icons/common/arrowRight.svg'),
|
||||
@@ -105,15 +107,16 @@ export const iconPaths = {
|
||||
'common/tickFill': () => import('./icons/common/tickFill.svg'),
|
||||
'common/toolkit': () => import('./icons/common/toolkit.svg'),
|
||||
'common/trash': () => import('./icons/common/trash.svg'),
|
||||
'common/upRightArrowLight': () => import('./icons/common/upRightArrowLight.svg'),
|
||||
'common/uploadFileFill': () => import('./icons/common/uploadFileFill.svg'),
|
||||
'common/upperRight': () => import('./icons/common/upperRight.svg'),
|
||||
'common/upRightArrowLight': () => import('./icons/common/upRightArrowLight.svg'),
|
||||
'common/userInfo': () => import('./icons/common/userInfo.svg'),
|
||||
'common/variable': () => import('./icons/common/variable.svg'),
|
||||
'common/viewLight': () => import('./icons/common/viewLight.svg'),
|
||||
'common/voiceLight': () => import('./icons/common/voiceLight.svg'),
|
||||
'common/wallet': () => import('./icons/common/wallet.svg'),
|
||||
'common/warn': () => import('./icons/common/warn.svg'),
|
||||
'common/wechat': () => import('./icons/common/wechat.svg'),
|
||||
'common/wechatFill': () => import('./icons/common/wechatFill.svg'),
|
||||
'common/wecom': () => import('./icons/common/wecom.svg'),
|
||||
configmap: () => import('./icons/configmap.svg'),
|
||||
@@ -143,8 +146,6 @@ export const iconPaths = {
|
||||
'core/app/simpleMode/tts': () => import('./icons/core/app/simpleMode/tts.svg'),
|
||||
'core/app/simpleMode/variable': () => import('./icons/core/app/simpleMode/variable.svg'),
|
||||
'core/app/simpleMode/whisper': () => import('./icons/core/app/simpleMode/whisper.svg'),
|
||||
'core/app/templates/TranslateRobot': () =>
|
||||
import('./icons/core/app/templates/TranslateRobot.svg'),
|
||||
'core/app/templates/animalLife': () => import('./icons/core/app/templates/animalLife.svg'),
|
||||
'core/app/templates/chinese': () => import('./icons/core/app/templates/chinese.svg'),
|
||||
'core/app/templates/divination': () => import('./icons/core/app/templates/divination.svg'),
|
||||
@@ -154,6 +155,8 @@ export const iconPaths = {
|
||||
'core/app/templates/plugin-dalle': () => import('./icons/core/app/templates/plugin-dalle.svg'),
|
||||
'core/app/templates/plugin-feishu': () => import('./icons/core/app/templates/plugin-feishu.svg'),
|
||||
'core/app/templates/stock': () => import('./icons/core/app/templates/stock.svg'),
|
||||
'core/app/templates/TranslateRobot': () =>
|
||||
import('./icons/core/app/templates/TranslateRobot.svg'),
|
||||
'core/app/toolCall': () => import('./icons/core/app/toolCall.svg'),
|
||||
'core/app/ttsFill': () => import('./icons/core/app/ttsFill.svg'),
|
||||
'core/app/type/httpPlugin': () => import('./icons/core/app/type/httpPlugin.svg'),
|
||||
@@ -172,7 +175,6 @@ export const iconPaths = {
|
||||
'core/app/variable/input': () => import('./icons/core/app/variable/input.svg'),
|
||||
'core/app/variable/select': () => import('./icons/core/app/variable/select.svg'),
|
||||
'core/app/variable/textarea': () => import('./icons/core/app/variable/textarea.svg'),
|
||||
'core/chat/QGFill': () => import('./icons/core/chat/QGFill.svg'),
|
||||
'core/chat/backText': () => import('./icons/core/chat/backText.svg'),
|
||||
'core/chat/cancelSpeak': () => import('./icons/core/chat/cancelSpeak.svg'),
|
||||
'core/chat/chatFill': () => import('./icons/core/chat/chatFill.svg'),
|
||||
@@ -189,6 +191,7 @@ export const iconPaths = {
|
||||
'core/chat/fileSelect': () => import('./icons/core/chat/fileSelect.svg'),
|
||||
'core/chat/finishSpeak': () => import('./icons/core/chat/finishSpeak.svg'),
|
||||
'core/chat/imgSelect': () => import('./icons/core/chat/imgSelect.svg'),
|
||||
'core/chat/QGFill': () => import('./icons/core/chat/QGFill.svg'),
|
||||
'core/chat/quoteFill': () => import('./icons/core/chat/quoteFill.svg'),
|
||||
'core/chat/quoteSign': () => import('./icons/core/chat/quoteSign.svg'),
|
||||
'core/chat/recordFill': () => import('./icons/core/chat/recordFill.svg'),
|
||||
@@ -274,13 +277,12 @@ export const iconPaths = {
|
||||
'core/workflow/redo': () => import('./icons/core/workflow/redo.svg'),
|
||||
'core/workflow/revertVersion': () => import('./icons/core/workflow/revertVersion.svg'),
|
||||
'core/workflow/runError': () => import('./icons/core/workflow/runError.svg'),
|
||||
'core/workflow/running': () => import('./icons/core/workflow/running.svg'),
|
||||
'core/workflow/runSkip': () => import('./icons/core/workflow/runSkip.svg'),
|
||||
'core/workflow/runSuccess': () => import('./icons/core/workflow/runSuccess.svg'),
|
||||
'core/workflow/running': () => import('./icons/core/workflow/running.svg'),
|
||||
'core/workflow/template/BI': () => import('./icons/core/workflow/template/BI.svg'),
|
||||
'core/workflow/template/FileRead': () => import('./icons/core/workflow/template/FileRead.svg'),
|
||||
'core/workflow/template/aiChat': () => import('./icons/core/workflow/template/aiChat.svg'),
|
||||
'core/workflow/template/baseChart': () => import('./icons/core/workflow/template/baseChart.svg'),
|
||||
'core/workflow/template/BI': () => import('./icons/core/workflow/template/BI.svg'),
|
||||
'core/workflow/template/bing': () => import('./icons/core/workflow/template/bing.svg'),
|
||||
'core/workflow/template/codeRun': () => import('./icons/core/workflow/template/codeRun.svg'),
|
||||
'core/workflow/template/customFeedback': () =>
|
||||
@@ -296,6 +298,7 @@ export const iconPaths = {
|
||||
'core/workflow/template/extractJson': () =>
|
||||
import('./icons/core/workflow/template/extractJson.svg'),
|
||||
'core/workflow/template/fetchUrl': () => import('./icons/core/workflow/template/fetchUrl.svg'),
|
||||
'core/workflow/template/FileRead': () => import('./icons/core/workflow/template/FileRead.svg'),
|
||||
'core/workflow/template/formInput': () => import('./icons/core/workflow/template/formInput.svg'),
|
||||
'core/workflow/template/getTime': () => import('./icons/core/workflow/template/getTime.svg'),
|
||||
'core/workflow/template/google': () => import('./icons/core/workflow/template/google.svg'),
|
||||
@@ -325,12 +328,12 @@ export const iconPaths = {
|
||||
'core/workflow/template/textConcat': () =>
|
||||
import('./icons/core/workflow/template/textConcat.svg'),
|
||||
'core/workflow/template/toolCall': () => import('./icons/core/workflow/template/toolCall.svg'),
|
||||
'core/workflow/template/toolParams': () =>
|
||||
import('./icons/core/workflow/template/toolParams.svg'),
|
||||
'core/workflow/template/toolkitActive': () =>
|
||||
import('./icons/core/workflow/template/toolkitActive.svg'),
|
||||
'core/workflow/template/toolkitInactive': () =>
|
||||
import('./icons/core/workflow/template/toolkitInactive.svg'),
|
||||
'core/workflow/template/toolParams': () =>
|
||||
import('./icons/core/workflow/template/toolParams.svg'),
|
||||
'core/workflow/template/userSelect': () =>
|
||||
import('./icons/core/workflow/template/userSelect.svg'),
|
||||
'core/workflow/template/variable': () => import('./icons/core/workflow/template/variable.svg'),
|
||||
@@ -388,10 +391,10 @@ export const iconPaths = {
|
||||
'modal/selectSource': () => import('./icons/modal/selectSource.svg'),
|
||||
'modal/setting': () => import('./icons/modal/setting.svg'),
|
||||
'modal/teamPlans': () => import('./icons/modal/teamPlans.svg'),
|
||||
'model/BAAI': () => import('./icons/model/BAAI.svg'),
|
||||
'model/alicloud': () => import('./icons/model/alicloud.svg'),
|
||||
'model/aws': () => import('./icons/model/aws.svg'),
|
||||
'model/azure': () => import('./icons/model/azure.svg'),
|
||||
'model/BAAI': () => import('./icons/model/BAAI.svg'),
|
||||
'model/baichuan': () => import('./icons/model/baichuan.svg'),
|
||||
'model/chatglm': () => import('./icons/model/chatglm.svg'),
|
||||
'model/claude': () => import('./icons/model/claude.svg'),
|
||||
@@ -439,6 +442,7 @@ export const iconPaths = {
|
||||
save: () => import('./icons/save.svg'),
|
||||
sliderTag: () => import('./icons/sliderTag.svg'),
|
||||
stop: () => import('./icons/stop.svg'),
|
||||
'support/account/coupon': () => import('./icons/support/account/coupon.svg'),
|
||||
'support/account/laf': () => import('./icons/support/account/laf.svg'),
|
||||
'support/account/loginoutLight': () => import('./icons/support/account/loginoutLight.svg'),
|
||||
'support/account/plans': () => import('./icons/support/account/plans.svg'),
|
||||
|
1
packages/web/components/common/Icon/icons/alignLeft.svg
Normal file
1
packages/web/components/common/Icon/icons/alignLeft.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg t="1745324194466" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2622" ><path d="M96 128h832v96H96zM96 576h832v96H96zM96 352h576v96H96zM96 800h576v96H96z" p-id="2623"></path></svg>
|
After Width: | Height: | Size: 230 B |
@@ -0,0 +1,5 @@
|
||||
<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="Frame">
|
||||
<path id="Vector" d="M10.1717 12.3797C10.1717 12.3797 9 13.3168 8.57419 13.5626C8.24535 13.7523 7.89703 13.906 7.53525 14.0211C7.2673 14.1102 6.99132 14.1732 6.71119 14.2089C6.4755 14.2348 6.28031 14.2511 6.12563 14.259C6.10832 14.2668 6.08948 14.2707 6.0705 14.2702H5.89331C5.50724 14.2725 5.12255 14.2239 4.74919 14.1257C4.41511 14.0406 4.0989 13.8966 3.81544 13.7004C3.5536 13.5164 3.33796 13.2742 3.18544 12.9928C3.03019 12.7087 2.95312 12.3791 2.95312 12.0034C2.96044 11.6794 3.04875 11.3846 3.2175 11.1191C3.38896 10.8519 3.61285 10.6223 3.87562 10.4441C4.15006 10.2573 4.45255 10.1154 4.77169 10.0239C5.09256 9.92927 5.4269 9.88841 5.76112 9.90299C6.08512 9.91761 6.39844 9.95586 6.7005 10.0183C6.9936 10.0788 7.28331 10.1546 7.56844 10.2456C7.84462 10.3339 8.10619 10.4295 8.35313 10.5324C8.60063 10.6365 8.83406 10.7355 9.05512 10.8317C9.24461 10.9108 9.43631 10.9845 9.63 11.0527C9.84375 10.7799 10.0238 10.5127 10.1717 10.2512C10.4021 9.84644 10.5982 9.42308 10.7578 8.98555C10.8096 8.83818 10.8422 8.73524 10.8574 8.67618H6.05925V8.14518H8.325V6.91893H5.17444V6.38793H8.32556V5.3923C8.32556 5.32649 8.36212 5.27305 8.43581 5.23255C8.5095 5.19205 8.59444 5.16449 8.69006 5.1493C8.80088 5.12736 8.92631 5.11611 9.06581 5.11611H9.91687V6.38736H13.1563V6.91836H9.91687V8.14518H12.4909L12.4926 8.13393V8.14518H12.4909C12.4391 8.47368 12.3514 8.82018 12.2276 9.18468C12.1014 9.55657 11.948 9.91867 11.7686 10.2681C11.5428 10.7094 11.2743 11.1277 10.9671 11.5168C10.9671 11.5168 13.5039 12.7312 16.1826 13.1582C16.6269 12.1721 16.875 11.0769 16.875 9.92493C16.875 5.57568 13.3492 2.04993 9 2.04993C4.65075 2.04993 1.125 5.57568 1.125 9.92493C1.125 14.2736 4.65075 17.7999 9 17.7999C11.6978 17.7999 14.0782 16.4432 15.498 14.3749C14.0557 14.0604 12.5235 13.4242 10.1711 12.3797H10.1717ZM3.9375 11.8431C3.90769 13.1914 5.44275 13.2915 5.67956 13.2988C6.46256 13.3224 7.09425 13.0288 7.58644 12.7386C8.07806 12.4483 8.88075 11.6979 8.91113 11.6726C8.94037 11.6467 8.97019 11.6192 8.99944 11.5899C8.78456 11.4718 8.57362 11.3638 8.36662 11.2642C8.15962 11.1652 7.10663 10.6033 6.17287 10.5077C4.40325 10.3254 3.9465 11.4336 3.9375 11.8431Z" fill="#1777FF"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
@@ -0,0 +1,8 @@
|
||||
<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="icon/solid/wechat">
|
||||
<g id="Union">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.1409 7.49005C12.8586 7.45189 12.5687 7.429 12.2711 7.429C9.02813 7.429 6.39563 9.6342 6.40326 12.3354C6.40326 12.6559 6.44141 12.9611 6.51008 13.2587C6.00648 13.19 5.53339 13.0603 5.08319 12.9L2.97719 13.8081L3.74787 12.2591C2.38202 11.3587 1.50452 9.97757 1.50452 8.41333C1.50452 5.70452 4.13702 3.50696 7.37995 3.50696C10.2414 3.50696 12.6221 5.22381 13.1409 7.49005ZM9.61367 5.76791C9.5248 5.7311 9.42954 5.71215 9.33335 5.71215C9.13907 5.71215 8.95275 5.78933 8.81538 5.92671C8.678 6.06408 8.60082 6.2504 8.60082 6.44468C8.60082 6.63895 8.678 6.82527 8.81538 6.96265C8.95275 7.10002 9.13907 7.1772 9.33335 7.1772C9.42954 7.1772 9.5248 7.15825 9.61367 7.12144C9.70255 7.08463 9.7833 7.03067 9.85132 6.96265C9.91934 6.89463 9.9733 6.81387 10.0101 6.725C10.0469 6.63613 10.0659 6.54087 10.0659 6.44468C10.0659 6.34848 10.0469 6.25323 10.0101 6.16435C9.9733 6.07548 9.91934 5.99473 9.85132 5.92671C9.7833 5.85868 9.70255 5.80473 9.61367 5.76791ZM4.90096 6.97028C5.03833 7.10765 5.22465 7.18483 5.41893 7.18483C5.61321 7.18483 5.79953 7.10765 5.9369 6.97028C6.07428 6.8329 6.15145 6.64658 6.15145 6.45231C6.15145 6.25803 6.07428 6.07171 5.9369 5.93434C5.79953 5.79696 5.61321 5.71979 5.41893 5.71979C5.22465 5.71979 5.03833 5.79696 4.90096 5.93434C4.76359 6.07171 4.68641 6.25803 4.68641 6.45231C4.68641 6.64658 4.76359 6.8329 4.90096 6.97028Z" fill="#1AAD1A"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.271 8.41331C14.9722 8.41331 17.1621 10.1683 17.1621 12.3354C17.1621 13.5944 16.4143 14.6932 15.2697 15.4104L16.1854 17.2417L13.5453 16.1048C13.1409 16.1964 12.7135 16.2574 12.271 16.2574C9.56981 16.2574 7.37987 14.5024 7.37987 12.3354C7.37987 10.1683 9.56981 8.41331 12.271 8.41331ZM10.3913 11.9677C10.5118 12.0482 10.6534 12.0912 10.7983 12.0912C11.2027 12.0912 11.5385 11.7631 11.5308 11.3587C11.5308 11.2138 11.4879 11.0722 11.4074 10.9517C11.3269 10.8312 11.2125 10.7373 11.0786 10.6819C10.9448 10.6265 10.7975 10.6119 10.6554 10.6402C10.5133 10.6685 10.3828 10.7382 10.2803 10.8407C10.1779 10.9431 10.1081 11.0737 10.0799 11.2158C10.0516 11.3578 10.0661 11.5051 10.1215 11.639C10.177 11.7728 10.2709 11.8872 10.3913 11.9677ZM13.2181 11.8766C13.3554 12.014 13.5417 12.0912 13.736 12.0912C13.9303 12.0912 14.1166 12.014 14.254 11.8766C14.3914 11.7393 14.4685 11.5529 14.4685 11.3587C14.4685 11.1644 14.3914 10.9781 14.254 10.8407C14.1166 10.7033 13.9303 10.6261 13.736 10.6261C13.5417 10.6261 13.3554 10.7033 13.2181 10.8407C13.0807 10.9781 13.0035 11.1644 13.0035 11.3587C13.0035 11.5529 13.0807 11.7393 13.2181 11.8766Z" fill="#1AAD1A"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.7 KiB |
@@ -0,0 +1,9 @@
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="icon/line/coupon_codes">
|
||||
<g id="Union">
|
||||
<path d="M7.33334 6.66667C6.96515 6.66667 6.66668 6.96514 6.66668 7.33333V8.5C6.66668 8.86819 6.96515 9.16667 7.33334 9.16667H7.66668C8.03487 9.16667 8.33334 8.86819 8.33334 8.5V7.33333C8.33334 6.96514 8.03487 6.66667 7.66668 6.66667H7.33334Z" fill="#3370FF"/>
|
||||
<path d="M6.66668 11.5C6.66668 11.1318 6.96515 10.8333 7.33334 10.8333H7.66668C8.03487 10.8333 8.33334 11.1318 8.33334 11.5V12.6667C8.33334 13.0349 8.03487 13.3333 7.66668 13.3333H7.33334C6.96515 13.3333 6.66668 13.0349 6.66668 12.6667V11.5Z" fill="#3370FF"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.50001 17.5C1.57954 17.5 0.833344 16.7538 0.833344 15.8333V13.8664C0.833344 13.5644 0.833344 13.4134 0.85697 13.2895C0.877583 13.1815 0.879995 13.1518 0.888963 13.1242C0.897931 13.0966 0.913455 13.0711 0.960293 12.9716C1.01398 12.8576 1.35054 12.3945 2.02366 11.4682C2.32326 11.056 2.50001 10.5486 2.50001 10C2.50001 9.4514 2.32331 8.94407 2.02371 8.53183C1.35057 7.60558 1.01398 7.14243 0.960293 7.02837C0.913455 6.92886 0.897931 6.9034 0.888963 6.8758C0.879995 6.84821 0.877583 6.81849 0.85697 6.71045C0.833344 6.58662 0.833344 6.43562 0.833344 6.13361V4.16667C0.833344 3.24619 1.57954 2.5 2.50001 2.5H17.5C18.4205 2.5 19.1667 3.24619 19.1667 4.16667V6.13361C19.1667 6.43562 19.1667 6.58662 19.143 6.71045C19.1224 6.81849 19.12 6.84821 19.1111 6.8758C19.1021 6.9034 19.0866 6.92886 19.0397 7.02837C18.986 7.14243 18.6495 7.60557 17.9763 8.53183C17.6767 8.94407 17.5 9.4514 17.5 10C17.5 10.5825 17.6992 11.1184 18.0332 11.5434C18.6624 12.3441 18.9769 12.7444 19.0333 12.8564C19.0796 12.9485 19.0965 12.9764 19.1069 13.0065C19.1174 13.0367 19.1213 13.0691 19.1418 13.1702C19.1667 13.293 19.1667 13.4527 19.1667 13.7721V15.8333C19.1667 16.7538 18.4205 17.5 17.5 17.5H2.50001ZM2.52704 6.25159C2.50001 6.1194 2.50001 5.94661 2.50001 5.60102V5.5C2.50001 5.03329 2.50001 4.79993 2.59084 4.62167C2.67073 4.46487 2.79822 4.33739 2.95502 4.25749C3.13328 4.16667 3.36663 4.16667 3.83334 4.16667H6.66668V4.33333C6.66668 4.70152 6.96515 5 7.33334 5H7.66668C8.03487 5 8.33334 4.70152 8.33334 4.33333V4.16667H16.1667C16.6334 4.16667 16.8667 4.16667 17.045 4.25749C17.2018 4.33739 17.3293 4.46487 17.4092 4.62167C17.5 4.79993 17.5 5.03329 17.5 5.5V5.60102C17.5 5.94661 17.5 6.1194 17.473 6.25159C17.4399 6.41345 17.43 6.44182 17.3551 6.58907C17.2939 6.70932 17.1085 6.94215 16.7379 7.40781C16.172 8.11871 15.8333 9.01919 15.8333 10C15.8333 11.0048 16.1887 11.9253 16.7798 12.644C17.1251 13.0639 17.2977 13.2738 17.3577 13.3886C17.4295 13.5258 17.4417 13.5599 17.4735 13.7115C17.5 13.8383 17.5 14.003 17.5 14.3324V14.5C17.5 14.9667 17.5 15.2001 17.4092 15.3783C17.3293 15.5351 17.2018 15.6626 17.045 15.7425C16.8667 15.8333 16.6334 15.8333 16.1667 15.8333H8.33334V15.6667C8.33334 15.2985 8.03487 15 7.66668 15H7.33334C6.96515 15 6.66668 15.2985 6.66668 15.6667V15.8333H3.83334C3.36663 15.8333 3.13328 15.8333 2.95502 15.7425C2.79822 15.6626 2.67073 15.5351 2.59084 15.3783C2.50001 15.2001 2.50001 14.9667 2.50001 14.5V14.399C2.50001 14.0534 2.50001 13.8806 2.52704 13.7484C2.56014 13.5865 2.57005 13.5582 2.64496 13.4109C2.70614 13.2907 2.89148 13.0578 3.26216 12.5922C3.82806 11.8813 4.16668 10.9808 4.16668 10C4.16668 9.01919 3.82806 8.11871 3.26216 7.40781C2.89148 6.94215 2.70614 6.70932 2.64496 6.58907C2.57005 6.44182 2.56014 6.41345 2.52704 6.25159Z" fill="#3370FF"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.4 KiB |
Reference in New Issue
Block a user