chore: 忽略推广视频与 PPT 解压产物;移除 _pptx_extract 及重复社交图;更新部署脚本说明

Made-with: Cursor
This commit is contained in:
whm
2026-03-20 17:41:27 +08:00
parent 654b683067
commit b95fcdeb8c
302 changed files with 37 additions and 636 deletions

33
.gitignore vendored
View File

@@ -3,6 +3,8 @@ node_modules/
web/dist/ web/dist/
admin/dist/ admin/dist/
server/server server/server
server/yh_api
server/bin/
*.exe *.exe
# 环境与密钥(服务器上单独配置) # 环境与密钥(服务器上单独配置)
@@ -11,6 +13,10 @@ server/.env
!.env.example !.env.example
!server/.env.example !server/.env.example
# Nginx 证书私钥(除 yuheng 域名外不提交)
nginx/*.key
!nginx/yuheng.yuxindazhineng.com.key
# 日志 # 日志
logs/ logs/
*.log *.log
@@ -23,5 +29,32 @@ Thumbs.db
*.swp *.swp
*.swo *.swo
# 挂目录部署:构建产物由脚本生成,不提交
deploy/web/dist/
deploy/admin/dist/
deploy/api/server
# 功能模块上传目录API 写入,不提交)
data/uploads/
# Docker 本地卷(不提交) # Docker 本地卷(不提交)
# mongo_data 等由 compose 管理 # mongo_data 等由 compose 管理
# 推广素材:视频不入库(本地可保留;线上后台上传或静态部署)
web/promotion/**/*.mov
web/promotion/**/*.MOV
web/promotion/**/*.mp4
web/promotion/**/*.webm
web/promotion/**/*.mkv
web/promotion/**/*.avi
web/promotion/**/*.m4v
# 「视频发布」封面等图片不入库(与视频配套,见该目录 README
web/promotion/视频发布/**/*.jpg
web/promotion/视频发布/**/*.jpeg
web/promotion/视频发布/**/*.png
web/promotion/视频发布/**/*.webp
# PPT 解压临时目录与压缩包副本(仅保留 .pptx 源文件即可)
web/promotion/_pptx_extract/
web/promotion/_pptx.zip

View File

@@ -1,7 +1,7 @@
# deploy 目录(挂目录 + 替换文件部署) # deploy 目录(挂目录 + 替换文件部署)
- **deploy/web/dist**:前台构建产物,由 `pull-and-restart.sh` 生成;替换此目录内容即可更新前台。 - **deploy/web/dist**:前台构建产物,由 `pull-and-restart.sh` 生成;替换此目录内容即可更新前台。
- **deploy/admin/dist**:后台构建产物,同上。 - **deploy/admin/dist**:后台构建产物,同上。后台 Vite 通过 `@yh-web` 引用 `../web/src`(如积木 `BlockRenderer`),用 Docker 单目录挂载 `admin` 时会构建失败,须挂载**项目根**再在 `admin` 下执行 `npm run build`(见 `pull-and-restart.sh`)。
- **deploy/api/server**API 二进制,同上;替换后重启 api 容器生效。 - **deploy/api/server**API 二进制,同上;替换后重启 api 容器生效。
- **deploy/web/default.conf**、**deploy/admin/default.conf**Nginx 配置,已纳入版本库。 - **deploy/web/default.conf**、**deploy/admin/default.conf**Nginx 配置,已纳入版本库。

View File

@@ -289,7 +289,8 @@ run_sudo docker run --rm -v "$ROOT/web:/app" -v "$ROOT/deploy/web/dist:/out" -w
"${REGISTRY_MIRROR}node:20-alpine" sh -c "rm -rf /out/* 2>/dev/null; (npm ci --legacy-peer-deps 2>/dev/null || npm install --legacy-peer-deps) && npm run build && cp -r dist/. /out/" "${REGISTRY_MIRROR}node:20-alpine" sh -c "rm -rf /out/* 2>/dev/null; (npm ci --legacy-peer-deps 2>/dev/null || npm install --legacy-peer-deps) && npm run build && cp -r dist/. /out/"
echo "构建 admin 前端 -> deploy/admin/dist ..." echo "构建 admin 前端 -> deploy/admin/dist ..."
run_sudo docker run --rm -v "$ROOT/admin:/app" -v "$ROOT/deploy/admin/dist:/out" -w /app \ # admin 的 vite 别名 @yh-web -> ../web/src须挂载项目根否则容器内无 web 目录会报 BlockRenderer.vue ENOENT
run_sudo docker run --rm -v "$ROOT:/repo" -v "$ROOT/deploy/admin/dist:/out" -w /repo/admin \
"${REGISTRY_MIRROR}node:20-alpine" sh -c "rm -rf /out/* 2>/dev/null; (npm ci --legacy-peer-deps 2>/dev/null || npm install --legacy-peer-deps) && npm run build && cp -r dist/. /out/" "${REGISTRY_MIRROR}node:20-alpine" sh -c "rm -rf /out/* 2>/dev/null; (npm ci --legacy-peer-deps 2>/dev/null || npm install --legacy-peer-deps) && npm run build && cp -r dist/. /out/"
echo "构建 api 二进制 -> deploy/api/server ..." echo "构建 api 二进制 -> deploy/api/server ..."

View File

@@ -4,7 +4,7 @@
- `视频发布/`:产品视频与封面。**`.mov` 等大文件默认不入 Git**;生产环境请在 **后台 → 文件管理** 上传到 `promotion/视频发布/…`,勾选 **保留原文件名**(路径与文件名见 `视频发布/README.md`)。官网解析到站点后,首页通过 `/api/web/sites/{site_id}/promotion-media/视频发布/...` 拉取。本地开发仍可将文件放在本目录,走 `/promotion/视频发布/...` - `视频发布/`:产品视频与封面。**`.mov` 等大文件默认不入 Git**;生产环境请在 **后台 → 文件管理** 上传到 `promotion/视频发布/…`,勾选 **保留原文件名**(路径与文件名见 `视频发布/README.md`)。官网解析到站点后,首页通过 `/api/web/sites/{site_id}/promotion-media/视频发布/...` 拉取。本地开发仍可将文件放在本目录,走 `/promotion/视频发布/...`
- `social/`**关注我们** 统一资源包(建议只用此目录上线),首页读取: - `social/`**关注我们** 统一资源包(建议只用此目录上线),首页读取:
- `social/xiaohongshu.png``social/douyin.png``social/wechat-official.png``social/wechat-channels.jpg` - `social/xiaohongshu.png``social/douyin.png``social/wechat-official.png``social/wechat-channels.jpg`
- 源文件可从根目录 `小红书.png``抖音.png``公众号.png``视频号.jpg` 同步复制进来ASCII 文件名利于网关与日志)。 - 若需换图,直接替换 `social/` 下对应文件ASCII 文件名利于网关与日志)。
- `宇恒一号宣传册.pptx`宣传册文案结构来源SPA 中对应路由为 `/brochure/:topic` - `宇恒一号宣传册.pptx`宣传册文案结构来源SPA 中对应路由为 `/brochure/:topic`
## 生产部署 ## 生产部署

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@@ -1,2 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="ppt/presentation.xml"/><Relationship Id="rId3" Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Target="docProps/core.xml"/><Relationship Id="rId2" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties" Target="docProps/app.xml"/><Relationship Id="rId4" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties" Target="docProps/custom.xml"/></Relationships>

View File

@@ -1,2 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties" xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes"><TotalTime>0</TotalTime><Words>3847</Words><Application>WPS 演示</Application><PresentationFormat></PresentationFormat><Paragraphs>383</Paragraphs><Slides>23</Slides><Notes>0</Notes><HiddenSlides>0</HiddenSlides><MMClips>0</MMClips><ScaleCrop>false</ScaleCrop><HeadingPairs><vt:vector size="6" baseType="variant"><vt:variant><vt:lpstr>已用的字体</vt:lpstr></vt:variant><vt:variant><vt:i4>8</vt:i4></vt:variant><vt:variant><vt:lpstr>主题</vt:lpstr></vt:variant><vt:variant><vt:i4>2</vt:i4></vt:variant><vt:variant><vt:lpstr>幻灯片标题</vt:lpstr></vt:variant><vt:variant><vt:i4>23</vt:i4></vt:variant></vt:vector></HeadingPairs><TitlesOfParts><vt:vector size="33" baseType="lpstr"><vt:lpstr>Arial</vt:lpstr><vt:lpstr>宋体</vt:lpstr><vt:lpstr>Wingdings</vt:lpstr><vt:lpstr>Arial</vt:lpstr><vt:lpstr>Noto Sans SC</vt:lpstr><vt:lpstr>微软雅黑</vt:lpstr><vt:lpstr>Arial Unicode MS</vt:lpstr><vt:lpstr>Wingdings</vt:lpstr><vt:lpstr>Office 主题​​</vt:lpstr><vt:lpstr>默认主题</vt:lpstr><vt:lpstr>PowerPoint 演示文稿</vt:lpstr><vt:lpstr>PowerPoint 演示文稿</vt:lpstr><vt:lpstr>PowerPoint 演示文稿</vt:lpstr><vt:lpstr>PowerPoint 演示文稿</vt:lpstr><vt:lpstr>PowerPoint 演示文稿</vt:lpstr><vt:lpstr>PowerPoint 演示文稿</vt:lpstr><vt:lpstr>PowerPoint 演示文稿</vt:lpstr><vt:lpstr>PowerPoint 演示文稿</vt:lpstr><vt:lpstr>PowerPoint 演示文稿</vt:lpstr><vt:lpstr>PowerPoint 演示文稿</vt:lpstr><vt:lpstr>PowerPoint 演示文稿</vt:lpstr><vt:lpstr>PowerPoint 演示文稿</vt:lpstr><vt:lpstr>PowerPoint 演示文稿</vt:lpstr><vt:lpstr>PowerPoint 演示文稿</vt:lpstr><vt:lpstr>PowerPoint 演示文稿</vt:lpstr><vt:lpstr>PowerPoint 演示文稿</vt:lpstr><vt:lpstr>PowerPoint 演示文稿</vt:lpstr><vt:lpstr>PowerPoint 演示文稿</vt:lpstr><vt:lpstr>PowerPoint 演示文稿</vt:lpstr><vt:lpstr>PowerPoint 演示文稿</vt:lpstr><vt:lpstr>PowerPoint 演示文稿</vt:lpstr><vt:lpstr>PowerPoint 演示文稿</vt:lpstr><vt:lpstr>PowerPoint 演示文稿</vt:lpstr></vt:vector></TitlesOfParts><LinksUpToDate>false</LinksUpToDate><SharedDoc>false</SharedDoc><HyperlinksChanged>false</HyperlinksChanged><AppVersion>14.0000</AppVersion></Properties>

View File

@@ -1,2 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<cp:coreProperties xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><dc:title></dc:title><dc:creator></dc:creator><cp:lastModifiedBy>光怪陆离</cp:lastModifiedBy><cp:revision>17</cp:revision><dcterms:created xsi:type="dcterms:W3CDTF">2026-03-20T02:18:00Z</dcterms:created><dcterms:modified xsi:type="dcterms:W3CDTF">2026-03-20T06:29:51Z</dcterms:modified></cp:coreProperties>

View File

@@ -1,2 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/custom-properties" xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes"><property fmtid="{D5CDD505-2E9C-101B-9397-08002B2CF9AE}" pid="2" name="ICV"><vt:lpwstr>CA1AE6ACDBFB44F4BB5DD209422E5CC0_13</vt:lpwstr></property><property fmtid="{D5CDD505-2E9C-101B-9397-08002B2CF9AE}" pid="3" name="KSOProductBuildVer"><vt:lpwstr>2052-12.1.0.24657</vt:lpwstr></property></Properties>

View File

@@ -1,2 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Id="rId9" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide" Target="slides/slide5.xml"/><Relationship Id="rId8" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide" Target="slides/slide4.xml"/><Relationship Id="rId7" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide" Target="slides/slide3.xml"/><Relationship Id="rId6" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide" Target="slides/slide2.xml"/><Relationship Id="rId5" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/notesMaster" Target="notesMasters/notesMaster1.xml"/><Relationship Id="rId4" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide" Target="slides/slide1.xml"/><Relationship Id="rId30" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/tableStyles" Target="tableStyles.xml"/><Relationship Id="rId3" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster" Target="slideMasters/slideMaster2.xml"/><Relationship Id="rId29" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/viewProps" Target="viewProps.xml"/><Relationship Id="rId28" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/presProps" Target="presProps.xml"/><Relationship Id="rId27" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide" Target="slides/slide23.xml"/><Relationship Id="rId26" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide" Target="slides/slide22.xml"/><Relationship Id="rId25" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide" Target="slides/slide21.xml"/><Relationship Id="rId24" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide" Target="slides/slide20.xml"/><Relationship Id="rId23" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide" Target="slides/slide19.xml"/><Relationship Id="rId22" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide" Target="slides/slide18.xml"/><Relationship Id="rId21" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide" Target="slides/slide17.xml"/><Relationship Id="rId20" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide" Target="slides/slide16.xml"/><Relationship Id="rId2" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme" Target="theme/theme1.xml"/><Relationship Id="rId19" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide" Target="slides/slide15.xml"/><Relationship Id="rId18" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide" Target="slides/slide14.xml"/><Relationship Id="rId17" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide" Target="slides/slide13.xml"/><Relationship Id="rId16" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide" Target="slides/slide12.xml"/><Relationship Id="rId15" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide" Target="slides/slide11.xml"/><Relationship Id="rId14" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide" Target="slides/slide10.xml"/><Relationship Id="rId13" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide" Target="slides/slide9.xml"/><Relationship Id="rId12" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide" Target="slides/slide8.xml"/><Relationship Id="rId11" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide" Target="slides/slide7.xml"/><Relationship Id="rId10" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide" Target="slides/slide6.xml"/><Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster" Target="slideMasters/slideMaster1.xml"/></Relationships>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 532 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 512 KiB

View File

@@ -1,3 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path fill="#64FFDA" fill-opacity="1.0" stroke-width="2.0" d="M6 8.25564L24.0086 3L42 8.25564V19.0337C42 30.3622 34.7502 40.4194 24.0026 44.0005C13.2521 40.4195 6 30.36 6 19.0287V8.25564Z" stroke-linejoin="round" stroke="#64FFDA"/>
</svg>

Before

Width:  |  Height:  |  Size: 593 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<circle stroke-linecap="round" fill-opacity="1.0" fill="#64FFDA" stroke-linejoin="round" r="7" cx="24" cy="11" stroke="#64FFDA" stroke-width="2.0"/>
<path d="M4 41C4 32.1634 12.0589 25 22 25" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<rect stroke-linecap="round" x="27" y="31" fill-opacity="1.0" fill="#64FFDA" width="14" stroke-linejoin="round" height="10" stroke="#64FFDA" stroke-width="2.0"/>
<path d="M37 31V28C37 26.3431 35.6569 25 34 25C32.3431 25 31 26.3431 31 28V31" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
</svg>

Before

Width:  |  Height:  |  Size: 964 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path stroke-linecap="round" fill-opacity="1.0" fill="#64FFDA" stroke-linejoin="round" d="M24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44Z" stroke="#64FFDA" stroke-width="2.0"/>
<path d="M33.5424 27C32.2681 31.0571 28.4778 34 24.0002 34C19.5226 34 15.7323 31.0571 14.458 27V33" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="white"/>
<path d="M33.5424 15V21C32.2681 16.9429 28.4778 14 24.0002 14C19.5226 14 15.7323 16.9429 14.458 21" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 970 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path fill="#64FFDA" fill-opacity="1.0" stroke-width="2.0" d="M24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44Z" stroke-linejoin="round" stroke="#64FFDA"/>
<path d="M24.0084 12.0001L24.0072 24.0089L32.4866 32.4883" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 723 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<circle stroke-linecap="round" fill-opacity="1.0" fill="#64FFDA" stroke-linejoin="round" r="8" cx="24" cy="12" stroke="#64FFDA" stroke-width="2.0"/>
<path d="M42 44C42 34.0589 33.9411 26 24 26C14.0589 26 6 34.0589 6 44" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
</svg>

Before

Width:  |  Height:  |  Size: 666 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 792 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 536 B

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path d="M21 13L11 20L11 44" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path stroke-linecap="round" fill-opacity="1.0" fill="#64FFDA" fill-rule="evenodd" stroke-linejoin="round" d="M21 4L31 11V24L38 29V44H21V4Z" stroke="#64FFDA" clip-rule="evenodd" stroke-width="2.0"/>
<path d="M4 44H44" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
</svg>

Before

Width:  |  Height:  |  Size: 778 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path fill="#64FFDA" d="M36 32C40.4183 32 44 28.4183 44 24C44 19.5817 40.4183 16 36 16" fill-opacity="1.0"/>
<path d="M36 32V32C40.4183 32 44 28.4183 44 24C44 19.5817 40.4183 16 36 16" stroke-width="2.0" stroke-linejoin="round" stroke="#64FFDA"/>
<path fill="#64FFDA" d="M12 16C7.58172 16 4 19.5817 4 24C4 28.4183 7.58172 32 12 32" fill-opacity="1.0"/>
<path d="M12 16C7.58172 16 4 19.5817 4 24C4 28.4183 7.58172 32 12 32V32" stroke-width="2.0" stroke-linejoin="round" stroke="#64FFDA"/>
<path d="M12 32V31.5V29V24V16C12 9.37258 17.3726 4 24 4C30.6274 4 36 9.37258 36 16V32C36 38.6274 30.6274 44 24 44" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path d="M37.8261 4C41.6276 7.58886 44 12.6753 44 18.3158C44 29.1871 35.1871 38 24.3158 38C18.6753 38 13.5889 35.6276 10 31.8261" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path stroke-linecap="round" fill-opacity="1.0" fill="#64FFDA" fill-rule="evenodd" stroke-linejoin="round" d="M24 32C31.732 32 38 25.732 38 18C38 10.268 31.732 4 24 4C16.268 4 10 10.268 10 18C10 25.732 16.268 32 24 32Z" stroke="#64FFDA" clip-rule="evenodd" stroke-width="2.0"/>
<path d="M24 38V44" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path d="M18 44H30" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 784 B

View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path fill="#64FFDA" fill-opacity="1.0" stroke-width="2.0" d="M4 39H44V24V9H24H4V24V39Z" stroke-linejoin="round" stroke="#64FFDA"/>
<path d="M4 9L24 24L44 9" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="white"/>
<path d="M24 9H4V24" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path d="M44 24V9H24" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
</svg>

Before

Width:  |  Height:  |  Size: 815 B

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path d="M8 44H12H16" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path d="M12 44V4" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path stroke-linecap="round" fill-opacity="1.0" fill="#64FFDA" stroke-linejoin="round" d="M40 6H12V22H40L36 14L40 6Z" stroke="#64FFDA" stroke-width="2.0"/>
</svg>

Before

Width:  |  Height:  |  Size: 728 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path d="M19.036 44.0002C18.0561 40.8046 16.5778 38.4223 14.6011 36.8533C11.636 34.4998 6.92483 35.9625 5.18458 33.535C3.44433 31.1074 6.40382 26.6432 7.44234 24.0091C8.48086 21.3751 3.46179 20.4437 4.04776 19.6959C4.43842 19.1974 6.97471 17.7588 11.6567 15.3802C12.987 7.79356 17.9008 4.00024 26.3982 4.00024C39.1441 4.00024 44 14.8062 44 21.6791C44 28.5521 38.1201 35.9564 29.7441 37.5529C28.9951 38.6437 30.0754 40.7928 32.9848 44.0002" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path fill-opacity="1.0" fill="#64FFDA" fill-rule="evenodd" stroke-linejoin="round" d="M19.4997 14.5001C18.8464 17.0344 19.0408 18.8139 20.0829 19.8386C21.125 20.8634 22.9011 21.5335 25.4112 21.849C24.8417 25.1177 25.5361 26.6512 27.4942 26.4494C29.4524 26.2476 30.6289 25.434 31.0239 24.0084C34.0842 24.8685 35.7428 24.1487 35.9997 21.849C36.3852 18.3994 34.525 15.6476 33.7624 15.6476C32.9997 15.6476 31.0239 15.5548 31.0239 14.5001C31.0239 13.4453 28.7159 12.8494 26.6329 12.8494C24.5499 12.8494 25.8035 11.4453 22.9432 12.0001C21.0363 12.3699 19.8885 13.2032 19.4997 14.5001Z" stroke="#64FFDA" clip-rule="evenodd" stroke-width="2.0"/>
<path d="M30.5002 25.5002C29.4833 26.1313 28.0878 27.1805 27.5002 28.0002C26.0313 30.0497 24.8398 31.2976 24.5791 32.6083" stroke-width="2.0" stroke-linecap="round" stroke="#64FFDA"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -1,3 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path fill="#64FFDA" fill-opacity="1.0" stroke-width="2.0" d="M24 44C32.2347 44 38.9998 37.4742 38.9998 29.0981C38.9998 27.0418 38.8953 24.8375 37.7555 21.4116C36.6157 17.9858 36.3861 17.5436 35.1809 15.4279C34.666 19.7454 31.911 21.5448 31.2111 22.0826C31.2111 21.5231 29.5445 15.3359 27.0176 11.6339C24.537 8 21.1634 5.61592 19.1853 4C19.1853 7.06977 18.3219 11.6339 17.0854 13.9594C15.8489 16.2849 15.6167 16.3696 14.0722 18.1002C12.5278 19.8308 11.8189 20.3653 10.5274 22.4651C9.23596 24.565 9 27.3618 9 29.4181C9 37.7942 15.7653 44 24 44Z" stroke-linejoin="round" stroke="#64FFDA"/>
</svg>

Before

Width:  |  Height:  |  Size: 949 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path fill-opacity="1.0" fill="#64FFDA" stroke-linejoin="round" d="M23.8887 39.8887C32.7287 39.8887 39.8887 32.7287 39.8887 23.8887C39.8887 15.0487 32.7287 7.88867 23.8887 7.88867C15.0487 7.88867 7.88867 15.0487 7.88867 23.8887C7.88867 32.7287 15.0487 39.8887 23.8887 39.8887Z" stroke="#64FFDA" stroke-width="2.0" stroke-miterlimit="2"/>
<path fill-opacity="1.0" fill="white" stroke-linejoin="round" d="M23.8887 31.8887C28.3087 31.8887 31.8887 28.3087 31.8887 23.8887C31.8887 19.4687 28.3087 15.8887 23.8887 15.8887C19.4687 15.8887 15.8887 19.4687 15.8887 23.8887C15.8887 28.3087 19.4687 31.8887 23.8887 31.8887Z" stroke="white" stroke-width="2.0" stroke-miterlimit="2"/>
<path fill="#64FFDA" d="M23.8887 25.8887C24.9887 25.8887 25.8887 24.9887 25.8887 23.8887C25.8887 22.7887 24.9887 21.8887 23.8887 21.8887C22.7887 21.8887 21.8887 22.7887 21.8887 23.8887C21.8887 24.9887 22.7887 25.8887 23.8887 25.8887Z" fill-opacity="1.0"/>
<path stroke-miterlimit="2" d="M23.8887 7.88867V3.88867" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path stroke-miterlimit="2" d="M37.8887 43.8887L33.8887 36.8887" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path stroke-miterlimit="2" d="M13.8887 36.8887L9.88867 43.8887" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 888 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 MiB

View File

@@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path stroke-linecap="round" fill-opacity="1.0" fill="#64FFDA" stroke-linejoin="round" d="M24 20C27.866 20 31 16.866 31 13C31 9.13401 27.866 6 24 6C20.134 6 17 9.13401 17 13C17 16.866 20.134 20 24 20Z" stroke="#64FFDA" stroke-width="2.0"/>
<path stroke-linecap="round" fill-opacity="1.0" fill="#64FFDA" stroke-linejoin="round" d="M6 40.8V42H42V40.8C42 36.3196 42 34.0794 41.1281 32.3681C40.3611 30.8628 39.1372 29.6389 37.6319 28.8719C35.9206 28 33.6804 28 29.2 28H18.8C14.3196 28 12.0794 28 10.3681 28.8719C8.86278 29.6389 7.63893 30.8628 6.87195 32.3681C6 34.0794 6 36.3196 6 40.8Z" stroke="#64FFDA" stroke-width="2.0"/>
</svg>

Before

Width:  |  Height:  |  Size: 984 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path fill="#64FFDA" fill-opacity="1.0" stroke-width="2.0" d="M36.686 15.171C37.9364 16.9643 38.8163 19.0352 39.2147 21.2727H44V26.7273H39.2147C38.8163 28.9648 37.9364 31.0357 36.686 32.829L40.0706 36.2137L36.2137 40.0706L32.829 36.686C31.0357 37.9364 28.9648 38.8163 26.7273 39.2147V44H21.2727V39.2147C19.0352 38.8163 16.9643 37.9364 15.171 36.686L11.7863 40.0706L7.92939 36.2137L11.314 32.829C10.0636 31.0357 9.18372 28.9648 8.78533 26.7273H4V21.2727H8.78533C9.18372 19.0352 10.0636 16.9643 11.314 15.171L7.92939 11.7863L11.7863 7.92939L15.171 11.314C16.9643 10.0636 19.0352 9.18372 21.2727 8.78533V4H26.7273V8.78533C28.9648 9.18372 31.0357 10.0636 32.829 11.314L36.2137 7.92939L40.0706 11.7863L36.686 15.171Z" stroke-linejoin="round" stroke="#64FFDA"/>
<path fill="white" fill-opacity="1.0" stroke-width="2.0" d="M24 29C26.7614 29 29 26.7614 29 24C29 21.2386 26.7614 19 24 19C21.2386 19 19 21.2386 19 24C19 26.7614 21.2386 29 24 29Z" stroke-linejoin="round" stroke="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 452 B

View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path fill="#64FFDA" fill-opacity="1.0" stroke-width="2.0" d="M18 6H8C6.89543 6 6 6.89543 6 8V18C6 19.1046 6.89543 20 8 20H18C19.1046 20 20 19.1046 20 18V8C20 6.89543 19.1046 6 18 6Z" stroke-linejoin="round" stroke="#64FFDA"/>
<path fill="#64FFDA" fill-opacity="1.0" stroke-width="2.0" d="M18 28H8C6.89543 28 6 28.8954 6 30V40C6 41.1046 6.89543 42 8 42H18C19.1046 42 20 41.1046 20 40V30C20 28.8954 19.1046 28 18 28Z" stroke-linejoin="round" stroke="#64FFDA"/>
<path fill="#64FFDA" fill-opacity="1.0" stroke-width="2.0" d="M40 6H30C28.8954 6 28 6.89543 28 8V18C28 19.1046 28.8954 20 30 20H40C41.1046 20 42 19.1046 42 18V8C42 6.89543 41.1046 6 40 6Z" stroke-linejoin="round" stroke="#64FFDA"/>
<path fill="#64FFDA" fill-opacity="1.0" stroke-width="2.0" d="M40 28H30C28.8954 28 28 28.8954 28 30V40C28 41.1046 28.8954 42 30 42H40C41.1046 42 42 41.1046 42 40V30C42 28.8954 41.1046 28 40 28Z" stroke-linejoin="round" stroke="#64FFDA"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path d="M34 12V20V21C31.0449 21 28.3892 22.2818 26.5585 24.3198C24.9678 26.0906 24 28.4323 24 31C24 31.5789 24.0492 32.1463 24.1436 32.6983C24.6579 35.7046 26.5143 38.2529 29.0741 39.7046C26.4116 40.5096 22.8776 41 19 41C10.7157 41 4 38.7614 4 36V28V20V12" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path stroke-linecap="round" fill-opacity="1.0" fill="#64FFDA" stroke-linejoin="round" d="M34 12C34 14.7614 27.2843 17 19 17C10.7157 17 4 14.7614 4 12C4 9.23858 10.7157 7 19 7C27.2843 7 34 9.23858 34 12Z" stroke="#64FFDA" stroke-width="2.0"/>
<path d="M4 28C4 30.7614 10.7157 33 19 33C20.807 33 22.5393 32.8935 24.1436 32.6983" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path d="M4 20C4 22.7614 10.7157 25 19 25C21.7563 25 24.339 24.7522 26.5585 24.3198" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path stroke-linecap="round" fill-opacity="1.0" fill="#64FFDA" stroke-linejoin="round" d="M44 31C44 36.5228 39.5228 41 34 41C32.2091 41 30.5281 40.5292 29.0741 39.7046C26.5143 38.2529 24.6579 35.7046 24.1436 32.6983C24.0492 32.1463 24 31.5789 24 31C24 28.4323 24.9678 26.0906 26.5585 24.3198C28.3892 22.2818 31.0449 21 34 21C39.5228 21 44 25.4772 44 31Z" stroke="#64FFDA" stroke-width="2.0"/>
<path d="M37 29L39 31L37 33" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="white"/>
<path d="M31 33L29 31L31 29" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 642 B

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path d="M24 33V15" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<rect stroke-linecap="round" x="10" y="9" fill-opacity="1.0" fill="#64FFDA" width="28" stroke-linejoin="round" height="6" stroke="#64FFDA" stroke-width="2.0"/>
<path d="M8 32L14 25H33.9743L40 32" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<rect stroke-linecap="round" x="4" y="33" fill-opacity="1.0" fill="#64FFDA" width="8" stroke-linejoin="round" height="8" stroke="#64FFDA" stroke-width="2.0"/>
<rect stroke-linecap="round" x="20" y="33" fill-opacity="1.0" fill="#64FFDA" width="8" stroke-linejoin="round" height="8" stroke="#64FFDA" stroke-width="2.0"/>
<rect stroke-linecap="round" x="36" y="33" fill-opacity="1.0" fill="#64FFDA" width="8" stroke-linejoin="round" height="8" stroke="#64FFDA" stroke-width="2.0"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 407 KiB

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path stroke-linecap="round" fill-opacity="1.0" fill="#64FFDA" stroke-linejoin="round" d="M24 20C27.866 20 31 16.866 31 13C31 9.13401 27.866 6 24 6C20.134 6 17 9.13401 17 13C17 16.866 20.134 20 24 20Z" stroke="#64FFDA" stroke-width="2.0"/>
<path d="M12 7.25488C10.1865 8.51983 9 10.6214 9 13.0002C9 15.5465 10.3596 17.7753 12.3924 19.0002" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path d="M36 7.25488C37.8135 8.51983 39 10.6214 39 13.0002C39 15.3789 37.8135 17.4806 36 18.7455" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path stroke-linecap="round" fill-opacity="1.0" fill="#64FFDA" stroke-linejoin="round" d="M12 40V42H36V40C36 36.2725 36 34.4087 35.391 32.9385C34.5791 30.9783 33.0217 29.4209 31.0615 28.609C29.5913 28 27.7275 28 24 28C20.2725 28 18.4087 28 16.9385 28.609C14.9783 29.4209 13.4209 30.9783 12.609 32.9385C12 34.4087 12 36.2725 12 40Z" stroke="#64FFDA" stroke-width="2.0"/>
<path d="M43.9999 42.0001V40.8001C43.9999 36.3197 43.9999 34.0795 43.128 32.3682C42.361 30.8629 41.1371 29.6391 39.6318 28.8721" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path d="M4.00009 42.0001V40.8001C4.00009 36.3197 4.00009 34.0795 4.87204 32.3682C5.63902 30.8629 6.86287 29.6391 8.36816 28.8721" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 271 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 438 B

View File

@@ -1,3 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path fill="#64FFDA" fill-opacity="1.0" stroke-width="2.0" d="M20 12L32 24L20 36V12Z" stroke-linejoin="round" stroke="#64FFDA"/>
</svg>

Before

Width:  |  Height:  |  Size: 490 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 338 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -1,3 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path fill="#64FFDA" fill-opacity="1.0" stroke-width="2.0" d="M19 4H37L26 18H41L17 44L22 25H8L19 4Z" stroke-linejoin="round" stroke="#64FFDA"/>
</svg>

Before

Width:  |  Height:  |  Size: 505 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 862 B

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path fill="#64FFDA" fill-opacity="1.0" stroke-width="2.0" d="M5 8C5 6.89543 5.89543 6 7 6H19L24 12H41C42.1046 12 43 12.8954 43 14V40C43 41.1046 42.1046 42 41 42H7C5.89543 42 5 41.1046 5 40V8Z" stroke-linejoin="round" stroke="#64FFDA"/>
<circle fill-opacity="1.0" fill="white" r="6" cx="22" cy="26" stroke="white" stroke-width="2.0"/>
<path d="M27 30L32 34" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 802 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 483 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 637 B

View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path stroke-linecap="round" fill-opacity="1.0" fill="#64FFDA" stroke-linejoin="round" d="M10 44H38C39.1046 44 40 43.1046 40 42V14H30V4H10C8.89543 4 8 4.89543 8 6V42C8 43.1046 8.89543 44 10 44Z" stroke="#64FFDA" stroke-width="2.0"/>
<path d="M30 4L40 14" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path d="M24 22V36" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="white"/>
<path d="M18 22H24L30 22" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 913 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 691 B

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path stroke-linecap="round" fill-opacity="1.0" fill="#64FFDA" stroke-linejoin="round" d="M10 44H38C39.1046 44 40 43.1046 40 42V14H30V4H10C8.89543 4 8 4.89543 8 6V42C8 43.1046 8.89543 44 10 44Z" stroke="#64FFDA" stroke-width="2.0"/>
<path d="M30 4L40 14" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path stroke-linecap="round" fill-opacity="1.0" fill="white" stroke-linejoin="round" d="M21 35L31 25L27 21L17 31V35H21Z" stroke="white" stroke-width="2.0"/>
</svg>

Before

Width:  |  Height:  |  Size: 858 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 590 B

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path stroke-linecap="round" fill-opacity="1.0" fill="#64FFDA" stroke-linejoin="round" d="M10 44H38C39.1046 44 40 43.1046 40 42V14H30V4H10C8.89543 4 8 4.89543 8 6V42C8 43.1046 8.89543 44 10 44Z" stroke="#64FFDA" stroke-width="2.0"/>
<path d="M30 4L40 14" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path d="M17 28H24L31 28" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 810 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path d="M39 6H9C7.34315 6 6 7.34315 6 9V39C6 40.6569 7.34315 42 9 42H39C40.6569 42 42 40.6569 42 39V9C42 7.34315 40.6569 6 39 6Z" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path stroke-linecap="round" fill-opacity="1.0" fill="#64FFDA" stroke-linejoin="round" d="M18 23C20.7614 23 23 20.7614 23 18C23 15.2386 20.7614 13 18 13C15.2386 13 13 15.2386 13 18C13 20.7614 15.2386 23 18 23Z" stroke="#64FFDA" stroke-width="2.0"/>
<path d="M27.7901 26.2194C28.6064 25.1269 30.2528 25.1538 31.0329 26.2725L39.8077 38.8561C40.7322 40.182 39.7835 42.0001 38.1671 42.0001H16L27.7901 26.2194Z" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 818 B

View File

@@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path fill="#64FFDA" fill-opacity="1.0" stroke-width="2.0" d="M10 4H30L40 14V42C40 43.1046 39.1046 44 38 44H10C8.89543 44 8 43.1046 8 42V6C8 4.89543 8.89543 4 10 4Z" stroke-linejoin="round" stroke="#64FFDA"/>
<path d="M16.0083 20L19.0083 34L24.0083 24L29.0083 34L32.0083 20" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 719 B

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<rect x="12" y="6" fill-opacity="1.0" fill="#64FFDA" width="24" rx="2" height="36" stroke="#64FFDA" stroke-width="2.0"/>
<path d="M12 12H6" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path d="M12 20H6" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path d="M12 28H6" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path d="M12 36H6" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path d="M42 12H36" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path d="M42 20H36" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path d="M42 28H36" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path d="M42 36H36" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path fill="#40FFDA" fill-opacity="1.0" stroke-width="2.0" d="M44 29H4V42H44V29Z" stroke-linejoin="round" stroke="#40FFDA"/>
<path fill="white" d="M35.5 38C36.8807 38 38 36.8807 38 35.5C38 34.1193 36.8807 33 35.5 33C34.1193 33 33 34.1193 33 35.5C33 36.8807 34.1193 38 35.5 38Z" fill-opacity="1.0"/>
<path d="M4 28.9998L9.03837 4.99902H39.0205L44 28.9998" stroke-width="2.0" stroke-linejoin="round" stroke="#40FFDA"/>
<path d="M19.006 16.0259C16.8635 16.0259 15 17.5124 15 19.5128C15 21.9998 17.0947 22.9998 19.6973 22.9998C20.1437 22.9998 20.5567 22.9998 20.9768 22.9998" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#40FFDA"/>
<path d="M29.007 16.0259C31.1039 16.0259 33 16.9994 33 19.5128C33 21.9998 30.8902 22.9998 28.2877 22.9998C27.8412 22.9998 27.4013 22.9998 26.9871 22.9998" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#40FFDA"/>
<path d="M29.0069 16.0261C29.0069 13.0423 27.0231 11 23.9998 11C20.9766 11 19.0059 12.9927 19.0059 16.0261" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#40FFDA"/>
<path stroke-width="2.0" d="M20 23H28" stroke="#40FFDA"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 440 B

View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path fill="#40FFDA" fill-opacity="1.0" stroke-width="2.0" d="M18 6H8C6.89543 6 6 6.89543 6 8V18C6 19.1046 6.89543 20 8 20H18C19.1046 20 20 19.1046 20 18V8C20 6.89543 19.1046 6 18 6Z" stroke-linejoin="round" stroke="#40FFDA"/>
<path fill="#40FFDA" fill-opacity="1.0" stroke-width="2.0" d="M18 28H8C6.89543 28 6 28.8954 6 30V40C6 41.1046 6.89543 42 8 42H18C19.1046 42 20 41.1046 20 40V30C20 28.8954 19.1046 28 18 28Z" stroke-linejoin="round" stroke="#40FFDA"/>
<path fill="#40FFDA" fill-opacity="1.0" stroke-width="2.0" d="M40 6H30C28.8954 6 28 6.89543 28 8V18C28 19.1046 28.8954 20 30 20H40C41.1046 20 42 19.1046 42 18V8C42 6.89543 41.1046 6 40 6Z" stroke-linejoin="round" stroke="#40FFDA"/>
<path fill="#40FFDA" fill-opacity="1.0" stroke-width="2.0" d="M40 28H30C28.8954 28 28 28.8954 28 30V40C28 41.1046 28.8954 42 30 42H40C41.1046 42 42 41.1046 42 40V30C42 28.8954 41.1046 28 40 28Z" stroke-linejoin="round" stroke="#40FFDA"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 268 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path stroke-linecap="round" fill-opacity="1.0" fill="#64FFDA" stroke-linejoin="round" d="M44.0001 24C44.0001 35.0457 35.0458 44 24.0001 44C18.0266 44 4.00006 44 4.00006 44C4.00006 44 4.00006 29.0722 4.00006 24C4.00006 12.9543 12.9544 4 24.0001 4C35.0458 4 44.0001 12.9543 44.0001 24Z" stroke="#64FFDA" stroke-width="2.0"/>
<path d="M14 18L32 18" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="white"/>
<path d="M14 26H32" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="white"/>
<path d="M14 34H24" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 997 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 284 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 815 B

View File

@@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path fill="#64FFDA" fill-opacity="1.0" stroke-width="2.0" d="M5.32497 43.4996L13.81 43.4998L44.9227 12.3871L36.4374 3.90186L5.32471 35.0146L5.32497 43.4996Z" stroke-linejoin="round" stroke="#64FFDA"/>
<path d="M27.9521 12.3872L36.4374 20.8725" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
</svg>

Before

Width:  |  Height:  |  Size: 691 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path stroke-linecap="round" fill-opacity="1.0" fill="#64FFDA" stroke-linejoin="round" d="M44 24C44 35.0457 35.0457 44 24 44C18.0265 44 4 44 4 44C4 44 4 29.0722 4 24C4 12.9543 12.9543 4 24 4C35.0457 4 44 12.9543 44 24Z" stroke="#64FFDA" stroke-width="2.0"/>
<path d="M13.9999 26L20 32L33 19" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 736 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 242 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path stroke-linecap="round" fill-opacity="1.0" fill="#64FFDA" stroke-linejoin="round" d="M40 20C40 26.8077 35.7484 32.6224 29.7555 34.9336H24H18.2445C12.2516 32.6224 8 26.8077 8 20C8 11.1634 15.1634 4 24 4C32.8366 4 40 11.1634 40 20Z" stroke="#64FFDA" stroke-width="2.0"/>
<path d="M29.7557 34.9336L29.0766 43.0831C29.0334 43.6014 28.6001 44 28.08 44H19.9203C19.4002 44 18.9669 43.6014 18.9238 43.0831L18.2446 34.9336" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path d="M18 17V23L24 20L30 23V17" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 984 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<rect x="6" y="28" width="36" rx="4" height="14" stroke="#64FFDA" stroke-width="2.0"/>
<path d="M20 7H10C7.79086 7 6 8.79086 6 11V17C6 19.2091 7.79086 21 10 21H20" stroke-width="2.0" stroke-linecap="round" stroke="#64FFDA"/>
<circle fill-opacity="1.0" fill="#64FFDA" r="8" cx="34" cy="14" stroke="#64FFDA" stroke-width="2.0"/>
<circle fill="white" fill-opacity="1.0" r="3" cx="34" cy="14"/>
</svg>

Before

Width:  |  Height:  |  Size: 752 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path d="M40 23V14L31 4H10C8.89543 4 8 4.89543 8 6V42C8 43.1046 8.89543 44 10 44H22" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<circle fill-opacity="0.8" fill="#64FFDA" r="6" cx="31" cy="34" stroke="#64FFDA" stroke-width="2.0"/>
<path d="M36 38L41 42" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path d="M30 4V14H40" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
</svg>

Before

Width:  |  Height:  |  Size: 848 B

View File

@@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path fill="#64FFDA" fill-opacity="1.0" stroke-width="2.0" d="M18.2838 43.1713C14.9327 42.1736 11.9498 40.3213 9.58787 37.867C10.469 36.8227 11 35.4734 11 34.0001C11 30.6864 8.31371 28.0001 5 28.0001C4.79955 28.0001 4.60139 28.01 4.40599 28.0292C4.13979 26.7277 4 25.3803 4 24.0001C4 21.9095 4.32077 19.8938 4.91579 17.9995C4.94381 17.9999 4.97188 18.0001 5 18.0001C8.31371 18.0001 11 15.3138 11 12.0001C11 11.0488 10.7786 10.1493 10.3846 9.35011C12.6975 7.1995 15.5205 5.59002 18.6521 4.72314C19.6444 6.66819 21.6667 8.00013 24 8.00013C26.3333 8.00013 28.3556 6.66819 29.3479 4.72314C32.4795 5.59002 35.3025 7.1995 37.6154 9.35011C37.2214 10.1493 37 11.0488 37 12.0001C37 15.3138 39.6863 18.0001 43 18.0001C43.0281 18.0001 43.0562 17.9999 43.0842 17.9995C43.6792 19.8938 44 21.9095 44 24.0001C44 25.3803 43.8602 26.7277 43.594 28.0292C43.3986 28.01 43.2005 28.0001 43 28.0001C39.6863 28.0001 37 30.6864 37 34.0001C37 35.4734 37.531 36.8227 38.4121 37.867C36.0502 40.3213 33.0673 42.1736 29.7162 43.1713C28.9428 40.752 26.676 39.0001 24 39.0001C21.324 39.0001 19.0572 40.752 18.2838 43.1713Z" stroke-linejoin="round" stroke="#64FFDA"/>
<path fill="white" fill-opacity="1.0" stroke-width="2.0" d="M24 31C27.866 31 31 27.866 31 24C31 20.134 27.866 17 24 17C20.134 17 17 20.134 17 24C17 27.866 20.134 31 24 31Z" stroke-linejoin="round" stroke="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 906 B

View File

@@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path d="M4 9V41L9 21H39.5V15C39.5 13.8954 38.6046 13 37.5 13H24L19 7H6C4.89543 7 4 7.89543 4 9Z" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="#64FFDA"/>
<path stroke-linecap="round" fill-opacity="0.8" fill="#64FFDA" stroke-linejoin="round" d="M40 41L44 21H8.8125L4 41H40Z" stroke="#64FFDA" stroke-width="2.0"/>
</svg>

Before

Width:  |  Height:  |  Size: 702 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="text/ecmascript" zoomAndPan="magnify" contentStyleType="text/css" style="stroke-opacity: 1.0;" version="1.0" width="48" fill="none" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48" height="48" opacity="1.0">
<path fill="#64FFDA" fill-opacity="0.8" stroke-width="2.0" d="M24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44Z" stroke-linejoin="round" stroke="#64FFDA"/>
<path d="M24.0084 12.0001L24.0072 24.0089L32.4866 32.4883" stroke-width="2.0" stroke-linejoin="round" stroke-linecap="round" stroke="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 723 B

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