v4.6.6-fix (#676)

This commit is contained in:
Archer
2024-01-02 14:18:51 +08:00
committed by GitHub
parent d645a7406b
commit 2e75851b02
179 changed files with 279 additions and 5964 deletions

View File

@@ -1,50 +0,0 @@
name: Build Home page images in Personal warehouse
on:
workflow_dispatch:
push:
paths:
- 'projects/home/**'
branches:
- 'main'
jobs:
build-fastgpt-images:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
driver-opts: network=host
- name: Cache Docker layers
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GH_PAT }}
- name: Set DOCKER_REPO_TAGGED based on branch or tag
run: |
echo "DOCKER_REPO_TAGGED=ghcr.io/${{ github.repository_owner }}/fastgpt-home:latest" >> $GITHUB_ENV
- name: Build and publish image for main branch or tag push event
env:
DOCKER_REPO_TAGGED: ${{ env.DOCKER_REPO_TAGGED }}
run: |
docker buildx build \
--build-arg name=home \
--label "org.opencontainers.image.source=https://github.com/${{ github.repository_owner }}/FastGPT" \
--label "org.opencontainers.image.description=fastgpt-home image" \
--push \
--cache-from=type=local,src=/tmp/.buildx-cache \
--cache-to=type=local,dest=/tmp/.buildx-cache \
-t ${DOCKER_REPO_TAGGED} \
-f Dockerfile \
.

View File

@@ -1,6 +1,6 @@
<div align="center">
<a href="https://fastgpt.run/"><img src="/.github/imgs/logo.svg" width="120" height="120" alt="fastgpt logo"></a>
<a href="https://fastgpt.in/"><img src="/.github/imgs/logo.svg" width="120" height="120" alt="fastgpt logo"></a>
# FastGPT
@@ -15,7 +15,7 @@ FastGPT 是一个基于 LLM 大语言模型的知识库问答系统,提供开
</div>
<p align="center">
<a href="https://fastgpt.run/">
<a href="https://fastgpt.in/">
<img height="21" src="https://img.shields.io/badge/在线使用-d4eaf7?style=flat-square&logo=spoj&logoColor=7d09f1" alt="cloud">
</a>
<a href="https://doc.fastgpt.in/docs/intro">
@@ -36,7 +36,7 @@ https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409b
## 🛸 在线使用
- 🌐 国内版:[ai.fastgpt.in](https://ai.fastgpt.in/)
- 🌐 国内临时可访问:[fastgpt.in](https://fastgpt.in/)
- 🌍 海外版:[fastgpt.run](https://fastgpt.run/)
| | |
@@ -52,25 +52,24 @@ https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409b
`1` 强大的可视化编排,轻松构建 AI 应用
- [x] 提供简易模式,无需操作编排
- [x] 用户对话前引导,全局字符串变量
- [x] 知识库搜索
- [x] 多 LLM 模型对话
- [x] 文本内容提取成结构化数据
- [x] HTTP 扩展
- [ ] 嵌入 [Laf](https://github.com/labring/laf),实现在线编写 HTTP 模块
- [x] 对话下一步指引
- [ ] 对话多路线选择
- [x] 工作流编排
- [x] 对话下一步指引
- [x] 源文件引用追踪
- [x] 模块封装,实现多级复用
- [ ] 嵌入 [Laf](https://github.com/labring/laf),实现在线编写 HTTP 模块
- [ ] 混合检索 & 重排
`2` 丰富的知识库预处理
- [x] 多库复用,混用
- [x] chunk 记录修改和删除
- [x] 支持手动输入直接分段QA 拆分导入
- [x] 支持 url 读取、CSV 批量导入
- [x] 支持知识库单独设置向量模型
- [x] 源文件存储
- [ ] 文件学习 Agent
- [x] 支持手动输入直接分段QA 拆分导入
- [x] 支持 pdf、word、txt、md 等常用文件,支持 url 读取、CSV 批量导入
- [ ] 支持 HTML、csv、PPT、Excel 导入
- [ ] 支持差异性文件同步
- [ ] 更多的数据预处理方案
`3` 多种效果测试渠道
- [x] 知识库单点搜索测试

View File

@@ -1,6 +1,6 @@
<div align="center">
<a href="https://fastgpt.run/"><img src="/.github/imgs/logo.svg" width="120" height="120" alt="fastgpt logo"></a>
<a href="https://fastgpt.in/"><img src="/.github/imgs/logo.svg" width="120" height="120" alt="fastgpt logo"></a>
# FastGPT
@@ -15,13 +15,13 @@ FastGPT is a knowledge-based Q&A system built on the LLM, offers out-of-the-box
</div>
<p align="center">
<a href="https://fastgpt.run/">
<a href="https://fastgpt.in/">
<img height="21" src="https://img.shields.io/badge/在线使用-d4eaf7?style=flat-square&logo=spoj&logoColor=7d09f1" alt="cloud">
</a>
<a href="https://doc.fastgpt.run/docs/intro">
<a href="https://doc.fastgpt.in/docs/intro">
<img height="21" src="https://img.shields.io/badge/相关文档-7d09f1?style=flat-square" alt="document">
</a>
<a href="https://doc.fastgpt.run/docs/development">
<a href="https://doc.fastgpt.in/docs/development">
<img height="21" src="https://img.shields.io/badge/本地开发-%23d4eaf7?style=flat-square&logo=xcode&logoColor=7d09f1" alt="development">
</a>
<a href="/#-%E7%9B%B8%E5%85%B3%E9%A1%B9%E7%9B%AE">
@@ -36,7 +36,8 @@ https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409b
## 🛸 Use Cloud Services
[fastgpt.run](https://fastgpt.run/)
Cloud: [fastgpt.in](https://fastgpt.in/)
| | |
| ---------------------------------- | ---------------------------------- |
| ![Demo](./.github/imgs/intro1.png) | ![Demo](./.github/imgs/intro2.png) |
@@ -105,11 +106,11 @@ Project tech stack: NextJs + TS + ChakraUI + Mongo + Postgres (Vector plugin)
Give it a 2-4 minute wait after deployment as it sets up the database. Initially, it might be a tad slow since we're using the basic settings.
- [Getting Started with Local Development](https://doc.fastgpt.run/docs/development)
- [Deploying FastGPT](https://doc.fastgpt.run/docs/installation)
- [Guide on System Configs](https://doc.fastgpt.run/docs/installation/reference)
- [Configuring Multiple Models](https://doc.fastgpt.run/docs/installation/reference/models)
- [Version Updates & Upgrades](https://doc.fastgpt.run/docs/installation/upgrading)
- [Getting Started with Local Development](https://doc.fastgpt.in/docs/development)
- [Deploying FastGPT](https://doc.fastgpt.in/docs/installation)
- [Guide on System Configs](https://doc.fastgpt.in/docs/installation/reference)
- [Configuring Multiple Models](https://doc.fastgpt.in/docs/installation/reference/models)
- [Version Updates & Upgrades](https://doc.fastgpt.in/docs/installation/upgrading)
<!-- ## :point_right: RoadMap
- [FastGPT RoadMap](https://kjqvjse66l.feishu.cn/docx/RVUxdqE2WolDYyxEKATcM0XXnte) -->

View File

@@ -1,6 +1,6 @@
<div align="center">
<a href="https://fastgpt.run/"><img src="/.github/imgs/logo.svg" width="120" height="120" alt="fastgpt logo"></a>
<a href="https://fastgpt.in/"><img src="/.github/imgs/logo.svg" width="120" height="120" alt="fastgpt logo"></a>
# FastGPT
@@ -15,13 +15,13 @@ FastGPT は、LLM 上 に 構築 された 知識 ベースの Q&A システム
</div>
<p align="center">
<a href="https://fastgpt.run/">
<a href="https://fastgpt.in/">
<img height="21" src="https://img.shields.io/badge/在线使用-d4eaf7?style=flat-square&logo=spoj&logoColor=7d09f1" alt="cloud">
</a>
<a href="https://doc.fastgpt.run/docs/intro">
<a href="https://doc.fastgpt.in/docs/intro">
<img height="21" src="https://img.shields.io/badge/相关文档-7d09f1?style=flat-square" alt="document">
</a>
<a href="https://doc.fastgpt.run/docs/development">
<a href="https://doc.fastgpt.in/docs/development">
<img height="21" src="https://img.shields.io/badge/本地开发-%23d4eaf7?style=flat-square&logo=xcode&logoColor=7d09f1" alt="development">
</a>
<a href="/#-%E7%9B%B8%E5%85%B3%E9%A1%B9%E7%9B%AE">
@@ -36,7 +36,8 @@ https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409b
## 🛸 クラウドサービスの 利用
[fastgpt.run](https://fastgpt.run/)
[fastgpt.in](https://fastgpt.in/)
| | |
| ---------------------------------- | ---------------------------------- |
| ![Demo](./.github/imgs/intro1.png) | ![Demo](./.github/imgs/intro2.png) |
@@ -97,11 +98,11 @@ https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409b
デプロイ 後、データベースをセットアップするので、24分待 ってください。基本設定 を 使 っているので、最初 は 少 し 遅 いかもしれません。
- [ローカル 開発入門](https://doc.fastgpt.run/docs/development)
- [FastGPT のデプロイ](https://doc.fastgpt.run/docs/installation)
- [システム 設定 ガイド](https://doc.fastgpt.run/docs/installation/reference)
- [複数 モデルの 設定](https://doc.fastgpt.run/docs/installation/reference/models)
- [バージョン 更新 とアップグレード](https://doc.fastgpt.run/docs/installation/upgrading)
- [ローカル 開発入門](https://doc.fastgpt.in/docs/development)
- [FastGPT のデプロイ](https://doc.fastgpt.in/docs/installation)
- [システム 設定 ガイド](https://doc.fastgpt.in/docs/installation/reference)
- [複数 モデルの 設定](https://doc.fastgpt.in/docs/installation/reference/models)
- [バージョン 更新 とアップグレード](https://doc.fastgpt.in/docs/installation/upgrading)
<!-- ## :point_right: ロードマップ
- [FastGPT ロードマップ](https://kjqvjse66l.feishu.cn/docx/RVUxdqE2WolDYyxEKATcM0XXnte) -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 441 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 MiB

View File

@@ -11,7 +11,7 @@ FastGPT 项目在 Apache License 2.0 许可下开源,同时包含以下附加
+ FastGPT 允许被用于商业化,例如作为其他应用的“后端即服务”使用,或者作为应用开发平台提供给企业。然而,当满足以下条件时,必须联系作者获得商业许可:
+ 多租户 SaaS 服务:除非获得 FastGPT 的明确书面授权,否则不得使用 fastgpt.run 的源码来运营与 fastgpt.run 服务版类似的多租户 SaaS 服务。
+ 多租户 SaaS 服务:除非获得 FastGPT 的明确书面授权,否则不得使用 fastgpt.in 的源码来运营与 fastgpt.in 服务版类似的多租户 SaaS 服务。
+ LOGO 及版权信息:在使用 FastGPT 的过程中,不得移除或修改 FastGPT 控制台内的 LOGO 或版权信息。
请通过电子邮件 yujinlong@sealos.io 联系我们咨询许可事宜。

View File

@@ -7,55 +7,52 @@ toc: true
weight: 1001
---
## FastGPT 线上服务
## 简介
[按线上标准计费](/docs/pricing)即可。 地址: https://fastgpt.run
FastGPT 商业版是基于 FastGPT 开源版的增强版本,增加了一些独有的功能。只需安装一个商业版镜像,并在开源版基础上填写对应的内网地址,即可快速使用商业版。
## 商业版
商业版最终交付版本功能与 https://fastgpt.run 完全一致,品牌内容可自定义,商业授权时长同`License`有效期。
{{% alert icon="🤖" context="warning" %}}
商业版比开源版额外增加的内容:(目前计划)
1. 可自定义 title 和 logo
2. 用户注册,支付 (已有微信扫码支付,后续会补充支付方式)
3. API 访问限制,可配置:额度、过期时间
4. 分享链接限制可配置额度、过期时间、QPM、身份验证Hook
5. 内容审核(目前对接了百度)
6. 团队空间 (计划)
7. 完善的 OpenAPI计划
8. 高级编排额外插件(计划)
9. 后台管理系统
a. 查询:用户、支付、应用、知识库
b. 变更:用户
c. 新增:用户
{{% /alert %}}
### 商业版定价
#### 交付费用
+ 使用 [Sealos 公有云](https://sealos.io)部署1万元/年/套 (无部署费用。赠送 8000 sealos 公有云额度,可用于 FastGPT 或其他云资源)。
+ 渠道商使用 Sealos 部署:返现 20% 成交额。
+ 私有服务器部署2万元/年/套
+ 渠道商私有服务器部署1.3万元/年/套(渠道商合同单独约谈,累计 5 套以上可签)
#### 用户注册数量费用(按注册量算,不计量分享和 API
## 功能差异
{{< table "table-hover table-striped-columns" >}}
| 最大用户数量 | 费用 元/年 |
| ------------ | ---------- |
| 100 | 0 |
| 5000 | 5000 |
| 2万 | 18000 |
| 5万 | 35000 |
| 20万 | 100000 |
| | 开源版 | 商业版 | 线上版 |
| ---- | ---- | ---- | ---- |
| 应用管理与高级编排 | ✅ | ✅ | ✅ |
| 文档知识库 | ✅ | ✅ | ✅ |
| 外部使用 | ✅ | ✅ | ✅ |
| 自定义版权信息 | ❌ | ✅ | ✅ |
| 多租户与支付 | ❌ | ✅ | ✅ |
| 团队空间 | ❌ | ✅ | ✅ |
| 外部使用限制 | ❌ | ✅ | ✅ |
| 内容审核 | ❌ | ✅ | ✅ |
| web站点同步 | ❌ | ✅ | ✅ |
| 管理后台 | ❌ | ✅ | ✅ |
| Saas服务商业授权 | ❌ | ✅ | ✅ |
| 图片知识库 | ❌ | 设计中 | 设计中 |
| 自动规划召回 | ❌ | 设计中 | 设计中 |
{{< /table >}}
#### 总费用
## 商业版软件价格
FastGPT 商业版软件根据不同的部署方式,分为 4 类收费模式。下面列举各种部署方式一些常规内容,如仍有问题,可[联系咨询](https://fael3z0zfze.feishu.cn/share/base/form/shrcnRxj3utrzjywsom96Px4sud)
**共有服务**
1. Saas 商业授权许可 - 在商业版有效期内,可提供任意形式的商业服务。
2. 首次免费帮助部署。
3. 优先问题工单处理。
**特有服务**
{{< table "table-hover table-striped-columns" >}}
| 部署方式 | 特有服务 | 上线时长 | 价格 |
| ---- | ---- | ---- | ---- |
| Sealos公有云部署 | 1. 6个版本的升级服务。<br>2. 赠送 8000 元 Sealos 云资源额度。 | 半天 | 10000元/年 |
| Sealos全托管 | 1. 有效期内免费升级。<br>2. 免运维服务&数据库。<br>3. 赠送 10000 元 Sealos 云资源额度。 | 半天 | 3000元起/月3个月起<br><br>30000元起/年 |
| 自有服务器-单机版 | 1. 6个版本的升级服务。 | 14天内 | 60000元/套(不限时长) |
| 自有服务器-Sealos版 | 1. 6个版本的升级服务。 | 14天内 | 150000元/套(不限时长)|
{{< /table >}}
总费用 = 商业版交付费用 + 用户数量费用
## 技术支持
@@ -63,15 +60,15 @@ weight: 1001
根据需求,定制实现某个需求的编排功能,最终会交付一个应用编排。可根据实际情况商讨。
### 技术服务费(定开、部署、维护等)
### 技术服务费(定开、维护、迁移、三方接入等)
2000元/人/天
2000 ~ 3000元/人/天
### 更新费用
### 更新升级费用
大部分更新,重新拉镜像就可以了,不需要执行额外操作。
大部分更新升级,重新拉镜像,然后执行一下初始化脚本就可以了,不需要执行额外操作。
复杂更新可参考文档自行更新;或付费支持,标准与技术服务费一致。
跨版本更新或复杂更新可参考文档自行更新;或付费支持,标准与技术服务费一致。
## 联系方式
@@ -83,7 +80,7 @@ weight: 1001
完整版应用 = 开源版镜像 + 商业版镜像
我们会提供一个商业版镜像给你使用,该镜像需要一个 License 启动License 有效期为 1 年。此外,还会提供一个简单的后台管理系统(目前只设置了简单的查询功能)
我们会提供一个商业版镜像给你使用,该镜像需要一个 License 启动
2. 二次开发如何操作?

View File

@@ -9,11 +9,13 @@ weight: 707
## 推荐配置
{{< table "table-hover table-striped-columns" >}}
| 环境 | 推荐配置(单节点) |
| ---- | ---- |
| 测试 | 2c2g |
| 100w 组向量 | 4c16g |
| 500w 组向量 | 16c64g |
| 测试 | 2c2g |
| 100w 组向量 | 4c16g |
| 500w 组向量 | 16c64g |
{{< /table >}}
### 1. 准备好代理环境(国外服务器可忽略)

View File

@@ -7,12 +7,12 @@ toc: true
weight: 705
---
本文档介绍了如何设置开发环境以构建和测试 [FastGPT](https://fastgpt.run)。
本文档介绍了如何设置开发环境以构建和测试 [FastGPT](https://fastgpt.in)。
## 前置依赖项
您需要在计算机上安装和配置以下依赖项才能构建 [FastGPT](https://fastgpt.run)
您需要在计算机上安装和配置以下依赖项才能构建 [FastGPT](https://fastgpt.in)
- [Git](http://git-scm.com/)
- [Docker](https://www.docker.com/)(构建镜像)

View File

@@ -29,7 +29,7 @@ SqlLite 版本不支持多实例,适合个人小流量使用,但是价格非
**2. 打开 AppLaunchpad(应用管理) 工具**
![step1](/imgs/oneapi-step1.png)
![step1](/imgs/oneapi-step1.jpg)
**3. 点击创建新应用**

View File

@@ -32,7 +32,7 @@ FastGPT 的 API Key **有 2 类**,一类是全局通用的 key (无法直接
OpenAPI 中,所有的接口都通过 Header.Authorization 进行鉴权。
```
baseUrl: "https://fastgpt.run/api"
baseUrl: "https://api.fastgpt.in/api"
headers: {
Authorization: "Bearer {{apikey}}"
}
@@ -41,7 +41,7 @@ headers: {
**发起应用对话示例**
```sh
curl --location --request POST 'https://fastgpt.run/api/v1/chat/completions' \
curl --location --request POST 'https://api.fastgpt.in/api/v1/chat/completions' \
--header 'Authorization: Bearer fastgpt-xxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{

View File

@@ -25,7 +25,7 @@ weight: 852
{{< markdownify >}}
```bash
curl --location --request POST 'https://fastgpt.run/api/v1/chat/completions' \
curl --location --request POST 'https://api.fastgpt.in/api/v1/chat/completions' \
--header 'Authorization: Bearer fastgpt-xxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{

View File

@@ -18,7 +18,7 @@ weight: 853
**请求示例**
```bash
curl --location --request POST 'https://fastgpt.run/api/support/wallet/bill/createTrainingBill' \
curl --location --request POST 'https://api.fastgpt.in/api/support/wallet/bill/createTrainingBill' \
--header 'Authorization: Bearer {{apikey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
@@ -46,7 +46,7 @@ data 为 billId可用于添加知识库数据时进行账单聚合。
{{< markdownify >}}
```bash
curl --location --request POST 'https://fastgpt.run/api/core/dataset/data/pushData' \
curl --location --request POST 'https://api.fastgpt.in/api/core/dataset/data/pushData' \
--header 'Authorization: Bearer apikey' \
--header 'Content-Type: application/json' \
--data-raw '{
@@ -162,7 +162,7 @@ A2:
{{< markdownify >}}
```bash
curl --location --request POST 'https://fastgpt.run/api/core/dataset/searchTest' \
curl --location --request POST 'https://api.fastgpt.in/api/core/dataset/searchTest' \
--header 'Authorization: Bearer fastgpt-xxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{

View File

@@ -53,9 +53,9 @@ weight: 860
在分享链接的地址中,增加一个额外的参数: authToken。例如
原始的链接:`https://fastgpt.run/chat/share?shareId=648aaf5ae121349a16d62192`
原始的链接:`https://share.fastgpt.in/chat/share?shareId=648aaf5ae121349a16d62192`
完整链接: `https://fastgpt.run/chat/share?shareId=648aaf5ae121349a16d62192&authToken=userid12345`
完整链接: `https://share.fastgpt.in/chat/share?shareId=648aaf5ae121349a16d62192&authToken=userid12345`
这个`authToken`通常是你系统生成的用户唯一凭证Token之类的。FastGPT 会在鉴权接口的`body`中携带 token={{authToken}} 的参数。
@@ -342,9 +342,9 @@ export default async function (ctx: FunctionContext) {
### 3. 修改分享链接参数
源分享链接:`https://fastgpt.run/chat/share?shareId=64be36376a438af0311e599c`
源分享链接:`https://share.fastgpt.in/chat/share?shareId=64be36376a438af0311e599c`
修改后:`https://fastgpt.run/chat/share?shareId=64be36376a438af0311e599c&authToken=fastgpt`
修改后:`https://share.fastgpt.in/chat/share?shareId=64be36376a438af0311e599c&authToken=fastgpt`
### 4. 测试效果

View File

@@ -15,7 +15,7 @@ weight: 951
打开 「应用管理」,点击「新建应用」:
![](/imgs/sealos3.png)
![](/imgs/sealos3.jpg)
![](/imgs/sealos4.png)
### 填写基本配置

View File

@@ -10,7 +10,7 @@ weight: -10
FastGPT 是一个基于 LLM 大语言模型的知识库问答系统,提供开箱即用的数据处理、模型调用等能力。同时可以通过 Flow 可视化进行工作流编排,从而实现复杂的问答场景!
{{% alert icon="🤖 " context="success" %}}
FastGPT 在线使用:[https://ai.fastgpt.in](https://ai.fastgpt.in)
FastGPT 在线使用:[https://fastgpt.in](https://fastgpt.in)
{{% /alert %}}
| | |

View File

@@ -15,27 +15,6 @@ weight: 1200
## FastGPT 线上计费
使用: [https://fastgpt.run](https://fastgpt.run) 或 [https://ai.fastgpt.in](https://ai.fastgpt.in) 只需仅按 Tokens 使用数量扣费即可。可在 账号-使用记录 中查看具体使用情况,以下是详细的计费表(最新定价以线上表格为准,可在点击充值后实时获取):
[https://fastgpt.in](https://fastgpt.in) 采用按量计费的模式,最新计费标准可在 `账号-计费标准` 查看。同时可以在 `账号-使用记录` 中查看具体使用情况,
{{< table "table-hover table-striped-columns" >}}
| 计费项 | 价格: 元/ 1K tokens包含上下文 |
| ---------------------- | --------------------------------- |
| 知识库 - 索引 | 0.002 |
| 文件 QA 拆分 | 0.03 |
| FastAI-4k - 对话 | 0.015 |
| FastAI-16k - 对话 | 0.03 |
| FastAI-Plus-8k - 对话 | 0.45 |
| FastAI-Plus-32k - 对话 | 0.85 |
| 文心一言 - 对话 | 0.012 |
| 星火2.0 - 对话 | 0.01 |
| chatglm_pro - 对话 | 0.01 |
| 通义千问 - 对话 | 0.01 |
| 问题分类 | 0.03 |
| 内容提取 | 0.03 |
| 下一步指引 | 0.015 |
{{< /table >}}
{{% alert context="warning" %}}
FastAI-Plus也就是 GPT-4你懂得 系列模型 OpenAI 的定价高于 3.5 **几十倍**。如果您使用模型的场景字数较多,使用 FastAI-Plus 模型将产生非常大的消耗FastAI-Plus 模型分为两个版本8K token 内容上限和 32K token 内容上限,这两个版本请求响应的价格均不同。
{{% /alert %}}
![](/imgs/cloud_price1.jpg)

View File

@@ -37,7 +37,7 @@ FastGPT 集成**重点参数:**
#上一步FastGPT的OpenAPI 秘钥
OPENAI_KEY=fastgpt-z51pkjqm9nrk03a1rx2funoy
#调用OpenAI的BaseUrl要换成FastGPT的
API_URL=https://fastgpt.run/api/openapi
API_URL=https://api.fastgpt.in/api/openapi
```
## 3. 创建飞书机器人

View File

@@ -26,7 +26,7 @@ weight: 504
## 3. 创建 docker-compose.yml 文件
只需要修改 `OPEN_AI_API_KEY``OPEN_AI_API_BASE` 两个环境变量即可。其中 `OPEN_AI_API_KEY` 为第一步获取的秘钥,`OPEN_AI_API_BASE` 为 FastGPT 的 OpenAPI 地址,例如:`https://fastgpt.run/api/v1`
只需要修改 `OPEN_AI_API_KEY``OPEN_AI_API_BASE` 两个环境变量即可。其中 `OPEN_AI_API_KEY` 为第一步获取的秘钥,`OPEN_AI_API_BASE` 为 FastGPT 的 OpenAPI 地址,例如:`https://api.fastgpt.in/api/v1`
随便找一个目录,创建一个 docker-compose.yml 文件,将下面的代码复制进去。
@@ -40,7 +40,7 @@ services:
- seccomp:unconfined
environment:
OPEN_AI_API_KEY: 'fastgpt-z51pkjqm9nrk03a1rx2funoy'
OPEN_AI_API_BASE: 'https://fastgpt.run/api/v1'
OPEN_AI_API_BASE: 'https://api.fastgpt.in/api/v1'
MODEL: 'gpt-3.5-turbo'
CHANNEL_TYPE: 'wx'
PROXY: ''

View File

@@ -25,7 +25,7 @@ Tips: 安全起见,你可以设置一个额度或者过期时间,放置 key
## 替换三方应用的变量
```bash
OPENAI_API_BASE_URL: https://fastgpt.run/api (改成自己部署的域名)
OPENAI_API_BASE_URL: https://api.fastgpt.in/api (改成自己部署的域名)
OPENAI_API_KEY = 上一步获取到的秘钥
```

View File

@@ -13,10 +13,31 @@ dns:
proxies:
proxy-groups:
- { name: '♻️ 自动选择', type: url-test, proxies: [香港V02×1.5,ABC, 印度01, 台湾03, 新加坡02, 新加坡03, 日本01, 日本02, 新加坡01, 美国01, 美国02, 台湾01, 台湾02], url: 'https://api.openai.com', interval: 3600}
- {
name: '♻️ 自动选择',
type: url-test,
proxies:
[
香港V02×1.5,
ABC,
印度01,
台湾03,
新加坡02,
新加坡03,
日本01,
日本02,
新加坡01,
美国01,
美国02,
台湾01,
台湾02
],
url: 'https://api.openai.com',
interval: 3600
}
rules:
- 'DOMAIN-SUFFIX,google.com,♻️ 自动选择'
- 'DOMAIN-SUFFIX,ai.fastgpt.run,♻️ 自动选择'
- 'DOMAIN-SUFFIX,ai.fastgpt.in,♻️ 自动选择'
- 'DOMAIN-SUFFIX,openai.com,♻️ 自动选择'
- 'DOMAIN-SUFFIX,api.openai.com,♻️ 自动选择'
- 'MATCH,DIRECT'

View File

@@ -26,6 +26,7 @@ export type CreateDatasetCollectionParams = {
fileId?: string;
rawLink?: string;
qaPrompt?: string;
rawTextLength?: number;
hashRawText?: string;
metadata?: Record<string, any>;
};

View File

@@ -47,6 +47,7 @@ export type DatasetCollectionSchemaType = {
fileId?: string;
rawLink?: string;
qaPrompt?: string;
rawTextLength?: number;
hashRawText?: string;
metadata?: Record<string, any>;
};

View File

@@ -3,6 +3,7 @@ import { customAlphabet } from 'nanoid';
import multer from 'multer';
import path from 'path';
import { BucketNameEnum } from '@fastgpt/global/common/file/constants';
import fs from 'fs';
const nanoid = customAlphabet('1234567890abcdef', 12);
@@ -69,3 +70,13 @@ export function getUploadModel({ maxSize = 500 }: { maxSize?: number }) {
return new UploadModel();
}
export const removeFilesByPaths = (paths: string[]) => {
paths.forEach((path) => {
fs.unlink(path, (err) => {
if (err) {
console.error(err);
}
});
});
};

View File

@@ -18,6 +18,7 @@ export async function createOneCollection({
rawLink,
qaPrompt,
hashRawText,
rawTextLength,
metadata = {}
}: CreateDatasetCollectionParams & { teamId: string; tmbId: string }) {
const { _id } = await MongoDatasetCollection.create({
@@ -32,6 +33,7 @@ export async function createOneCollection({
fileId,
rawLink,
qaPrompt,
rawTextLength,
hashRawText,
metadata
});

View File

@@ -75,6 +75,9 @@ const DatasetCollectionSchema = new Schema({
qaPrompt: {
type: String
},
rawTextLength: {
type: Number
},
hashRawText: {
type: String
},

View File

@@ -11,7 +11,7 @@ export async function authOpenApiKey({ apikey }: { apikey: string }) {
return Promise.reject(ERROR_ENUM.unAuthApiKey);
}
try {
const openApi = await MongoOpenApi.findOne({ apiKey: apikey });
const openApi = await MongoOpenApi.findOne({ apiKey: apikey.trim() });
if (!openApi) {
return Promise.reject(ERROR_ENUM.unAuthApiKey);
}

View File

@@ -116,8 +116,7 @@ export async function authDatasetCollection({
return Promise.reject(DatasetErrEnum.unAuthDatasetCollection);
}
const isOwner =
String(collection.datasetId.tmbId) === tmbId || role === TeamMemberRoleEnum.owner;
const isOwner = String(collection.tmbId) === tmbId || role === TeamMemberRoleEnum.owner;
const canWrite =
isOwner ||
(role !== TeamMemberRoleEnum.visitor &&

View File

@@ -401,6 +401,7 @@
"metadata": {
"Chunk Size": "Chunk Size",
"Createtime": "Create Time",
"Raw text length": "Raw text length",
"Read Metadata": "Read Metadata",
"Training Type": "Training Type",
"Updatetime": "Update Time",

View File

@@ -401,6 +401,7 @@
"metadata": {
"Chunk Size": "分割大小",
"Createtime": "创建时间",
"Raw text length": "原文长度",
"Read Metadata": "查看元数据",
"Training Type": "训练模式",
"Updatetime": "更新时间",

View File

@@ -9,7 +9,8 @@ const unAuthPage: { [key: string]: boolean } = {
'/login/provider': true,
'/login/fastlogin': true,
'/appStore': true,
'/chat/share': true
'/chat/share': true,
'/tools/price': true
};
const Auth = ({ children }: { children: JSX.Element }) => {

View File

@@ -25,14 +25,16 @@ const pcUnShowLayoutRoute: Record<string, boolean> = {
'/login/fastlogin': true,
'/chat/share': true,
'/app/edit': true,
'/chat': true
'/chat': true,
'/tools/price': true
};
const phoneUnShowLayoutRoute: Record<string, boolean> = {
'/': true,
'/login': true,
'/login/provider': true,
'/login/fastlogin': true,
'/chat/share': true
'/chat/share': true,
'/tools/price': true
};
const Layout = ({ children }: { children: JSX.Element }) => {

View File

@@ -54,7 +54,7 @@ const ApiKeyTable = ({ tips, appId }: { tips: string; appId?: string }) => {
const { Loading } = useLoading();
const theme = useTheme();
const { copyData } = useCopyData();
const [baseUrl, setBaseUrl] = useState('https://fastgpt.run/api');
const [baseUrl, setBaseUrl] = useState('https://fastgpt.in/api');
const [editData, setEditData] = useState<EditProps>();
const [apiKey, setApiKey] = useState('');

View File

@@ -137,7 +137,8 @@ ${audioSpeechModelList
borderRadius={'50%'}
onClick={onClose}
/>
<Box py={[0, 10]} px={[5, '50px']} overflow={'overlay'} h={'100%'}>
<Box overflow={'overlay'} h={'100%'}>
<Box py={[0, 10]} px={5} mx={'auto'} maxW={'1200px'}>
{list.map((item) => (
<Box
display={['block', 'flex']}
@@ -159,6 +160,7 @@ ${audioSpeechModelList
</Box>
))}
</Box>
</Box>
</Box>,
// @ts-ignore
document.querySelector('body')

View File

@@ -3,7 +3,7 @@ import { jsonRes } from '@fastgpt/service/common/response';
import { connectToDatabase } from '@/service/mongo';
import { authCert } from '@fastgpt/service/support/permission/auth/common';
import { uploadFile } from '@fastgpt/service/common/file/gridfs/controller';
import { getUploadModel } from '@fastgpt/service/common/file/upload/multer';
import { getUploadModel, removeFilesByPaths } from '@fastgpt/service/common/file/upload/multer';
/**
* Creates the multer uploader
@@ -13,10 +13,15 @@ const upload = getUploadModel({
});
export default async function handler(req: NextApiRequest, res: NextApiResponse<any>) {
let filePaths: string[] = [];
try {
const { files, bucketName, metadata } = await upload.doUpload(req, res);
filePaths = files.map((file) => file.path);
await connectToDatabase();
const { userId, teamId, tmbId } = await authCert({ req, authToken: true });
const { files, bucketName, metadata } = await upload.doUpload(req, res);
if (!bucketName) {
throw new Error('bucketName is empty');
@@ -48,6 +53,8 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse<
error
});
}
removeFilesByPaths(filePaths);
}
export const config = {

View File

@@ -2,7 +2,7 @@ import type { NextApiRequest, NextApiResponse } from 'next';
import { jsonRes } from '@fastgpt/service/common/response';
import { authCert } from '@fastgpt/service/support/permission/auth/common';
import { withNextCors } from '@fastgpt/service/common/middle/cors';
import { getUploadModel } from '@fastgpt/service/common/file/upload/multer';
import { getUploadModel, removeFilesByPaths } from '@fastgpt/service/common/file/upload/multer';
import fs from 'fs';
import { getAIApi } from '@fastgpt/service/core/ai/config';
import { pushWhisperBill } from '@/service/support/wallet/bill/push';
@@ -12,12 +12,16 @@ const upload = getUploadModel({
});
export default withNextCors(async function handler(req: NextApiRequest, res: NextApiResponse<any>) {
let filePaths: string[] = [];
try {
const {
files,
metadata: { duration, shareId }
} = await upload.doUpload<{ duration: number; shareId?: string }>(req, res);
filePaths = files.map((file) => file.path);
const { teamId, tmbId } = await authCert({ req, authToken: true });
if (!global.whisperModel) {
@@ -53,6 +57,8 @@ export default withNextCors(async function handler(req: NextApiRequest, res: Nex
error: err
});
}
removeFilesByPaths(filePaths);
});
export const config = {

View File

@@ -581,7 +581,7 @@ const CollectionCard = () => {
_hover={{
color: 'primary.500',
'& .icon': {
bg: 'myGray.100'
bg: 'myGray.200'
}
}}
>

View File

@@ -145,6 +145,10 @@ const DataCard = () => {
label: t('core.dataset.collection.metadata.Updatetime'),
value: formatTime2YMDHM(collection.updateTime)
},
{
label: t('core.dataset.collection.metadata.Raw text length'),
value: collection.rawTextLength ?? '-'
},
{
label: t('core.dataset.collection.metadata.Training Type'),
value: t(DatasetCollectionTrainingTypeMap[collection.trainingType]?.label)

View File

@@ -180,6 +180,7 @@ const Provider = ({
chunkSize: chunkLen,
trainingType: collectionTrainingType,
qaPrompt: mode === TrainingModeEnum.qa ? prompt : '',
rawTextLength: file.rawText.length,
hashRawText: hashStr(file.rawText)
});

View File

@@ -106,7 +106,7 @@ const LoginForm = ({ setPageType, loginSuccess }: Props) => {
const isCommunityVersion = feConfigs?.show_register === false && feConfigs?.show_git;
return (
<>
<Flex flexDirection={'column'} h={'100%'}>
<Flex alignItems={'center'}>
<Flex
w={['48px', '56px']}
@@ -203,10 +203,12 @@ const LoginForm = ({ setPageType, loginSuccess }: Props) => {
</Flex>
</>
)}
</Box>
<Box flex={1} />
{/* oauth */}
{feConfigs?.show_register && oAuthList.length > 0 && (
<>
<Box mt={'80px'} position={'relative'}>
<Box position={'relative'}>
<Divider />
<AbsoluteCenter bg="white" px="4" color={'myGray.500'}>
or
@@ -243,8 +245,7 @@ const LoginForm = ({ setPageType, loginSuccess }: Props) => {
</Box>
</>
)}
</Box>
</>
</Flex>
);
};

View File

@@ -76,21 +76,20 @@ const Login = () => {
<Flex
flexDirection={'column'}
w={['100%', 'auto']}
h={['100%', '80%']}
maxH={'700px'}
h={['100%', '700px']}
maxH={'90vh'}
bg={'white'}
px={['5vw', '88px']}
py={'64px'}
py={'5vh'}
borderRadius={[0, '24px']}
boxShadow={[
'',
'0px 0px 1px 0px rgba(19, 51, 107, 0.20), 0px 32px 64px -12px rgba(19, 51, 107, 0.20)'
]}
>
<Box w={['100%', '380px']}>
<Box w={['100%', '380px']} flex={'1 0 0'}>
<DynamicComponent type={pageType} />
</Box>
{feConfigs?.concatMd && (
<Box
mt={8}

View File

@@ -0,0 +1,10 @@
import React from 'react';
import Price from '@/components/support/wallet/Price';
import { useRouter } from 'next/router';
const PriceBox = () => {
const router = useRouter();
return <Price onClose={router.back} />;
};
export default PriceBox;

View File

@@ -7,6 +7,7 @@ import { moduleTemplatesFlat } from '@/web/core/modules/template/system';
import { adaptRole_Message2Chat } from '@fastgpt/global/core/chat/adapt';
import { EDGE_TYPE } from '@fastgpt/global/core/module/node/constant';
import { UserInputModule } from '@fastgpt/global/core/module/template/system/userInput';
import { ChatCompletionRequestMessageRoleEnum } from '@fastgpt/global/core/ai/constant';
const nanoid = customAlphabet('abcdefghijklmnopqrstuvwxyz1234567890', 6);
export const gptMessage2ChatType = (messages: ChatMessageItemType[]): ChatItemType[] => {
@@ -34,7 +35,16 @@ export const textAdaptGptResponse = ({
object: '',
created: 0,
model,
choices: [{ delta: text === null ? {} : { content: text }, index: 0, finish_reason }]
choices: [
{
delta:
text === null
? {}
: { role: ChatCompletionRequestMessageRoleEnum.Assistant, content: text },
index: 0,
finish_reason
}
]
});
};

View File

@@ -1,4 +0,0 @@
# 首页路径
HOME_URL=/
SYSTEM_NAME=FAI
SYSTEM_FAVICON=/favicon.ico

View File

@@ -1,6 +0,0 @@
{
"extends": "next/core-web-vitals",
"rules": {
"react-hooks/rules-of-hooks": 0
}
}

View File

@@ -1,32 +0,0 @@
# dependencies
node_modules/
# next.js
.next/
out/
# production
build/
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env*.local
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
platform.json
testApi/
local/
.husky/
data/*.local.*

View File

@@ -1,8 +0,0 @@
{
"startUrl": "/app/list",
"loginUrl": "/login",
"docUrl": "https://doc.fastgpt.in/docs/intro/",
"commercialDocUrl": "https://fael3z0zfze.feishu.cn/share/base/form/shrcnRxj3utrzjywsom96Px4sud",
"concatMd": "| 交流群 | 小助手 |\n| ----------------------- | -------------------- |\n| ![](https://oss.laf.run/htr4n1-images/fastgpt-qr-code.jpg) | ![](https://otnvvf-imgs.oss.laf.run/wx300.jpg) |",
"scripts": []
}

View File

@@ -1,15 +0,0 @@
//next-i18next.config.js
/**
* @type {import('next-i18next').UserConfig}
*/
module.exports = {
i18n: {
defaultLocale: 'zh',
locales: ['en', 'zh'],
localeDetection: false
},
localePath:
typeof window === 'undefined' ? require('path').resolve('./public/locales') : '/public/locales',
reloadOnPrerender: process.env.NODE_ENV === 'development'
};

View File

@@ -1,40 +0,0 @@
/** @type {import('next').NextConfig} */
const { i18n } = require('./next-i18next.config');
const path = require('path');
const nextConfig = {
i18n,
output: 'standalone',
reactStrictMode: process.env.NODE_ENV === 'development' ? false : true,
compress: true,
webpack(config, { isServer }) {
if (!isServer) {
config.resolve = {
...config.resolve,
fallback: {
...config.resolve.fallback,
fs: false
}
};
}
config.module = {
...config.module,
rules: config.module.rules.concat([
{
test: /\.svg$/i,
issuer: /\.[jt]sx?$/,
use: ['@svgr/webpack']
}
]),
exprContextCritical: false,
unknownContextCritical: false
};
return config;
},
experimental: {
outputFileTracingRoot: path.join(__dirname, '../../')
}
};
module.exports = nextConfig;

View File

@@ -1,49 +0,0 @@
{
"name": "home",
"version": "4.6.6",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/anatomy": "^2.2.1",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "^2.8.1",
"@chakra-ui/styled-system": "^2.9.1",
"@chakra-ui/system": "^2.6.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"axios": "^1.5.1",
"framer-motion": "^9.0.6",
"hyperdown": "^2.4.29",
"i18next": "^22.5.1",
"next": "13.5.2",
"next-i18next": "^13.3.0",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^12.3.1",
"remark-gfm": "^3.0.1",
"react-markdown": "^8.0.7",
"remark-breaks": "^3.0.3",
"request-ip": "^3.3.0",
"sass": "^1.58.3"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@types/lodash": "^4.14.191",
"@types/nprogress": "^0.2.0",
"@types/node": "^20.8.5",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/request-ip": "^0.0.37",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"typescript": "4.9.5"
}
}

View File

@@ -1,14 +0,0 @@
### 常见问题
- [**Git 地址**,点击查看项目地址](https://github.com/labring/FastGPT)
- [本地部署 FastGPT](https://doc.fastgpt.in/docs/installation)
- [API 文档](https://doc.fastgpt.in/docs/development/openapi?pre_pathname=%2Fdrive%2Fhome%2F)
- **反馈问卷**: 如果你遇到任何使用问题或有期望的功能,可以[填写该问卷](https://www.wjx.cn/vm/rLIw1uD.aspx#)
- **问题文档**: [先看文档,再提问](https://kjqvjse66l.feishu.cn/docx/HtrgdT0pkonP4kxGx8qcu6XDnGh)
- [点击查看商业版文档](https://doc.fastgpt.in/docs/commercial)
- [计费规则](https://doc.fastgpt.in/docs/pricing/)
**其他问题**
| 添加小助手进入交流群 |
| ----------------------- |
| ![](https://otnvvf-imgs.oss.laf.run/wx300.jpg) |

View File

@@ -1,14 +0,0 @@
### Fast GPT V4.6.5
1. 新增 - [问题补全模块](https://doc.fastgpt.in/docs/workflow/modules/coreferenceresolution/)
2. 新增 - [文本编辑模块](https://doc.fastgpt.in/docs/workflow/modules/text_editor/)
3. 新增 - [判断器模块](https://doc.fastgpt.in/docs/workflow/modules/tfswitch/)
4. 新增 - [自定义反馈模块](https://doc.fastgpt.in/docs/workflow/modules/custom_feedback/)
5. 新增 - 【内容提取】模块支持选择模型,以及字段枚举
6. 优化 - docx读取兼容表格表格转markdown
7. 优化 - 高级编排连接线交互
8. 优化 - 由于 html2md 导致的 cpu密集计算阻断线程问题
9. 修复 - 高级编排提示词提取描述
10. [使用文档](https://doc.fastgpt.in/docs/intro/)
11. [点击查看高级编排介绍文档](https://doc.fastgpt.in/docs/workflow)
12. [点击查看商业版](https://doc.fastgpt.in/docs/commercial/)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1683254592786" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1352" xmlns:xlink="http://www.w3.org/1999/xlink" width="64" height="64"><path d="M450.09164971 42.7357605a123.86965959 123.86965959 0 0 1 123.76374272 0L889.06369251 222.84722403a123.92261859 123.92261859 0 0 1 62.06722618 107.2407279v360.38180181c0 44.22025102-23.6194395 85.05116445-61.9613093 107.13480989l-0.10591688 0.10591687-315.20830008 180.11146353a123.86965959 123.86965959 0 0 1-123.76374272 0L134.93630749 797.7104805a123.92261859 123.92261859 0 0 1-62.06722618-107.24072676V330.08795193c0-44.22025102 23.67239737-85.05116445 61.9613093-107.13481102l0.10591688-0.10591688z m462.16781482 223.59029646a33.78744889 33.78744889 0 0 0-46.17971029-12.28634453l-353.81496263 204.57823687L158.44982898 254.09267029a33.78744889 33.78744889 0 0 0-33.89336463 58.46605597l353.6031289 204.47232v430.02207687c0 18.00585102 15.14609778 32.62236445 33.84040675 32.62236444a33.20490667 33.20490667 0 0 0 33.73449102-32.62236444V517.29583787l354.18567111-204.79006948a33.78744889 33.78744889 0 0 0 14.66947129-41.20162304z" p-id="1353"></path></svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -1,187 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="140px" height="140px" viewBox="0 0 140 140" enable-background="new 0 0 140 140" xml:space="preserve"> <image id="image0" width="140" height="140" x="0" y="0"
href="data:image/png;base64,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" />
</svg>

Before

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -1,520 +0,0 @@
<svg width="1440" height="790" viewBox="0 0 1440 790" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_840_3557)">
<rect width="1440" height="1554.93" fill="url(#paint0_linear_840_3557)" />
<g opacity="0.8">
<g filter="url(#filter0_f_840_3557)">
<path d="M880.644 1048.09C1001.07 777.557 1142.27 561.127 1561.69 561.127V1784.79H182.987C158.071 1782.01 154.749 1725.69 274.347 1589.17C423.845 1418.52 760.215 1318.63 880.644 1048.09Z"
fill="url(#paint1_linear_840_3557)" />
</g>
<g filter="url(#filter1_f_840_3557)">
<path d="M880.644 912.883C1001.07 642.346 1142.27 425.916 1561.69 425.916V1649.58H182.987C158.071 1646.8 154.749 1590.48 274.347 1453.96C423.845 1283.31 760.215 1183.42 880.644 912.883Z"
fill="url(#paint2_linear_840_3557)" />
</g>
<g filter="url(#filter2_f_840_3557)">
<path d="M910.644 912.883C1031.07 642.346 1172.27 425.916 1591.69 425.916V1649.58H212.987C188.071 1646.8 184.749 1590.48 304.347 1453.96C453.845 1283.31 790.215 1183.42 910.644 912.883Z"
fill="url(#paint3_linear_840_3557)" fill-opacity="0.6" />
</g>
<g filter="url(#filter3_f_840_3557)">
<path d="M378.148 168.195C426.329 59.5163 695.475 171.617 695.475 -31.249L-103.612 -2.20793V880.857C-34.991 801.16 84.6279 552.269 102.148 407.365C124.049 226.234 329.967 276.873 378.148 168.195Z"
fill="url(#paint4_linear_840_3557)" fill-opacity="0.5" />
</g>
<g filter="url(#filter4_f_840_3557)">
<path d="M321.937 142.838C370.118 34.1595 462.149 175.301 462.149 -27.5647H-159.823V883.985C-91.2019 804.288 28.4171 526.913 45.9374 382.008C67.8378 200.878 273.756 251.516 321.937 142.838Z"
fill="url(#paint5_linear_840_3557)" fill-opacity="0.7" />
</g>
<g filter="url(#filter5_f_840_3557)">
<path d="M321.937 142.838C370.118 34.1592 659.226 175.301 659.226 -27.5649H-159.823V912.138C-91.2018 832.441 20.288 523.626 45.9374 382.008C82.7516 178.746 273.757 251.516 321.937 142.838Z"
fill="url(#paint6_linear_840_3557)" fill-opacity="0.3" />
</g>
<g filter="url(#filter6_f_840_3557)">
<path d="M1160.33 90.5001C1112.15 24.1581 843 92.5893 843 -31.249L1642.09 -13.5211V525.54C1573.47 476.89 1453.85 324.956 1436.33 236.5C1414.43 125.93 1208.51 156.842 1160.33 90.5001Z"
fill="url(#paint7_linear_840_3557)" fill-opacity="0.5" />
</g>
<g filter="url(#filter7_f_840_3557)">
<path d="M1195.98 75.0211C1154.87 8.67914 1076.33 94.8384 1076.33 -29H1607.12V527.45C1548.55 478.799 1446.47 309.477 1431.52 221.021C1412.83 110.451 1237.1 141.363 1195.98 75.0211Z"
fill="url(#paint8_linear_840_3557)" fill-opacity="0.6" />
</g>
<g filter="url(#filter8_f_840_3557)">
<path d="M1183.95 75.0211C1140.42 8.67914 879.249 94.8384 879.249 -29H1619.16V544.636C1557.17 495.985 1456.45 307.471 1433.28 221.021C1400.02 96.9411 1227.47 141.363 1183.95 75.0211Z"
fill="url(#paint9_linear_840_3557)" fill-opacity="0.3" />
</g>
</g>
<path d="M-70.5413 -25.0416C423.19 -27.0733 916.922 -29.5053 1410.65 -32.3374C1613.26 171.573 1751.4 466.358 2003.66 551.32C2218.17 623.724 2399.55 687.261 2596.67 837.608C1188.12 835.392 -220.336 835.392 -1628.71 837.608C-1492.29 758.648 -1357.59 677.195 -1210.07 652.906C-1089.86 632.774 -969.772 654.199 -849.425 644.225C-518.074 616.243 -330.676 208.606 -70.5413 -25.0416Z"
stroke="#1767F9" stroke-opacity="0.2" stroke-width="0.953599" stroke-miterlimit="10" />
<path d="M-1284.49 667.689C-680.247 749.235 -86.3136 971.8 523.621 964.228C1133.56 956.655 1726.3 725.87 2331.74 656.237"
stroke="#1767F9" stroke-opacity="0.2" stroke-width="0.953599" stroke-miterlimit="10" />
<path d="M-1026.3 642.662C-517.139 840.57 14.24 1199.45 554.083 1160.93C1098.69 1122.15 1610.96 769.829 2134.47 589.283"
stroke="#1767F9" stroke-opacity="0.2" stroke-width="0.953599" stroke-miterlimit="10" />
<path d="M-825.341 642.664C-379.065 871.418 90.0907 1192.52 578.092 1144.68C1067.48 1096.57 1522.09 758.473 1981.33 546.065"
stroke="#1767F9" stroke-opacity="0.2" stroke-width="0.953599" stroke-miterlimit="10" />
<path d="M-664.989 594.648C-262.686 773.901 167.522 999.145 597.201 947.521C1031.57 895.343 1445.32 659.94 1859.32 485.766"
stroke="#1767F9" stroke-opacity="0.2" stroke-width="0.953599" stroke-miterlimit="10" />
<path d="M-533.668 495.451C-159.402 621.14 225.246 750.893 613.068 712.198C1002.68 673.319 1381.44 520.293 1759.8 394.696"
stroke="#1767F9" stroke-opacity="0.2" stroke-width="0.953599" stroke-miterlimit="10" />
<path d="M-424.305 378.626C-75.8938 458.417 272.65 520.846 626.352 498.128C980.053 475.409 1328.99 379.087 1677.01 295.417"
stroke="#1767F9" stroke-opacity="0.2" stroke-width="0.953599" stroke-miterlimit="10" />
<path d="M-331.73 264.677C322.905 357.028 955.389 307.066 1607.11 201.878" stroke="#1767F9"
stroke-opacity="0.2" stroke-width="0.953599" stroke-miterlimit="10" />
<path d="M-252.432 164.481C348.775 210.01 947.204 180.365 1547.35 120.891" stroke="#1767F9"
stroke-opacity="0.2" stroke-width="0.953599" stroke-miterlimit="10" />
<path d="M-183.93 82.362C375.685 100.001 936.092 84.8555 1495.64 54.6567" stroke="#1767F9"
stroke-opacity="0.2" stroke-width="0.953599" stroke-miterlimit="10" />
<path d="M-123.644 19.6628C400.924 22.8951 925.757 16.4305 1450.13 4.33252" stroke="#1767F9"
stroke-opacity="0.2" stroke-width="0.953599" stroke-miterlimit="10" />
<path d="M1275 -31.689C1421.46 178.963 1527.79 582.999 1740.32 678.12C1806.97 708.042 1872.57 691.973 1940.48 699.361C2046.28 710.905 2117.56 754.771 2205.64 836.871"
stroke="#1767F9" stroke-opacity="0.2" stroke-width="0.953599" stroke-miterlimit="10" />
<path d="M1139.7 -30.9485C1214.29 135.93 1262.89 303.547 1321.54 482.153C1347.47 560.929 1406.45 777.676 1478.06 819.696C1606.01 895.054 1677.3 709.706 1816.36 837.058"
stroke="#1767F9" stroke-opacity="0.2" stroke-width="0.953599" stroke-miterlimit="10" />
<path d="M1004.61 -30.2087C1050.9 155.417 1085.09 342.704 1118.15 534.055C1130.78 607.013 1162.05 919.343 1216.48 955.452C1301.45 1011.88 1348.73 709.522 1428.07 837.428"
stroke="#1767F9" stroke-opacity="0.2" stroke-width="0.953599" stroke-miterlimit="10" />
<path d="M869.624 -29.5576C890.916 197.441 905.728 424.809 920.342 652.823C929.203 791.35 927.285 953.887 964.183 1085.39C988.715 1033.12 994.666 828.105 1041.61 837.71"
stroke="#1767F9" stroke-opacity="0.2" stroke-width="0.953599" stroke-miterlimit="10" />
<path d="M734.787 -29.0005C718.454 364.23 732.472 773.991 691.541 1163.8C677.06 1081.24 696.963 895.986 656.164 837.621"
stroke="#1767F9" stroke-opacity="0.2" stroke-width="0.953599" stroke-miterlimit="10" />
<path d="M600.184 -28.6396C552.177 240.748 529.099 509.028 496.235 782.756C491.012 826.53 474.679 1144.68 436.128 1165.83C350.496 1212.93 368.747 830.594 272.072 837.612"
stroke="#1767F9" stroke-opacity="0.2" stroke-width="0.953599" stroke-miterlimit="10" />
<path d="M465.746 -28.4609C390.298 205.833 347.78 447.331 298.12 693.446C287.474 746.086 242.245 1059.99 177.508 1106.62C55.2438 1194.54 25.4215 738.79 -110.729 837.698"
stroke="#1767F9" stroke-opacity="0.2" stroke-width="0.953599" stroke-miterlimit="10" />
<path d="M331.428 -27.3401C220.669 197.257 162.677 446.882 81.6743 692.997C59.7209 759.675 -10.0408 1005.97 -80.3976 1034.23C-234.997 1096.29 -323.472 677.667 -492.289 837.249"
stroke="#1767F9" stroke-opacity="0.2" stroke-width="0.953599" stroke-miterlimit="10" />
<path d="M197.259 -26.5129C71.6218 158.189 -5.34748 380.385 -105.262 591.592C-160.278 707.861 -231.362 877.879 -337.625 907.616C-430.596 933.198 -515.037 843.525 -600.405 806.585C-702.766 762.256 -776.164 773.708 -872.508 836.876"
stroke="#1767F9" stroke-opacity="0.2" stroke-width="0.953599" stroke-miterlimit="10" />
<path d="M63.3342 -25.5923C-137.619 202.884 -309.544 735.287 -593.88 775.552C-701.135 790.698 -808.455 732.332 -915.114 723.928C-1037.97 714.231 -1141.13 762.53 -1251.23 836.873"
stroke="#1767F9" stroke-opacity="0.2" stroke-width="0.953599" stroke-miterlimit="10" />
<g filter="url(#filter9_d_840_3557)">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M-55.9287 563.247L-55.4835 567.249L-36.8704 664.385L-35.5979 669.183L-33.6794 673.806L-31.1666 678.2L-28.114 682.313L-24.5789 686.096L-20.6207 689.496L-16.3008 692.464L-11.6823 694.953L-6.82928 696.916L-1.80666 698.311L3.32027 699.095L8.4863 699.229L112.617 695.16L116.878 694.683L120.748 693.632L124.203 692.056L127.219 690.004L124.432 692.855L121.884 695.328L119.222 698.054L121.883 695.329L121.884 695.328L124.432 692.855L127.219 690.004L129.777 687.522L124.435 692.853L124.434 692.854L124.432 692.855L121.884 695.328L119.222 698.054L114.139 703.126L109.178 708.075L106.657 710.523L103.703 712.56L100.338 714.139L96.5836 715.213L92.4652 715.734L-7.62892 721.098L-12.5699 721.038L-17.4626 720.349L-22.2458 719.07L-26.858 717.238L-31.2384 714.895L-35.3268 712.084L-39.064 708.851L-42.3923 705.242L-45.2558 701.305L-47.6007 697.088L-49.3755 692.64L-50.5313 688.01L-67.1749 593.762L-67.5552 589.855L-67.3109 586.158L-63.694 576.261L-62.3212 573.067L-59.4581 566.456L-56.5243 559.681L-53.5189 552.741L-54.9015 555.958L-55.7202 559.473L-55.9287 563.247Z"
fill="url(#paint10_linear_840_3557)" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M-35.6235 541.035L-31.4027 540.596L-26.9199 540.656L66.7862 547.1L70.8197 547.61L74.8148 548.558L78.7338 549.91L82.5393 551.634L86.1934 553.698L89.658 556.072L92.8941 558.726L95.8622 561.632L98.5215 564.761L100.83 568.086L102.745 571.58L104.222 575.216L134.475 666.156L134.475 666.159L135.045 670.278L135.051 674.227L134.511 677.968L133.441 681.46L131.857 684.659L129.778 687.522L127.22 690.004L124.203 692.056L120.748 693.632L116.879 694.683L112.617 695.16L8.48855 699.229L3.7256 699.394L-1.53434 698.637L-6.82925 696.916L-11.6823 694.953L-16.3008 692.464L-20.6207 689.496L-24.5788 686.096L-28.114 682.313L-31.1665 678.2L-33.6791 673.806L-35.5979 669.183L-36.8704 664.385L-55.4834 567.249L-55.9287 563.247L-55.7202 559.473L-54.9015 555.958L-53.516 552.734L-51.6067 549.83L-49.2154 547.273L-46.3829 545.09L-43.1486 543.306L-39.5501 541.946L-35.6235 541.035ZM134.475 666.156L104.222 575.216L133.326 661.908L134.475 666.156Z"
fill="url(#paint11_linear_840_3557)" />
<path d="M133.925 666.287L134.482 670.317L134.488 674.187L133.96 677.845L132.916 681.251L131.373 684.367L129.351 687.152L126.862 689.566L123.926 691.563L120.556 693.101L116.773 694.128L112.575 694.598L8.46903 698.666L8.46656 698.666L3.75628 698.83L-1.40625 698.086L-6.63645 696.387L-11.4423 694.442L-16.0068 691.983L-20.2767 689.049L-24.1885 685.688L-27.6807 681.952L-30.6942 677.891L-33.1725 673.557L-35.0632 669.002L-36.3209 664.26L-54.9261 567.165L-55.3637 563.231L-55.1605 559.553L-54.3642 556.135L-53.0181 553.002L-51.1624 550.18L-48.8353 547.691L-46.0731 545.562L-42.9118 543.818L-39.3862 542.486L-35.5303 541.591L-31.3772 541.16L-26.943 541.219L66.7316 547.661L70.7191 548.165L74.6574 549.099L78.5252 550.434L82.2841 552.137L85.8951 554.177L89.3197 556.523L92.5178 559.146L95.4497 562.016L98.0746 565.105L100.351 568.383L102.236 571.822L103.693 575.411L133.925 666.287Z"
stroke="url(#paint12_linear_840_3557)" stroke-opacity="0.4" stroke-width="1.1265" />
<g opacity="0.9">
<path d="M60.2163 594.205L68.0712 594.419L75.7403 629.021C75.7929 633.977 75.8523 644.12 75.669 645.04C75.6409 645.18 75.0891 645.463 74.1343 645.852L74.4415 647.267L77.7979 643.695L74.6109 651.899C72.835 658.306 61.909 663.606 42.6378 664.7C20.7273 665.945 7.00971 660.675 4.59185 653.2C2.83889 649.198 -5.78533 604.651 -6.29329 601.483C-6.82084 598.192 -4.22121 592.445 -4.22121 592.445L2.96305 592.641C8.04514 589.947 15.9615 588.311 25.9283 587.745C40.5744 586.913 53.7724 589.164 60.2163 594.205Z"
fill="url(#paint13_linear_840_3557)" />
<path d="M67.9714 593.284L67.5523 591.354L67.5109 591.173C65.3579 582.247 48.2816 578.014 28.6242 579.131C8.96571 580.247 -5.89717 586.221 -4.15137 595.243L-3.69298 597.354L-3.67531 597.353C-3.65481 597.502 -3.62821 597.652 -3.59541 597.803C-2.12166 604.591 11.8219 609.369 34.9052 608.058C57.9886 606.747 69.5427 600.521 68.069 593.733C68.0362 593.582 67.9976 593.433 67.9535 593.285L67.9714 593.284Z"
fill="#E7F4FF" />
<path d="M-1.39079 607.957L1.58237 621.65C1.58853 621.682 1.59579 621.714 1.60307 621.746L1.61388 621.795C3.08587 628.574 17.028 633.345 40.1113 632.034C63.1947 630.723 74.7503 624.504 73.2783 617.724C73.2677 617.676 73.2566 617.628 73.2449 617.579L70.2736 603.887L70.027 603.901C69.4958 610.187 58.0443 615.667 36.8193 616.873C15.5943 618.078 2.07081 614.016 -1.14416 607.943L-1.39079 607.957Z"
fill="#E7F4FF" />
<path d="M3.52431 630.593L6.51291 644.357L6.52976 644.356C8.71317 651.972 22.7352 657.369 45.3337 656.086C67.9322 654.802 79.2973 647.963 78.1605 640.288L78.1773 640.287L75.1887 626.523C76.7896 633.896 65.3385 640.597 42.2551 641.908C19.1718 643.219 5.12518 637.966 3.52431 630.593Z"
fill="#E7F4FF" />
<path d="M-3.27031 596.868L-3.32552 596.871L-3.68358 595.222C-4.49448 591.015 -1.4555 587.386 4.46743 584.64C10.357 581.91 18.9269 580.144 28.7234 579.587C38.5185 579.031 47.6401 579.81 54.559 581.822C61.5201 583.847 66.0414 587.048 67.0461 591.208C67.0463 591.208 67.0465 591.209 67.0467 591.21L67.0857 591.38L67.0863 591.383L67.4056 592.854L67.3495 592.857L67.496 593.347C67.5367 593.483 67.5721 593.621 67.6024 593.76C67.9375 595.303 67.5431 596.848 66.3595 598.34C65.1719 599.837 63.2019 601.261 60.4396 602.531C54.9161 605.069 46.3176 606.947 34.8061 607.601C23.2945 608.255 14.0998 607.387 7.62196 605.53C4.38241 604.602 1.84948 603.434 0.04872 602.106C-1.74595 600.784 -2.79367 599.32 -3.12878 597.777C-3.15904 597.638 -3.18354 597.499 -3.20241 597.362L-3.27031 596.868ZM2.05132 621.634L2.05146 621.634L2.04901 621.623L-0.568892 609.566C1.57803 612.139 5.56631 614.2 11.03 615.579C17.534 617.22 26.2758 617.934 36.9185 617.33C47.5611 616.725 55.7838 615.048 61.4252 612.717C66.1642 610.759 69.1709 608.3 70.1621 605.55L72.7783 617.606L72.7781 617.606L72.7809 617.617C72.7917 617.662 72.8019 617.706 72.8116 617.751C73.1463 619.292 72.7517 620.836 71.5677 622.326C70.3798 623.821 68.4094 625.243 65.6468 626.511C60.1227 629.047 51.5238 630.924 40.0122 631.578C28.5006 632.231 19.3062 631.365 12.8288 629.511C9.5895 628.584 7.0569 627.417 5.25653 626.092C3.46224 624.771 2.41514 623.309 2.08053 621.768L2.07997 621.766L2.06916 621.717L2.06887 621.716C2.06131 621.682 2.0558 621.658 2.05132 621.634ZM6.98872 644.299L6.92276 644.069L4.7451 634.04C6.69644 636.473 10.1275 638.489 14.75 639.94C21.4301 642.037 30.7795 643.022 42.3543 642.364C53.9291 641.707 62.6282 639.697 68.2461 636.902C72.1335 634.967 74.616 632.615 75.4762 630.023L77.6539 640.052L77.6882 640.284C78.2175 643.857 75.8503 647.369 70.3761 650.173C64.9224 652.966 56.4982 654.989 45.2345 655.629C33.9709 656.269 24.8841 655.24 18.3648 653.127C11.8211 651.005 8.00522 647.845 6.98872 644.299Z"
stroke="white" stroke-opacity="0.4" stroke-width="0.934774" />
</g>
</g>
<g filter="url(#filter10_d_840_3557)">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M97.531 286.901L97.166 289.3L92.8506 348.738L92.8429 351.729L93.2387 354.719L94.016 357.668L95.1511 360.538L96.6188 363.291L98.3923 365.887L100.444 368.288L102.744 370.457L105.262 372.357L107.968 373.952L110.83 375.208L113.815 376.092L175.057 389.963L177.611 390.35L180.027 390.342L182.284 389.963L184.359 389.239L182.293 390.464L180.424 391.506L178.45 392.677L180.423 391.506L180.424 391.506L182.293 390.464L184.359 389.239L186.235 388.194L182.295 390.463L182.294 390.463L182.293 390.464L180.424 391.506L178.45 392.677L174.7 394.836L171.041 396.943L169.192 397.975L167.155 398.7L164.95 399.094L162.597 399.133L160.119 398.795L101.025 386.307L98.1589 385.501L95.4186 384.337L92.8343 382.846L90.4355 381.061L88.2514 379.014L86.3102 376.741L84.6393 374.276L83.265 371.656L82.2123 368.918L81.5052 366.098L81.1659 363.233L81.2152 360.358L86.2265 302.907L86.6145 300.574L87.3332 298.461L90.9819 293.264L92.2789 291.62L94.9763 288.218L97.7404 284.733L100.572 281.162L99.2656 282.819L98.241 284.737L97.531 286.901Z"
fill="url(#paint14_linear_840_3557)" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M112.813 277.139L115.338 277.543L117.938 278.276L171.472 296.641L173.74 297.566L175.918 298.741L177.988 300.14L179.934 301.736L181.739 303.508L183.385 305.43L184.855 307.479L186.129 309.633L187.189 311.869L188.014 314.164L188.584 316.496L188.876 318.843L192.301 376.491L192.301 376.492L191.991 378.978L191.378 381.278L190.48 383.371L189.313 385.236L187.892 386.852L186.236 388.194L184.36 389.239L182.284 389.963L180.027 390.342L177.611 390.35L175.057 389.963L113.817 376.092L111.019 375.445L108.075 374.184L105.262 372.357L102.744 370.457L100.444 368.288L98.3923 365.887L96.6188 363.291L95.1511 360.538L94.016 357.668L93.2388 354.719L92.8429 351.729L92.8506 348.738L97.166 289.3L97.531 286.901L98.241 284.737L99.2656 282.819L100.575 281.159L102.139 279.766L103.929 278.651L105.919 277.822L108.079 277.288L110.386 277.057L112.813 277.139ZM192.301 376.491L188.876 318.843L192.295 373.839L192.301 376.491Z"
fill="url(#paint15_linear_840_3557)" />
<path d="M191.912 376.48L191.609 378.904L191.011 381.151L190.136 383.191L189.001 385.004L187.623 386.571L186.017 387.871L184.2 388.884L182.187 389.586L179.994 389.954L177.64 389.962L175.129 389.581L113.904 375.714L113.902 375.714L111.14 375.075L108.259 373.84L105.485 372.039L102.994 370.16L100.725 368.02L98.7009 365.651L96.9511 363.09L95.5038 360.375L94.3853 357.547L93.6202 354.644L93.231 351.704L93.2386 348.752L97.5519 289.343L97.9098 286.991L98.5992 284.89L99.5916 283.032L100.858 281.426L102.372 280.078L104.108 278.997L106.04 278.191L108.145 277.671L110.398 277.446L112.776 277.526L115.255 277.922L117.822 278.647L171.336 297.004L173.575 297.918L175.717 299.073L177.756 300.451L179.674 302.026L181.455 303.773L183.079 305.669L184.529 307.691L185.786 309.815L186.83 312.018L187.642 314.276L188.201 316.567L188.489 318.878L191.912 376.48Z"
stroke="url(#paint16_linear_840_3557)" stroke-opacity="0.4" stroke-width="0.776052" />
<g opacity="0.9">
<g clip-path="url(#clip1_840_3557)">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M162.265 319.674C164.781 323.14 166.777 326.839 168.187 330.667C169.64 334.629 170.414 338.562 170.472 342.35C170.523 346.116 169.871 349.512 168.526 352.441C168.226 353.094 167.895 353.717 167.533 354.311L169.518 352.609L166.153 356.25C165.214 357.385 164.133 358.373 162.917 359.206C162.885 359.228 162.852 359.25 162.819 359.272L162.807 359.283L162.812 359.278C160.419 360.893 157.615 361.826 154.487 362.06C151.242 362.296 147.786 361.77 144.203 360.481L144.077 360.435C139.924 358.923 135.789 356.408 132.068 353.146L122.972 349.873C121.456 349.328 120.199 347.601 120.17 346.02L119.996 336.557C118.069 332.054 116.995 327.406 116.898 323.079C116.811 319.3 117.439 315.883 118.748 312.928C119.76 310.655 121.148 308.734 122.883 307.192L122.862 307.194L123.059 307.038C123.399 306.745 123.751 306.466 124.117 306.201L127.952 303.168C127.704 303.394 127.466 303.624 127.239 303.855L127.266 303.835L127.191 303.904C126.872 304.23 126.574 304.558 126.302 304.875C128.217 303.915 130.347 303.333 132.658 303.133C135.933 302.852 139.424 303.366 143.049 304.652L143.169 304.695C146.77 305.991 150.271 307.974 153.587 310.596C156.83 313.154 159.749 316.215 162.265 319.674ZM129.625 301.844C129.034 302.24 128.472 302.694 127.952 303.168L129.625 301.844ZM128.85 327.25C128.88 328.9 130.193 330.702 131.775 331.271C133.363 331.842 134.62 330.965 134.59 329.315C134.56 327.665 133.247 325.863 131.665 325.294C130.083 324.725 128.82 325.6 128.85 327.25ZM140.81 331.553C140.84 333.203 142.153 335.005 143.735 335.574C145.316 336.143 146.58 335.268 146.55 333.618C146.52 331.969 145.207 330.167 143.625 329.597C142.043 329.028 140.779 329.903 140.81 331.553ZM152.77 335.856C152.8 337.506 154.113 339.308 155.694 339.877C157.276 340.447 158.54 339.572 158.51 337.922C158.48 336.272 157.167 334.47 155.585 333.901C154.003 333.332 152.739 334.207 152.77 335.856Z"
fill="url(#paint17_linear_840_3557)" />
</g>
<g clip-path="url(#clip2_840_3557)">
<path d="M172.714 326.375C171.361 322.566 169.415 318.883 166.943 315.432C164.47 311.987 161.585 308.938 158.365 306.387C155.073 303.774 151.585 301.795 147.984 300.499L147.864 300.456C144.239 299.17 140.735 298.652 137.436 298.925C134.25 299.189 131.395 300.167 128.954 301.844C126.513 303.521 124.6 305.803 123.275 308.636C121.908 311.572 121.219 314.968 121.242 318.726C121.267 323.029 122.268 327.653 124.131 332.135L124.146 341.545C124.148 343.117 125.384 344.836 126.9 345.382L135.996 348.655C139.684 351.906 143.802 354.415 147.954 355.927L148.08 355.973C151.663 357.262 155.132 357.792 158.401 357.564C161.599 357.335 164.472 356.388 166.931 354.743C169.395 353.099 171.332 350.838 172.687 348.028C174.09 345.117 174.804 341.742 174.816 337.997C174.822 334.231 174.11 330.318 172.714 326.375ZM136.071 326.902C134.489 326.333 133.199 324.538 133.196 322.898C133.194 321.257 134.48 320.39 136.062 320.959C137.644 321.528 138.934 323.322 138.936 324.963C138.939 326.604 137.659 327.473 136.071 326.902ZM148.031 331.205C146.449 330.636 145.158 328.841 145.156 327.201C145.153 325.56 146.44 324.693 148.022 325.262C149.603 325.831 150.894 327.626 150.896 329.266C150.899 330.907 149.612 331.774 148.031 331.205ZM159.99 335.508C158.409 334.939 157.118 333.145 157.116 331.504C157.113 329.864 158.4 328.996 159.981 329.565C161.563 330.134 162.854 331.929 162.856 333.57C162.859 335.21 161.572 336.078 159.99 335.508Z"
fill="url(#paint18_linear_840_3557)" />
<path d="M158.22 306.692L158.221 306.692C161.395 309.207 164.239 312.212 166.678 315.61C169.117 319.014 171.035 322.644 172.369 326.4C173.745 330.288 174.448 334.146 174.442 337.86C174.43 341.555 173.726 344.883 172.343 347.752C171.006 350.523 169.097 352.752 166.666 354.373L166.666 354.373C164.242 355.996 161.41 356.929 158.257 357.155C155.033 357.38 151.614 356.857 148.08 355.586L147.955 355.541C147.955 355.541 147.955 355.541 147.955 355.541C143.861 354.049 139.8 351.575 136.164 348.37L136.085 348.3L135.995 348.268L126.9 344.995C125.591 344.524 124.522 343.039 124.52 341.679L124.506 332.269L124.506 332.177L124.466 332.081C122.628 327.662 121.641 323.102 121.617 318.859L121.617 318.859C121.593 315.153 122.273 311.804 123.621 308.909C124.928 306.115 126.814 303.866 129.221 302.212C131.627 300.558 134.442 299.594 137.584 299.333C140.836 299.064 144.29 299.575 147.866 300.843L147.984 300.886C151.536 302.164 154.975 304.115 158.22 306.692ZM132.822 322.763C132.824 324.617 134.282 326.645 136.071 327.289C137.867 327.935 139.314 326.951 139.311 325.098C139.308 323.244 137.85 321.216 136.061 320.572C134.272 319.928 132.819 320.909 132.822 322.763ZM144.782 327.066C144.784 328.92 146.242 330.948 148.031 331.592C149.82 332.236 151.273 331.255 151.271 329.401C151.268 327.547 149.81 325.519 148.021 324.875C146.232 324.231 144.779 325.212 144.782 327.066ZM156.741 331.369C156.744 333.223 158.202 335.252 159.991 335.895C161.78 336.539 163.233 335.558 163.23 333.704C163.228 331.851 161.77 329.822 159.981 329.178C158.192 328.535 156.739 329.516 156.741 331.369Z"
stroke="url(#paint19_linear_840_3557)" stroke-opacity="0.8"
stroke-width="0.782645" />
</g>
</g>
</g>
<g filter="url(#filter11_d_840_3557)">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M1490.37 488.023L1490.12 491.469L1477.55 575.366L1476.62 579.522L1475.14 583.551L1473.14 587.404L1470.66 591.035L1467.77 594.4L1464.49 597.451L1460.89 600.145L1457.02 602.439L1452.93 604.29L1448.67 605.66L1444.31 606.51L1439.88 606.805L1350.5 606.934L1346.83 606.674L1343.48 605.908L1340.46 604.677L1337.8 603.023L1340.29 605.37L1342.56 607.4L1344.94 609.644L1342.56 607.401L1342.56 607.4L1340.29 605.37L1337.8 603.023L1335.52 600.985L1340.29 605.368L1340.29 605.369L1340.29 605.37L1342.56 607.4L1344.94 609.644L1349.47 613.814L1353.89 617.884L1356.14 619.894L1358.74 621.537L1361.68 622.774L1364.94 623.564L1368.48 623.868L1454.46 624.988L1458.69 624.764L1462.86 624.004L1466.91 622.741L1470.8 621.011L1474.47 618.851L1477.88 616.3L1480.97 613.399L1483.7 610.19L1486.02 606.716L1487.88 603.021L1489.25 599.147L1490.08 595.139L1501.07 513.785L1501.26 510.424L1500.92 507.264L1497.47 498.907L1496.19 496.218L1493.5 490.651L1490.75 484.947L1487.94 479.103L1489.23 481.812L1490.06 484.796L1490.37 488.023Z"
fill="url(#paint20_linear_840_3557)" />
<g filter="url(#filter12_b_840_3557)">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M1472.19 469.692L1468.56 469.463L1464.72 469.669L1384.63 478.448L1381.19 479.024L1377.8 479.976L1374.49 481.271L1371.29 482.881L1368.23 484.777L1365.34 486.932L1362.66 489.319L1360.22 491.912L1358.05 494.686L1356.18 497.616L1354.66 500.677L1353.53 503.845L1330.76 582.836L1330.76 582.838L1330.41 586.388L1330.54 589.773L1331.14 592.961L1332.17 595.916L1333.64 598.603L1335.52 600.985L1337.8 603.023L1340.46 604.677L1343.48 605.908L1346.83 606.674L1350.5 606.934L1439.88 606.805L1443.97 606.781L1448.45 605.949L1452.93 604.29L1457.02 602.439L1460.89 600.145L1464.49 597.451L1467.77 594.4L1470.66 591.035L1473.14 587.404L1475.14 583.551L1476.62 579.522L1477.55 575.366L1490.12 491.469L1490.37 488.023L1490.06 484.796L1489.23 481.812L1487.93 479.097L1486.2 476.674L1484.06 474.566L1481.55 472.793L1478.72 471.377L1475.59 470.336L1472.19 469.692ZM1330.76 582.836L1353.53 503.845L1331.59 579.155L1330.76 582.836Z"
fill="url(#paint21_linear_840_3557)" />
<path d="M1331.3 582.943L1330.97 586.404L1331.09 589.712L1331.67 592.818L1332.68 595.69L1334.11 598.297L1335.93 600.604L1338.14 602.578L1340.71 604.182L1343.64 605.378L1346.91 606.125L1350.52 606.381L1439.88 606.251L1439.88 606.251L1443.92 606.228L1448.3 605.413L1452.72 603.778L1456.77 601.947L1460.59 599.684L1464.14 597.026L1467.37 594.016L1470.22 590.698L1472.66 587.119L1474.63 583.327L1476.09 579.366L1477 575.265L1489.57 491.408L1489.81 488.03L1489.51 484.896L1488.71 482.007L1487.46 479.38L1485.77 477.035L1483.7 474.992L1481.27 473.269L1478.51 471.889L1475.45 470.873L1472.12 470.242L1468.56 470.017L1464.77 470.221L1384.71 478.996L1381.31 479.565L1377.98 480.501L1374.72 481.777L1371.56 483.364L1368.54 485.235L1365.69 487.361L1363.05 489.716L1360.64 492.273L1358.5 495.006L1356.67 497.889L1355.17 500.895L1354.05 504.015L1331.3 582.943Z"
stroke="url(#paint22_linear_840_3557)" stroke-opacity="0.6"
stroke-width="1.10656" />
</g>
<g clip-path="url(#clip3_840_3557)">
<path d="M1426.6 497.89C1427.69 497.833 1428.7 497.927 1429.61 498.154L1428.4 493.752L1433.23 500.28C1434.91 502.173 1435.43 505.031 1434.37 508.304L1433.62 510.61L1444.81 509.828C1445.13 509.806 1445.44 509.799 1445.75 509.793C1446.06 509.803 1446.37 509.812 1446.65 509.855C1446.72 509.864 1446.78 509.873 1446.84 509.882L1445.82 505.276L1450.59 511.724C1450.68 511.821 1450.76 511.92 1450.84 512.02C1450.99 512.213 1451.13 512.438 1451.26 512.648C1451.39 512.874 1451.49 513.101 1451.59 513.345C1451.7 513.588 1451.76 513.834 1451.83 514.096C1451.89 514.357 1451.93 514.62 1451.96 514.9C1451.98 515.18 1451.99 515.462 1452 515.743C1451.99 516.025 1451.97 516.324 1451.93 516.608C1451.9 516.908 1451.84 517.194 1451.77 517.496C1451.71 517.798 1451.61 518.102 1451.51 518.407L1448.04 529.09L1450.46 528.921C1451.63 528.838 1452.72 528.92 1453.69 529.146L1452.98 525.188L1457.58 531.373C1459.19 533.207 1459.68 535.916 1458.67 539.022C1456.66 545.205 1449.82 550.598 1443.42 551.046L1440.85 551.225L1437.37 561.909C1435.71 567.081 1429.97 571.615 1424.61 571.99L1408.82 573.094L1408.83 573.057L1403.78 566.543L1411.16 565.893L1411.33 565.358C1411.44 565.005 1411.53 564.655 1411.57 564.308C1411.62 563.96 1411.61 563.632 1411.57 563.306C1411.53 562.98 1411.46 562.688 1411.33 562.415C1411.21 562.142 1411.06 561.886 1410.88 561.648C1409.93 560.462 1408.18 559.88 1406.11 560.057C1405.65 560.088 1405.18 560.168 1404.71 560.28C1404.23 560.392 1403.75 560.534 1403.26 560.725C1402.77 560.916 1402.31 561.12 1401.84 561.373C1401.36 561.625 1400.91 561.907 1400.48 562.219C1399.3 563.068 1397.78 564.474 1397.12 566.492L1394.65 574.084L1378.98 575.18C1378.66 575.203 1378.35 575.209 1378.04 575.199C1377.73 575.19 1377.42 575.164 1377.12 575.138C1376.82 575.096 1376.54 575.053 1376.25 574.98C1375.98 574.905 1375.71 574.83 1375.45 574.739C1375.18 574.648 1374.94 574.524 1374.7 574.399C1374.46 574.275 1374.25 574.134 1374.03 573.976C1373.82 573.819 1373.63 573.66 1373.44 573.486C1373.25 573.311 1373.08 573.12 1372.92 572.912C1372.77 572.717 1372.64 572.52 1372.51 572.311L1372.49 572.269C1372.46 572.215 1372.43 572.161 1372.4 572.106L1368.09 566.543L1372.28 566.173L1377.03 551.555L1385.13 550.989C1386.76 550.875 1388.55 550.108 1390.19 548.82C1390.65 548.458 1391.07 548.085 1391.47 547.666C1391.86 547.263 1392.23 546.83 1392.56 546.384C1392.88 545.939 1393.16 545.481 1393.41 545.009C1393.66 544.538 1393.85 544.071 1394 543.607C1395.1 540.024 1392.99 537.212 1389.38 537.465L1381.43 538.021L1381.43 538.015L1381.43 538.016L1376.48 531.352L1383.84 530.607L1386.33 522.933C1386.53 522.324 1386.8 521.711 1387.11 521.094C1387.44 520.476 1387.82 519.886 1388.25 519.308C1388.68 518.73 1389.16 518.164 1389.7 517.642C1390.23 517.103 1390.8 516.61 1391.39 516.161C1391.98 515.713 1392.61 515.294 1393.26 514.92C1393.9 514.546 1394.56 514.233 1395.22 513.968C1395.88 513.703 1396.56 513.483 1397.22 513.328C1397.88 513.172 1398.54 513.063 1399.17 513.035L1410.38 512.251L1411.18 509.784C1411.24 509.608 1411.3 509.416 1411.37 509.239C1411.4 509.178 1411.42 509.117 1411.45 509.054C1411.49 508.932 1411.54 508.808 1411.6 508.691C1411.64 508.602 1411.68 508.509 1411.72 508.416C1411.76 508.323 1411.81 508.23 1411.84 508.141C1411.89 508.052 1411.94 507.959 1411.98 507.865C1412.03 507.772 1412.08 507.679 1412.12 507.59C1412.21 507.411 1412.32 507.231 1412.43 507.052L1412.75 506.513C1412.86 506.333 1412.98 506.152 1413.11 505.971C1413.17 505.881 1413.23 505.794 1413.29 505.708C1413.35 505.621 1413.41 505.535 1413.48 505.444C1413.6 505.264 1413.74 505.098 1413.87 504.931C1413.91 504.89 1413.94 504.848 1413.97 504.806C1414.08 504.676 1414.19 504.542 1414.3 504.416C1414.44 504.25 1414.59 504.083 1414.74 503.916C1414.9 503.748 1415.04 503.597 1415.21 503.429C1415.36 503.278 1415.53 503.109 1415.7 502.957L1416.19 502.5C1416.3 502.397 1416.42 502.301 1416.54 502.202C1416.59 502.154 1416.65 502.106 1416.71 502.056C1416.8 501.988 1416.89 501.915 1416.98 501.842C1417.07 501.769 1417.16 501.696 1417.24 501.628C1417.42 501.49 1417.61 501.351 1417.78 501.23C1417.98 501.091 1418.15 500.97 1418.34 500.847L1418.9 500.479C1419.03 500.391 1419.17 500.31 1419.31 500.233C1419.36 500.202 1419.42 500.172 1419.47 500.142C1419.65 500.035 1419.85 499.927 1420.05 499.819C1420.15 499.765 1420.25 499.716 1420.34 499.666C1420.44 499.616 1420.54 499.566 1420.64 499.512C1420.83 499.42 1421.03 499.328 1421.24 499.235C1421.43 499.143 1421.64 499.066 1421.84 498.989C1421.95 498.951 1422.05 498.913 1422.14 498.874C1422.24 498.836 1422.34 498.798 1422.44 498.76C1422.65 498.683 1422.85 498.622 1423.05 498.561L1423.65 498.378C1423.85 498.317 1424.05 498.272 1424.26 498.226L1424.35 498.206C1424.53 498.167 1424.69 498.13 1424.86 498.106C1424.95 498.091 1425.05 498.072 1425.15 498.054C1425.25 498.035 1425.35 498.016 1425.45 498.002C1425.64 497.973 1425.85 497.943 1426.03 497.93L1426.6 497.89Z"
fill="url(#paint23_linear_840_3557)" />
</g>
<g opacity="0.9" clip-path="url(#clip4_840_3557)">
<path d="M1419.65 565.329L1403.86 566.433L1406.37 558.697C1406.49 558.344 1406.57 557.994 1406.61 557.647C1406.66 557.299 1406.65 556.971 1406.61 556.645C1406.57 556.319 1406.5 556.027 1406.38 555.754C1406.25 555.481 1406.1 555.225 1405.92 554.987C1404.97 553.801 1403.23 553.219 1401.15 553.396C1400.7 553.427 1400.23 553.507 1399.75 553.619C1399.27 553.731 1398.79 553.873 1398.3 554.064C1397.82 554.255 1397.36 554.459 1396.88 554.712C1396.4 554.964 1395.95 555.246 1395.52 555.558C1394.34 556.407 1392.82 557.813 1392.16 559.831L1389.7 567.423L1374.02 568.519C1373.7 568.542 1373.39 568.548 1373.08 568.538C1372.77 568.528 1372.47 568.503 1372.16 568.477C1371.86 568.435 1371.58 568.392 1371.29 568.319C1371.02 568.244 1370.75 568.169 1370.49 568.078C1370.22 567.987 1369.98 567.863 1369.74 567.738C1369.5 567.614 1369.29 567.473 1369.08 567.315C1368.86 567.158 1368.67 566.999 1368.48 566.825C1368.29 566.65 1368.12 566.459 1367.96 566.251C1367.8 566.043 1367.67 565.833 1367.53 565.608C1367.41 565.382 1367.28 565.156 1367.2 564.911C1367.1 564.668 1367.01 564.423 1366.95 564.161C1366.89 563.9 1366.84 563.637 1366.8 563.358C1366.78 563.078 1366.75 562.798 1366.76 562.515C1366.75 562.234 1366.79 561.934 1366.82 561.635C1366.85 561.335 1366.9 561.034 1366.98 560.731C1367.04 560.429 1367.13 560.126 1367.23 559.822L1372.08 544.894L1380.17 544.328C1381.8 544.214 1383.6 543.447 1385.23 542.158C1385.69 541.797 1386.11 541.424 1386.51 541.005C1386.9 540.602 1387.27 540.169 1387.6 539.723C1387.92 539.278 1388.2 538.82 1388.45 538.348C1388.71 537.877 1388.89 537.41 1389.04 536.946C1390.14 533.362 1388.03 530.551 1384.42 530.804L1376.47 531.36L1381.38 516.272C1381.57 515.663 1381.84 515.05 1382.15 514.433C1382.49 513.815 1382.86 513.225 1383.29 512.647C1383.73 512.069 1384.21 511.503 1384.74 510.981C1385.27 510.442 1385.84 509.949 1386.43 509.5C1387.02 509.052 1387.65 508.633 1388.3 508.259C1388.94 507.885 1389.6 507.572 1390.27 507.307C1390.93 507.042 1391.6 506.822 1392.26 506.667C1392.92 506.511 1393.58 506.402 1394.21 506.374L1405.42 505.59L1406.22 503.123C1406.28 502.947 1406.34 502.755 1406.41 502.578C1406.49 502.4 1406.55 502.208 1406.64 502.03C1406.72 501.852 1406.81 501.658 1406.89 501.48C1406.98 501.302 1407.07 501.107 1407.16 500.929C1407.25 500.75 1407.36 500.57 1407.47 500.391L1407.79 499.852C1407.9 499.672 1408.02 499.491 1408.15 499.31C1408.27 499.129 1408.39 498.964 1408.52 498.783C1408.64 498.603 1408.78 498.437 1408.91 498.27C1409.05 498.104 1409.19 497.922 1409.34 497.755C1409.48 497.589 1409.63 497.422 1409.79 497.255C1409.94 497.087 1410.09 496.936 1410.26 496.768C1410.4 496.617 1410.57 496.448 1410.74 496.296L1411.23 495.839C1411.4 495.686 1411.57 495.549 1411.75 495.395C1411.93 495.258 1412.11 495.104 1412.29 494.967C1412.46 494.829 1412.65 494.69 1412.83 494.569C1413.02 494.43 1413.19 494.309 1413.38 494.186L1413.94 493.818C1414.13 493.695 1414.33 493.587 1414.51 493.481C1414.69 493.374 1414.89 493.266 1415.09 493.158C1415.29 493.05 1415.48 492.959 1415.68 492.851C1415.88 492.759 1416.07 492.667 1416.28 492.574C1416.48 492.482 1416.68 492.405 1416.89 492.328C1417.09 492.251 1417.28 492.176 1417.49 492.099C1417.69 492.022 1417.89 491.961 1418.09 491.9L1418.69 491.717C1418.89 491.656 1419.09 491.611 1419.3 491.565C1419.51 491.518 1419.71 491.474 1419.9 491.445C1420.09 491.416 1420.3 491.37 1420.49 491.341C1420.68 491.312 1420.89 491.282 1421.07 491.269L1421.64 491.229C1427.89 490.901 1431.39 495.556 1429.41 501.643L1428.66 503.949L1439.85 503.167C1440.17 503.145 1440.48 503.138 1440.79 503.132C1441.1 503.142 1441.41 503.151 1441.69 503.194C1441.99 503.236 1442.27 503.279 1442.55 503.338C1442.83 503.397 1443.09 503.488 1443.36 503.579C1443.62 503.67 1443.87 503.778 1444.11 503.902C1444.35 504.026 1444.56 504.168 1444.78 504.309C1445 504.45 1445.19 504.625 1445.38 504.8C1445.57 504.974 1445.73 505.166 1445.88 505.359C1446.03 505.552 1446.17 505.777 1446.3 505.987C1446.43 506.213 1446.53 506.44 1446.64 506.684C1446.74 506.927 1446.8 507.173 1446.87 507.435C1446.93 507.696 1446.98 507.959 1447 508.239C1447.02 508.519 1447.03 508.801 1447.04 509.082C1447.03 509.364 1447.01 509.663 1446.97 509.947C1446.94 510.247 1446.88 510.533 1446.81 510.835C1446.75 511.137 1446.65 511.441 1446.55 511.746L1443.08 522.429L1445.5 522.26C1451.98 521.806 1455.67 526.339 1453.71 532.361C1451.7 538.543 1444.86 543.937 1438.46 544.385L1435.89 544.564L1432.42 555.248C1430.75 560.42 1425.01 564.954 1419.65 565.329Z"
fill="url(#paint24_linear_840_3557)" />
</g>
</g>
<g filter="url(#filter13_d_840_3557)">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M1244.77 55.2975L1245.04 57.4023L1247.77 109.473L1247.73 112.09L1247.33 114.698L1246.6 117.264L1245.55 119.755L1244.22 122.137L1242.62 124.377L1240.79 126.442L1238.74 128.298L1236.5 129.916L1234.11 131.263L1231.58 132.312L1228.95 133.033L1175.14 144.09L1172.9 144.383L1170.78 144.334L1168.81 143.963L1167.01 143.293L1168.8 144.401L1170.41 145.345L1172.12 146.405L1170.42 145.346L1170.41 145.345L1168.8 144.401L1167.01 143.293L1165.39 142.346L1168.8 144.4L1168.8 144.401L1168.8 144.401L1170.41 145.345L1172.12 146.405L1175.36 148.359L1178.53 150.267L1180.13 151.202L1181.9 151.872L1183.82 152.255L1185.87 152.331L1188.05 152.078L1239.96 142.193L1242.48 141.539L1244.9 140.569L1247.19 139.31L1249.32 137.79L1251.26 136.038L1253 134.084L1254.51 131.957L1255.76 129.69L1256.72 127.313L1257.39 124.859L1257.74 122.358L1257.75 119.842L1254.37 69.4982L1254.07 67.4506L1253.48 65.5889L1250.38 60.9791L1249.28 59.5176L1246.98 56.4947L1244.62 53.3971L1242.21 50.2238L1243.32 51.6961L1244.18 53.3918L1244.77 55.2975Z"
fill="url(#paint25_linear_840_3557)" />
<g filter="url(#filter14_b_840_3557)">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M1231.57 46.4894L1229.35 46.7977L1227.07 47.3938L1179.91 62.5175L1177.91 63.2871L1175.99 64.2765L1174.15 65.4634L1172.42 66.8262L1170.81 68.3439L1169.34 69.9962L1168.02 71.763L1166.86 73.6249L1165.9 75.5621L1165.13 77.5555L1164.6 79.5857L1164.3 81.6331L1160.29 132.001L1160.29 132.003L1160.52 134.183L1161.01 136.205L1161.76 138.052L1162.75 139.704L1163.96 141.142L1165.39 142.345L1167.01 143.293L1168.81 143.963L1170.78 144.334L1172.9 144.383L1175.14 144.089L1228.95 133.032L1231.41 132.516L1234.01 131.464L1236.5 129.916L1238.74 128.298L1240.79 126.441L1242.62 124.377L1244.22 122.137L1245.55 119.755L1246.6 117.264L1247.33 114.698L1247.73 112.089L1247.77 109.473L1245.04 57.4019L1244.77 55.2972L1244.18 53.3914L1243.32 51.6958L1242.2 50.2204L1240.86 48.9747L1239.31 47.9676L1237.59 47.2075L1235.71 46.7024L1233.69 46.4604L1231.57 46.4894ZM1160.29 132.001L1164.3 81.6331L1160.34 129.682L1160.29 132.001Z"
fill="url(#paint26_linear_840_3557)" />
<path d="M1160.68 131.998L1160.9 134.116L1161.38 136.085L1162.11 137.878L1163.07 139.477L1164.24 140.866L1165.61 142.026L1167.18 142.94L1168.92 143.586L1170.82 143.945L1172.87 143.993L1175.07 143.705L1228.87 132.652L1228.87 132.651L1231.3 132.142L1233.83 131.116L1236.28 129.592L1238.49 127.995L1240.51 126.167L1242.32 124.134L1243.89 121.928L1245.2 119.584L1246.23 117.135L1246.95 114.615L1247.34 112.056L1247.38 109.479L1244.66 57.4376L1244.38 55.3801L1243.82 53.5377L1242.99 51.903L1241.91 50.4825L1240.62 49.2827L1239.13 48.311L1237.46 47.5756L1235.63 47.0854L1233.67 46.8498L1231.6 46.8782L1229.43 47.18L1227.17 47.7676L1180.04 62.8846L1178.07 63.6428L1176.18 64.6138L1174.38 65.7803L1172.68 67.1212L1171.09 68.6155L1169.64 70.2427L1168.34 71.9824L1167.2 73.8145L1166.25 75.7188L1165.51 77.6753L1164.98 79.6638L1164.69 81.6764L1160.68 131.998Z"
stroke="url(#paint27_linear_840_3557)" stroke-opacity="0.6"
stroke-width="0.778219" />
</g>
<g opacity="0.9">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M1216.75 68.9201C1215.59 67.2258 1213.78 66.2582 1213.45 66.1666C1213.12 66.0749 1212.86 66.0912 1212.86 66.0912L1214.2 68.6642C1213.2 69.2027 1212.35 70.3147 1212.13 71.4898L1210.77 78.8634C1210.75 78.9539 1210.74 79.0426 1210.73 79.1296L1198.13 83.431C1198.13 83.3479 1198.12 83.2655 1198.11 83.1843L1197.29 76.7346L1197.29 76.735C1197.29 76.735 1197.26 76.0812 1197 75.6964C1195.83 74.0021 1194.03 73.0346 1193.69 72.9429C1193.36 72.8512 1193.11 72.8675 1193.11 72.8675L1194.43 75.414C1193.1 76.1308 1192.16 77.7674 1192.33 79.1008L1193.1 85.1468L1190.62 85.9928C1186.05 87.5544 1182.19 92.736 1182.01 97.5661L1181.58 109.227C1181.39 114.057 1184.95 116.707 1189.53 115.145L1212.39 107.342L1213.74 109.644L1192.19 117.002C1191.1 117.373 1190.15 118.426 1189.77 119.568L1189.24 118.867L1187.06 118.513C1187.06 118.513 1187.01 119.166 1187.28 119.55C1188.44 121.245 1189.57 122.019 1190.11 122.21C1190.5 122.349 1190.92 122.376 1191.12 122.381C1191.39 122.395 1191.68 122.354 1191.99 122.249L1214.08 114.709C1215.45 114.241 1216.6 112.686 1216.66 111.237C1216.67 110.882 1216.62 110.566 1216.51 110.299C1216.47 110.163 1216.43 110.025 1216.38 109.897C1215.74 108.233 1213.83 107.189 1213.12 107.097C1213.12 107.096 1213.12 107.096 1213.11 107.095L1217.14 105.72C1221.71 104.159 1225.57 98.9772 1225.75 94.1471L1226.19 82.4861C1226.25 80.9234 1225.91 79.5889 1225.28 78.5514L1225.29 78.5528C1225.29 78.5528 1224.86 77.8174 1224.6 77.4357C1223.43 75.7414 1221.62 74.8285 1221.2 74.6428C1220.78 74.4572 1220.06 74.2147 1220.06 74.2147L1221.4 76.1514C1220.44 76.0528 1219.37 76.1813 1218.23 76.5678L1215.76 77.4138L1217 70.6791C1217.07 70.3351 1217.07 70.0155 1217.02 69.7297C1216.99 69.5043 1216.92 69.1599 1216.75 68.9201ZM1214.71 88.1871C1215.06 88.5192 1215.26 89.0344 1215.23 89.679L1215.21 90.2214L1214.71 88.1871ZM1196.89 99.9633C1196.42 100.659 1195.74 101.225 1195 101.478C1194.1 101.785 1193.33 101.549 1192.93 100.941L1196.89 99.9633Z"
fill="url(#paint28_linear_840_3557)" />
<g clip-path="url(#clip5_840_3557)">
<path d="M1213.09 75.1799L1215.57 74.3339C1220.14 72.7724 1223.7 75.4221 1223.52 80.2522L1223.08 91.9133C1222.9 96.7434 1219.05 101.925 1214.47 103.487L1186.86 112.912C1182.29 114.473 1178.73 111.823 1178.91 106.993L1179.35 95.3323C1179.53 90.5022 1183.38 85.3206 1187.96 83.759L1190.44 82.913L1189.67 76.867C1189.5 75.5147 1190.46 73.8506 1191.82 73.1503C1193.19 72.45 1194.43 72.9786 1194.6 74.3309L1195.44 80.9505C1195.45 81.0317 1195.46 81.1141 1195.46 81.1972L1208.06 76.8957C1208.07 76.8087 1208.08 76.7201 1208.1 76.6296L1209.47 69.256C1209.75 67.7497 1211.06 66.3469 1212.41 66.1231C1213.75 65.8992 1214.62 66.9389 1214.34 68.4452L1213.09 75.1799ZM1190.04 95.136L1189.95 97.4682C1189.9 98.9172 1190.96 99.7121 1192.34 99.2437C1193.71 98.7752 1194.87 97.2207 1194.92 95.7717L1195.01 93.4395C1195.06 91.9905 1193.99 91.1955 1192.62 91.664C1191.25 92.1325 1190.09 93.687 1190.04 95.136ZM1207.6 89.1417L1207.51 91.4739C1207.46 92.9229 1208.52 93.7178 1209.9 93.2493C1211.27 92.7809 1212.42 91.2264 1212.48 89.7774L1212.57 87.4451C1212.62 85.9961 1211.55 85.2012 1210.18 85.6697C1208.81 86.1381 1207.65 87.6927 1207.6 89.1417ZM1189.32 120.015C1187.95 120.484 1186.88 119.689 1186.94 118.24C1186.99 116.791 1188.15 115.236 1189.52 114.768L1211.61 107.228C1212.98 106.759 1214.05 107.554 1213.99 109.003C1213.94 110.452 1212.78 112.007 1211.41 112.475L1189.32 120.015Z"
fill="url(#paint29_linear_840_3557)" />
<path d="M1212.58 75.2641L1212.46 75.9324L1213.07 75.7245L1215.55 74.8785C1219.84 73.4142 1223.18 75.8989 1223.01 80.4283L1222.57 92.0893C1222.4 96.6187 1218.78 101.478 1214.49 102.942L1186.88 112.367C1182.59 113.831 1179.25 111.347 1179.42 106.817L1179.86 95.1562C1180.03 90.6269 1183.65 85.7679 1187.94 84.3036L1190.42 83.4576L1191.02 83.2497L1190.95 82.6498L1190.18 76.6038L1189.67 76.867L1190.18 76.6038C1190.04 75.5322 1190.81 74.2135 1191.89 73.6586C1192.97 73.1036 1193.95 73.5225 1194.09 74.5941C1194.09 74.5941 1194.09 74.5941 1194.09 74.5941L1194.93 81.2137L1194.93 81.2139C1194.94 81.2782 1194.94 81.3437 1194.95 81.4101L1194.96 81.9062L1195.44 81.7418L1208.04 77.4403L1208.52 77.2759L1208.58 76.7573C1208.58 76.6879 1208.59 76.6174 1208.61 76.5457L1208.61 76.5455L1209.97 69.1718C1210.19 67.9782 1211.24 66.8666 1212.3 66.6892C1213.37 66.5118 1214.05 67.3357 1213.83 68.5293L1212.58 75.2641ZM1189.52 95.312L1189.43 97.6443C1189.37 99.394 1190.66 100.354 1192.32 99.7883C1193.97 99.2226 1195.37 97.3454 1195.44 95.5956L1195.52 93.2634C1195.59 91.5136 1194.3 90.5537 1192.64 91.1194C1190.98 91.6851 1189.59 93.5623 1189.52 95.312ZM1207.08 89.3177L1206.99 91.6499C1206.93 93.3997 1208.22 94.3596 1209.88 93.7939C1211.53 93.2282 1212.93 91.3511 1213 89.6013L1213.08 87.2691C1213.15 85.5193 1211.86 84.5594 1210.2 85.1251C1208.54 85.6908 1207.15 87.5679 1207.08 89.3177ZM1189.34 119.471C1188.25 119.842 1187.41 119.212 1187.45 118.064C1187.49 116.915 1188.41 115.684 1189.5 115.312L1211.59 107.772C1212.67 107.401 1213.52 108.031 1213.48 109.179C1213.43 110.327 1212.52 111.559 1211.43 111.931L1189.34 119.471Z"
stroke="url(#paint30_linear_840_3557)" stroke-opacity="0.4"
stroke-width="1.08995" />
</g>
</g>
</g>
</g>
<defs>
<filter id="filter0_f_840_3557" x="92.914" y="485.027" width="1544.88" height="1375.86"
filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape" />
<feGaussianBlur stdDeviation="38.05" result="effect1_foregroundBlur_840_3557" />
</filter>
<filter id="filter1_f_840_3557" x="-13.886" y="243.016" width="1758.48" height="1589.46"
filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape" />
<feGaussianBlur stdDeviation="91.45" result="effect1_foregroundBlur_840_3557" />
</filter>
<filter id="filter2_f_840_3557" x="16.114" y="243.016" width="1758.48" height="1589.46"
filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape" />
<feGaussianBlur stdDeviation="91.45" result="effect1_foregroundBlur_840_3557" />
</filter>
<filter id="filter3_f_840_3557" x="-184.739" y="-112.376" width="961.341" height="1074.36"
filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape" />
<feGaussianBlur stdDeviation="40.5634" result="effect1_foregroundBlur_840_3557" />
</filter>
<filter id="filter4_f_840_3557" x="-219.823" y="-87.5647" width="741.972" height="1031.55"
filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape" />
<feGaussianBlur stdDeviation="30" result="effect1_foregroundBlur_840_3557" />
</filter>
<filter id="filter5_f_840_3557" x="-199.823" y="-67.5649" width="899.049" height="1019.7"
filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape" />
<feGaussianBlur stdDeviation="20" result="effect1_foregroundBlur_840_3557" />
</filter>
<filter id="filter6_f_840_3557" x="761.873" y="-112.376" width="961.341" height="719.043"
filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape" />
<feGaussianBlur stdDeviation="40.5634" result="effect1_foregroundBlur_840_3557" />
</filter>
<filter id="filter7_f_840_3557" x="1036.33" y="-69" width="610.788" height="636.45"
filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape" />
<feGaussianBlur stdDeviation="20" result="effect1_foregroundBlur_840_3557" />
</filter>
<filter id="filter8_f_840_3557" x="849.249" y="-59" width="799.909" height="633.636"
filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape" />
<feGaussianBlur stdDeviation="15" result="effect1_foregroundBlur_840_3557" />
</filter>
<filter id="filter9_d_840_3557" x="-82.7739" y="540.596" width="233.044" height="214.744"
filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha" />
<feMorphology radius="7.60935" operator="erode" in="SourceAlpha"
result="effect1_dropShadow_840_3557" />
<feOffset dy="19.0234" />
<feGaussianBlur stdDeviation="11.414" />
<feColorMatrix type="matrix"
values="0 0 0 0 0 0 0 0 0 0.128299 0 0 0 0 0.801872 0 0 0 0.15 0" />
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_840_3557" />
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_840_3557" result="shape" />
</filter>
<filter id="filter10_d_840_3557" x="65.9472" y="277.057" width="141.573" height="156.318"
filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha" />
<feMorphology radius="7.60935" operator="erode" in="SourceAlpha"
result="effect1_dropShadow_840_3557" />
<feOffset dy="19.0234" />
<feGaussianBlur stdDeviation="11.414" />
<feColorMatrix type="matrix"
values="0 0 0 0 0 0 0 0 0 0.128299 0 0 0 0 0.801872 0 0 0 0.15 0" />
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_840_3557" />
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_840_3557" result="shape" />
</filter>
<filter id="filter11_d_840_3557" x="1315.19" y="469.463" width="201.282" height="189.767"
filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha" />
<feMorphology radius="7.60935" operator="erode" in="SourceAlpha"
result="effect1_dropShadow_840_3557" />
<feOffset dy="19.0234" />
<feGaussianBlur stdDeviation="11.414" />
<feColorMatrix type="matrix"
values="0 0 0 0 0 0 0 0 0 0.128299 0 0 0 0 0.801872 0 0 0 0.15 0" />
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_840_3557" />
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_840_3557" result="shape" />
</filter>
<filter id="filter12_b_840_3557" x="1314.37" y="453.419" width="192.043" height="169.559"
filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feGaussianBlur in="BackgroundImageFix" stdDeviation="8.02187" />
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_840_3557" />
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_840_3557"
result="shape" />
</filter>
<filter id="filter13_d_840_3557" x="1145.07" y="46.4604" width="127.896" height="140.113"
filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha" />
<feMorphology radius="7.60935" operator="erode" in="SourceAlpha"
result="effect1_dropShadow_840_3557" />
<feOffset dy="19.0234" />
<feGaussianBlur stdDeviation="11.414" />
<feColorMatrix type="matrix"
values="0 0 0 0 0 0 0 0 0 0.128299 0 0 0 0 0.801872 0 0 0 0.15 0" />
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_840_3557" />
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_840_3557" result="shape" />
</filter>
<filter id="filter14_b_840_3557" x="1155.27" y="41.4442" width="97.517" height="107.955"
filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feGaussianBlur in="BackgroundImageFix" stdDeviation="2.50814" />
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_840_3557" />
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_840_3557"
result="shape" />
</filter>
<linearGradient id="paint0_linear_840_3557" x1="720" y1="0" x2="720" y2="883.5"
gradientUnits="userSpaceOnUse">
<stop stop-color="#F5F6FF" />
<stop offset="0.461461" stop-color="#F6F9FF" />
<stop offset="0.875" stop-color="#E4EAFF" />
</linearGradient>
<linearGradient id="paint1_linear_840_3557" x1="865.352" y1="561.127" x2="865.352" y2="1784.79"
gradientUnits="userSpaceOnUse">
<stop stop-color="#C2CFFF" />
<stop offset="0.28125" stop-color="#638EFF" />
<stop offset="0.526042" stop-color="#6691FF" />
<stop offset="0.703125" stop-color="#618EFF" />
<stop offset="0.833333" stop-color="#618FFF" />
<stop offset="1" stop-color="#7398FF" />
</linearGradient>
<linearGradient id="paint2_linear_840_3557" x1="947.5" y1="497.5" x2="1380.5" y2="1069"
gradientUnits="userSpaceOnUse">
<stop offset="0.153575" stop-color="#CAECFF" stop-opacity="0.9" />
<stop offset="0.4375" stop-color="#ACBEFF" />
<stop offset="0.703125" stop-color="#618DFF" />
<stop offset="0.833333" stop-color="#628EFF" />
<stop offset="1" stop-color="#0058FF" />
</linearGradient>
<linearGradient id="paint3_linear_840_3557" x1="977.5" y1="497.5" x2="1410.5" y2="1069"
gradientUnits="userSpaceOnUse">
<stop offset="0.153575" stop-color="#CAECFF" stop-opacity="0.9" />
<stop offset="0.4375" stop-color="#ACBEFF" />
<stop offset="0.703125" stop-color="#618DFF" />
<stop offset="0.833333" stop-color="#628EFF" />
<stop offset="1" stop-color="#0058FF" />
</linearGradient>
<linearGradient id="paint4_linear_840_3557" x1="78.1487" y1="573.637" x2="-256.389" y2="244.696"
gradientUnits="userSpaceOnUse">
<stop stop-color="#ABBDFF" />
<stop offset="0.0001" stop-color="#CEF0FF" />
<stop offset="0.322917" stop-color="#83A6FF" />
<stop offset="0.734375" stop-color="#4D7FFF" />
<stop offset="1" stop-color="#4E71FD" />
</linearGradient>
<linearGradient id="paint5_linear_840_3557" x1="21.9374" y1="548.281" x2="-312.6" y2="219.339"
gradientUnits="userSpaceOnUse">
<stop stop-color="#CEE8FF" />
<stop offset="0.333333" stop-color="#83B5FF" />
<stop offset="0.666667" stop-color="#4D8AFF" />
<stop offset="1" stop-color="#4E89FD" />
</linearGradient>
<linearGradient id="paint6_linear_840_3557" x1="21.9378" y1="548.28" x2="-312.6" y2="219.339"
gradientUnits="userSpaceOnUse">
<stop stop-color="#E2E1FF" />
<stop offset="0.333333" stop-color="#A8A6FF" />
<stop offset="0.666667" stop-color="#4D8AFF" />
<stop offset="1" stop-color="#4E89FD" />
</linearGradient>
<linearGradient id="paint7_linear_840_3557" x1="1460.33" y1="338" x2="1643.38" y2="43.152"
gradientUnits="userSpaceOnUse">
<stop stop-color="#ABBDFF" />
<stop offset="0.0001" stop-color="#CEF0FF" />
<stop offset="0.322917" stop-color="#83A6FF" />
<stop offset="0.734375" stop-color="#4D7FFF" />
<stop offset="1" stop-color="#4E71FD" />
</linearGradient>
<linearGradient id="paint8_linear_840_3557" x1="1452" y1="322.521" x2="1646.33" y2="55.3989"
gradientUnits="userSpaceOnUse">
<stop stop-color="#CEE8FF" />
<stop offset="0.333333" stop-color="#83B5FF" />
<stop offset="0.666667" stop-color="#4D8AFF" />
<stop offset="1" stop-color="#4E89FD" />
</linearGradient>
<linearGradient id="paint9_linear_840_3557" x1="1454.96" y1="322.521" x2="1645.63" y2="45.0681"
gradientUnits="userSpaceOnUse">
<stop stop-color="#E2E1FF" />
<stop offset="0.333333" stop-color="#A8A6FF" />
<stop offset="0.666667" stop-color="#4D8AFF" />
<stop offset="1" stop-color="#4E89FD" />
</linearGradient>
<linearGradient id="paint10_linear_840_3557" x1="-119.125" y1="597.79" x2="128.987" y2="740.818"
gradientUnits="userSpaceOnUse">
<stop stop-color="#CFE1FF" />
<stop offset="0.35896" stop-color="#3FA3FF" />
<stop offset="0.683604" stop-color="#2D9AFF" />
<stop offset="1" stop-color="#A4C3FF" />
</linearGradient>
<linearGradient id="paint11_linear_840_3557" x1="-12.1107" y1="736.572" x2="85.6238" y2="543.022"
gradientUnits="userSpaceOnUse">
<stop stop-color="#3290FF" />
<stop offset="0.390625" stop-color="#55A3FF" />
<stop offset="1" stop-color="#79BFFF" />
</linearGradient>
<linearGradient id="paint12_linear_840_3557" x1="-23.9854" y1="713.67" x2="96.0805" y2="542.236"
gradientUnits="userSpaceOnUse">
<stop offset="0.180663" stop-color="white" stop-opacity="0.35" />
<stop offset="0.533255" stop-color="white" stop-opacity="0" />
</linearGradient>
<linearGradient id="paint13_linear_840_3557" x1="35.717" y1="587.576" x2="35.717" y2="664.883"
gradientUnits="userSpaceOnUse">
<stop stop-color="#9CC9FF" />
<stop offset="1" stop-color="#9AC9FF" />
</linearGradient>
<linearGradient id="paint14_linear_840_3557" x1="55.3621" y1="297.15" x2="177.464" y2="419.09"
gradientUnits="userSpaceOnUse">
<stop stop-color="#BCD7FF" />
<stop offset="0.35896" stop-color="#699EFF" />
<stop offset="0.683604" stop-color="#4A8AFF" />
<stop offset="1" stop-color="#4B9EFF" />
</linearGradient>
<linearGradient id="paint15_linear_840_3557" x1="100.049" y1="371.005" x2="194.054" y2="333.268"
gradientUnits="userSpaceOnUse">
<stop stop-color="#679BFF" />
<stop offset="0.525226" stop-color="#68A5FF" />
<stop offset="0.89375" stop-color="#7FB2FF" />
</linearGradient>
<linearGradient id="paint16_linear_840_3557" x1="92.6638" y1="379.433" x2="189.281" y2="298.378"
gradientUnits="userSpaceOnUse">
<stop offset="0.180663" stop-color="white" stop-opacity="0.35" />
<stop offset="0.533255" stop-color="white" stop-opacity="0" />
</linearGradient>
<linearGradient id="paint17_linear_840_3557" x1="129.228" y1="360.436" x2="156.999" y2="303.538"
gradientUnits="userSpaceOnUse">
<stop stop-color="#A6C9FF" />
<stop offset="1" stop-color="#72B3FF" />
</linearGradient>
<linearGradient id="paint18_linear_840_3557" x1="147.987" y1="300.5" x2="130.326" y2="349.584"
gradientUnits="userSpaceOnUse">
<stop stop-color="#E7F3FF" />
<stop offset="1" stop-color="#E7F3FF" />
</linearGradient>
<linearGradient id="paint19_linear_840_3557" x1="123.476" y1="343.82" x2="172.132" y2="333.675"
gradientUnits="userSpaceOnUse">
<stop stop-color="white" />
<stop offset="1" stop-color="white" stop-opacity="0" />
</linearGradient>
<linearGradient id="paint20_linear_840_3557" x1="1545.73" y1="515.433" x2="1338.05" y2="646.635"
gradientUnits="userSpaceOnUse">
<stop stop-color="#9CBDFE" />
<stop offset="0.35896" stop-color="#579AFF" />
<stop offset="0.683604" stop-color="#5196FF" />
<stop offset="1" stop-color="#76A4FE" />
</linearGradient>
<linearGradient id="paint21_linear_840_3557" x1="1458.83" y1="638.093" x2="1368.35" y2="475.607"
gradientUnits="userSpaceOnUse">
<stop offset="0.320833" stop-color="#5A9EFF" />
<stop offset="0.604167" stop-color="#7EB2FF" />
<stop offset="0.89375" stop-color="#A4C9FF" />
</linearGradient>
<linearGradient id="paint22_linear_840_3557" x1="1468.22" y1="618.053" x2="1359.36" y2="475.296"
gradientUnits="userSpaceOnUse">
<stop offset="0.180663" stop-color="white" stop-opacity="0.35" />
<stop offset="0.533255" stop-color="white" stop-opacity="0" />
</linearGradient>
<linearGradient id="paint23_linear_840_3557" x1="1413.64" y1="493.752" x2="1413.64" y2="575.204"
gradientUnits="userSpaceOnUse">
<stop stop-color="#C3D8FF" />
<stop offset="1" stop-color="#A1C2FF" />
</linearGradient>
<linearGradient id="paint24_linear_840_3557" x1="1428.45" y1="490.753" x2="1433.59" y2="564.353"
gradientUnits="userSpaceOnUse">
<stop offset="0.0208333" stop-color="#F1F9FF" />
<stop offset="1" stop-color="#F1F9FF" />
</linearGradient>
<linearGradient id="paint25_linear_840_3557" x1="1281.47" y1="65.0044" x2="1172.52" y2="169.527"
gradientUnits="userSpaceOnUse">
<stop stop-color="#9CC0FE" />
<stop offset="0.35896" stop-color="#6098FF" />
<stop offset="0.683604" stop-color="#518FFF" />
<stop offset="1" stop-color="#A2BCFF" />
</linearGradient>
<linearGradient id="paint26_linear_840_3557" x1="1244.21" y1="149.548" x2="1169.76" y2="62.8069"
gradientUnits="userSpaceOnUse">
<stop stop-color="#669DFF" />
<stop offset="0.479167" stop-color="#89B8FF" />
<stop offset="1" stop-color="#A2C3FF" />
</linearGradient>
<linearGradient id="paint27_linear_840_3557" x1="1247.4" y1="136.327" x2="1164.3" y2="63.7239"
gradientUnits="userSpaceOnUse">
<stop offset="0.180663" stop-color="white" stop-opacity="0.35" />
<stop offset="0.533255" stop-color="white" stop-opacity="0" />
</linearGradient>
<linearGradient id="paint28_linear_840_3557" x1="1204.78" y1="71.8343" x2="1218.86" y2="113.075"
gradientUnits="userSpaceOnUse">
<stop offset="0.0208333" stop-color="#A7C6FF" />
<stop offset="1" stop-color="#ABC8FF" />
</linearGradient>
<linearGradient id="paint29_linear_840_3557" x1="1202.12" y1="69.6006" x2="1216.2" y2="110.841"
gradientUnits="userSpaceOnUse">
<stop stop-color="#F7FCFF" />
<stop offset="1" stop-color="#F3FAFF" />
</linearGradient>
<linearGradient id="paint30_linear_840_3557" x1="1225.45" y1="113.607" x2="1173.97" y2="88.5136"
gradientUnits="userSpaceOnUse">
<stop stop-color="white" />
<stop offset="1" stop-color="white" stop-opacity="0" />
</linearGradient>
<clipPath id="clip0_840_3557">
<rect width="1440" height="1554.93" fill="white" />
</clipPath>
<clipPath id="clip1_840_3557">
<rect width="64.1261" height="64.1261" fill="white"
transform="matrix(0.956305 0.292372 0.0348995 0.999391 111.689 291.145)" />
</clipPath>
<clipPath id="clip2_840_3557">
<rect width="64.1261" height="64.1261" fill="white"
transform="matrix(0.956305 0.292372 0.0348995 0.999391 117.168 285.666)" />
</clipPath>
<clipPath id="clip3_840_3557">
<rect width="95.4896" height="95.4896" fill="white"
transform="matrix(0.997564 -0.0697565 -0.309017 0.951057 1388.25 493.176)" />
</clipPath>
<clipPath id="clip4_840_3557">
<rect width="95.4896" height="95.4896" fill="white"
transform="matrix(0.997564 -0.0697565 -0.309017 0.951057 1383.29 486.514)" />
</clipPath>
<clipPath id="clip5_840_3557">
<rect width="56.013" height="56.013" fill="white"
transform="matrix(0.946375 -0.323069 -0.0375396 0.999295 1175.79 73.9841)" />
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 72 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 201 KiB

View File

@@ -1,14 +0,0 @@
<svg width="1041" height="1348" viewBox="0 0 1041 1348" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M340.837 0.33933L681.068 0.338989V0.455643C684.032 0.378397 686.999 0.339702 689.967 0.339702C735.961 0.3397 781.504 9.62899 823.997 27.6772C866.49 45.7254 905.099 72.1791 937.622 105.528C970.144 138.877 995.942 178.467 1013.54 222.04C1031.14 265.612 1040.2 312.312 1040.2 359.474L340.836 359.474L340.836 1347.84C296.157 1347.84 251.914 1338.55 210.636 1320.49C169.357 1302.43 131.85 1275.95 100.257 1242.58C68.6636 1209.21 43.6023 1169.59 26.5041 1125.99C11.3834 1087.43 2.75216 1046.42 0.957956 1004.81H0.605869L0.605897 368.098H0.70363C0.105752 341.831 2.23741 315.443 7.14306 289.411C20.2709 219.745 52.6748 155.754 100.257 105.528C147.839 55.3017 208.462 21.0975 274.461 7.24017C296.426 2.62833 318.657 0.339101 340.837 0.33933Z" fill="url(#paint0_linear_1172_228)"/>
<path d="M633.639 904.645H513.029V576.37H635.422V576.377C678.161 576.607 720.454 585.093 759.951 601.37C799.997 617.874 836.384 642.064 867.033 672.559C897.683 703.054 921.996 739.257 938.583 779.101C955.171 818.944 963.709 861.648 963.709 904.775H633.639V904.645Z" fill="url(#paint1_linear_1172_228)"/>
<defs>
<linearGradient id="paint0_linear_1172_228" x1="520.404" y1="0.338989" x2="520.404" y2="1347.84" gradientUnits="userSpaceOnUse">
<stop stop-color="#326DFF"/>
<stop offset="1" stop-color="#8EAEFF"/>
</linearGradient>
<linearGradient id="paint1_linear_1172_228" x1="738.369" y1="576.37" x2="738.369" y2="904.775" gradientUnits="userSpaceOnUse">
<stop stop-color="#326DFF"/>
<stop offset="1" stop-color="#8EAEFF"/>
</linearGradient>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1697612159198" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6941" xmlns:xlink="http://www.w3.org/1999/xlink" width="128" height="128"><path d="M512 928c-125.44 0-224-182.72-224-416s98.56-416 224-416 224 182.72 224 416-98.56 416-224 416z m0-768c-75.84 0-160 144.64-160 352s84.16 352 160 352 160-144.64 160-352-84.16-352-160-352z" fill="#C0C5D3" p-id="6942"></path><path d="M699.52 797.76a623.04 623.04 0 0 1-299.52-91.84C198.08 589.44 88.96 412.8 151.68 304s270.4-102.72 472.32 14.08 311.04 293.12 248.32 401.92c-30.08 51.84-93.12 77.76-172.8 77.76zM324.16 290.56c-57.6 0-100.16 16.32-117.12 45.44-37.76 65.6 45.44 210.88 224 314.56s346.88 103.04 384 37.44-45.44-210.88-224-314.56a560.32 560.32 0 0 0-266.88-82.88z" fill="#C0C5D3" p-id="6943"></path><path d="M324.48 797.76c-79.68 0-142.72-25.92-172.8-77.76-64-108.8 46.4-285.44 248.32-401.92S809.6 195.2 872.32 304s-46.4 285.44-248.32 401.92a623.04 623.04 0 0 1-299.52 91.84zM699.84 290.56a560.32 560.32 0 0 0-267.84 82.88c-179.52 103.68-262.72 248.96-224 314.56s205.44 66.24 384-37.44 262.72-248.96 224-314.56c-16-29.12-58.56-45.44-116.16-45.44z" fill="#C0C5D3" p-id="6944"></path><path d="M512 512m-64 0a64 64 0 1 0 128 0 64 64 0 1 0-128 0Z" fill="#C0C5D3" p-id="6945"></path><path d="M512 592a80 80 0 1 1 80-80 80 80 0 0 1-80 80z m0-128a48 48 0 1 0 48 48 48 48 0 0 0-48-48z" fill="#C0C5D3" p-id="6946"></path></svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1689493855879" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3538" xmlns:xlink="http://www.w3.org/1999/xlink" width="64" height="64"><path d="M145.6 0C100.8 0 64 36.8 64 81.6v860.8C64 987.2 100.8 1024 145.6 1024h732.8c44.8 0 81.6-36.8 81.6-81.6V324.8L656 0H145.6z" fill="#45B058" p-id="3539"></path><path d="M388.8 691.2c1.6 1.6 3.2 4.8 3.2 8 0 6.4-4.8 11.2-11.2 11.2-3.2 0-6.4 0-8-3.2-11.2-12.8-30.4-22.4-48-22.4-41.6 0-73.6 32-73.6 78.4 0 44.8 32 78.4 73.6 78.4 17.6 0 35.2-8 48-22.4 1.6-1.6 4.8-3.2 8-3.2 6.4 0 11.2 4.8 11.2 11.2 0 3.2-1.6 6.4-3.2 8-14.4 16-35.2 27.2-64 27.2-56 0-99.2-40-99.2-99.2s43.2-99.2 99.2-99.2c28.8 0 49.6 11.2 64 27.2z m108.8 171.2c-28.8 0-51.2-9.6-67.2-24-3.2-1.6-3.2-4.8-3.2-8 0-6.4 3.2-12.8 11.2-12.8 1.6 0 4.8 1.6 6.4 3.2 12.8 11.2 32 20.8 54.4 20.8 33.6 0 44.8-19.2 44.8-33.6 0-49.6-113.6-22.4-113.6-91.2 0-30.4 27.2-52.8 65.6-52.8 24 0 46.4 8 62.4 20.8 1.6 1.6 3.2 4.8 3.2 8 0 6.4-4.8 11.2-11.2 11.2-1.6 0-4.8 0-6.4-1.6-14.4-11.2-32-17.6-49.6-17.6-24 0-40 12.8-40 30.4 0 43.2 113.6 19.2 113.6 91.2 0 27.2-19.2 56-70.4 56z m272-179.2L702.4 848c-3.2 8-9.6 12.8-17.6 12.8h-1.6c-8 0-16-4.8-19.2-12.8l-65.6-164.8c-1.6-1.6-1.6-3.2-1.6-4.8 0-6.4 4.8-12.8 12.8-12.8 4.8 0 9.6 3.2 11.2 8l62.4 160 62.4-160c1.6-4.8 6.4-8 11.2-8 8 0 14.4 6.4 14.4 12.8 0 1.6-1.6 3.2-1.6 4.8z" fill="#FFFFFF" p-id="3540"></path><path d="M960 326.4v16H755.2s-100.8-20.8-97.6-108.8c0 0 3.2 92.8 96 92.8H960z" fill="#349C42" p-id="3541"></path><path d="M657.6 0v233.6c0 25.6 17.6 92.8 97.6 92.8H960L657.6 0z" fill="#FFFFFF" p-id="3542"></path></svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.2 KiB

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1697622173220" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2398" xmlns:xlink="http://www.w3.org/1999/xlink" width="128" height="128"><path d="M722.36246914 1024.8960632h-415.54678519c-120.26260543 0-218.12969876-97.86709333-218.12969877-218.12969875v-586.42583704c0-120.26260543 97.86709333-218.12969876 218.12969877-218.12969877h415.54678519c120.26260543 0 218.12969876 97.86709333 218.12969876 218.12969877v586.42583704c0 120.26260543-97.86709333 218.12969876-218.12969876 218.12969875z m-415.54678519-898.28010667c-51.65207703 0-93.72457086 42.07249383-93.72457086 93.72457088v586.42583704c0 51.65207703 42.07249383 93.72457086 93.72457086 93.72457086h415.54678519c51.65207703 0 93.72457086-42.07249383 93.72457086-93.72457086v-586.42583704c0-51.65207703-42.07249383-93.72457086-93.72457086-93.72457088h-415.54678519z" fill="#BDD2EF" p-id="2399"></path><path d="M684.0441363 599.76969482H338.27296395c-42.07249383 0-76.11885037-34.04635653-76.11885037-76.11885037s34.04635653-76.11885037 76.11885037-76.11885037h345.77117235c42.07249383 0 76.11885037 34.04635653 76.11885037 76.11885037s-34.17581037 76.11885037-76.11885037 76.11885037zM465.00826075 360.66847605h-126.7352968c-42.07249383 0-76.11885037-34.04635653-76.11885037-76.11885036s34.04635653-76.11885037 76.11885037-76.11885038h126.7352968c42.07249383 0 76.11885037 34.04635653 76.11885036 76.11885038s-34.04635653 76.11885037-76.11885036 76.11885036zM684.0441363 360.66847605h-25.37295013c-42.07249383 0-76.11885037-34.04635653-76.11885036-76.11885036s34.04635653-76.11885037 76.11885036-76.11885038h25.37295013c42.07249383 0 76.11885037 34.04635653 76.11885037 76.11885038s-34.17581037 76.11885037-76.11885037 76.11885036zM684.0441363 838.87091358H338.27296395c-42.07249383 0-76.11885037-34.04635653-76.11885037-76.11885038s34.04635653-76.11885037 76.11885037-76.11885037h345.77117235c42.07249383 0 76.11885037 34.04635653 76.11885037 76.11885037s-34.17581037 76.11885037-76.11885037 76.11885038z" fill="#2867CE" p-id="2400"></path></svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1694141197423" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4891" xmlns:xlink="http://www.w3.org/1999/xlink" width="64" height="64"><path d="M855.04 385.024q19.456 2.048 38.912 10.24t33.792 23.04 21.504 37.376 2.048 54.272q-2.048 8.192-8.192 40.448t-14.336 74.24-18.432 86.528-19.456 76.288q-5.12 18.432-14.848 37.888t-25.088 35.328-36.864 26.112-51.2 10.24l-567.296 0q-21.504 0-44.544-9.216t-42.496-26.112-31.744-40.96-12.288-53.76l0-439.296q0-62.464 33.792-97.792t95.232-35.328l503.808 0q22.528 0 46.592 8.704t43.52 24.064 31.744 35.84 12.288 44.032l0 11.264-53.248 0q-40.96 0-95.744-0.512t-116.736-0.512-115.712-0.512-92.672-0.512l-47.104 0q-26.624 0-41.472 16.896t-23.04 44.544q-8.192 29.696-18.432 62.976t-18.432 61.952q-10.24 33.792-20.48 65.536-2.048 8.192-2.048 13.312 0 17.408 11.776 29.184t29.184 11.776q31.744 0 43.008-39.936l54.272-198.656q133.12 1.024 243.712 1.024l286.72 0z" fill="#FFCC66" p-id="4892"></path></svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1689494897388" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="958" xmlns:xlink="http://www.w3.org/1999/xlink" width="64" height="64"><path d="M146.56 0C101.76 0 66.56 35.2 66.56 80V940.8C66.56 985.6 101.76 1024 146.56 1024H879.36c44.8 0 80-35.2 80-80V323.2L658.56 0h-512z" fill="#F7622C" p-id="959"></path><path d="M962.56 326.4v16h-204.8s-99.2-19.2-99.2-108.8c0 0 3.2 92.8 96 92.8H962.56z" fill="#F54921" p-id="960"></path><path d="M658.56 0v233.6c0 25.6 16 92.8 96 92.8H962.56L658.56 0zM367.36 812.8H360.96l-121.6-54.4c-6.4-3.2-12.8-9.6-12.8-19.2 0-6.4 6.4-16 12.8-19.2L360.96 665.6h3.2c6.4 0 12.8 6.4 12.8 16 0 6.4-3.2 12.8-6.4 16L258.56 745.6 370.56 793.6c3.2 3.2 6.4 6.4 6.4 16 3.2 0-3.2 3.2-9.6 3.2zM501.76 636.8l-70.4 211.2c-3.2 6.4-6.4 9.6-12.8 9.6-9.6 0-16-6.4-16-16l3.2-3.2L476.16 627.2c3.2-6.4 6.4-12.8 12.8-12.8 9.6 0 12.8 6.4 12.8 16v6.4z m166.4 121.6l-121.6 54.4h-3.2c-6.4 0-16-3.2-16-12.8 0-6.4 3.2-12.8 6.4-16l112-48-112-48c-3.2-3.2-6.4-6.4-6.4-16 0-6.4 6.4-16 16-16h3.2l121.6 54.4c6.4 3.2 12.8 12.8 12.8 19.2-3.2 16-6.4 25.6-12.8 28.8z" fill="#FFFFFF" p-id="961"></path></svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1696841646763" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2367" xmlns:xlink="http://www.w3.org/1999/xlink" width="128" height="128"><path d="M185.78023917 244.70891583a668.28725918 668.28725918 0 0 0 121.17266584 53.53692476 665.15318203 665.15318203 0 0 0-34.64702231 183.62637022H91.72167743a419.67636227 419.67636227 0 0 1 94.05856174-237.16329498z m227.58241722-142.44192964a672.20323745 672.20323745 0 0 0-84.326223 139.79071526 609.56829772 609.56829772 0 0 1-99.6923923-42.47897884 420.36764571 420.36764571 0 0 1 184.0186153-97.31173642z m381.2622336 97.31044188a607.36887719 607.36887719 0 0 1-99.69109776 42.48027338 672.20323745 672.20323745 0 0 0-84.326223-139.79071526c69.74454391 16.75132524 132.56071902 50.73424941 184.0186153 97.31044188z m43.56509646 45.13148776a419.67636227 419.67636227 0 0 1 94.08704158 237.16329498h-180.52336198a664.06835895 664.06835895 0 0 0-34.70657106-183.62637022 668.28725918 668.28725918 0 0 0 121.17266584-53.53692476z m0 534.58216834a668.28725918 668.28725918 0 0 0-121.17266583-53.53692476 663.64763402 663.64763402 0 0 0 34.70657106-183.62637022h180.52336197a419.58574459 419.58574459 0 0 1-94.0572672 237.16329498zM694.93379223 781.91122963c34.70657106 11.23788674 68.02798617 25.5179384 99.72216668 42.48027339a420.21747927 420.21747927 0 0 1-184.04838968 97.31044187A671.42004179 671.42004179 0 0 0 694.96356661 781.91122963z m-213.06158142-28.07853511v155.75884484a607.60966131 607.60966131 0 0 1-93.63524773-143.31574298 605.26136889 605.26136889 0 0 1 93.63524773-12.44310186z m0-211.70490533v151.54123916a662.9537615 662.9537615 0 0 0-116.59258944 15.96683503 600.07803765 600.07803765 0 0 1-32.74922919-167.50807419h149.34181863z m-93.63524773-284.43335995a608.06145517 608.06145517 0 0 1 93.63524773-143.31574298v155.75884484a594.47398147 594.47398147 0 0 1-93.63524773-12.44310186z m93.63524773 72.60676804v151.57101353h-149.31204425c3.0136851-58.44710843 14.19072853-114.63395303 32.68968043-167.50807419 37.748736 8.6759955 76.70398167 14.10011085 116.62236382 15.96683503z m60.25557838-60.16366618v-155.75884484a607.00770101 607.00770101 0 0 1 93.60547335 143.31574298c-30.42812208 6.50764389-61.67180325 10.78609289-93.60547335 12.44310186z m0 211.73467971V330.33097165a660.18215506 660.18215506 0 0 0 116.59258944-15.99660942 601.1926351 601.1926351 0 0 1 32.71816027 167.5080742h-149.31204423z m93.60547335 284.40358557a606.55590717 606.55590717 0 0 1-93.60547335 143.34551736v-155.75884484c31.93496462 1.6880779 63.17735127 5.93545797 93.60547335 12.41332748z m-93.60547335-72.60676803V542.12778919h149.31204425a601.1926351 601.1926351 0 0 1-32.71945481 167.50807419 662.98483042 662.98483042 0 0 0-116.59258944-15.96683503zM229.34404109 824.42127739a606.97792663 606.97792663 0 0 1 99.72216668-42.51004776 670.24460105 670.24460105 0 0 0 84.35729193 139.7920098 420.30809695 420.30809695 0 0 1-184.07945861-97.31173641z m-43.56380192-45.13019322a419.58574459 419.58574459 0 0 1-94.05856174-237.16329498H272.27740286c3.01239056 63.9903213 14.88330651 125.60128126 34.67679669 183.62637022a668.28725918 668.28725918 0 0 0-121.17266584 53.53692476z m703.53624178 32.17574874A479.71963638 479.71963638 0 0 0 994.03944897 512c0-135.30255107-55.91758064-257.37880462-145.66662447-344.95949685A480.23097901 480.23097901 0 0 0 512 29.96184557a480.23097901 480.23097901 0 0 0-336.3728245 137.07865758c-14.61145347 14.28134622-28.22999609 29.49475998-40.9721363 45.49266394A479.6290187 479.6290187 0 0 0 29.9592565 512c0 266.2062611 215.80341349 482.03944897 482.03944896 482.03944897a480.23097901 480.23097901 0 0 0 336.34305011-137.11102104h0.02977438a484.14825182 484.14825182 0 0 0 40.9721363-45.4913694z" fill="#21A3DD" p-id="2368"></path></svg>

Before

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1696841469699" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="11288" xmlns:xlink="http://www.w3.org/1999/xlink" width="128" height="128"><path d="M254.976 100.8h514.048a154.176 154.176 0 0 1 154.176 154.176v514.048a154.176 154.176 0 0 1-154.176 154.176h-514.048a154.176 154.176 0 0 1-154.176-154.176v-514.048a154.176 154.176 0 0 1 154.176-154.176z" fill="#1693F6" opacity=".3" p-id="11289"></path><path d="M192 128a64 64 0 0 0-64 64v640a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64v-640a64 64 0 0 0-64-64h-640m0-128h640a192 192 0 0 1 192 192v640a192 192 0 0 1-192 192h-640a192 192 0 0 1-192-192v-640a192 192 0 0 1 192-192z" fill="#1693F6" p-id="11290"></path><path d="M320 832m-64 0l0 0q-64 0-64-64l0-512q0-64 64-64l0 0q64 0 64 64l0 512q0 64-64 64Z" fill="#1693F6" p-id="11291"></path></svg>

Before

Width:  |  Height:  |  Size: 974 B

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1696841493938" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="16677" xmlns:xlink="http://www.w3.org/1999/xlink" width="128" height="128"><path d="M102.4 332.8L170.666667 264.533333l42.666666 42.666667-68.266666 68.266667 42.666666 42.666666L256 345.6l42.666667 42.666667-68.266667 68.266666 12.8 34.133334L469.333333 268.8 315.733333 102.4c-25.6-21.333333-72.533333-17.066667-93.866666 8.533333L76.8 247.466667c-21.333333 21.333333-12.8 51.2 8.533333 72.533333l17.066667 12.8zM85.333333 896c-4.266667 17.066667 8.533333 29.866667 25.6 25.6l260.266667-81.066667L170.666667 644.266667 85.333333 896zM934.4 302.933333c21.333333-21.333333 21.333333-51.2 0-72.533333L810.666667 110.933333c-21.333333-21.333333-55.466667-21.333333-76.8 0l-89.6 85.333334 200.533333 192 89.6-85.333334zM614.4 226.133333l-413.866667 392.533334L401.066667 810.666667l413.866666-396.8zM947.2 699.733333l-187.733333-174.933333-230.4 217.6 42.666666 42.666667 72.533334-68.266667 42.666666 42.666667-72.533333 68.266666 42.666667 42.666667 72.533333-68.266667 42.666667 42.666667-72.533334 68.266667 12.8 12.8c21.333333 21.333333 55.466667 29.866667 81.066667 8.533333l145.066667-136.533333c21.333333-29.866667 29.866667-76.8 8.533333-98.133334z" p-id="16678" fill="#d4237a"></path></svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1689494956529" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3178" xmlns:xlink="http://www.w3.org/1999/xlink" width="64" height="64"><path d="M903.542857 256.8c6.857143 6.857143 10.742857 16.114286 10.742857 25.828571V987.428571c0 20.228571-16.342857 36.571429-36.571428 36.571429H146.285714c-20.228571 0-36.571429-16.342857-36.571428-36.571429V36.571429c0-20.228571 16.342857-36.571429 36.571428-36.571429h485.371429c9.714286 0 19.085714 3.885714 25.942857 10.742857l245.942857 246.057143zM829.942857 299.428571L614.857143 84.342857V299.428571h215.085714zM413.862857 613.634286l67.554286 151.965714a18.285714 18.285714 0 0 0 16.708571 10.857143h27.497143a18.285714 18.285714 0 0 0 16.72-10.868572l67.542857-152.4V793.142857a18.285714 18.285714 0 0 0 18.297143 18.285714H659.428571a18.285714 18.285714 0 0 0 18.285715-18.285714V482.285714a18.285714 18.285714 0 0 0-18.285715-18.285714h-39.714285a18.285714 18.285714 0 0 0-16.765715 10.994286L512.114286 683.657143l-90.834286-208.674286a18.285714 18.285714 0 0 0-16.765714-10.982857H364.571429a18.285714 18.285714 0 0 0-18.285715 18.285714v310.857143a18.285714 18.285714 0 0 0 18.285715 18.285714h31.005714a18.285714 18.285714 0 0 0 18.285714-18.285714V613.634286z" p-id="3179" data-spm-anchor-id="a313x.7781069.0.i3" class="selected" fill="#515151"></path></svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1689494925506" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1120" xmlns:xlink="http://www.w3.org/1999/xlink" width="64" height="64"><path d="M149.76 0C104.96 0 66.56 35.2 66.56 80V940.8c0 48 38.4 83.2 83.2 83.2h732.8c44.8 0 80-35.2 80-80V323.2L658.56 0H149.76z" fill="#DD5154" p-id="1121"></path><path d="M962.56 326.4v16h-204.8s-99.2-19.2-96-105.6c0 0 3.2 89.6 96 89.6h204.8z" fill="#6B0D12" p-id="1122"></path><path d="M329.91232 652.3904l2.31424 0.02048c21.02272 0.33792 36.81792 5.3504 47.29856 15.15008 10.9056 10.19904 16.29184 26.112 16.29184 47.60064 0 41.71776-21.63712 63.2832-64.01536 63.90272l-1.90976 0.01536h-36.43904v63.45216l-0.03072 1.2544c-0.19968 3.59424-1.23392 6.5536-3.15904 8.8064-2.2784 2.65216-5.85216 3.90144-10.5472 3.90144-4.92544 0-8.63232-1.37728-10.9056-4.28032-1.85344-2.37056-2.87744-5.2224-3.08736-8.4992l-0.03584-1.24928v-173.78816l0.02048-1.28512c0.15872-5.4784 1.34656-9.3696 3.83488-11.61728 2.44736-2.21696 6.91712-3.24608 13.58336-3.36896l1.46432-0.01536h45.32224z m407.21408 0l1.0752 0.02048c8.66304 0.33792 13.47584 4.8384 13.47584 12.86144 0 4.57216-1.30048 7.98208-4.08064 9.96864-2.26304 1.61792-5.40672 2.45248-9.43616 2.60096l-1.37216 0.0256H659.3536v59.38688l69.74464 0.00512 1.17248 0.0256c6.43072 0.26112 10.69056 2.75456 12.00128 7.20896 1.28 2.80576 1.152 5.9392-0.128 8.82688-1.37216 5.7088-5.60128 8.8064-12.0576 9.10336l-1.03936 0.0256H659.3536v81.23904l-0.03584 1.13664c-0.2048 3.31776-1.28 6.0672-3.24608 8.1408-2.29376 2.42688-6.00064 3.52768-11.0336 3.52768-4.88448 0-8.448-1.1264-10.55744-3.6352-1.7408-2.06336-2.67776-4.75136-2.8672-8.00256l-0.03072-1.24416v-176.37888l0.02048-1.20832c0.16896-4.77184 1.3312-8.2688 3.69664-10.3936 2.28864-2.06848 5.88288-3.07712 10.78272-3.2256l1.24928-0.01536h89.79456z m-233.00096 0l2.65728 0.03072c13.3888 0.3072 25.0624 2.90816 35.00544 7.8336 10.57792 5.23776 19.34336 12.42112 26.27584 21.5296 6.89664 9.0624 12.0064 19.73248 15.33952 31.98976 3.31264 12.17024 4.9664 25.15456 4.9664 38.94784 0 13.98272-1.65376 27.06432-4.9664 39.23456-3.328 12.24704-8.38656 22.95296-15.17568 32.1024a72.28416 72.28416 0 0 1-25.85088 21.69344c-9.79968 4.95104-21.26336 7.55712-34.37056 7.84896l-2.47808 0.0256H451.59936l-1.14176-0.01024c-5.84704-0.11776-9.53856-1.09056-11.24352-3.51232-1.38752-1.96096-2.06336-4.92544-2.176-8.97536l-0.01536-1.24416v-173.78816l0.02048-1.25952c0.11264-4.01408 0.78336-6.9632 2.17088-8.92416 1.6896-2.39616 5.32992-3.38944 11.136-3.5072l1.27488-0.01536h52.50048z m-5.76512 24.33024h-33.85856v152.576h41.02656c17.3568 0 30.73536-6.5024 40.3712-19.59936 9.76896-13.27104 14.69952-32.53248 14.69952-57.83552 0-24.51456-5.06368-43.18208-15.08864-56.05888-9.56928-12.288-24.51968-18.6624-45.07648-19.06176l-2.0736-0.02048z m-168.46848 0.86016h-36.43904v76.88192h36.43904c14.08 0 23.92576-3.13344 29.67552-9.23136 5.79584-6.144 8.76544-16.04096 8.76544-29.78304 0-13.6704-3.29728-23.296-9.7536-29.056-6.22592-5.5552-15.13472-8.50944-26.81856-8.79104l-1.8688-0.02048zM658.56 0L962.56 326.4h-208c-80 0-96-64-96-92.8V0z" fill="#FFFFFF" p-id="1123"></path></svg>

Before

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1689495026020" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="958" xmlns:xlink="http://www.w3.org/1999/xlink" width="64" height="64"><path d="M146.56 0C104.96 0 66.56 35.2 66.56 80v864C66.56 988.8 101.76 1024 146.56 1024H879.36c44.8 0 80-35.2 80-80V323.2L658.56 0h-512z" fill="#99B7D2" p-id="959"></path><path d="M962.56 323.2v16h-204.8s-99.2-19.2-96-105.6c0 0 3.2 89.6 96 89.6h204.8z" fill="#527EA7" p-id="960"></path><path d="M449.07008 650.25024c3.00032 0.12288 5.84192 2.09408 8.72448 5.7344l0.7168 0.94208 47.79008 68.11136 45.7216-65.42848 0.64512-1.01376c2.82112-4.30592 5.89824-6.89664 9.33376-7.5776 3.56352-0.7168 7.1168 0.11264 10.54208 2.39616 6.32832 4.29568 7.2704 10.58304 2.944 17.8688l-0.5632 0.91136-52.87424 75.3664 62.83776 89.51808 0.65024 1.3824c1.07008 2.41152 1.7408 4.74624 2.01216 7.00416 0.41984 3.49184-1.56672 6.64064-5.55008 9.4464-7.39328 5.00736-14.1312 3.92192-19.03104-2.97984l-0.55296-0.8192L506.0096 770.6624l-56.43264 80.50688-0.73728 0.98816c-2.47296 3.13856-5.30432 5.04832-8.47872 5.59616-3.20512 0.55296-6.34368-0.24576-9.216-2.2272l-0.84992-0.62976c-3.16416-2.19136-4.85376-5.43744-4.9664-9.48224-0.1024-3.49184 0.8704-6.66112 2.7904-9.28768l0.67584-0.85504 61.19424-87.424-52.83328-75.58656-0.60416-0.8192c-1.67424-2.4576-2.39616-5.40672-2.19136-8.7552a11.42784 11.42784 0 0 1 5.43744-9.28768c3.2768-2.18624 6.36416-3.27168 9.2672-3.1488z m-62.98112 3.584l1.14688 0.03584c3.31264 0.21504 6.1696 1.31584 8.4736 3.30752 2.70336 2.33472 4.03968 5.67808 4.03968 9.82016 0 4.65408-1.58208 8.13568-4.82816 10.0864a17.16736 17.16736 0 0 1-7.74144 2.47296l-1.17248 0.03584h-43.60192v164.37248l-0.03072 1.30048c-0.17408 3.70688-1.08544 6.67136-2.82624 8.84224-2.10944 2.64192-5.7856 3.82464-10.88512 3.82464-5.12 0-8.81664-1.2544-10.92608-4.0192-1.6896-2.22208-2.60096-5.12-2.78016-8.6528l-0.03584-1.3568-0.00512-164.31104h-43.66336l-1.18784-0.03072c-3.39968-0.17408-6.2464-1.09056-8.46848-2.78528-2.73408-2.07872-4.0192-5.51424-4.0192-10.06592 0-4.36224 1.35168-7.75168 4.1472-9.9072 2.29376-1.77152 5.09952-2.74432 8.35072-2.93888l1.24416-0.03584h114.76992z m365.60896 0l1.14688 0.03584c3.31264 0.21504 6.1696 1.31584 8.4736 3.30752 2.70336 2.33472 4.03968 5.67808 4.03968 9.82016 0 4.65408-1.58208 8.13568-4.82816 10.0864a17.16736 17.16736 0 0 1-7.74144 2.47296l-1.17248 0.03584h-43.60192v164.37248l-0.03072 1.30048c-0.17408 3.70688-1.08544 6.67136-2.82624 8.84224-2.10944 2.64192-5.7856 3.82464-10.88512 3.82464-5.12 0-8.81664-1.2544-10.92608-4.0192-1.6896-2.22208-2.60096-5.12-2.78016-8.6528l-0.03584-1.3568v-164.31104h-43.66848l-1.18784-0.03072c-3.39968-0.17408-6.2464-1.09056-8.46848-2.78528-2.73408-2.07872-4.0192-5.51424-4.0192-10.06592 0-4.36224 1.35168-7.75168 4.1472-9.9072 2.29376-1.77152 5.09952-2.74432 8.35072-2.93888l1.24416-0.03584h114.76992zM658.56 0L962.56 323.2h-208c-80 0-96-64-96-92.8V0z" fill="#FFFFFF" p-id="961"></path></svg>

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 428 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 596 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 223 KiB

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1693533362715" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4021" xmlns:xlink="http://www.w3.org/1999/xlink" width="64" height="64"><path d="M166.32 808.98l-99.28 99.28c-15.31 15.32-39.71 15.32-55.03 0-15.32-15.31-15.32-39.71 0-55.03l98.71-99.28c15.32-15.31 39.71-15.31 55.03 0 15.32 15.32 15.32 39.72 0.57 55.03z m48.22 48.79l-99.28 99.27c-15.31 15.32-15.31 39.71 0 55.03 15.32 15.32 39.71 15.32 55.03 0l99.28-99.28c15.32-15.32 15.32-39.71 0-55.03-15.32-15.31-39.72-15.31-55.03 0.01z m625.14-545.16c0 71.47-57.86 129.34-129.34 129.34S581 384.08 581 312.61c0-71.48 57.86-129.34 129.34-129.34 72.05 0 129.91 57.86 129.34 129.34z m-77.71 0.57c0-28.36-23.26-51.63-51.62-51.63-28.36 0-51.62 23.26-51.62 51.63 0 28.36 23.26 51.62 51.62 51.62 28.93 0 52.19-23.26 51.62-51.62z m236.56 68.07c-27.8 104.39-83.39 203.65-164.51 285.35h-3.97l-5.11 5.67c10.21 38.57 11.35 78.28 2.84 116.86-9.07 46.52-32.33 90.2-66.94 124.8l-2.27 2.27c-38.57 36.87-85.09 59.57-134.45 67.51-51.62 7.94-105.51 0-152.6-23.26-17.58-10.21-25.53-32.9-16.45-51.63 1.7-2.84 3.41-5.67 5.67-8.5 14.18-15.32 24.96-32.9 32.9-51.63l3.4-7.94c-10.21 1.7-20.42 4.53-30.63 5.1-29.5 4.54-60.14 6.24-90.2 5.67-10.21 0-19.86-3.97-26.1-11.35L181.63 671.14c-8.51-7.95-11.35-18.72-10.78-29.5 0-28.37 2.27-58.43 5.67-86.79 1.7-10.78 2.84-20.99 5.1-31.2l-8.51 3.4c-17.58 7.95-35.17 18.72-51.06 33.47-14.75 14.18-39.14 12.48-53.32-2.27-2.27-2.84-3.97-7.37-6.24-10.21-23.26-47.09-30.63-99.28-22.69-150.9 8.22-51.8 32.65-99.66 69.78-136.71 34.61-34.61 78.85-57.86 123.67-66.94 39.14-8.51 79.42-7.94 116.86 2.27l7.95-7.95C439.75 106.69 538.45 51.66 642.83 23.3c108.35-28.36 222.38-28.36 329.59 0 13.62 4.54 23.82 15.32 27.23 27.23l0.57 0.57v0.56c28.37 107.78 28.37 221.81-1.69 329.59zM936.12 92.51c-89.06-19.86-182.67-18.16-270.03 5.1-91.34 24.96-178.7 73.18-250.74 145.22l-10.78 10.78-10.21 11.35c-10.21 11.35-26.66 16.45-42.55 10.78-31.2-12.48-65.81-14.75-98.71-7.38-31.2 6.81-61.27 22.13-86.23 46.52-26.66 27.8-43.12 60.7-48.79 95.3-3.4 20.99-3.4 42.55 0.57 62.97 9.64-5.67 18.72-10.78 28.93-14.18 26.66-11.34 55.6-18.15 84.53-18.72 3.97-0.57 7.94 0 11.91 0.56 19.86 5.67 31.77 26.66 26.1 46.52-7.95 26.1-13.05 52.2-16.45 78.29-1.7 22.12-3.4 43.12-3.97 64.67l146.36 146.93c22.12-1.14 43.11-2.27 64.67-5.11 27.23-3.97 52.76-8.51 78.29-15.89 3.97-0.56 7.94-1.13 11.91-1.13 20.42 0.57 36.31 18.72 36.31 39.14-1.7 29.5-7.38 58.43-19.29 85.66-3.97 9.08-9.07 19.29-14.18 28.36 20.42 3.97 41.98 3.97 62.4 1.13 33.47-5.1 66.94-20.99 93.03-47.09l1.13-1.13c24.39-24.96 39.71-55.6 47.09-86.79 6.81-32.34 3.97-66.94-7.94-99.28-4.54-14.18-1.7-30.64 10.21-41.41l11.91-11.35 8.51-8.51 2.27-1.13c72.04-72.61 119.7-159.41 145.79-250.17 23.27-89.05 25.54-180.95 7.95-270.01z" p-id="4022" fill="#515151"></path></svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1691391466028" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4715" xmlns:xlink="http://www.w3.org/1999/xlink" width="64" height="64"><path d="M511.957333 21.333333C241.024 21.333333 21.333333 240.981333 21.333333 512c0 216.832 140.544 400.725333 335.573334 465.664 24.490667 4.394667 32.256-10.069333 32.256-23.082667 0-11.690667 0.256-44.245333 0-85.205333-136.448 29.610667-164.736-64.64-164.736-64.64-22.314667-56.704-54.4-71.765333-54.4-71.765333-44.586667-30.464 3.285333-29.824 3.285333-29.824 49.194667 3.413333 75.178667 50.517333 75.178667 50.517333 43.776 75.008 114.816 53.333333 142.762666 40.789333 4.522667-31.658667 17.152-53.376 31.189334-65.536-108.970667-12.458667-223.488-54.485333-223.488-242.602666 0-53.546667 19.114667-97.322667 50.517333-131.669334-5.034667-12.330667-21.930667-62.293333 4.778667-129.834666 0 0 41.258667-13.184 134.912 50.346666a469.802667 469.802667 0 0 1 122.88-16.554666c41.642667 0.213333 83.626667 5.632 122.88 16.554666 93.653333-63.488 134.784-50.346667 134.784-50.346666 26.752 67.541333 9.898667 117.504 4.864 129.834666 31.402667 34.346667 50.474667 78.122667 50.474666 131.669334 0 188.586667-114.730667 230.016-224.042666 242.090666 17.578667 15.232 33.578667 44.672 33.578666 90.453334v135.850666c0 13.141333 7.936 27.605333 32.853334 22.869334C862.250667 912.597333 1002.666667 728.746667 1002.666667 512 1002.666667 240.981333 783.018667 21.333333 511.957333 21.333333z" p-id="4716"></path></svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1688889092975" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2652" xmlns:xlink="http://www.w3.org/1999/xlink" width="64" height="64"><path d="M932.15857778 820.62601482V639.06702222c-26.82121482 23.42305185-57.04059259 42.71976297-89.4445037 57.28331853-104.97896297 46.11792592-218.45333333 69.41961482-333.14133333 68.32734814-148.06281482 8.61677037-294.66927408-32.768-416.39632593-117.35798519v182.89398519C101.4290963 910.07051852 277.52675555 997.45185185 512.36408889 997.45185185c234.83733333 0 409.6-88.10951111 419.79448889-168.57315555v-8.25268148z" p-id="2653" fill="#4e83fd"></path><path d="M932.15857778 505.93185185v-3.39816296 8.25268148c-10.19448889 80.58500741-184.95715555 168.57315555-419.79448889 168.57315555-234.83733333 0-410.93499259-87.38133333-419.18767407-167.23816295V329.10601482C214.90346667 413.81736297 361.50992592 455.08077037 509.57274075 446.464c114.688 1.09226667 228.16237037-22.08805925 333.14133333-68.32734815 32.40391111-14.68491852 62.62328889-33.98162963 89.4445037-57.28331852V505.93185185z" p-id="2654" fill="#4e83fd"></path><path d="M816.13558518 85.40918518c69.66234075 30.70482963 111.28983703 74.3954963 111.28983704 113.35300741 0 38.22933333-42.96248889 80.58500741-111.28983704 113.35300741-97.09037037 41.26340741-201.70524445 61.53102222-307.16965926 59.34648889-238.96367408 0-417.1245037-90.7794963-417.1245037-171.97131852s178.88900741-172.6994963 418.4594963-172.69949629c104.97896297-2.3058963 209.10838518 17.71899259 305.83466666 58.6183111z" p-id="2655" fill="#4e83fd"></path></svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1691459708057" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5077" xmlns:xlink="http://www.w3.org/1999/xlink" width="64" height="64"><path d="M934.423357 388.738675H636.152113v99.05297h-64.657602L413.227927 382.546649v-64.511269h32.679284c69.808926 0 126.410038-56.601112 126.410038-126.410038 0-69.807902-56.602136-126.409015-126.410038-126.409015H330.962296c-69.808926 0-126.410038 56.602136-126.410038 126.409015 0 69.809949 56.602136 126.410038 126.410038 126.410038h32.702819v64.536852L166.551782 513.623987l197.114356 131.054825v61.440327h-32.702819c-69.808926 0-126.410038 56.601112-126.410038 126.410038 0 69.807902 56.602136 126.410038 126.410038 126.410038h114.944915c60.205197 0 110.372783-42.185798 123.096573-98.54541h240.532215V636.430964h124.887358V388.738675zM759.973186 810.856575h-189.833533c-10.328229-59.431577-61.84965-104.737436-124.232442-104.737436h-32.679284v-61.414745l161.435763-107.349936h61.488423v99.075483h123.821073v174.426634z" p-id="5078" fill="#FC9663"></path></svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1691460113549" class="icon" viewBox="0 0 1443 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2328" xmlns:xlink="http://www.w3.org/1999/xlink" width="90.1875" height="64"><path d="M1200.165345 1023.218368H349.208974c-192.401638 0-349.208974-215.369584-349.208974-406.207959a348.006463 348.006463 0 0 1 349.208974-346.022321 322.33287 322.33287 0 0 1 38.780955 2.344895C470.963136 141.056856 617.248506 0.002405 774.777348 0.002405a454.368494 454.368494 0 0 1 454.669122 423.403856c120.251024 14.309872 213.625944 168.952689 213.625944 359.189808a242.005186 242.005186 0 0 1-242.907069 240.622299zM349.148848 330.57247A288.061328 288.061328 0 0 0 60.125512 617.010409c0 158.009846 129.690729 346.623577 289.083462 346.623577h850.956371A182.120176 182.120176 0 0 0 1382.886776 782.596069c0-156.867461-81.951073-301.349066-182.661305-301.349066a30.062756 30.062756 0 0 1-30.062756-30.062756A394.062606 394.062606 0 0 0 774.717222 59.28616c-142.67784 0-274.893841 136.965916-344.940062 260.70422a29.581752 29.581752 0 0 1-31.265266 14.73075 297.080155 297.080155 0 0 0-49.30292-4.14866z m881.079253 120.912405zM300.62756 783.497952H240.502048v-240.502048h60.125512v60.125512h60.125512v-60.125512h60.125512v240.502048H360.753072v-120.251024H300.62756v120.251024z m180.376536-180.376536v-60.125512h180.376536v60.125512h-60.125512v180.376536H541.129608v-180.376536H481.004096z m240.502048 0v-60.125512h180.376536v60.125512h-60.125512v180.376536h-60.125512v-180.376536h-60.125512z m300.62756 180.376536h-60.125512v-240.502048h60.125512c71.368983-0.962008 127.225583-24.050205 126.263575 30.062756-1.863891 50.264928-7.936568 147.548006-66.138063 150.31378h-60.125512v60.125512z m0-180.376536v60.125512a35.293676 35.293676 0 0 0 12.025103 6.012551q56.39773 5.471422 54.954717-36.075307 0-37.818947-54.954717-36.075307a35.293676 35.293676 0 0 0-12.025103 6.012551z" fill="#7839ee" p-id="2329"></path></svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1686561811905" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2855" xmlns:xlink="http://www.w3.org/1999/xlink" ><path d="M992 528c0 273.9-222.1 496-496 496S0 801.9 0 528 222.1 32 496 32c86.2 0 167.3 22 238 60.7 2.3 1.3 2.8 4.4 0.9 6.3l-37 37.3-4.2 4.3c-1.2 1.2-3.1 1.5-4.6 0.8-8.2-4.1-16.5-7.9-24.9-11.5C610.9 107.4 554.3 96 496 96s-114.9 11.4-168.1 33.9c-51.4 21.8-97.7 52.9-137.3 92.6-39.7 39.7-70.9 85.9-92.6 137.3C75.4 413.1 64 469.6 64 528c0 58.3 11.4 114.9 33.9 168.1 21.8 51.4 52.9 97.6 92.6 137.3 39.7 39.7 85.9 70.9 137.3 92.6 53.3 22.6 109.9 34 168.2 34s114.9-11.4 168.1-33.9c51.4-21.8 97.7-52.9 137.3-92.6 39.7-39.7 70.9-85.9 92.6-137.3 22.6-53.3 34-109.9 34-168.2 0-58.4-11.4-114.9-33.9-168.1-3.6-8.5-7.4-16.8-11.5-25-0.8-1.5-0.5-3.4 0.8-4.6l4.3-4.2 37.3-37c1.9-1.9 5-1.4 6.3 0.9C970 360.6 992 441.7 992 528z" p-id="2856" fill="#6CD3CC"></path><path d="M781.4 397c-3.7-8-11.7-13.1-20.6-13.1H740c-6 0-11.8 2.4-16 6.6-7 7-8.6 17.6-4.1 26.4 2.6 5.1 5 10.3 7.3 15.7 13.2 31.2 19.9 64.3 19.9 98.5s-6.7 67.3-19.9 98.5c-12.7 30.1-31 57.2-54.2 80.4-23.3 23.3-50.3 41.5-80.4 54.2-31.3 13.1-64.4 19.8-98.6 19.8s-67.3-6.7-98.5-19.9c-30.1-12.7-57.2-31-80.4-54.2-23.3-23.3-41.5-50.3-54.2-80.4-13.2-31.2-19.9-64.3-19.9-98.5s6.7-67.3 19.9-98.5c12.7-30.1 31-57.2 54.2-80.4 23.3-23.3 50.3-41.5 80.4-54.2 31.2-13.2 64.3-19.9 98.5-19.9s67.3 6.7 98.5 19.9c4.9 2.1 9.8 4.3 14.6 6.7 8.8 4.4 19.4 2.6 26.3-4.4 4.3-4.3 6.7-10.1 6.7-16.2v-20.2c0-9-5.2-17.1-13.4-20.8-40.4-18.6-85.3-29-132.6-29-175.5 0-318 143.4-317 318.9C178 707.1 319.6 848 494 848c174.8 0 316.6-141.3 317-316.2 0.1-48.2-10.5-93.9-29.6-134.8z" p-id="2857" fill="#6CD3CC"></path><path d="M634.5 488.5c-0.8-2.9-4.5-3.9-6.7-1.7l-34.7 34.7-1.8 1.8c-9 9-15.7 20.1-20.1 32.1-11.5 31.6-42.4 54-78.3 52.7-41.6-1.6-75.3-35.3-76.9-76.9-1.4-35.9 21-66.8 52.7-78.3 12-4.4 23-11.1 32.1-20.1l1.8-1.8 34.7-34.7c2.2-2.2 1.2-5.8-1.7-6.7-12.9-3.7-26.5-5.6-40.6-5.5-79.4 0.5-143 64.5-143 143.9 0 79.5 64.5 144 144 144 79.4 0 143.4-63.6 144-142.9 0.1-14.1-1.8-27.8-5.5-40.6z" p-id="2858" fill="#6CD3CC"></path><path d="M1014.3 146H882c-2.2 0-4-1.8-4-4V9.8c0-2.4-2-4-4-4-1 0-2 0.4-2.8 1.2L766.8 112.4l-46.1 46.5-44 44.4c-3 3-4.6 7-4.6 11.3v85.5c0 4.3-1.7 8.3-4.7 11.3l-94.7 94.7-47.4 47.4-51.8 51.9c-12.5 12.5-12.5 32.8 0 45.3 6.3 6.3 14.4 9.4 22.6 9.4s16.4-3.1 22.6-9.4l51.8-51.9 123.2-123.2 19-19c3-3 7.1-4.7 11.3-4.7h85.5c4.2 0 8.3-1.7 11.3-4.6l44.3-43.9 46.5-46.1L1017 152.9c2.6-2.6 0.8-6.9-2.7-6.9zM864 214.3l-44 43.5-25.6 25.4c-3 3-7 4.6-11.3 4.6H744c-4.4 0-8-3.6-8-8v-39c0-4.2 1.7-8.3 4.6-11.3l25.5-25.7 43.5-43.9 1.6-1.6c1.6-1.7 4.5-0.7 4.8 1.6 4.8 25.8 23.5 41.6 48.6 47.7 2.1 0.5 2.9 3.2 1.3 4.7l-1.9 2z" p-id="2859" fill="#6CD3CC"></path></svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1691460052375" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7219" xmlns:xlink="http://www.w3.org/1999/xlink" width="64" height="64"><path d="M950.676002 419.057175a255.346807 255.346807 0 0 0-22.014863-209.48251 257.949339 257.949339 0 0 0-277.74565-123.72694A258.759964 258.759964 0 0 0 212.538139 178.386943a255.346807 255.346807 0 0 0-170.572521 123.726941 257.949339 257.949339 0 0 0 31.699696 302.789689 255.133485 255.133485 0 0 0 21.758876 209.525175 258.162662 258.162662 0 0 0 277.958972 123.726941A255.346807 255.346807 0 0 0 565.757223 1023.996587a258.375984 258.375984 0 0 0 246.259276-179.446729 255.560129 255.560129 0 0 0 170.529856-123.726941 258.375984 258.375984 0 0 0-31.870353-301.765742zM565.757223 957.013381a190.966133 190.966133 0 0 1-122.702994-44.371041l6.015689-3.455821 203.893466-117.668587a33.918248 33.918248 0 0 0 16.724469-29.054499v-287.430483l86.182214 49.832092a3.029177 3.029177 0 0 1 1.621249 2.218552v238.195693a192.160738 192.160738 0 0 1-191.734093 191.734094zM153.618516 780.979809a190.710147 190.710147 0 0 1-22.825487-128.590689l6.058354 3.626479 204.064123 117.711252a32.8943 32.8943 0 0 0 33.278281 0l249.288453-143.736574v99.493526a3.413157 3.413157 0 0 1-1.407927 2.645197L415.578315 851.205514a191.990081 191.990081 0 0 1-261.959799-70.225705zM99.861294 336.928085a191.350114 191.350114 0 0 1 100.944118-84.176984V494.957254a32.680978 32.680978 0 0 0 16.553811 28.841176l248.093849 143.139272-86.182214 49.832092a3.242499 3.242499 0 0 1-3.029177 0l-206.069353-118.863193A192.160738 192.160738 0 0 1 99.861294 335.904138z m708.102081 164.471503l-248.861809-144.504534L645.070458 307.23362a3.242499 3.242499 0 0 1 3.029177 0l206.069353 119.076514a191.734094 191.734094 0 0 1-28.841177 345.795467v-242.248817a33.704925 33.704925 0 0 0-17.364436-28.457196z m85.75557-128.97467l-6.01569-3.626479-203.680143-118.692534a33.107623 33.107623 0 0 0-33.491603 0L401.456378 393.842478V294.306288a2.815855 2.815855 0 0 1 1.194605-2.602533l206.069353-118.905856a191.990081 191.990081 0 0 1 284.998609 198.816394z m-539.278804 176.417552l-86.182214-49.661434a3.413157 3.413157 0 0 1-1.62125-2.431875V259.236099a191.990081 191.990081 0 0 1 314.65041-147.320388l-6.058354 3.413157-203.850801 117.668587a33.918248 33.918248 0 0 0-16.767134 29.054499z m46.802915-100.901454l111.012931-63.996693 111.226253 63.996693v127.950723l-110.799609 63.996693-111.226253-63.996693z" p-id="7220"></path></svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 177 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 455 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 149 KiB

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1700745147176" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="25531" xmlns:xlink="http://www.w3.org/1999/xlink" width="128" height="128"><path d="M551.706122 909.061224c-25.6 0-49.632653-8.359184-65.306122-24.555102-25.6-26.122449-36.571429-70.530612-47.542857-117.028571-6.269388-26.122449-13.583673-55.902041-21.420408-68.963265-20.897959-35.526531-65.828571-54.334694-78.367347-59.036735H266.971429c-25.6 0-47.020408-20.897959-47.020409-47.020408V215.771429c0-25.6 20.897959-47.020408 47.020409-47.020409h67.918367C364.146939 153.6 447.738776 114.938776 543.346939 114.938776h181.812245c29.779592 0 92.473469 10.971429 117.55102 53.289795 23.510204 39.183673 63.216327 344.293878 63.216327 370.416327 0 56.946939-53.812245 101.355102-100.310204 101.355102h-119.640817c-4.179592 0-6.791837 2.089796-7.836734 3.657143-1.044898 1.567347-2.612245 4.179592-2.089796 8.359184 4.179592 20.37551 13.583673 73.665306 6.791836 130.612244-7.314286 57.991837-41.795918 102.922449-92.473469 120.163266-12.016327 4.179592-25.6 6.269388-38.661225 6.269387z" fill="#16C4AF" p-id="25532"></path><path d="M132.179592 623.281633c-10.971429 0-19.853061-8.881633-19.853061-19.853062V196.440816c0-10.971429 8.881633-19.853061 19.853061-19.853061s19.853061 8.881633 19.853061 19.853061v406.987755c0 10.971429-8.881633 19.853061-19.853061 19.853062z" fill="#16C4AF" p-id="25533"></path></svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1700746245397" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="43680" xmlns:xlink="http://www.w3.org/1999/xlink" width="128" height="128"><path d="M0 0m178.086957 0l667.826086 0q178.086957 0 178.086957 178.086957l0 667.826086q0 178.086957-178.086957 178.086957l-667.826086 0q-178.086957 0-178.086957-178.086957l0-667.826086q0-178.086957 178.086957-178.086957Z" fill="#8973E6" p-id="43681"></path><path d="M570.813217 258.782609a77.534609 77.534609 0 0 1 77.534609 77.534608v350.987131a77.913043 77.913043 0 0 0 74.017391 77.824l3.895653 0.089043H316.838957a77.534609 77.534609 0 0 1-77.534609-77.534608V336.317217a77.534609 77.534609 0 0 1 77.534609-77.534608h253.996521zM456.43687 589.913043h-122.61287a16.606609 16.606609 0 0 0-16.606609 16.606609v5.743305c0 9.171478 7.43513 16.606609 16.606609 16.606608h122.61287a16.606609 16.606609 0 0 0 16.606608-16.606608v-5.743305a16.606609 16.606609 0 0 0-16.606608-16.606609z m77.913043-116.869565h-200.525913a16.606609 16.606609 0 0 0-16.606609 16.606609v5.743304c0 9.171478 7.43513 16.606609 16.606609 16.606609h200.525913a16.606609 16.606609 0 0 0 16.606609-16.606609v-5.743304a16.606609 16.606609 0 0 0-16.606609-16.606609z m0-116.869565h-200.525913a16.606609 16.606609 0 0 0-16.606609 16.606609v5.743304c0 9.171478 7.43513 16.606609 16.606609 16.606609h200.525913a16.606609 16.606609 0 0 0 16.606609-16.606609v-5.743304a16.606609 16.606609 0 0 0-16.606609-16.606609z" fill="#FFFFFF" p-id="43682"></path><path d="M628.869565 570.434783h155.826087v116.869565a77.913043 77.913043 0 0 1-155.826087 0v-116.869565z" fill="#FFFFFF" opacity=".6" p-id="43683"></path></svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1700627014976" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="9004" xmlns:xlink="http://www.w3.org/1999/xlink" width="128" height="128"><path d="M749.57747 338.71354a28.03513 28.03513 0 0 1-1.921508-56.00726l167.832777-11.875555-5.355025-146.507178a28.03513 28.03513 0 0 1 56.038759-2.047509l5.607026 153.43721a48.730726 48.730726 0 0 1-45.45471 50.589234l-174.762809 12.348057c-0.630003 0.063-1.291506 0.063-1.98451 0.063001z m166.16327-60.952783z" fill="#2E3138" p-id="9005"></path><path d="M585.461711 1004.878624a484.125741 484.125741 0 0 0-190.544383-929.254302H285.13932l-94.815439 74.466344-152.775707 469.761675L395.35833 996.153084s131.607609 33.799656 190.103381 8.72554z" fill="#56E5BE" p-id="9006"></path><path d="M769.202061 559.781563a484.220242 484.220242 0 0 1-290.179343 443.648054c-59.346275 25.98762-339.06757-61.173283-369.559711-198.450919-63.630295-286.651327-5.071523-729.133876 175.644813-729.133875a484.031241 484.031241 0 0 1 484.094241 483.93674z" fill="#50DDB8" p-id="9007"></path><path d="M279.658295 87.342376a484.220242 484.220242 0 0 1 103.950481 908.810708l-233.101079-144.900671-112.802022-242.551123 8.851541-229.258062 107.100495-210.389474z" fill="#42D3AD" p-id="9008"></path><path d="M512.727874 1023.999212a512.003371 512.003371 0 0 1-426.921477-227.998055C-70.780828 561.041569-6.993032 242.480594 227.998056 85.798869S781.424118-6.87456 938.105843 228.085028a28.06663 28.06663 0 0 1-46.683216 31.122144 455.964611 455.964611 0 0 0-632.333927-126.630587C49.864731 271.996231-6.961532 555.655044 132.521114 764.910513s423.046959 266.050232 632.333927 126.599086a458.925625 458.925625 0 0 0 198.954921-441.821045 28.04458 28.04458 0 1 1 55.566258-7.623036 515.342386 515.342386 0 0 1-223.462035 496.127297 509.451859 509.451859 0 0 1-283.186311 85.806397z" fill="#2E3138" p-id="9009"></path><path d="M729.543378 657.558016h-2.236511l-186.354862-14.553067a47.029718 47.029718 0 0 1-43.0292-46.746217v-211.77548a28.03513 28.03513 0 0 1 56.07026 0v203.17594l177.818323 13.891565a28.03513 28.03513 0 0 1-2.14201 56.007259z" fill="#2E3138" p-id="9010"></path></svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1700745458924" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="30191" xmlns:xlink="http://www.w3.org/1999/xlink" width="128" height="128"><path d="M0 512a512 512 0 1 0 1024 0 512 512 0 1 0-1024 0Z" fill="#EFF2FF" p-id="30192"></path><path d="M682.666667 682.666667c9.898667 9.841778-9.841778-9.841778 0 0zM338.488889 685.511111l5.688889-5.688889c-1.080889 0.682667-2.161778 2.104889-2.844445 2.844445a10.752 10.752 0 0 0-2.844444 2.844444z" fill="#000000" p-id="30193"></path><path d="M784.896 740.693333c23.324444-40.504889 10.410667-71.68-30.947556-102.798222-48.696889-36.579556-96.199111-61.212444-130.389333-21.788444 0 0-36.295111 43.064889-143.075555-57.685334C356.352 440.490667 408.462222 398.677333 408.462222 398.677333c43.178667-43.235556 15.701333-75.548444-20.48-124.416-36.238222-48.924444-72.817778-64.341333-125.326222-22.300444-101.262222 81.009778 41.528889 271.189333 113.607111 345.144889 0 0 109.738667 113.095111 178.801778 150.755555l36.920889 20.593778c52.906667 27.079111 112.469333 39.480889 154.339555 14.336 0 0 20.195556-10.353778 38.570667-42.097778z" fill="#4D4DEE" p-id="30194"></path></svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1700634007483" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="19559" xmlns:xlink="http://www.w3.org/1999/xlink" width="128" height="128"><path d="M65.361 856H967v160H65.361zM65.531 805.062l2.295-188.972L676.402 7.515 863.078 194.19 254.503 802.766 65.53 805.062z m50.726-169.52l-1.46 120.254 120.254-1.46L116.257 635.54z m507.147-507.147L742.198 247.19l52.163-52.163L675.567 76.232l-52.163 52.163z" fill="#1AA5FF" p-id="19560"></path></svg>

Before

Width:  |  Height:  |  Size: 628 B

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1700746526624" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="53489" xmlns:xlink="http://www.w3.org/1999/xlink" width="128" height="128"><path d="M300.053794 0h423.892412c200.032053 0 300.053794 100.021741 300.053794 300.053794v423.892412c0 200.032053-100.021741 300.053794-300.053794 300.053794H300.053794C100.021741 1023.988572 0 923.966831 0 723.934778v-423.880984C0 100.021741 100.021741 0 300.053794 0z" fill="#598BFC" opacity=".15" p-id="53490"></path><path d="M709.900648 336.864812h-191.883572c-7.017065 0-13.542706-3.645674-17.211237-9.62275l-43.725226-41.828105a34.641899 34.641899 0 0 0-29.508242-16.479816h-110.695908c-43.725226 0-79.164831 35.416748-79.16483 79.09626v310.876531c0 42.136673 34.182476 76.296291 76.364862 76.30772h395.835582c42.170958 0 76.364862-34.171047 76.364862-76.30772V413.172532c0-42.136673-34.193904-76.30772-76.376291-76.30772z" fill="#598BFC" p-id="53491"></path><path d="M335.436256 437.800828h353.116059c13.336994 0 20.011205 6.857066 20.011205 20.571199s-6.674211 20.571199-20.011205 20.571199H335.436256c-13.336994 0-20.011205-6.857066-20.011205-20.571199s6.674211-20.571199 20.011205-20.571199z" fill="#FFFFFF" p-id="53492"></path></svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1700746705101" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="61761" xmlns:xlink="http://www.w3.org/1999/xlink" width="128" height="128"><path d="M906.5472 756.8384H632.9344c-23.04 0-43.2128-20.1728-43.2128-43.2128s20.1728-43.2128 43.2128-43.2128h273.6128c23.04 0 43.2128 20.1728 43.2128 43.2128s-20.1728 43.2128-43.2128 43.2128z" fill="#409EFF" p-id="61762"></path><path d="M631.296 756.8384c-11.5712 0-23.04-2.8672-28.7744-11.5712-17.3056-17.3056-17.3056-43.2128 0-60.5184L732.16 555.2128c17.3056-17.3056 43.2128-17.3056 60.5184 0s17.3056 43.2128 0 60.5184L663.04 745.3696c-11.5712 8.6016-23.04 11.4688-31.744 11.4688z" fill="#409EFF" p-id="61763"></path><path d="M761.4464 886.3744c-11.5712 0-23.04-2.8672-28.7744-11.5712L603.0336 745.3696c-17.3056-17.3056-17.3056-43.2128 0-60.5184s43.2128-17.3056 60.5184 0l129.6384 129.536c17.3056 17.3056 17.3056 43.2128 0 60.5184-8.704 5.7344-20.2752 11.4688-31.744 11.4688z" fill="#409EFF" p-id="61764"></path><path d="M851.8656 932.4544a126.65856 126.65856 0 0 1-89.2928 37.4784c-34.6112 0-63.3856-11.5712-89.2928-37.4784L546.5088 802.9184c-17.3056-17.3056-28.7744-40.3456-34.6112-63.3856-2.8672-8.6016-2.8672-17.3056-2.8672-25.9072s0-17.3056 2.8672-25.9072c5.7344-23.04 17.3056-46.08 34.6112-63.3856L676.0448 494.592c48.4352-49.3568 127.6928-49.9712 177.0496-1.536l1.536 1.536c17.6128 17.6128 52.0192 62.1568 67.2768 82.1248 1.4336 1.8432 4.096 2.2528 5.9392 0.8192 1.024-0.8192 1.6384-2.048 1.6384-3.3792V280.064c0-65.6384-53.76-119.3984-119.3984-119.3984H314.5728c-65.6384 0-119.3984 53.76-119.3984 119.3984v573.3376c0 65.6384 53.76 119.3984 119.3984 119.3984h492.6464c65.6384 0 119.3984-53.76 119.3984-119.3984 0-2.3552-1.8432-4.1984-4.1984-4.1984a3.9936 3.9936 0 0 0-3.3792 1.7408c-14.7456 20.1728-47.616 64.1024-67.1744 81.5104z" fill="#409EFF" p-id="61765"></path><path d="M131.7888 823.0912V212.48c0-66.2528 54.6816-120.9344 120.9344-120.9344h524.1856C756.8384 68.5056 725.0944 51.2 690.5856 51.2H189.44C126.0544 51.2 74.24 103.0144 74.24 166.4v584.6016c0 43.2128 23.04 80.5888 60.5184 100.7616-2.9696-11.4688-2.9696-20.0704-2.9696-28.672z" fill="#409EFF" p-id="61766"></path></svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1700983497588" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6628" xmlns:xlink="http://www.w3.org/1999/xlink" width="128" height="128"><path d="M698.483573 594.905936A287.506808 287.506808 0 1 1 984.611923 306.020671v1.181535a287.309885 287.309885 0 0 1-286.12835 287.70373z" fill="#FFFFFF" p-id="6629"></path><path d="M698.483573 39.387645A267.814561 267.814561 0 1 1 433.229005 308.777585v-1.575379A267.420716 267.420716 0 0 1 698.483573 39.387645m0-39.384494A307.199055 307.199055 0 1 0 1004.30417 308.580663v-1.378457A306.411365 306.411365 0 0 0 698.680495 0.003151z" fill="#007FB7" p-id="6630"></path><path d="M787.689452 236.310116m-78.768988 0a78.768988 78.768988 0 1 0 157.537977 0 78.768988 78.768988 0 1 0-157.537977 0Z" fill="#D1EBF2" p-id="6631"></path><path d="M787.689452 177.233375a59.076741 59.076741 0 1 1-59.076741 59.076741 59.076741 59.076741 0 0 1 59.076741-59.076741m0-39.384495a98.461236 98.461236 0 1 0 98.461236 98.461236 98.461236 98.461236 0 0 0-98.461236-98.461236z" fill="#007FB7" p-id="6632"></path><path d="M39.384062 974.57246v-113.033499l390.300338-392.466484 162.067194 108.701204-116.381181 58.682896v124.455002l-135.876505 5.316906v131.150366l-127.014993 4.923062-65.772106 99.248925L39.384062 974.57246z" fill="#D1EBF2" p-id="6633"></path><path d="M433.229005 494.475475l120.713474 80.935136-75.421306 38.006037-21.661472 10.830736v118.153482l-98.461235 3.741527-38.793727 2.166148v131.347288l-98.461236 3.741527h-19.692247l-11.224581 16.73841L137.845298 979.101677l-78.768988-19.692247v-89.796647l374.152695-374.152695m-5.119985-50.805998L19.691815 853.268218v136.467272L155.56832 1024l67.938253-102.399685 135.876505-5.316907v-131.150365l135.876505-5.316907v-131.347288L630.151476 580.333673l-203.027068-136.664195z" fill="#007FB7" p-id="6634"></path></svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -1 +0,0 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1700746780241" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="67557" xmlns:xlink="http://www.w3.org/1999/xlink" width="128" height="128"><path d="M768 320v128H576V256h128L512 64 320 256h128v192H256V320L64 512l64 64 128 128V576h192v192H320l192 192 64-64 128-128H576V576h192v128l192-192-192-192z" p-id="67558" fill="#13227a"></path></svg>

Before

Width:  |  Height:  |  Size: 524 B

Some files were not shown because too many files have changed in this diff Show More