feat: initial commit

This commit is contained in:
deepvasoya 2025-05-06 18:33:01 +05:30
commit d9db46abca
282 changed files with 28641 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
## Expanding the ESLint configuration
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the [TS template](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts) for information on how to integrate TypeScript and [`typescript-eslint`](https://typescript-eslint.io) in your project.

33
eslint.config.js Normal file
View File

@ -0,0 +1,33 @@
import js from '@eslint/js'
import globals from 'globals'
import reactHooks from 'eslint-plugin-react-hooks'
import reactRefresh from 'eslint-plugin-react-refresh'
export default [
{ ignores: ['dist'] },
{
files: ['**/*.{js,jsx}'],
languageOptions: {
ecmaVersion: 2020,
globals: globals.browser,
parserOptions: {
ecmaVersion: 'latest',
ecmaFeatures: { jsx: true },
sourceType: 'module',
},
},
plugins: {
'react-hooks': reactHooks,
'react-refresh': reactRefresh,
},
rules: {
...js.configs.recommended.rules,
...reactHooks.configs.recommended.rules,
'no-unused-vars': ['error', { varsIgnorePattern: '^[A-Z_]' }],
'react-refresh/only-export-components': [
'warn',
{ allowConstantExport: true },
],
},
},
]

16
index.html Normal file
View File

@ -0,0 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Health Apps</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>

7800
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

56
package.json Normal file
View File

@ -0,0 +1,56 @@
{
"name": "health-apps-admin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/lab": "^5.0.0-alpha.117",
"@mui/material": "^5.11.7",
"@mui/styles": "^5.11.7",
"@mui/system": "^5.11.7",
"@mui/x-date-pickers": "^8.2.0",
"axios": "^1.8.4",
"date-fns": "^4.1.0",
"firebase": "^11.6.0",
"formik": "^2.4.6",
"i": "^0.3.7",
"lodash": "^4.17.21",
"material-react-table": "^3.2.1",
"npm": "^11.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.3.8",
"react-image-crop": "^11.0.10",
"react-infinite-scroll-component": "^6.1.0",
"react-phone-input-2": "^2.15.1",
"react-redux": "^8.1.3",
"react-router-dom": "^6.20.0",
"react-toastify": "^9.1.3",
"react-zoom-pan-pinch": "^3.7.0",
"redux": "^5.0.1",
"redux-localstorage": "^0.4.1",
"redux-promise-middleware": "^6.2.0",
"redux-thunk": "^3.1.0",
"yup": "^1.6.1"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react-swc": "^3.8.0",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"vite": "^6.3.1"
}
}

1
public/vite.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

42
src/App.css Normal file
View File

@ -0,0 +1,42 @@
#root {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
text-align: center;
}
.logo {
height: 6em;
padding: 1.5em;
will-change: filter;
transition: filter 300ms;
}
.logo:hover {
filter: drop-shadow(0 0 2em #646cffaa);
}
.logo.react:hover {
filter: drop-shadow(0 0 2em #61dafbaa);
}
@keyframes logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@media (prefers-reduced-motion: no-preference) {
a:nth-of-type(2) .logo {
animation: logo-spin infinite 20s linear;
}
}
.card {
padding: 2em;
}
.read-the-docs {
color: #888;
}

65
src/App.jsx Normal file
View File

@ -0,0 +1,65 @@
import { BrowserRouter, Route, Routes } from "react-router-dom";
import { routesData } from "./routes";
import { withAuth } from "./routes/withAuth";
import withPermission from "./routes/withPermission";
import { CssBaseline } from "@mui/material";
import FirebaseProvider from "./context/FirebaseProvider";
import { ToastContainer } from "react-toastify";
import ThemeProvider from './theme';
import 'react-toastify/dist/ReactToastify.css';
function App() {
const renderRoutes = (routes) =>
routes.map((route) =>
route.routes ? (
<Route key={route.path} path={route.path} element={<route.layout />}>
{route.routes.map((childRoute) => {
let Component = childRoute.component;
if (route.isProtected) {
Component = withAuth(
childRoute.component,
childRoute.permission,
route.isProtected
);
}
if (
(childRoute.permission && childRoute.withPermission !== false) ||
childRoute.withPermission === true
) {
Component = withPermission(Component);
}
return (
<Route
key={childRoute.path}
path={childRoute.path}
element={<Component />}
/>
);
})}
</Route>
) : (
<Route
key={route.path}
path={route.path}
element={<route.component />}
></Route>
)
);
return (
<ThemeProvider>
<BrowserRouter>
<FirebaseProvider>
<CssBaseline />
<Routes>{renderRoutes(routesData)}</Routes>
<ToastContainer />
</FirebaseProvider>
</BrowserRouter>
</ThemeProvider>
);
}
export default App;

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,78 @@
<svg width="176" height="130" viewBox="0 0 176 130" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M33.5826 124.8H149.433C153.809 123.096 157.824 120.585 161.266 117.399C165.921 112.984 169.627 107.674 172.16 101.79C174.692 95.9063 175.999 89.5713 176 83.1693C175.987 63.9783 163.183 51.6879 149.217 40.2757C139.772 32.5544 130.79 24.1871 121.141 16.7457C108.629 7.10109 93.0044 -0.909957 76.7618 0.083484C48.792 1.79447 46.7315 29.7379 28.8878 44.6157C19.3367 52.5761 7.64043 56.9915 2.49922 69.1659C-1.78512 79.3147 -0.278627 90.8697 4.86856 100.408C11.0756 111.802 21.3079 120.495 33.5826 124.803V124.8Z" fill="#FFE4E2"/>
<path d="M142.927 17.1562H21.7668C14.7839 17.1562 9.12305 22.7949 9.12305 29.7504V96.4569C9.12305 103.412 14.7839 109.051 21.7668 109.051H142.927C149.91 109.051 155.571 103.412 155.571 96.4569V29.7504C155.571 22.7949 149.91 17.1562 142.927 17.1562Z" stroke="#212121" stroke-miterlimit="10"/>
<path d="M141.841 25.1895H22.8604C19.0305 25.1895 15.9258 28.282 15.9258 32.0969V94.1101C15.9258 97.9249 19.0305 101.018 22.8604 101.018H141.841C145.671 101.018 148.776 97.9249 148.776 94.1101V32.0969C148.776 28.282 145.671 25.1895 141.841 25.1895Z" fill="#FFF8F8"/>
<path d="M44.9759 45.1323H32.4657C29.5107 45.1323 27.1152 47.5184 27.1152 50.4618V60.3178C27.1152 63.2612 29.5107 65.6472 32.4657 65.6472H44.9759C47.9309 65.6472 50.3264 63.2612 50.3264 60.3178V50.4618C50.3264 47.5184 47.9309 45.1323 44.9759 45.1323Z" stroke="#9AA3A8" stroke-width="0.3" stroke-miterlimit="10" stroke-dasharray="1 1"/>
<path d="M30.2164 49.6893C31.2366 49.6893 32.0636 48.8655 32.0636 47.8493C32.0636 46.8331 31.2366 46.0093 30.2164 46.0093C29.1962 46.0093 28.3691 46.8331 28.3691 47.8493C28.3691 48.8655 29.1962 49.6893 30.2164 49.6893Z" fill="#9AA3A8"/>
<path d="M30.2166 49.134C30.1541 49.1337 30.0941 49.1088 30.0499 49.0648C30.0057 49.0207 29.9807 48.9611 29.9805 48.8988V46.7967C29.9807 46.7344 30.0057 46.6748 30.0499 46.6307C30.0941 46.5867 30.1541 46.5618 30.2166 46.5615C30.2792 46.5618 30.3391 46.5867 30.3833 46.6307C30.4275 46.6748 30.4525 46.7344 30.4527 46.7967V48.9017C30.4517 48.9635 30.4264 49.0224 30.3822 49.0658C30.3381 49.1092 30.2786 49.1337 30.2166 49.134Z" fill="white"/>
<path d="M28.9238 47.85C28.9241 47.7877 28.949 47.728 28.9933 47.6839C29.0375 47.6399 29.0974 47.615 29.16 47.6147H31.2732C31.3358 47.615 31.3957 47.6399 31.4399 47.6839C31.4842 47.728 31.5091 47.7877 31.5094 47.85C31.5091 47.9123 31.4842 47.9719 31.4399 48.016C31.3957 48.06 31.3358 48.0849 31.2732 48.0852H29.16C29.0974 48.0849 29.0375 48.06 28.9933 48.016C28.949 47.9719 28.9241 47.9123 28.9238 47.85Z" fill="white"/>
<path d="M74.1302 45.1323H61.62C58.665 45.1323 56.2695 47.5184 56.2695 50.4618V60.3178C56.2695 63.2612 58.665 65.6472 61.62 65.6472H74.1302C77.0852 65.6472 79.4807 63.2612 79.4807 60.3178V50.4618C79.4807 47.5184 77.0852 45.1323 74.1302 45.1323Z" stroke="#9AA3A8" stroke-width="0.3" stroke-miterlimit="10" stroke-dasharray="1 1"/>
<path d="M59.3707 49.6893C60.3909 49.6893 61.2179 48.8655 61.2179 47.8493C61.2179 46.8331 60.3909 46.0093 59.3707 46.0093C58.3505 46.0093 57.5234 46.8331 57.5234 47.8493C57.5234 48.8655 58.3505 49.6893 59.3707 49.6893Z" fill="#9AA3A8"/>
<path d="M59.3729 49.134C59.3103 49.1337 59.2504 49.1088 59.2062 49.0648C59.1619 49.0207 59.137 48.9611 59.1367 48.8988V46.7967C59.137 46.7344 59.1619 46.6748 59.2062 46.6307C59.2504 46.5867 59.3103 46.5618 59.3729 46.5615C59.4354 46.5618 59.4953 46.5867 59.5395 46.6307C59.5838 46.6748 59.6087 46.7344 59.609 46.7967V48.9017C59.6079 48.9635 59.5827 49.0224 59.5385 49.0658C59.4944 49.1092 59.4349 49.1337 59.3729 49.134Z" fill="white"/>
<path d="M58.0762 47.85C58.0764 47.7877 58.1014 47.728 58.1456 47.6839C58.1898 47.6399 58.2498 47.615 58.3123 47.6147H60.4256C60.4881 47.615 60.548 47.6399 60.5923 47.6839C60.6365 47.728 60.6615 47.7877 60.6617 47.85C60.6615 47.9123 60.6365 47.9719 60.5923 48.016C60.548 48.06 60.4881 48.0849 60.4256 48.0852H58.3123C58.2498 48.0849 58.1898 48.06 58.1456 48.016C58.1014 47.9719 58.0764 47.9123 58.0762 47.85Z" fill="white"/>
<path d="M103.251 45.1323H90.7411C87.7861 45.1323 85.3906 47.5184 85.3906 50.4618V60.3178C85.3906 63.2612 87.7861 65.6472 90.7411 65.6472H103.251C106.206 65.6472 108.602 63.2612 108.602 60.3178V50.4618C108.602 47.5184 106.206 45.1323 103.251 45.1323Z" stroke="#9AA3A8" stroke-width="0.3" stroke-miterlimit="10" stroke-dasharray="1 1"/>
<path d="M88.4957 49.6893C89.5159 49.6893 90.3429 48.8655 90.3429 47.8493C90.3429 46.8331 89.5159 46.0093 88.4957 46.0093C87.4755 46.0093 86.6484 46.8331 86.6484 47.8493C86.6484 48.8655 87.4755 49.6893 88.4957 49.6893Z" fill="#9AA3A8"/>
<path d="M88.4959 49.134C88.4334 49.1337 88.3735 49.1088 88.3292 49.0648C88.285 49.0207 88.26 48.9611 88.2598 48.8988V46.7967C88.26 46.7344 88.285 46.6748 88.3292 46.6307C88.3735 46.5867 88.4334 46.5618 88.4959 46.5615C88.5584 46.5618 88.6184 46.5867 88.6626 46.6307C88.7068 46.6748 88.7318 46.7344 88.7321 46.7967V48.9017C88.731 48.9635 88.7057 49.0224 88.6616 49.0658C88.6174 49.1092 88.5579 49.1337 88.4959 49.134Z" fill="white"/>
<path d="M87.2031 47.85C87.2034 47.7877 87.2283 47.728 87.2726 47.6839C87.3168 47.6399 87.3767 47.615 87.4393 47.6147H89.5525C89.6151 47.615 89.675 47.6399 89.7192 47.6839C89.7635 47.728 89.7884 47.7877 89.7887 47.85C89.7884 47.9123 89.7635 47.9719 89.7192 48.016C89.675 48.06 89.6151 48.0849 89.5525 48.0852H87.4393C87.3767 48.0849 87.3168 48.06 87.2726 48.016C87.2283 47.9719 87.2034 47.9123 87.2031 47.85Z" fill="white"/>
<path d="M132.634 45.1323H120.124C117.169 45.1323 114.773 47.5184 114.773 50.4618V60.3178C114.773 63.2612 117.169 65.6472 120.124 65.6472H132.634C135.589 65.6472 137.985 63.2612 137.985 60.3178V50.4618C137.985 47.5184 135.589 45.1323 132.634 45.1323Z" stroke="#9AA3A8" stroke-width="0.3" stroke-miterlimit="10" stroke-dasharray="1 1"/>
<path d="M117.875 49.6893C118.895 49.6893 119.722 48.8655 119.722 47.8493C119.722 46.8331 118.895 46.0093 117.875 46.0093C116.854 46.0093 116.027 46.8331 116.027 47.8493C116.027 48.8655 116.854 49.6893 117.875 49.6893Z" fill="#9AA3A8"/>
<path d="M117.875 49.134C117.812 49.1337 117.752 49.1088 117.708 49.0648C117.664 49.0207 117.639 48.9611 117.639 48.8988V46.7967C117.639 46.7344 117.664 46.6748 117.708 46.6307C117.752 46.5867 117.812 46.5618 117.875 46.5615C117.937 46.5618 117.997 46.5867 118.041 46.6307C118.086 46.6748 118.111 46.7344 118.111 46.7967V48.9017C118.11 48.9635 118.085 49.0224 118.04 49.0658C117.996 49.1092 117.937 49.1337 117.875 49.134Z" fill="white"/>
<path d="M116.582 47.85C116.582 47.7877 116.607 47.728 116.651 47.6839C116.696 47.6399 116.756 47.615 116.818 47.6147H118.933C118.996 47.615 119.056 47.6399 119.1 47.6839C119.144 47.728 119.169 47.7877 119.17 47.85C119.169 47.9123 119.144 47.9719 119.1 48.016C119.056 48.06 118.996 48.0849 118.933 48.0852H116.82C116.789 48.0853 116.758 48.0793 116.729 48.0676C116.701 48.0558 116.674 48.0385 116.652 48.0167C116.63 47.9948 116.612 47.9689 116.6 47.9403C116.588 47.9117 116.582 47.881 116.582 47.85Z" fill="white"/>
<path d="M137.052 77.1459H27.6459C26.9899 77.1438 26.3613 76.8832 25.8974 76.4212C25.4336 75.9591 25.172 75.3331 25.1699 74.6796C25.172 74.0262 25.4336 73.4001 25.8974 72.938C26.3613 72.476 26.9899 72.2155 27.6459 72.2134H137.056C137.712 72.2155 138.341 72.476 138.804 72.938C139.268 73.4001 139.53 74.0262 139.532 74.6796C139.53 75.3331 139.268 75.9591 138.804 76.4212C138.341 76.8832 137.712 77.1438 137.056 77.1459H137.052Z" stroke="#9AA3A8" stroke-width="0.64" stroke-miterlimit="10"/>
<path d="M95.6368 73.2969H27.748C27.0167 73.2969 26.4238 73.8874 26.4238 74.6158C26.4238 75.3443 27.0167 75.9348 27.748 75.9348H95.6368C96.3681 75.9348 96.961 75.3443 96.961 74.6158C96.961 73.8874 96.3681 73.2969 95.6368 73.2969Z" fill="#9AA3A8"/>
<path d="M141.407 33.8145H23.6458C22.8993 33.8119 22.1842 33.5153 21.6563 32.9895C21.1285 32.4637 20.8308 31.7514 20.8281 31.0078C20.8308 30.2643 21.1285 29.5519 21.6563 29.0261C22.1842 28.5003 22.8993 28.2038 23.6458 28.2012H141.407C142.154 28.2038 142.869 28.5003 143.397 29.0261C143.925 29.5519 144.222 30.2643 144.225 31.0078C144.222 31.7514 143.925 32.4637 143.397 32.9895C142.869 33.5153 142.154 33.8119 141.407 33.8145Z" stroke="#9AA3A8" stroke-width="0.64" stroke-miterlimit="10"/>
<path d="M78.4937 84.9743H26.3194C25.8631 84.9733 25.4257 84.7923 25.1031 84.4709C24.7804 84.1495 24.5987 83.7139 24.5977 83.2594C24.5987 82.8049 24.7804 82.3693 25.1031 82.0479C25.4257 81.7265 25.8631 81.5455 26.3194 81.5444H78.4937C78.95 81.5455 79.3873 81.7265 79.7099 82.0479C80.0326 82.3693 80.2143 82.8049 80.2154 83.2594C80.2143 83.7139 80.0326 84.1495 79.7099 84.4709C79.3873 84.7923 78.95 84.9733 78.4937 84.9743Z" fill="#F2F0F0"/>
<path d="M78.4937 91.3161H26.3194C25.8631 91.3151 25.4257 91.1341 25.1031 90.8127C24.7804 90.4913 24.5987 90.0557 24.5977 89.6012C24.5987 89.1467 24.7804 88.7111 25.1031 88.3897C25.4257 88.0683 25.8631 87.8873 26.3194 87.8862H78.4937C78.95 87.8873 79.3873 88.0683 79.7099 88.3897C80.0326 88.7111 80.2143 89.1467 80.2154 89.6012C80.2143 90.0557 80.0326 90.4913 79.7099 90.8127C79.3873 91.1341 78.95 91.3151 78.4937 91.3161Z" fill="#F2F0F0"/>
<path d="M78.4937 97.3234H26.3194C25.8636 97.3224 25.4267 97.1418 25.1041 96.821C24.7816 96.5003 24.5995 96.0654 24.5977 95.6114C24.5987 95.1569 24.7804 94.7213 25.1031 94.3999C25.4257 94.0786 25.8631 93.8975 26.3194 93.8965H78.4937C78.95 93.8975 79.3873 94.0786 79.7099 94.3999C80.0326 94.7213 80.2143 95.1569 80.2154 95.6114C80.2135 96.0654 80.0314 96.5003 79.7089 96.821C79.3863 97.1418 78.9494 97.3224 78.4937 97.3234Z" fill="#F2F0F0"/>
<path d="M138.299 84.9743H86.128C85.6717 84.9733 85.2344 84.7923 84.9117 84.4709C84.589 84.1495 84.4073 83.7139 84.4062 83.2594C84.4073 82.8049 84.589 82.3693 84.9117 82.0479C85.2344 81.7265 85.6717 81.5455 86.128 81.5444H138.299C138.756 81.5455 139.193 81.7265 139.516 82.0479C139.838 82.3693 140.02 82.8049 140.021 83.2594C140.02 83.7139 139.838 84.1495 139.516 84.4709C139.193 84.7923 138.756 84.9733 138.299 84.9743Z" fill="#F2F0F0"/>
<path d="M138.299 91.3161H86.128C85.6717 91.3151 85.2344 91.1341 84.9117 90.8127C84.589 90.4913 84.4073 90.0557 84.4062 89.6012C84.4073 89.1467 84.589 88.7111 84.9117 88.3897C85.2344 88.0683 85.6717 87.8873 86.128 87.8862H138.299C138.756 87.8873 139.193 88.0683 139.516 88.3897C139.838 88.7111 140.02 89.1467 140.021 89.6012C140.02 90.0557 139.838 90.4913 139.516 90.8127C139.193 91.1341 138.756 91.3151 138.299 91.3161Z" fill="#F2F0F0"/>
<path d="M138.299 97.323H86.128C85.6717 97.3219 85.2344 97.1409 84.9117 96.8195C84.589 96.4981 84.4073 96.0625 84.4062 95.608C84.4073 95.1535 84.589 94.7179 84.9117 94.3965C85.2344 94.0751 85.6717 93.8941 86.128 93.8931H138.299C138.756 93.8941 139.193 94.0751 139.516 94.3965C139.838 94.7179 140.02 95.1535 140.021 95.608C140.02 96.0625 139.838 96.4981 139.516 96.8195C139.193 97.1409 138.756 97.3219 138.299 97.323Z" fill="#F2F0F0"/>
<path d="M132.812 31.2199C132.812 31.5178 132.723 31.8089 132.557 32.0565C132.391 32.3042 132.155 32.4971 131.879 32.611C131.602 32.7249 131.298 32.7546 131.005 32.6964C130.712 32.6381 130.442 32.4945 130.231 32.2838C130.02 32.073 129.876 31.8046 129.818 31.5124C129.76 31.2202 129.79 30.9175 129.905 30.6424C130.019 30.3673 130.213 30.1323 130.462 29.9671C130.711 29.8019 131.004 29.714 131.303 29.7144C131.703 29.7154 132.087 29.8744 132.369 30.1566C132.652 30.4388 132.811 30.8211 132.812 31.2199Z" fill="#E54539"/>
<path d="M137.66 31.2199C137.66 31.5179 137.571 31.8093 137.405 32.0572C137.239 32.305 137.003 32.4983 136.727 32.6125C136.45 32.7266 136.146 32.7566 135.853 32.6986C135.559 32.6406 135.29 32.4972 135.078 32.2865C134.866 32.0759 134.722 31.8074 134.664 31.5152C134.605 31.2229 134.635 30.9199 134.75 30.6446C134.864 30.3693 135.058 30.1339 135.307 29.9683C135.556 29.8027 135.848 29.7144 136.147 29.7144C136.548 29.7146 136.933 29.8733 137.216 30.1556C137.5 30.4378 137.659 30.8206 137.66 31.2199Z" fill="#F4D038"/>
<path d="M142.255 31.2199C142.255 31.5177 142.167 31.8088 142.001 32.0563C141.835 32.3039 141.599 32.4969 141.322 32.6108C141.046 32.7248 140.742 32.7546 140.449 32.6965C140.156 32.6384 139.886 32.495 139.675 32.2845C139.464 32.0739 139.32 31.8057 139.261 31.5136C139.203 31.2216 139.233 30.9189 139.347 30.6438C139.462 30.3687 139.656 30.1335 139.904 29.9681C140.153 29.8027 140.445 29.7144 140.744 29.7144C141.145 29.7149 141.529 29.8737 141.812 30.1559C142.095 30.4381 142.255 30.8208 142.255 31.2199Z" fill="#6AB751"/>
<path d="M163.785 123.161H160.668V126.977H163.785V123.161Z" fill="#F5AD89"/>
<path d="M156.251 123.264H153.135V127.08H156.251V123.264Z" fill="#F5AD89"/>
<path d="M152.371 86.3184C152.371 86.3184 150.83 108.823 151.176 112.745C151.521 116.667 152.193 124.83 152.193 124.83L157.104 124.738C157.104 124.738 156.652 106.775 157.509 104.564C158.367 102.352 159.901 89.7314 159.901 89.7314L152.371 86.3223V86.3184Z" fill="#212121"/>
<path d="M164.469 85.9399C165.331 89 165.505 92.2114 164.981 95.3464C164.107 100.563 163.236 112.73 163.672 114.468C164.107 116.206 164.19 124.861 164.19 124.861C164.19 124.861 164.927 125.069 161.788 125.069C161.15 125.069 159.601 124.923 159.601 124.923C159.601 124.923 157.129 110.562 157.129 106.431C157.129 102.3 156.255 94.0453 155.82 93.3932C155.384 92.7412 152.878 90.9637 152.44 88.7922C152.175 87.8962 152.09 86.9571 152.188 86.0283L164.466 85.9459L164.469 85.9399Z" fill="#212121"/>
<path d="M149.995 53.5327C148.17 56.7234 148.609 60.6654 149.098 64.3038C149.149 65.1874 149.41 66.0463 149.859 66.8097C150.676 67.958 152.206 68.2984 153.594 68.5644C155.571 69.0193 157.598 69.2227 159.625 69.1697C161.272 69.1471 162.847 68.4956 164.025 67.3496C165.115 66.1448 164.73 64.2115 164.647 61.378" fill="#1D3048"/>
<path d="M155.802 65.1039C152.345 65.1039 150.784 64.7129 149.704 59.6693L149.518 56.6076C149.523 54.9482 150.187 53.3582 151.365 52.1849C152.542 51.0116 154.139 50.3502 155.805 50.3452C157.47 50.3502 159.067 51.0116 160.245 52.1849C161.423 53.3582 162.087 54.9482 162.092 56.6076V58.8455C162.087 60.5049 161.423 62.0948 160.245 63.2682C159.067 64.4415 157.47 65.1029 155.805 65.1079L155.802 65.1039Z" fill="#F5AD89"/>
<path d="M155.956 68.2754C155.58 68.2743 155.22 68.1251 154.954 67.8603C154.688 67.5955 154.538 67.2366 154.537 66.8622V63.6486C154.538 63.2741 154.688 62.9152 154.954 62.6504C155.22 62.3856 155.58 62.2364 155.956 62.2354C156.332 62.2364 156.692 62.3856 156.958 62.6504C157.224 62.9152 157.374 63.2741 157.375 63.6486V66.8622C157.374 67.2366 157.224 67.5955 156.958 67.8603C156.692 68.1251 156.332 68.2743 155.956 68.2754Z" fill="#F5AD89"/>
<path d="M147.548 66.9049C147.548 66.9049 140.945 66.5536 138.114 64.9091C135.284 63.2646 133.987 56.2172 133.044 55.5126C132.1 54.8079 129.741 54.5727 129.505 56.6876C129.268 58.8025 132.452 66.7898 133.988 68.0809C135.525 69.3721 146.841 71.487 146.841 71.487L147.548 66.9049Z" fill="#F5AD89"/>
<path d="M165.18 86.4931C158.913 88.5257 150.135 86.3413 150.135 86.3413L150.919 72.9164L145.904 71.9796C145.277 70.5762 146.377 66.5151 146.377 66.5151C148.254 66.6739 154.01 66.661 154.01 66.661H154.043C154.07 67.2624 154.322 67.8319 154.749 68.2576C155.177 68.6833 155.749 68.9344 156.352 68.9615C156.968 68.9074 157.55 68.6615 158.017 68.2586C158.484 67.8558 158.812 67.3166 158.954 66.7176C159.183 66.7503 159.416 66.79 159.651 66.8466C160.243 66.9651 160.797 67.2264 161.263 67.6078C162.675 68.8553 165.181 86.4911 165.181 86.4911L165.18 86.4931Z" fill="#D6313A"/>
<path d="M153.062 70.9233C153.361 71.0225 157.446 76.2756 157.446 76.2756C159.481 75.5165 161.284 74.2464 162.68 72.5886C163.976 70.9233 164.236 67.8685 161.833 67.0478C158.732 65.9878 155.324 69.3245 153.062 70.9233Z" fill="#D6313A"/>
<path d="M143.177 75.2187L127.413 81.6795C126.767 81.9424 126.043 81.94 125.399 81.6727C124.755 81.4055 124.244 80.8952 123.976 80.2534L121.139 73.3856L117.692 65.0411C117.428 64.3979 117.431 63.6768 117.699 63.0354C117.967 62.394 118.48 61.8844 119.124 61.6182L134.891 55.1573C135.537 54.8944 136.261 54.8969 136.905 55.1641C137.549 55.4314 138.061 55.9417 138.328 56.5835L141.302 63.7797L144.612 71.7967C144.876 72.4399 144.873 73.1611 144.605 73.8025C144.337 74.4439 143.824 74.9534 143.18 75.2197L143.177 75.2187Z" fill="#F2F0F0" stroke="#DBDBDB" stroke-width="1.06" stroke-miterlimit="10"/>
<path d="M153.807 71.9654C153.807 71.9654 148.979 76.4701 145.828 77.3643C142.678 78.2585 136.674 74.3125 135.51 74.5041C134.346 74.6956 132.543 76.2289 133.916 77.8605C135.289 79.4921 143.282 82.7324 145.274 82.525C147.267 82.3176 156.639 75.6434 156.639 75.6434L153.811 71.9624L153.807 71.9654Z" fill="#F5AD89"/>
<path d="M152.257 127.073C152.54 127.063 152.469 125.585 152.954 125.935C153.439 126.285 153.107 126.753 153.373 126.795C153.639 126.838 156.031 126.627 156.34 126.763C156.569 127.063 156.711 127.419 156.75 127.794C156.789 128.169 156.724 128.547 156.562 128.888V129.682L149.63 129.827L149.588 129.153C149.588 129.153 149.275 127.16 152.253 127.074L152.257 127.073Z" fill="#212121"/>
<path d="M150.726 127.424C150.797 127.415 150.87 127.423 150.938 127.448C151.006 127.472 151.067 127.513 151.115 127.567C151.164 127.62 151.198 127.685 151.216 127.754C151.234 127.824 151.235 127.897 151.218 127.967C151.161 128.225 151.557 128.334 151.616 128.076C151.65 127.937 151.649 127.791 151.611 127.653C151.574 127.514 151.503 127.387 151.404 127.283C151.305 127.179 151.181 127.102 151.044 127.057C150.907 127.013 150.761 127.004 150.62 127.03C150.358 127.07 150.47 127.467 150.73 127.427L150.726 127.424Z" fill="white"/>
<path d="M151.343 126.978C151.493 127.003 151.628 127.086 151.718 127.208C151.809 127.33 151.848 127.482 151.828 127.633C151.781 127.891 152.181 128.004 152.227 127.742C152.274 127.486 152.22 127.222 152.076 127.005C151.931 126.788 151.708 126.636 151.453 126.58C151.194 126.53 151.08 126.927 151.343 126.977V126.978Z" fill="white"/>
<path d="M149.635 129.831L156.566 129.686V128.892L149.592 129.16L149.635 129.831Z" fill="white"/>
<path d="M159.265 126.948C159.574 126.938 159.497 125.3 160.039 125.691C160.581 126.082 160.208 126.594 160.501 126.644C160.794 126.695 163.439 126.459 163.789 126.608C164.042 126.94 164.198 127.334 164.241 127.749C164.285 128.163 164.214 128.581 164.035 128.958V129.838L156.37 130L156.323 129.252C156.323 129.252 155.98 127.05 159.27 126.951L159.265 126.948Z" fill="#212121"/>
<path d="M157.569 127.335C157.647 127.325 157.728 127.333 157.802 127.36C157.877 127.388 157.944 127.432 157.997 127.491C158.05 127.55 158.089 127.62 158.108 127.697C158.128 127.774 158.129 127.854 158.111 127.931C158.048 128.216 158.486 128.338 158.553 128.053C158.591 127.899 158.589 127.737 158.548 127.584C158.507 127.431 158.428 127.29 158.318 127.175C158.209 127.059 158.072 126.973 157.92 126.924C157.768 126.876 157.607 126.865 157.45 126.895C157.161 126.938 157.284 127.378 157.573 127.335H157.569Z" fill="white"/>
<path d="M158.254 126.839C158.42 126.867 158.568 126.959 158.669 127.094C158.769 127.229 158.813 127.397 158.792 127.564C158.742 127.851 159.18 127.974 159.234 127.686C159.287 127.403 159.227 127.11 159.067 126.87C158.907 126.63 158.66 126.462 158.377 126.401C158.091 126.349 157.969 126.785 158.255 126.842L158.254 126.839Z" fill="white"/>
<path d="M156.366 129.997L164.029 129.835V128.955L156.316 129.252L156.366 129.997Z" fill="white"/>
<path d="M150.342 58.8452L149.139 60.4411C149.108 60.4818 149.086 60.5284 149.074 60.5781C149.063 60.6278 149.061 60.6794 149.071 60.7295C149.08 60.7797 149.1 60.8274 149.129 60.8695C149.158 60.9116 149.195 60.9472 149.239 60.9741C149.38 61.0647 149.539 61.125 149.705 61.1512C149.87 61.1773 150.04 61.1687 150.202 61.1259C150.944 60.9274 150.339 58.8433 150.339 58.8433L150.342 58.8452Z" fill="#F5AD89"/>
<path d="M150.658 62.9828C151.078 63.0578 151.51 63.0156 151.908 62.8607C152.305 62.7058 152.651 62.4444 152.908 62.1055" stroke="#3F3E3E" stroke-width="0.53" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M151.236 59.0169C151.217 59.0966 151.176 59.1693 151.118 59.2268C151.059 59.2843 150.985 59.3242 150.905 59.342C150.825 59.3597 150.741 59.3546 150.664 59.3271C150.586 59.2997 150.518 59.2511 150.467 59.1869C150.416 59.1227 150.385 59.0454 150.376 58.964C150.367 58.8826 150.381 58.8004 150.417 58.7267C150.453 58.653 150.509 58.5909 150.578 58.5474C150.648 58.504 150.728 58.4809 150.811 58.481C150.938 58.4971 151.054 58.5623 151.133 58.6625C151.213 58.7627 151.25 58.8899 151.236 59.0169Z" fill="#3F3E3E"/>
<path d="M150.035 58.1635C150.257 57.947 150.546 57.8105 150.854 57.7758C151.163 57.7411 151.475 57.8102 151.74 57.972" stroke="#3F3E3E" stroke-width="0.53" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M156.6 59.7254C156.757 59.6637 156.929 59.6518 157.093 59.6914C157.257 59.731 157.405 59.8202 157.516 59.9467C157.622 60.0772 157.686 60.2369 157.698 60.4043C157.711 60.5717 157.672 60.7389 157.586 60.8836" stroke="#3F3E3E" stroke-width="0.53" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M152.088 61.7349C152.629 61.7349 153.068 61.2977 153.068 60.7583C153.068 60.219 152.629 59.7817 152.088 59.7817C151.546 59.7817 151.107 60.219 151.107 60.7583C151.107 61.2977 151.546 61.7349 152.088 61.7349Z" fill="#F49076"/>
<path d="M156.436 49.5542C159.524 50.6118 162.112 52.7677 163.704 55.6086C165.295 58.4495 165.778 61.7756 165.059 64.9491C164.959 65.5573 164.708 66.1309 164.328 66.6174C164.134 66.8568 163.873 67.0335 163.579 67.1248C163.284 67.2162 162.969 67.2182 162.673 67.1305" stroke="#1E3249" stroke-width="0.53" stroke-miterlimit="10"/>
<path d="M149.836 53.9663C148.49 55.7723 147.777 57.9687 147.806 60.2178C147.834 62.4669 148.604 64.6444 149.996 66.4156" stroke="#1E3249" stroke-width="0.53" stroke-miterlimit="10"/>
<path d="M149.758 54.6055C150.173 55.8086 150.966 56.8468 152.019 57.567C153.072 58.2871 154.33 58.6511 155.606 58.605" stroke="#1E3249" stroke-width="0.53" stroke-miterlimit="10"/>
<path d="M155.818 93.3916L157.128 106.429" stroke="white" stroke-width="0.53" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M151.309 68.2886L150.92 72.9164" stroke="white" stroke-width="0.53" stroke-miterlimit="10" stroke-linecap="round"/>
<path d="M158.96 66.6494L154.039 66.6593C154.066 67.2607 154.318 67.8302 154.746 68.2559C155.173 68.6816 155.745 68.9327 156.349 68.9598C156.964 68.9057 157.547 68.6598 158.014 68.2569C158.481 67.8541 158.808 67.3149 158.95 66.7159H158.96V66.6494Z" fill="#F5AD89"/>
<path d="M149.67 54.2846C149.67 54.2576 149.68 54.2316 149.683 54.2046C149.683 54.1976 149.676 54.1916 149.676 54.1846V54.2846H149.67Z" fill="#1D3149"/>
<path d="M163.105 54.4032C162.446 53.0694 161.466 51.9193 160.251 51.0557C159.037 50.1921 157.626 49.642 156.146 49.4548C153.205 49.2434 150.098 51.3087 149.686 54.2047C150.163 55.3475 150.905 56.3619 151.85 57.1654C152.795 57.9689 153.918 58.5387 155.126 58.8285C155.797 58.8867 156.462 59.0042 157.112 59.1798C157.438 59.2724 157.73 59.4549 157.955 59.7063C158.18 59.9577 158.329 60.2676 158.385 60.6C158.428 61.2719 157.66 61.9309 157.069 61.6034C156.543 62.8181 156.736 66.9626 157.627 67.9421C158.274 68.6607 159.138 68.876 160.797 68.5872C161.956 68.4312 163.063 68.0059 164.027 67.3457C164.791 66.5974 164.848 64.0885 164.854 63.0226C164.998 60.0477 164.397 57.0838 163.106 54.3972L163.105 54.4032Z" fill="#1D3149"/>
<path d="M118.094 112.542L122.733 110.089H146.386L141.076 112.542H118.094Z" fill="#B08662"/>
<path d="M118.094 112.542L122.733 110.089V118.278H118.084L118.094 112.542Z" fill="#C09467"/>
<path d="M125.783 122.224L141.909 122.661C142.569 122.677 143.209 122.432 143.688 121.98C144.167 121.528 144.448 120.905 144.468 120.248L144.66 113.221L144.892 104.686C144.908 104.028 144.662 103.392 144.209 102.914C143.755 102.437 143.13 102.157 142.47 102.137L126.34 101.7C125.68 101.685 125.041 101.929 124.562 102.381C124.082 102.833 123.802 103.456 123.782 104.113L123.582 111.474L123.36 119.673C123.344 120.33 123.59 120.967 124.044 121.444C124.498 121.922 125.123 122.201 125.782 122.221L125.783 122.224Z" fill="#F2F0F0" stroke="#DBDBDB" stroke-miterlimit="10"/>
<path d="M125.783 122.224L141.909 122.661C142.569 122.676 143.209 122.432 143.688 121.98C144.167 121.528 144.448 120.905 144.468 120.248L144.66 113.22C143.755 111.911 142.605 110.789 141.273 109.914C140.51 109.366 139.574 109.112 138.637 109.199C136.099 109.63 135.25 113.665 132.679 113.707C130.412 113.743 129.31 110.598 127.087 110.149C126.438 110.09 125.785 110.178 125.177 110.408C124.568 110.638 124.02 111.003 123.574 111.476L123.352 119.674C123.336 120.332 123.582 120.968 124.036 121.446C124.49 121.923 125.115 122.203 125.774 122.223L125.783 122.224Z" fill="#A2CEEA"/>
<path d="M127.854 107.204C127.989 107.56 128.228 107.868 128.539 108.09C128.85 108.311 129.221 108.435 129.603 108.446C129.985 108.458 130.362 108.356 130.687 108.154C131.011 107.952 131.268 107.659 131.424 107.312C131.581 106.964 131.631 106.578 131.568 106.202C131.504 105.827 131.33 105.478 131.068 105.201C130.805 104.924 130.466 104.731 130.094 104.645C129.721 104.56 129.331 104.587 128.974 104.723C128.495 104.904 128.108 105.267 127.898 105.733C127.689 106.198 127.672 106.727 127.854 107.204Z" fill="#A2CEEA"/>
<path d="M123.301 123.38L139.427 123.816C140.087 123.832 140.726 123.587 141.205 123.135C141.685 122.683 141.965 122.061 141.986 121.404L142.178 114.376L142.41 105.841C142.426 105.184 142.18 104.547 141.726 104.069C141.273 103.592 140.648 103.313 139.988 103.292L123.858 102.856C123.198 102.84 122.559 103.085 122.079 103.537C121.6 103.989 121.319 104.611 121.299 105.268L121.1 112.629L120.878 120.828C120.862 121.485 121.108 122.122 121.561 122.6C122.015 123.077 122.64 123.356 123.3 123.377L123.301 123.38Z" fill="#F2F0F0" stroke="#DBDBDB" stroke-miterlimit="10"/>
<path d="M123.301 123.38L139.427 123.816C140.087 123.832 140.726 123.587 141.206 123.135C141.685 122.683 141.965 122.061 141.986 121.404L142.178 114.376C141.273 113.067 140.122 111.944 138.79 111.069C138.028 110.521 137.091 110.267 136.155 110.355C133.616 110.785 132.767 114.821 130.197 114.862C127.93 114.899 126.827 111.754 124.604 111.305C123.956 111.245 123.303 111.334 122.694 111.564C122.086 111.794 121.538 112.159 121.092 112.631L120.87 120.83C120.854 121.487 121.1 122.124 121.554 122.602C122.007 123.079 122.632 123.358 123.292 123.379L123.301 123.38Z" fill="#A2CEEA"/>
<path d="M125.367 108.356C125.503 108.712 125.741 109.02 126.053 109.24C126.364 109.461 126.734 109.585 127.116 109.597C127.498 109.608 127.875 109.507 128.199 109.305C128.523 109.103 128.779 108.81 128.936 108.463C129.093 108.115 129.142 107.73 129.079 107.354C129.016 106.979 128.842 106.631 128.58 106.354C128.318 106.077 127.979 105.883 127.607 105.798C127.234 105.713 126.845 105.739 126.487 105.875C126.009 106.056 125.622 106.419 125.412 106.884C125.202 107.35 125.186 107.879 125.367 108.356Z" fill="#A2CEEA"/>
<path d="M120.984 125.194L137.11 125.631C137.77 125.647 138.41 125.402 138.889 124.95C139.368 124.498 139.649 123.876 139.669 123.219L139.861 116.191L140.094 107.656C140.109 106.999 139.864 106.362 139.41 105.884C138.956 105.407 138.331 105.128 137.671 105.107L121.541 104.671C120.882 104.655 120.242 104.9 119.763 105.352C119.283 105.804 119.003 106.426 118.983 107.083L118.783 114.444L118.561 122.643C118.545 123.3 118.791 123.937 119.245 124.414C119.699 124.892 120.324 125.171 120.983 125.192L120.984 125.194Z" fill="#F2F0F0" stroke="#DBDBDB" stroke-miterlimit="10"/>
<path d="M141.076 112.542L146.387 110.089V126.841L141.076 128.986V112.542Z" fill="#C2976C"/>
<path d="M118.094 128.987H141.076V112.54H118.094V128.987Z" fill="#E1B882"/>
</svg>

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

View File

@ -0,0 +1,6 @@
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="40" height="40" rx="6" fill="white"/>
<g opacity="0.7">
<path d="M21.4417 27.5001C21.2952 27.7526 21.0849 27.9623 20.8319 28.108C20.5788 28.2538 20.292 28.3305 20 28.3305C19.708 28.3305 19.4212 28.2538 19.1681 28.108C18.9151 27.9623 18.7048 27.7526 18.5583 27.5001M25 16.6667C25 15.3407 24.4732 14.0689 23.5355 13.1312C22.5979 12.1935 21.3261 11.6667 20 11.6667C18.6739 11.6667 17.4021 12.1935 16.4645 13.1312C15.5268 14.0689 15 15.3407 15 16.6667C15 22.5001 12.5 24.1667 12.5 24.1667H27.5C27.5 24.1667 25 22.5001 25 16.6667Z" stroke="#0E2354" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 737 B

View File

@ -0,0 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="2" y="2" width="20" height="20" rx="10" stroke="#D6313A" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 3"/>
<path d="M11.9997 7.3335V16.6668M7.33301 12.0002H16.6663" stroke="#D6313A" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 388 B

View File

@ -0,0 +1,5 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.00008 5.55176V10.436" stroke="#0E2354" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10.4446 7.99392H5.55566" stroke="#0E2354" stroke-linecap="round" stroke-linejoin="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.1235 1.3335H4.87586C2.69809 1.3335 1.33301 2.87489 1.33301 5.05693V10.9434C1.33301 13.1254 2.69174 14.6668 4.87586 14.6668H11.1235C13.3076 14.6668 14.6663 13.1254 14.6663 10.9434V5.05693C14.6663 2.87489 13.3076 1.3335 11.1235 1.3335Z" stroke="#0E2354" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 658 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

@ -0,0 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="2" y="2" width="20" height="20" rx="10" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 3"/>
<path d="M11.9997 7.3335V16.6668M7.33301 12.0002H16.6663" stroke="white" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 384 B

View File

@ -0,0 +1,3 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="32" height="32" rx="16" fill="#0E2354"/>
</svg>

After

Width:  |  Height:  |  Size: 157 B

View File

@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.739 6.15344C19.739 3.40256 17.8583 2.2998 15.1506 2.2998H8.79167C6.16711 2.2998 4.2002 3.32737 4.2002 5.96998V20.6938C4.2002 21.4196 4.98115 21.8767 5.61373 21.5219L11.9957 17.9419L18.3225 21.5158C18.9561 21.8727 19.739 21.4156 19.739 20.6888V6.15344Z" fill="#D6313A"/>
</svg>

After

Width:  |  Height:  |  Size: 426 B

View File

@ -0,0 +1,4 @@
<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.7493 6.80016H5.24935C4.90417 6.80016 4.62435 7.07998 4.62435 7.42516C4.62435 7.77034 4.90417 8.05016 5.24935 8.05016H12.7493C13.0945 8.05016 13.3743 7.77034 13.3743 7.42516C13.3743 7.07998 13.0945 6.80016 12.7493 6.80016Z" fill="#D6313A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.0743 2.97516H13.166C15.4672 2.97516 17.3327 4.84064 17.3327 7.14183V14.6418C17.3327 16.943 15.4672 18.8085 13.166 18.8085H4.83268C3.72761 18.8085 2.66781 18.3695 1.8864 17.5881C1.105 16.8067 0.666016 15.7469 0.666016 14.6418V7.14183C0.666016 4.84064 2.5315 2.97516 4.83268 2.97516H4.90768V1.4585C4.90768 1.11332 5.1875 0.833496 5.53268 0.833496C5.87786 0.833496 6.15768 1.11332 6.15768 1.4585V2.97516H11.8243V1.4585C11.8243 1.11332 12.1042 0.833496 12.4493 0.833496C12.7945 0.833496 13.0743 1.11332 13.0743 1.4585V2.97516ZM13.166 17.5585C14.7768 17.5585 16.0827 16.2527 16.0827 14.6418V7.14183C16.0827 5.531 14.7768 4.22516 13.166 4.22516H4.83268C3.22185 4.22516 1.91602 5.531 1.91602 7.14183V14.6418C1.91602 16.2527 3.22185 17.5585 4.83268 17.5585H13.166Z" fill="#D6313A"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1,4 @@
<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.7493 6.80016H5.24935C4.90417 6.80016 4.62435 7.07998 4.62435 7.42516C4.62435 7.77034 4.90417 8.05016 5.24935 8.05016H12.7493C13.0945 8.05016 13.3743 7.77034 13.3743 7.42516C13.3743 7.07998 13.0945 6.80016 12.7493 6.80016Z" fill="#0E2354"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.0743 2.97516H13.166C15.4672 2.97516 17.3327 4.84064 17.3327 7.14183V14.6418C17.3327 16.943 15.4672 18.8085 13.166 18.8085H4.83268C3.72761 18.8085 2.66781 18.3695 1.8864 17.5881C1.105 16.8067 0.666016 15.7469 0.666016 14.6418V7.14183C0.666016 4.84064 2.5315 2.97516 4.83268 2.97516H4.90768V1.4585C4.90768 1.11332 5.1875 0.833496 5.53268 0.833496C5.87786 0.833496 6.15768 1.11332 6.15768 1.4585V2.97516H11.8243V1.4585C11.8243 1.11332 12.1042 0.833496 12.4493 0.833496C12.7945 0.833496 13.0743 1.11332 13.0743 1.4585V2.97516ZM13.166 17.5585C14.7768 17.5585 16.0827 16.2527 16.0827 14.6418V7.14183C16.0827 5.531 14.7768 4.22516 13.166 4.22516H4.83268C3.22185 4.22516 1.91602 5.531 1.91602 7.14183V14.6418C1.91602 16.2527 3.22185 17.5585 4.83268 17.5585H13.166Z" fill="#0E2354"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1,10 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_5919_93948)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.9998 3.6998C3.28183 3.6998 2.6998 4.28183 2.6998 4.9998C2.6998 5.71777 3.28183 6.2998 3.9998 6.2998C4.71777 6.2998 5.2998 5.71777 5.2998 4.9998C5.2998 4.28183 4.71777 3.6998 3.9998 3.6998ZM3.9998 2.2998C5.24888 2.2998 6.29985 3.14798 6.60818 4.2998H12.9998C13.3864 4.2998 13.6998 4.61321 13.6998 4.9998C13.6998 5.3864 13.3864 5.6998 12.9998 5.6998H6.60818C6.29985 6.85163 5.24888 7.6998 3.9998 7.6998C2.50864 7.6998 1.2998 6.49097 1.2998 4.9998C1.2998 3.50864 2.50864 2.2998 3.9998 2.2998ZM2.9998 10.2998C2.61321 10.2998 2.2998 10.6132 2.2998 10.9998C2.2998 11.3864 2.61321 11.6998 2.9998 11.6998H9.39143C9.69976 12.8516 10.7507 13.6998 11.9998 13.6998C13.491 13.6998 14.6998 12.491 14.6998 10.9998C14.6998 9.50864 13.491 8.2998 11.9998 8.2998C10.7507 8.2998 9.69976 9.14798 9.39143 10.2998H2.9998ZM10.6998 10.9998C10.6998 11.7178 11.2818 12.2998 11.9998 12.2998C12.7178 12.2998 13.2998 11.7178 13.2998 10.9998C13.2998 10.2818 12.7178 9.6998 11.9998 9.6998C11.2818 9.6998 10.6998 10.2818 10.6998 10.9998Z" fill="#0E2354"/>
</g>
<defs>
<clipPath id="clip0_5919_93948">
<rect width="16" height="16" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,5 @@
<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg">
<g opacity="0.87">
<path d="M20.8494 19.7478L17.5552 16.5271L17.478 16.4097C17.3345 16.2667 17.1382 16.1862 16.9333 16.1862C16.7284 16.1862 16.5321 16.2667 16.3885 16.4097C13.589 18.978 9.27522 19.1176 6.30808 16.7359C3.34094 14.3542 2.64117 10.1901 4.67286 7.00542C6.70454 3.82069 10.8372 2.60348 14.3301 4.16105C17.8231 5.71862 19.5923 9.56764 18.4646 13.1554C18.3833 13.4146 18.4497 13.6965 18.6387 13.8949C18.8277 14.0932 19.1105 14.178 19.3807 14.1171C19.6509 14.0563 19.8674 13.8592 19.9486 13.6C21.2968 9.34229 19.2607 4.76041 15.1574 2.81835C11.0542 0.876292 6.1153 2.15688 3.53567 5.8317C0.956043 9.50651 1.50987 14.4727 4.83888 17.5177C8.1679 20.5627 13.273 20.7726 16.8518 18.0116L19.7685 20.8633C20.0697 21.1565 20.5567 21.1565 20.858 20.8633C21.1589 20.5659 21.1589 20.0871 20.858 19.7897L20.8494 19.7478Z" fill="#FF8A00"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 945 B

View File

@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.00007 20.7498C8.19914 20.7508 8.39019 20.6715 8.53007 20.5298L16.5301 12.5298C16.8225 12.237 16.8225 11.7627 16.5301 11.4698L8.53007 3.46985C8.23456 3.19449 7.77406 3.20261 7.48845 3.48823C7.20284 3.77384 7.19471 4.23434 7.47007 4.52985L14.9401 11.9998L7.47007 19.4698C7.17762 19.7627 7.17762 20.237 7.47007 20.5298C7.60996 20.6715 7.80101 20.7508 8.00007 20.7498Z" fill="#D6313A"/>
</svg>

After

Width:  |  Height:  |  Size: 498 B

View File

@ -0,0 +1,6 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 5C3 2.79086 4.79086 1 7 1H10.2H11.9632C12.5568 1 13.1197 1.26365 13.4997 1.71963L16.9364 5.84373C17.236 6.20316 17.4 6.65623 17.4 7.1241V10V15C17.4 17.2091 15.6091 19 13.4 19H7C4.79086 19 3 17.2091 3 15V5Z" stroke="black" stroke-width="1.2"/>
<path d="M12.8984 1.4502V4.40019C12.8984 5.50476 13.7939 6.4002 14.8984 6.4002H16.9484" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
<path d="M6.60156 10H13.8016" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
<path d="M6.60156 14.5H10.2016" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 685 B

View File

@ -0,0 +1,4 @@
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.35553 11.528L0.722197 15.928C0.676455 16.2668 0.779455 16.6088 1.00468 16.866C1.2299 17.1232 1.55534 17.2704 1.8972 17.2697H2.0722L6.4722 16.6364C7.06862 16.5542 7.62175 16.2791 8.0472 15.853L16.1639 7.72805C17.7429 6.09314 17.7203 3.49436 16.1131 1.88714C14.5059 0.279913 11.9071 0.257331 10.2722 1.83638L2.13886 9.95305C1.71286 10.3785 1.43776 10.9316 1.35553 11.528ZM7.12219 14.9697C6.8917 15.1911 6.60244 15.3415 6.28886 15.403L1.9472 15.978L2.55553 11.6697C2.61709 11.3561 2.76751 11.0669 2.98886 10.8364L11.1139 2.71971C11.6613 2.15769 12.4126 1.8407 13.1972 1.8407C13.9818 1.8407 14.7331 2.15769 15.2805 2.71971C15.8296 3.26561 16.1384 4.00793 16.1384 4.78222C16.1384 5.5565 15.8296 6.29882 15.2805 6.84472L7.12219 14.9697Z" fill="#0E2354"/>
<path d="M12.8055 4.31138C13.0518 4.08192 13.4355 4.08869 13.6735 4.3267C13.9116 4.56471 13.9183 4.94846 13.6889 5.19472L10.1805 8.70305C9.93651 8.94676 9.54121 8.94676 9.29719 8.70305C9.05348 8.45903 9.05348 8.06373 9.29719 7.81972L12.8055 4.31138Z" fill="#0E2354"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.09 2.9367L12 0L6.90997 2.9367V13.0973L0 17.0817L12 24L24 17.0817L17.09 13.0973V2.9367ZM11.4176 6.2081V7.77395L8.07474 5.8472V4.27844L11.4176 6.2081ZM15.9253 11.6682L12.5824 13.595V12.0291L15.9253 10.0994V11.6682ZM15.9253 8.7577L12.5824 10.6845V9.1186L15.9253 7.18894V8.7577ZM15.9253 5.8472L12.5824 7.77395V6.2081L15.9253 4.27844V5.8472ZM11.4176 9.1186V10.6845L8.07474 8.7577V7.18894L11.4176 9.1186ZM11.4176 12.0291V13.595L8.07474 11.6682V10.0994L11.4176 12.0291ZM8.07474 13.0099L11.4176 14.9396V18.6156L8.07474 16.6859V13.0099ZM12.5824 14.9396L15.9253 13.0099V16.6859L12.5824 18.6156V14.9396ZM15.3429 3.26849L12 5.19816L8.65712 3.26849L12 1.34465L15.3429 3.26849ZM21.6676 17.0817L12 22.6553L2.33244 17.0817L6.90997 14.439V17.3495L12 20.2949L17.09 17.3582V14.4477L21.6676 17.0817Z" fill="#D6313A"/>
</svg>

After

Width:  |  Height:  |  Size: 914 B

View File

@ -0,0 +1,5 @@
<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.8852 22.984C18.6305 22.984 23.2879 18.3265 23.2879 12.5812C23.2879 6.83594 18.6305 2.17847 12.8852 2.17847C7.13989 2.17847 2.48242 6.83594 2.48242 12.5812C2.48242 18.3265 7.13989 22.984 12.8852 22.984Z" stroke="#D6313A" stroke-width="2.08055" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16.0073 9.46033L9.76562 15.702" stroke="#D6313A" stroke-width="2.08055" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M9.76562 9.46033L16.0073 15.702" stroke="#D6313A" stroke-width="2.08055" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 670 B

View File

@ -0,0 +1,5 @@
<svg width="15" height="18" viewBox="0 0 15 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 5.19952C1 4.83635 1.19689 4.50173 1.51436 4.32536L7.01436 1.2698C7.31638 1.10201 7.68362 1.10201 7.98564 1.2698L13.4856 4.32536C13.8031 4.50173 14 4.83635 14 5.19951V7.75485C14 11.3865 12.0311 14.7327 8.85643 16.4964L7.98564 16.9802C7.68362 17.148 7.31638 17.148 7.01436 16.9802L6.14357 16.4964C2.96892 14.7327 1 11.3865 1 7.75485V5.19952Z" stroke="#0E2354" stroke-width="1.5"/>
<path d="M5.87512 10.9471L9.32227 7.5" stroke="#0E2354" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M5.87512 7.50012L9.32227 10.9473" stroke="#0E2354" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 746 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1,5 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.08171 10.2905L8.08171 2.26318" stroke="#0E2354" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10.0254 8.33887L8.08139 10.2909L6.13739 8.33887" stroke="#0E2354" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M11.5061 5H12.2121C13.7521 5 15 6.2121 15 7.70867L15 11.2987C15 12.7908 13.7551 14 12.2189 14L3.78865 14C2.24865 14 1 12.7872 1 11.2913L1 7.70059C1 6.20916 2.24562 5 3.78108 5H4.49395" stroke="#0E2354" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 654 B

View File

@ -0,0 +1,5 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.16492 12.6287H13" stroke="#0E2354" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.52001 1.52986C8.0371 0.911858 8.96666 0.821237 9.59748 1.32782C9.63236 1.35531 10.753 2.22586 10.753 2.22586C11.446 2.64479 11.6613 3.5354 11.2329 4.21506C11.2102 4.25146 4.87463 12.1763 4.87463 12.1763C4.66385 12.4393 4.34389 12.5945 4.00194 12.5982L1.57569 12.6287L1.02902 10.3149C0.952442 9.98953 1.02902 9.64785 1.2398 9.3849L7.52001 1.52986Z" stroke="#0E2354" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M6.34723 3.00049L9.98206 5.79191" stroke="#0E2354" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 831 B

View File

@ -0,0 +1,3 @@
<svg width="32" height="24" viewBox="0 0 32 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.85042 12.1097C4.8626 12.1852 4.86955 12.264 4.86955 12.3429C4.86955 13.1006 4.24696 13.7143 3.47825 13.7143C2.70953 13.7143 2.08694 13.1006 2.08694 12.3429C2.08694 11.5851 2.70953 10.9714 3.47825 10.9714C3.64694 10.9714 3.80868 11.0006 3.95824 11.0554L10.454 5.71892C10.4418 5.64349 10.4348 5.56464 10.4348 5.48578C10.4348 4.72805 11.0574 4.11435 11.8261 4.11435C12.567 4.11435 13.1722 4.68522 13.214 5.4035L19.4069 8.45492C19.6278 8.31263 19.8904 8.22863 20.1739 8.22863C20.2991 8.22863 20.4191 8.24406 20.5339 8.27492L27.1774 1.72629C27.1479 1.61314 27.1305 1.49486 27.1305 1.37143C27.1305 0.613699 27.7531 0 28.5218 0C29.2905 0 29.9131 0.613699 29.9131 1.37143C29.9131 2.12916 29.2905 2.74286 28.5218 2.74286C28.3966 2.74286 28.2766 2.72743 28.1618 2.69657L21.5183 9.24521C21.5478 9.35835 21.5652 9.47663 21.5652 9.60006C21.5652 10.3578 20.9426 10.9715 20.1739 10.9715C19.433 10.9715 18.8278 10.4006 18.7861 9.68235L12.5931 6.63093C12.3722 6.77322 12.1096 6.85721 11.8261 6.85721C11.6574 6.85721 11.4957 6.82807 11.3461 6.77321L4.85042 12.1097ZM6.95652 16.4571V23.3143C6.95652 23.6931 6.64522 24 6.26087 24H0.695652C0.311305 24 0 23.6931 0 23.3143V16.4571C0 16.0783 0.311305 15.7714 0.695652 15.7714H6.26087C6.64522 15.7714 6.95652 16.0783 6.95652 16.4571ZM15.3043 12.3428V23.3143C15.3043 23.6931 14.993 24 14.6087 24H9.04348C8.65913 24 8.34783 23.6931 8.34783 23.3143V12.3428C8.34783 11.964 8.65913 11.6571 9.04348 11.6571H14.6087C14.993 11.6571 15.3043 11.964 15.3043 12.3428ZM23.6522 15.0857V23.3143C23.6522 23.6931 23.3409 24 22.9565 24H17.3913C17.007 24 16.6957 23.6931 16.6957 23.3143V15.0857C16.6957 14.7068 17.007 14.4 17.3913 14.4H22.9565C23.3409 14.4 23.6522 14.7068 23.6522 15.0857ZM32 9.59998V23.3143C32 23.6931 31.6887 24 31.3043 24H25.7391C25.3548 24 25.0435 23.6931 25.0435 23.3143V9.59998C25.0435 9.22112 25.3548 8.91427 25.7391 8.91427H31.3043C31.6887 8.91427 32 9.22112 32 9.59998Z" fill="#0E2354"/>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

@ -0,0 +1,4 @@
<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.975 14.5503C19.975 17.3502 18.1073 19.0005 14.9388 19.0005H8.04742C4.87093 19.0005 2.99976 17.3502 2.99976 14.5503V8.44673C2.99976 5.65081 4.16338 4.00049 7.33278 4.00049H9.10389C9.73972 4.00127 10.3384 4.26498 10.7191 4.71492L11.5277 5.66489C11.9102 6.11406 12.5088 6.37855 13.1447 6.37933H15.6508C18.8273 6.37933 19.9998 7.8082 19.9998 10.6652L19.975 14.5503Z" stroke="#78839F" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7.34839 12.7434H15.3623" stroke="#78839F" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 686 B

View File

@ -0,0 +1,4 @@
<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.9752 14.5601C19.9752 17.3599 18.1076 19.0103 14.9391 19.0103H8.04766C4.87118 19.0103 3 17.3599 3 14.5601V8.4565C3 5.66057 4.16362 4.01025 7.33302 4.01025H9.10413C9.73996 4.01104 10.3386 4.27474 10.7194 4.72469L11.5279 5.67466C11.9105 6.12382 12.5091 6.38831 13.1449 6.38909H15.651C18.8275 6.38909 20 7.81796 20 10.6749L19.9752 14.5601Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7.34766 12.7532H15.3616" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 656 B

View File

@ -0,0 +1,3 @@
<svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.00033 1.45817C4.86416 1.45817 3.95866 2.36367 3.95866 3.49984V4.6665H8.04199V3.49984C8.04199 2.36367 7.13649 1.45817 6.00033 1.45817ZM9.20866 4.66915V3.49984C9.20866 1.71934 7.78083 0.291504 6.00033 0.291504C4.21983 0.291504 2.79199 1.71934 2.79199 3.49984V4.66915C2.64032 4.67152 2.50269 4.67601 2.3781 4.68451C2.10435 4.70319 1.85112 4.74316 1.6074 4.84412C1.03567 5.08094 0.581426 5.53518 0.344607 6.10691C0.243653 6.35063 0.203675 6.60386 0.184997 6.87761C0.166983 7.14163 0.166987 7.46414 0.166993 7.85485L0.166992 9.47393C0.166985 9.94349 0.166979 10.331 0.192772 10.6467C0.219562 10.9746 0.277058 11.276 0.421311 11.5591C0.645015 11.9982 1.00197 12.3551 1.44101 12.5789C1.72413 12.7231 2.02554 12.7806 2.35343 12.8074C2.66912 12.8332 3.05666 12.8332 3.52622 12.8332H8.47443C8.94399 12.8332 9.33153 12.8332 9.64722 12.8074C9.97511 12.7806 10.2765 12.7231 10.5596 12.5789C10.9987 12.3551 11.3556 11.9982 11.5793 11.5591C11.7236 11.276 11.7811 10.9746 11.8079 10.6467C11.8337 10.331 11.8337 9.9435 11.8337 9.47394V7.85485C11.8337 7.46413 11.8337 7.14163 11.8157 6.87761C11.797 6.60386 11.757 6.35063 11.656 6.10691C11.4192 5.53518 10.965 5.08094 10.3933 4.84412C10.1495 4.74316 9.89631 4.70319 9.62256 4.68451C9.49796 4.67601 9.36033 4.67152 9.20866 4.66915ZM2.45751 5.84847C2.24316 5.86309 2.13174 5.88972 2.05386 5.92198C1.768 6.04039 1.54088 6.26751 1.42247 6.55337C1.39021 6.63125 1.36358 6.74267 1.34896 6.95702C1.33398 7.17661 1.33366 7.45916 1.33366 7.87484V9.44984C1.33366 9.94951 1.33411 10.2892 1.35556 10.5517C1.37646 10.8075 1.41433 10.9383 1.46082 11.0295C1.57267 11.249 1.75115 11.4275 1.97067 11.5393C2.0619 11.5858 2.19269 11.6237 2.44843 11.6446C2.71098 11.6661 3.05065 11.6665 3.55033 11.6665H8.45033C8.95 11.6665 9.28967 11.6661 9.55222 11.6446C9.80796 11.6237 9.93875 11.5858 10.03 11.5393C10.2495 11.4275 10.428 11.249 10.5398 11.0295C10.5863 10.9383 10.6242 10.8075 10.6451 10.5517C10.6665 10.2892 10.667 9.94951 10.667 9.44984V7.87484C10.667 7.45916 10.6667 7.17661 10.6517 6.95702C10.6371 6.74267 10.6104 6.63125 10.5782 6.55337C10.4598 6.26751 10.2327 6.04039 9.94679 5.92198C9.86891 5.88972 9.75749 5.86309 9.54314 5.84847C9.32355 5.83349 9.04101 5.83317 8.62533 5.83317H3.37533C2.95965 5.83317 2.6771 5.83349 2.45751 5.84847Z" fill="#0E2354"/>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,3 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.94004 1.69186C3.2401 1.66735 3.6283 1.66683 4.19935 1.66683H4.99935C5.36754 1.66683 5.66602 1.36835 5.66602 1.00016C5.66602 0.631974 5.36754 0.333497 4.99935 0.333497L4.17182 0.333496C3.63517 0.333488 3.19226 0.333481 2.83146 0.362959C2.45673 0.393576 2.11226 0.459285 1.78871 0.624146C1.28694 0.879808 0.878994 1.28776 0.623331 1.78952C0.45847 2.11308 0.392761 2.45755 0.362144 2.83228C0.332666 3.19307 0.332673 3.63597 0.332682 4.17261V9.82771C0.332673 10.3644 0.332666 10.8073 0.362144 11.168C0.392761 11.5428 0.45847 11.8872 0.623331 12.2108C0.878994 12.7126 1.28694 13.1205 1.78871 13.3762C2.11226 13.541 2.45673 13.6068 2.83146 13.6374C3.19226 13.6668 3.63516 13.6668 4.1718 13.6668H4.99935C5.36754 13.6668 5.66602 13.3684 5.66602 13.0002C5.66602 12.632 5.36754 12.3335 4.99935 12.3335H4.19935C3.6283 12.3335 3.2401 12.333 2.94004 12.3085C2.64776 12.2846 2.49829 12.2413 2.39403 12.1882C2.14314 12.0603 1.93917 11.8564 1.81134 11.6055C1.75821 11.5012 1.71493 11.3517 1.69105 11.0595C1.66653 10.7594 1.66602 10.3712 1.66602 9.80016V4.20016C1.66602 3.62911 1.66653 3.24091 1.69105 2.94086C1.71493 2.64858 1.75821 2.49911 1.81134 2.39484C1.93917 2.14396 2.14314 1.93999 2.39403 1.81215C2.49829 1.75903 2.64776 1.71574 2.94004 1.69186ZM9.19461 3.19543C8.93426 3.45578 8.93426 3.87789 9.19461 4.13823L11.3899 6.3335H4.99935C4.63116 6.3335 4.33268 6.63197 4.33268 7.00016C4.33268 7.36835 4.63116 7.66683 4.99935 7.66683H11.3899L9.19461 9.86209C8.93426 10.1224 8.93426 10.5446 9.19461 10.8049C9.45496 11.0653 9.87707 11.0653 10.1374 10.8049L13.4708 7.47157C13.7311 7.21122 13.7311 6.78911 13.4708 6.52876L10.1374 3.19543C9.87707 2.93508 9.45496 2.93508 9.19461 3.19543Z" fill="#0E2354"/>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.739 6.15344C19.739 3.40256 17.8583 2.2998 15.1506 2.2998H8.79167C6.16711 2.2998 4.2002 3.32737 4.2002 5.96998V20.6938C4.2002 21.4196 4.98115 21.8767 5.61373 21.5219L11.9957 17.9419L18.3225 21.5158C18.9561 21.8727 19.739 21.4156 19.739 20.6888V6.15344Z" stroke="#0E2354" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 494 B

View File

@ -0,0 +1,7 @@
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="1" y="4.19995" width="16" height="12.8" rx="2" stroke="#0E2354" stroke-width="1.5"/>
<path d="M14.6 4.6V3.45371C14.6 2.18701 13.4374 1.23936 12.1967 1.4948L2.59669 3.47127C1.66708 3.66266 1 4.48107 1 5.43018L1 9.8" stroke="#0E2354" stroke-width="1.5"/>
<path d="M4.2002 13.4H9.0002" stroke="#0E2354" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M11.3999 10.6001C11.3999 9.49553 12.2953 8.6001 13.3999 8.6001H16.9999V12.6001H13.3999C12.2953 12.6001 11.3999 11.7047 11.3999 10.6001V10.6001Z" stroke="#0E2354" stroke-width="1.5"/>
<path d="M13.3999 10.6001H13.5599" stroke="#0E2354" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 792 B

View File

@ -0,0 +1,3 @@
<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 0H11C11.2652 0 11.5196 0.105357 11.7071 0.292893C11.8946 0.48043 12 0.734784 12 1C12 1.26522 11.8946 1.51957 11.7071 1.70711C11.5196 1.89464 11.2652 2 11 2H1C0.734784 2 0.48043 1.89464 0.292893 1.70711C0.105357 1.51957 0 1.26522 0 1C0 0.734784 0.105357 0.48043 0.292893 0.292893C0.48043 0.105357 0.734784 0 1 0ZM1 6H11C11.2652 6 11.5196 6.10536 11.7071 6.29289C11.8946 6.48043 12 6.73478 12 7C12 7.26522 11.8946 7.51957 11.7071 7.70711C11.5196 7.89464 11.2652 8 11 8H1C0.734784 8 0.48043 7.89464 0.292893 7.70711C0.105357 7.51957 0 7.26522 0 7C0 6.73478 0.105357 6.48043 0.292893 6.29289C0.48043 6.10536 0.734784 6 1 6Z" fill="#212121"/>
</svg>

After

Width:  |  Height:  |  Size: 791 B

View File

@ -0,0 +1,7 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="48" height="48" rx="24" fill="white"/>
<path d="M27.7161 28.2236H20.4961" stroke="#FF8A00" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M27.7161 24.0371H20.4961" stroke="#FF8A00" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M23.2511 19.8604H20.4961" stroke="#FF8A00" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.908 14.75C27.908 14.75 20.231 14.754 20.219 14.754C17.459 14.771 15.75 16.587 15.75 19.357V28.553C15.75 31.337 17.472 33.16 20.256 33.16C20.256 33.16 27.932 33.157 27.945 33.157C30.705 33.14 32.415 31.323 32.415 28.553V19.357C32.415 16.573 30.692 14.75 27.908 14.75Z" stroke="#FF8A00" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 921 B

View File

@ -0,0 +1,7 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="48" height="48" rx="24" fill="white"/>
<path d="M27.7161 28.2236H20.4961" stroke="#12B76A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M27.7161 24.0371H20.4961" stroke="#12B76A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M23.2511 19.8604H20.4961" stroke="#12B76A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.908 14.75C27.908 14.75 20.231 14.754 20.219 14.754C17.459 14.771 15.75 16.587 15.75 19.357V28.553C15.75 31.337 17.472 33.16 20.256 33.16C20.256 33.16 27.932 33.157 27.945 33.157C30.705 33.14 32.415 31.323 32.415 28.553V19.357C32.415 16.573 30.692 14.75 27.908 14.75Z" stroke="#12B76A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 921 B

View File

@ -0,0 +1,4 @@
<svg width="15" height="18" viewBox="0 0 15 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 5.14838C1 4.78286 1.19942 4.44647 1.5201 4.27106L7.0201 1.26251C7.31913 1.09894 7.68087 1.09894 7.9799 1.26251L13.4799 4.27106C13.8006 4.44647 14 4.78286 14 5.14838V7.5162C14 11.1714 12.0058 14.5353 8.79902 16.2894L7.9799 16.7375C7.68087 16.9011 7.31913 16.9011 7.0201 16.7375L6.20098 16.2894C2.99423 14.5353 1 11.1714 1 7.5162V5.14838Z" stroke="#2B3F6C" stroke-width="1.5"/>
<path d="M5.64583 9.64583L7 11L9.70833 8.29167" stroke="#2B3F6C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 624 B

View File

@ -0,0 +1,8 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5 3.5H19V19.4656C19 20.2959 18.0466 20.7645 17.3892 20.2574L16.0584 19.2307C15.7236 18.9725 15.2625 18.9527 14.9068 19.1813L13.0815 20.3547C12.4227 20.7783 11.5773 20.7783 10.9185 20.3547L9.0932 19.1813C8.73751 18.9527 8.27644 18.9725 7.94164 19.2307L6.6108 20.2574C5.95338 20.7645 5 20.2959 5 19.4656V3.5Z" stroke="black" stroke-width="1.5"/>
<path d="M9 9.5H12" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M3 3.5H21" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M9 13.5H12" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15 9.5H15.5" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15 13.5H15.5" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 980 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,3 @@
<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.56" d="M17.8115 17.8924L14.6962 14.7771C15.9511 13.3152 16.7141 11.4201 16.7141 9.34689C16.7141 4.73889 12.965 0.989746 8.35707 0.989746C3.74911 0.989746 0 4.73889 0 9.34689C0 13.9549 3.74911 17.704 8.35707 17.704C10.4303 17.704 12.3254 16.941 13.7872 15.6861L16.9025 18.8014C17.0278 18.9267 17.1924 18.9897 17.357 18.9897C17.5216 18.9897 17.6861 18.9267 17.8115 18.8014C18.0628 18.55 18.0628 18.1437 17.8115 17.8924ZM1.2857 9.34689C1.2857 5.44796 4.45817 2.27546 8.35707 2.27546C12.256 2.27546 15.4284 5.44796 15.4284 9.34689C15.4284 13.2458 12.256 16.4183 8.35707 16.4183C4.45817 16.4183 1.2857 13.2458 1.2857 9.34689Z" fill="#0E2354"/>
</svg>

After

Width:  |  Height:  |  Size: 759 B

View File

@ -0,0 +1,3 @@
<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.8115 17.3924L14.6962 14.2771C15.9511 12.8152 16.7141 10.9201 16.7141 8.84689C16.7141 4.23889 12.965 0.489746 8.35707 0.489746C3.74911 0.489746 0 4.23889 0 8.84689C0 13.4549 3.74911 17.204 8.35707 17.204C10.4303 17.204 12.3254 16.441 13.7872 15.1861L16.9025 18.3014C17.0278 18.4267 17.1924 18.4897 17.357 18.4897C17.5216 18.4897 17.6861 18.4267 17.8115 18.3014C18.0628 18.05 18.0628 17.6437 17.8115 17.3924ZM1.2857 8.84689C1.2857 4.94796 4.45817 1.77546 8.35707 1.77546C12.256 1.77546 15.4284 4.94796 15.4284 8.84689C15.4284 12.7458 12.256 15.9183 8.35707 15.9183C4.45817 15.9183 1.2857 12.7458 1.2857 8.84689Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 742 B

View File

@ -0,0 +1,4 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="48" height="48" rx="24" fill="white"/>
<path d="M35.7486 34.5369L31.595 30.3831C33.2681 28.434 34.2855 25.9071 34.2855 23.1429C34.2855 16.9989 29.2867 12 23.1428 12C16.9988 12 12 16.9989 12 23.1429C12 29.2869 16.9988 34.2857 23.1428 34.2857C25.907 34.2857 28.4339 33.2683 30.383 31.5951L34.5367 35.7489C34.7038 35.916 34.9232 36 35.1427 36C35.3621 36 35.5815 35.916 35.7486 35.7489C36.0838 35.4137 36.0838 34.872 35.7486 34.5369ZM13.7143 23.1429C13.7143 17.9443 17.9442 13.7143 23.1428 13.7143C28.3413 13.7143 32.5712 17.9443 32.5712 23.1429C32.5712 28.3414 28.3413 32.5714 23.1428 32.5714C17.9442 32.5714 13.7143 28.3414 13.7143 23.1429Z" fill="#0075FF"/>
</svg>

After

Width:  |  Height:  |  Size: 773 B

View File

@ -0,0 +1,5 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g opacity="0.87">
<path d="M14.5034 13.7378L12.2118 11.4974V11.4974L12.1581 11.4157C12.0582 11.3163 11.9217 11.2603 11.7791 11.2603C11.6366 11.2603 11.5 11.3163 11.4002 11.4157V11.4157C9.45266 13.2024 6.45177 13.2995 4.38768 11.6426C2.32358 9.98578 1.83679 7.08907 3.25013 4.87361C4.66348 2.65814 7.53839 1.81139 9.96824 2.89492C12.3981 3.97845 13.6289 6.65602 12.8444 9.15189C12.7879 9.3322 12.834 9.52828 12.9655 9.66627C13.097 9.80426 13.2937 9.8632 13.4817 9.82089C13.6697 9.77857 13.8203 9.64143 13.8768 9.46112V9.46112C14.8146 6.49926 13.3982 3.31187 10.5438 1.96087C7.68934 0.60987 4.25357 1.50071 2.45904 4.05711C0.664521 6.6135 1.04979 10.0683 3.36563 12.1865C5.68146 14.3047 9.23286 14.4508 11.7224 12.5301L13.7514 14.5138C13.961 14.7178 14.2998 14.7178 14.5093 14.5138C14.7187 14.307 14.7187 13.9739 14.5093 13.767V13.767L14.5034 13.7378Z" fill="#0E2354"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 977 B

View File

@ -0,0 +1,6 @@
<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
<g opacity="0.56">
<path d="M11.3338 18.5533L15.884 15.9262C16.3698 15.6458 16.6122 15.5055 16.7888 15.3094C16.9451 15.1358 17.0632 14.9314 17.1354 14.7092C17.2168 14.4588 17.2168 14.1789 17.2168 13.6206V8.35881C17.2168 7.80055 17.2168 7.52069 17.1354 7.27023C17.0632 7.04809 16.9451 6.84348 16.7888 6.66991C16.6129 6.47458 16.3711 6.33495 15.8895 6.05693L11.333 3.42623C10.8473 3.14579 10.6049 3.00585 10.3467 2.95097C10.1182 2.90241 9.88202 2.90241 9.65356 2.95097C9.39536 3.00585 9.15216 3.14579 8.66642 3.42623L4.11536 6.05379C3.63019 6.3339 3.38779 6.47385 3.21126 6.66991C3.05498 6.84348 2.93695 7.04809 2.86478 7.27023C2.7832 7.52128 2.7832 7.80187 2.7832 8.36276V13.6169C2.7832 14.1778 2.7832 14.4582 2.86478 14.7092C2.93695 14.9314 3.05498 15.1358 3.21126 15.3094C3.3879 15.5055 3.63047 15.6458 4.11621 15.9262L8.66642 18.5533C9.15215 18.8337 9.39536 18.9737 9.65356 19.0286C9.88202 19.0772 10.1182 19.0772 10.3467 19.0286C10.6049 18.9737 10.8481 18.8337 11.3338 18.5533Z" stroke="#0E2354" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7.5 10.9897C7.5 12.3704 8.61929 13.4897 10 13.4897C11.3807 13.4897 12.5 12.3704 12.5 10.9897C12.5 9.609 11.3807 8.48971 10 8.48971C8.61929 8.48971 7.5 9.609 7.5 10.9897Z" stroke="#0E2354" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -0,0 +1,4 @@
<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.3338 18.5533L15.884 15.9262C16.3698 15.6458 16.6122 15.5055 16.7888 15.3094C16.9451 15.1358 17.0632 14.9314 17.1354 14.7092C17.2168 14.4588 17.2168 14.1789 17.2168 13.6206V8.35881C17.2168 7.80055 17.2168 7.52069 17.1354 7.27023C17.0632 7.04809 16.9451 6.84348 16.7888 6.66991C16.6129 6.47458 16.3711 6.33495 15.8895 6.05693L11.333 3.42623C10.8473 3.14579 10.6049 3.00585 10.3467 2.95097C10.1182 2.90241 9.88202 2.90241 9.65356 2.95097C9.39536 3.00585 9.15216 3.14579 8.66642 3.42623L4.11536 6.05379C3.63019 6.3339 3.38779 6.47385 3.21126 6.66991C3.05498 6.84348 2.93695 7.04809 2.86478 7.27023C2.7832 7.52128 2.7832 7.80187 2.7832 8.36276V13.6169C2.7832 14.1778 2.7832 14.4582 2.86478 14.7092C2.93695 14.9314 3.05498 15.1358 3.21126 15.3094C3.3879 15.5055 3.63047 15.6458 4.11621 15.9262L8.66642 18.5533C9.15215 18.8337 9.39536 18.9737 9.65356 19.0286C9.88202 19.0772 10.1182 19.0772 10.3467 19.0286C10.6049 18.9737 10.8481 18.8337 11.3338 18.5533Z" stroke="white" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7.5 10.9897C7.5 12.3704 8.61929 13.4897 10 13.4897C11.3807 13.4897 12.5 12.3704 12.5 10.9897C12.5 9.609 11.3807 8.48971 10 8.48971C8.61929 8.48971 7.5 9.609 7.5 10.9897Z" stroke="white" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -0,0 +1,4 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.84418 7.03102C8.84418 8.04952 8.01818 8.87494 6.99968 8.87494C5.98118 8.87494 5.15576 8.04952 5.15576 7.03102C5.15576 6.01194 5.98118 5.18652 6.99968 5.18652C8.01818 5.18652 8.84418 6.01194 8.84418 7.03102Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.99867 11.2905C9.22 11.2905 11.2518 9.69332 12.3957 7.03098C11.2518 4.36865 9.22 2.77148 6.99867 2.77148H7.001C4.77967 2.77148 2.74792 4.36865 1.604 7.03098C2.74792 9.69332 4.77967 11.2905 7.001 11.2905H6.99867Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 755 B

View File

@ -0,0 +1,3 @@
<svg width="16" height="15" viewBox="0 0 16 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.7" fill-rule="evenodd" clip-rule="evenodd" d="M6.40509 0.711147C6.90537 -0.237048 8.26335 -0.23705 8.76362 0.711146L10.4662 3.93815L14.0614 4.56021C15.1178 4.74299 15.5374 6.0345 14.7902 6.8033L12.2473 9.41976L12.7667 13.0312C12.9193 14.0924 11.8206 14.8906 10.8586 14.4175L7.58436 12.8076L4.31015 14.4175C3.34808 14.8906 2.24945 14.0924 2.40206 13.0312L2.92142 9.41976L0.378487 6.8033C-0.368706 6.03451 0.0509295 4.74299 1.10731 4.56021L4.7025 3.93815L6.40509 0.711147ZM9.28695 4.56034L7.58436 1.33333L5.88177 4.56034C5.68884 4.926 5.33721 5.18148 4.92983 5.25196L1.33463 5.87402L3.87757 8.49048C4.16572 8.78696 4.30003 9.20033 4.24118 9.60955L3.72182 13.221L6.99602 11.6111C7.36703 11.4286 7.80168 11.4286 8.17269 11.6111L11.4469 13.221L10.9275 9.60955C10.8687 9.20033 11.003 8.78696 11.2911 8.49048L13.8341 5.87402L10.2389 5.25196C9.83151 5.18148 9.47987 4.926 9.28695 4.56034Z" fill="#0E2354"/>
</svg>

After

Width:  |  Height:  |  Size: 1019 B

View File

@ -0,0 +1,3 @@
<svg width="16" height="15" viewBox="0 0 16 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.44035 0.698006C7.66961 0.233478 8.33201 0.233477 8.56127 0.698005L10.427 4.47829C10.518 4.66275 10.694 4.79061 10.8975 4.82019L15.0693 5.42639C15.582 5.50088 15.7867 6.13086 15.4157 6.49244L12.397 9.43499C12.2497 9.57857 12.1825 9.78545 12.2172 9.98819L12.9299 14.1431C13.0174 14.6537 12.4815 15.043 12.023 14.802L8.29165 12.8403C8.10957 12.7446 7.89205 12.7446 7.70997 12.8403L3.97861 14.802C3.52009 15.043 2.9842 14.6537 3.07177 14.1431L3.78439 9.98819C3.81917 9.78545 3.75195 9.57857 3.60465 9.43499L0.58591 6.49245C0.214962 6.13086 0.419655 5.50088 0.932293 5.42639L5.10408 4.82019C5.30765 4.79061 5.48363 4.66275 5.57467 4.47829L7.44035 0.698006Z" fill="#FF8A00"/>
</svg>

After

Width:  |  Height:  |  Size: 785 B

View File

@ -0,0 +1,6 @@
<svg width="82" height="82" viewBox="0 0 82 82" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M81.8016 79.8791L59.1809 40.2929C59.0487 40.091 58.8684 39.9252 58.6561 39.8104C58.4439 39.6956 58.2063 39.6355 57.965 39.6355C57.7237 39.6355 57.4862 39.6956 57.2739 39.8104C57.0616 39.9252 56.8813 40.091 56.7491 40.2929L34.1285 79.8791C34.0034 80.0937 33.9375 80.3377 33.9375 80.586C33.9375 80.8344 34.0034 81.0783 34.1285 81.2929C34.2481 81.5098 34.4244 81.6901 34.6386 81.8146C34.8527 81.9391 35.0966 82.0031 35.3443 81.9998H80.5857C80.8334 82.0031 81.0773 81.9391 81.2915 81.8146C81.5056 81.6901 81.6819 81.5098 81.8016 81.2929C81.9266 81.0783 81.9925 80.8344 81.9925 80.586C81.9925 80.3377 81.9266 80.0937 81.8016 79.8791ZM57.965 73.5171C57.6854 73.5171 57.412 73.4342 57.1796 73.2788C56.9471 73.1235 56.7658 72.9026 56.6588 72.6443C56.5518 72.386 56.5238 72.1017 56.5784 71.8275C56.6329 71.5532 56.7676 71.3013 56.9653 71.1036C57.163 70.9058 57.4149 70.7712 57.6892 70.7166C57.9634 70.6621 58.2477 70.6901 58.506 70.7971C58.7644 70.9041 58.9852 71.0853 59.1405 71.3178C59.2959 71.5503 59.3788 71.8237 59.3788 72.1033C59.3806 72.2894 59.3453 72.4741 59.2749 72.6465C59.2045 72.8188 59.1005 72.9754 58.9688 73.1071C58.8372 73.2387 58.6806 73.3428 58.5082 73.4132C58.3359 73.4836 58.1512 73.5189 57.965 73.5171ZM59.3788 66.4481C59.3788 66.8231 59.2299 67.1827 58.9647 67.4478C58.6996 67.7129 58.34 67.8619 57.965 67.8619C57.59 67.8619 57.2304 67.7129 56.9653 67.4478C56.7002 67.1827 56.5512 66.8231 56.5512 66.4481V55.1378C56.5512 54.7628 56.7002 54.4032 56.9653 54.1381C57.2304 53.8729 57.59 53.724 57.965 53.724C58.34 53.724 58.6996 53.8729 58.9647 54.1381C59.2299 54.4032 59.3788 54.7628 59.3788 55.1378V66.4481Z" fill="#FF8A00"/>
<path d="M70.6898 41C70.6983 42.885 70.5469 44.7674 70.2374 46.6269C70.2383 46.8065 70.2027 46.9845 70.1327 47.1499C70.0627 47.3153 69.9597 47.4647 69.8301 47.5891C69.7004 47.7134 69.5468 47.81 69.3786 47.8731C69.2104 47.9362 69.0312 47.9643 68.8517 47.9558C68.4643 47.9337 68.1005 47.7623 67.8369 47.4775C67.5732 47.1928 67.4302 46.8169 67.4379 46.4289V46.4007C67.7153 44.6137 67.8572 42.8083 67.8622 41C67.8639 34.7481 66.0632 28.6283 62.676 23.3736C59.2888 18.1188 54.4585 13.9519 48.7638 11.372C43.0691 8.79203 36.7514 7.90842 30.5674 8.82698C24.3834 9.74553 18.5952 12.4273 13.8963 16.5511C9.19734 20.6749 5.78679 26.0659 4.07314 32.0783C2.3595 38.0907 2.4154 44.4697 4.23417 50.4511C6.05294 56.4326 9.55746 61.7629 14.328 65.8037C19.0985 69.8445 24.9327 72.4244 31.1319 73.2345C31.5047 73.2843 31.8433 73.4777 32.0756 73.7734C32.308 74.0692 32.4158 74.4439 32.376 74.8179C32.3312 75.1614 32.1631 75.477 31.9031 75.7058C31.643 75.9347 31.3086 76.0613 30.9622 76.062H30.7926C24.3628 75.2381 18.2844 72.6584 13.2247 68.6061C8.16495 64.5539 4.31964 59.1859 2.11091 53.0914C-0.0978279 46.9969 -0.584572 40.4117 0.704116 34.0587C1.9928 27.7058 5.00709 21.8307 9.41603 17.0786L6.36223 13.9965C6.23011 13.8671 6.12496 13.7127 6.05287 13.5423C5.98079 13.3719 5.94319 13.189 5.94225 13.004C5.94132 12.819 5.97707 12.6356 6.04743 12.4645C6.11779 12.2934 6.22137 12.138 6.35219 12.0072C6.483 11.8764 6.63844 11.7728 6.80953 11.7024C6.98063 11.6321 7.16397 11.5963 7.34896 11.5973C7.53395 11.5982 7.71693 11.6358 7.8873 11.7079C8.05767 11.78 8.21206 11.8851 8.34154 12.0172L11.4236 15.071C16.1392 10.6819 21.968 7.66968 28.276 6.36207V2.82758H26.8622C26.4873 2.82758 26.1277 2.67863 25.8625 2.41349C25.5974 2.14836 25.4484 1.78875 25.4484 1.41379C25.4484 1.03883 25.5974 0.679228 25.8625 0.41409C26.1277 0.148953 26.4873 0 26.8622 0H43.8277C44.2027 0 44.5623 0.148953 44.8274 0.41409C45.0926 0.679228 45.2415 1.03883 45.2415 1.41379C45.2415 1.78875 45.0926 2.14836 44.8274 2.41349C44.5623 2.67863 44.2027 2.82758 43.8277 2.82758H42.4139V6.36207C48.722 7.66968 54.5508 10.6819 59.2663 15.071L62.3484 12.0172C62.4779 11.8851 62.6323 11.78 62.8027 11.7079C62.973 11.6358 63.156 11.5982 63.341 11.5973C63.526 11.5963 63.7093 11.6321 63.8804 11.7024C64.0515 11.7728 64.207 11.8764 64.3378 12.0072C64.4686 12.138 64.5722 12.2934 64.6425 12.4645C64.7129 12.6356 64.7486 12.819 64.7477 13.004C64.7468 13.189 64.7092 13.3719 64.6371 13.5423C64.565 13.7127 64.4599 13.8671 64.3277 13.9965L61.2739 17.0786C67.328 23.5727 70.693 32.1217 70.6898 41Z" fill="#FF8A00"/>
<path d="M61.8829 36.9161C61.9104 37.0999 61.974 37.2765 62.0698 37.4358C62.1657 37.595 62.2921 37.7338 62.4416 37.8441C62.5912 37.9545 62.7611 38.0342 62.9416 38.0788C63.122 38.1234 63.3095 38.132 63.4933 38.104C63.677 38.076 63.8535 38.0121 64.0125 37.9159C64.1715 37.8196 64.31 37.6929 64.42 37.5431C64.5299 37.3932 64.6093 37.2232 64.6535 37.0426C64.6976 36.8621 64.7057 36.6746 64.6773 36.4909C63.8224 30.936 61.4081 25.7379 57.715 21.5012C54.022 17.2645 49.2021 14.1633 43.8159 12.5583C38.4296 10.9532 32.6984 10.9102 27.2887 12.4344C21.879 13.9585 17.0132 16.9871 13.257 21.1679C9.50091 25.3487 7.00887 30.51 6.07075 36.0515C5.13263 41.5929 5.78696 47.2868 7.95766 52.471C10.1284 57.6552 13.7262 62.1167 18.3328 65.3365C22.9394 68.5563 28.3654 70.4021 33.9798 70.6594L34.0434 70.6622C34.4123 70.6617 34.7663 70.5168 35.0299 70.2587C35.2935 70.0006 35.4457 69.6497 35.454 69.2808C35.4623 68.912 35.326 68.5546 35.0743 68.2849C34.8226 68.0152 34.4754 67.8546 34.1068 67.8375C29.0256 67.6055 24.1147 65.9358 19.9452 63.0224C15.7757 60.109 12.519 56.0718 10.5539 51.3802C8.58883 46.6886 7.99607 41.5356 8.84461 36.5204C9.69314 31.5051 11.9481 26.8339 15.3472 23.0499C18.7463 19.2659 23.1498 16.5247 28.0457 15.1451C32.9415 13.7656 38.1284 13.8043 43.0031 15.2568C47.8778 16.7093 52.2399 19.5159 55.5821 23.3502C58.9244 27.1845 61.1093 31.8888 61.8829 36.9161Z" fill="#FF8A00"/>
<path d="M43.8277 39.5862H39.3318C39.1177 38.995 38.7763 38.458 38.3316 38.0134C37.887 37.5687 37.35 37.2273 36.7587 37.0131V24.0345C36.7587 23.6596 36.6098 23.3 36.3447 23.0348C36.0795 22.7697 35.7199 22.6207 35.345 22.6207C34.97 22.6207 34.6104 22.7697 34.3452 23.0348C34.0801 23.3 33.9312 23.6596 33.9312 24.0345V37.0131C33.2561 37.2509 32.6523 37.6559 32.1762 38.1903C31.7001 38.7247 31.3673 39.3711 31.2087 40.0691C31.0502 40.767 31.0711 41.4937 31.2696 42.1814C31.4681 42.869 31.8377 43.4951 32.3438 44.0012C32.8498 44.5073 33.476 44.8769 34.1636 45.0754C34.8512 45.2739 35.578 45.2948 36.2759 45.1363C36.9739 44.9777 37.6202 44.6449 38.1546 44.1688C38.6891 43.6927 39.0941 43.0889 39.3318 42.4138H43.8277C44.2027 42.4138 44.5623 42.2649 44.8274 41.9997C45.0925 41.7346 45.2415 41.375 45.2415 41C45.2415 40.6251 45.0925 40.2655 44.8274 40.0003C44.5623 39.7352 44.2027 39.5862 43.8277 39.5862ZM35.345 42.4138C35.0653 42.4138 34.792 42.3309 34.5595 42.1756C34.327 42.0202 34.1458 41.7994 34.0388 41.5411C33.9318 41.2827 33.9038 40.9985 33.9583 40.7242C34.0129 40.45 34.1475 40.198 34.3452 40.0003C34.543 39.8026 34.7949 39.668 35.0691 39.6134C35.3434 39.5589 35.6276 39.5868 35.886 39.6939C36.1443 39.8009 36.3651 39.9821 36.5205 40.2146C36.6758 40.4471 36.7587 40.7204 36.7587 41C36.7606 41.1862 36.7253 41.3709 36.6549 41.5432C36.5845 41.7156 36.4804 41.8722 36.3487 42.0038C36.2171 42.1355 36.0605 42.2395 35.8881 42.3099C35.7158 42.3803 35.5311 42.4157 35.345 42.4138Z" fill="#FF8A00"/>
</svg>

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

@ -0,0 +1,12 @@
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.6249 18.0005H0.374999C0.167724 18.0005 0 17.8327 0 17.6255V6.37549C0 6.16821 0.167724 6.00049 0.374999 6.00049C0.582273 6.00049 0.749997 6.16821 0.749997 6.37549V17.2505H17.2499V6.37549C17.2499 6.16821 17.4177 6.00049 17.6249 6.00049C17.8322 6.00049 17.9999 6.16821 17.9999 6.37549V17.6255C17.9999 17.8327 17.8322 18.0005 17.6249 18.0005Z" fill="#D6313A"/>
<path d="M4.12473 9.19525C4.05442 9.19525 3.98338 9.17548 3.92039 9.13446L0.1704 6.68965C-0.00318294 6.57649 -0.052255 6.34431 0.0609037 6.17073C0.174063 5.99714 0.406606 5.94844 0.579823 6.06123L4.32981 8.50605C4.50339 8.61921 4.55247 8.85138 4.43931 9.02497C4.36716 9.1352 4.24741 9.19525 4.12473 9.19525Z" fill="#D6313A"/>
<path d="M13.8774 9.19509C13.7548 9.19509 13.635 9.13503 13.5629 9.0248C13.4497 8.85122 13.4988 8.61904 13.6724 8.50589L17.4223 6.06107C17.5952 5.94864 17.8277 5.99698 17.9413 6.17057C18.0544 6.34415 18.0053 6.57633 17.8318 6.68948L14.0818 9.1343C14.0188 9.17532 13.9477 9.19509 13.8774 9.19509Z" fill="#D6313A"/>
<path d="M0.375418 6.74707C0.256766 6.74707 0.140311 6.69104 0.0674355 6.5863C-0.0512164 6.41638 -0.00910229 6.18274 0.160819 6.06445L3.91081 3.45447C4.08073 3.33509 4.31437 3.37794 4.43265 3.54786C4.55131 3.71778 4.50919 3.95142 4.33927 4.06971L0.589284 6.67968C0.524099 6.72546 0.449392 6.74707 0.375418 6.74707Z" fill="#D6313A"/>
<path d="M11.6969 2.62499C11.6229 2.62499 11.5486 2.60339 11.483 2.55798L9.00086 0.831662L6.51906 2.55798C6.3484 2.67626 6.11513 2.63415 5.99684 2.46423C5.87856 2.29394 5.92067 2.0603 6.09059 1.94201L8.78663 0.0670164C8.91553 -0.0223388 9.08619 -0.0223388 9.21509 0.0670164L11.9115 1.94201C12.0814 2.0603 12.1235 2.29394 12.0052 2.46423C11.9324 2.56896 11.8155 2.62499 11.6969 2.62499Z" fill="#D6313A"/>
<path d="M17.6266 6.74733C17.5527 6.74733 17.4779 6.72572 17.4128 6.67994L13.6628 4.06997C13.4929 3.95168 13.4507 3.71804 13.5694 3.54812C13.6877 3.37783 13.9213 3.33498 14.0912 3.45473L17.8412 6.06471C18.0111 6.183 18.0533 6.41664 17.9346 6.58656C17.8617 6.6913 17.7453 6.74733 17.6266 6.74733Z" fill="#D6313A"/>
<path d="M8.99998 12.3755C8.92857 12.3755 8.85753 12.3553 8.79527 12.3147L3.92029 9.1345C3.81409 9.06528 3.75 8.947 3.75 8.82029V2.25049C3.75 2.04321 3.91772 1.87549 4.125 1.87549H13.875C14.0822 1.87549 14.25 2.04321 14.25 2.25049V8.82029C14.25 8.947 14.1859 9.06528 14.0797 9.1345L9.20469 12.3147C9.14244 12.3553 9.07139 12.3755 8.99998 12.3755ZM4.5 8.61704L8.99998 11.5526L13.5 8.61704V2.62549H4.5V8.61704Z" fill="#D6313A"/>
<path d="M11.9996 4.87353H6C5.79272 4.87353 5.625 4.70581 5.625 4.49853C5.625 4.29126 5.79272 4.12354 6 4.12354H11.9996C12.2069 4.12354 12.3746 4.29126 12.3746 4.49853C12.3746 4.70581 12.2069 4.87353 11.9996 4.87353Z" fill="#D6313A"/>
<path d="M11.9996 6.75049H6C5.79272 6.75049 5.625 6.58276 5.625 6.37549C5.625 6.16821 5.79272 6.00049 6 6.00049H11.9996C12.2069 6.00049 12.3746 6.16821 12.3746 6.37549C12.3746 6.58276 12.2069 6.75049 11.9996 6.75049Z" fill="#D6313A"/>
<path d="M11.9996 8.62597H6C5.79272 8.62597 5.625 8.45825 5.625 8.25098C5.625 8.0437 5.79272 7.87598 6 7.87598H11.9996C12.2069 7.87598 12.3746 8.0437 12.3746 8.25098C12.3746 8.45825 12.2069 8.62597 11.9996 8.62597Z" fill="#D6313A"/>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -0,0 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.334 2.75H7.665C4.644 2.75 2.75 4.889 2.75 7.916V16.084C2.75 19.111 4.635 21.25 7.665 21.25H16.333C19.364 21.25 21.25 19.111 21.25 16.084V7.916C21.25 4.889 19.364 2.75 16.334 2.75Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8.43945 12L10.8135 14.373L15.5595 9.62695" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 556 B

View File

@ -0,0 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.334 2.75H7.665C4.644 2.75 2.75 4.889 2.75 7.916V16.084C2.75 19.111 4.635 21.25 7.665 21.25H16.333C19.364 21.25 21.25 19.111 21.25 16.084V7.916C21.25 4.889 19.364 2.75 16.334 2.75Z" stroke="#D6313A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8.43945 12L10.8135 14.373L15.5595 9.62695" stroke="#D6313A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 560 B

View File

@ -0,0 +1,6 @@
<svg width="14" height="19" viewBox="0 0 14 19" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.04183 8.13342H4.44183C4.09665 8.13342 3.81683 7.8536 3.81683 7.50842C3.81683 7.16324 4.09665 6.88342 4.44183 6.88342H7.04183C7.38701 6.88342 7.66683 7.16324 7.66683 7.50842C7.66683 7.8536 7.38701 8.13342 7.04183 8.13342Z" fill="#0E2354"/>
<path d="M4.44183 9.47509H9.5585C9.90367 9.47509 10.1835 9.75491 10.1835 10.1001C10.1835 10.4453 9.90367 10.7251 9.5585 10.7251H4.44183C4.09665 10.7251 3.81683 10.4453 3.81683 10.1001C3.81683 9.75491 4.09665 9.47509 4.44183 9.47509Z" fill="#0E2354"/>
<path d="M8.8585 11.9168H4.44183C4.09665 11.9168 3.81683 12.1966 3.81683 12.5418C3.81683 12.8869 4.09665 13.1668 4.44183 13.1668H8.8585C9.20367 13.1668 9.4835 12.8869 9.4835 12.5418C9.4835 12.1966 9.20367 11.9168 8.8585 11.9168Z" fill="#0E2354"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.89183 0.666749C9.56616 0.665817 10.123 1.19335 10.1585 1.86675C12.1376 2.08928 13.6415 3.75034 13.6668 5.74175V14.1501C13.6622 16.3343 11.8927 18.1038 9.7085 18.1084H4.29183C2.1076 18.1038 0.33808 16.3343 0.333496 14.1501V5.74175C0.35884 3.75034 1.86273 2.08928 3.84183 1.86675C3.88139 1.19524 4.43583 0.669984 5.1085 0.666749H8.89183ZM8.90849 1.86675H5.10849V2.85842H8.90849V1.86675ZM12.4168 14.1501C12.4168 15.6472 11.2056 16.8622 9.70849 16.8668H4.29183C2.79471 16.8622 1.58349 15.6472 1.58349 14.1501V5.74175C1.58681 4.41581 2.54963 3.28723 3.85849 3.07509C3.96079 3.68455 4.49052 4.12952 5.10849 4.12508H8.89183C9.5098 4.12952 10.0395 3.68455 10.1418 3.07509C11.4507 3.28723 12.4135 4.41581 12.4168 5.74175V14.1501Z" fill="#0E2354"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,3 @@
<svg width="6" height="6" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="6" height="6" rx="3" fill="#9B0032"/>
</svg>

After

Width:  |  Height:  |  Size: 150 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 B

View File

@ -0,0 +1,5 @@
<svg width="112" height="112" viewBox="0 0 112 112" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="0.5" y="0.5" width="111" height="111" rx="55.5" fill="#D1FADF"/>
<rect x="0.5" y="0.5" width="111" height="111" rx="55.5" stroke="#ECFDF3"/>
<path d="M45.6875 55.9999L52.5625 62.8749L66.3125 49.1249M78.9167 55.9999C78.9167 68.6564 68.6566 78.9166 56 78.9166C43.3435 78.9166 33.0834 68.6564 33.0834 55.9999C33.0834 43.3434 43.3435 33.0833 56 33.0833C68.6566 33.0833 78.9167 43.3434 78.9167 55.9999Z" stroke="#12B76A" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 598 B

View File

@ -0,0 +1,3 @@
<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.99967 4.32324V13.6566M7.99967 13.6566L12.6663 8.98991M7.99967 13.6566L3.33301 8.98991" stroke="white" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 289 B

View File

@ -0,0 +1,3 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.8337 9.99984H4.16699M4.16699 9.99984L10.0003 15.8332M4.16699 9.99984L10.0003 4.1665" stroke="#0E2354" stroke-width="1.67" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 287 B

View File

@ -0,0 +1,3 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.16699 9.99984H15.8337M15.8337 9.99984L10.0003 4.1665M15.8337 9.99984L10.0003 15.8332" stroke="#0E2354" stroke-width="1.67" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 287 B

View File

@ -0,0 +1,33 @@
<svg xmlns="http://www.w3.org/2000/svg" width="34" height="34" viewBox="0 0 34 34">
<g data-name="Group 6330" transform="translate(-1184 -18)">
<circle cx="17" cy="17" r="17" transform="translate(1184 18)" style="fill:#ffe4e2"/>
<g data-name="60111 [Converted]" style="isolation:isolate">
<g data-name="Capa 1">
<g data-name="Group 6158">
<path data-name="Path 63158" d="M76.187 95.213a.8.8 0 0 0-.956-.64c-.508.112-.51.585-.432.974a7.87 7.87 0 0 0 .4 1.294c.147.222.36.643.717.523.236-.079.376-.5.431-.8a6.546 6.546 0 0 0-.161-1.347z" transform="translate(1121.583 -62.85)" style="fill:#f9bb8d"/>
<path data-name="Path 63159" d="M199.5 94.953a.8.8 0 0 1 .956-.64c.508.111.558.6.481.988 0 .02-.275.994-.4 1.294-.1.247-.388.682-.757.529-.231-.095-.384-.521-.44-.825a6.544 6.544 0 0 1 .161-1.347z" transform="translate(1004.974 -62.606)" style="fill:#f9bb8d"/>
<path data-name="Path 63160" d="M22.44 201.28h16.2s-.319-3.869-.851-4.449-4.581-1.876-4.581-1.876l-5.293-.015s-4.261 1.213-4.552 1.891-.923 4.449-.923 4.449z" transform="translate(1170.561 -157.28)" style="fill:#d6313a"/>
<path data-name="Path 63161" d="m29.825 194.956-2.059-.006s-4.146 1.213-4.429 1.891-.9 4.449-.9 4.449h2.079s.614-3.771.9-4.449c.273-.651 4.111-1.797 4.409-1.885z" transform="translate(1170.561 -157.289)" style="mix-blend-mode:multiply;fill:#c5d2db;isolation:isolate"/>
<path data-name="Path 63162" d="M117.351 159.323a5 5 0 0 0 2.026 1.064 5 5 0 0 0 2.026-1.064 1.437 1.437 0 0 1-.17-1.48c.379-.84-4.223-.771-3.688 0a1.181 1.181 0 0 1-.194 1.48z" transform="translate(1081.754 -121.763)" style="fill:#d99870"/>
<path data-name="Path 63163" d="M118.709 160.2a1.654 1.654 0 0 1 .6-.76 11.939 11.939 0 0 0 1.814-.78 1.411 1.411 0 0 1 .116-.813c.379-.84-4.223-.771-3.688 0a1.181 1.181 0 0 1-.194 1.48 7.711 7.711 0 0 0 1.352.873z" transform="translate(1081.742 -121.759)" style="fill:#e5d7d8;mix-blend-mode:multiply;isolation:isolate"/>
<path data-name="Path 63164" d="m108.681 189.64-.3.329s.9 2.216 1.676 2.5c.238.086.733-1.012.906-1.012.083 0 .753 1.165.854 1.142.8-.182 1.713-2.611 1.713-2.611l-.337-.256-2.23 1.4z" transform="translate(1090.168 -152.206)" style="mix-blend-mode:multiply;fill:#c5d2db;isolation:isolate"/>
<path data-name="Path 63165" d="M95.22 6.793c0-1.693-1.046-3.383-3.82-3.383a3.415 3.415 0 0 0-3.77 3.543c0 .089-.009 4.68.529 5.735a4.253 4.253 0 0 0 3.34 2.135 3.84 3.84 0 0 0 3.352-2.135c.607-1.213.369-5.895.369-5.895z" transform="translate(1109.63 22.802)" style="fill:#f9bb8d"/>
<path data-name="Path 63166" d="m90.14 7.173.073.052c.076.071-.3.919-.194.923.549.115 1.207-1.073 1.743-.906.943.294 2.719 2.672 4.461 2.626.457-.441.443-3.075.443-3.075 0-1.689-1.046-3.383-3.815-3.383a3.39 3.39 0 0 0-3.68 2.67 1.728 1.728 0 0 1 .971 1.093z" transform="translate(1108.187 22.802)" style="fill:#f0e8e4;mix-blend-mode:multiply;isolation:isolate"/>
<path data-name="Path 63167" d="M92.574 22.685a4.253 4.253 0 0 1-3.34-2.136c-.534-1.054-.534-5.649-.534-5.735a3.854 3.854 0 0 1 .4-1.734 3.416 3.416 0 0 0-1.485 2.943c0 .089-.009 4.68.529 5.735a4.253 4.253 0 0 0 3.34 2.135 3.827 3.827 0 0 0 3.246-1.94 3.631 3.631 0 0 1-2.161.731z" transform="translate(1109.626 13.731)" style="fill:#f0e8e4;mix-blend-mode:multiply;isolation:isolate"/>
<g data-name="Group 6155">
<path data-name="Path 63168" d="m200.947 156.248.019-.028c-.031.023-.064.043-.1.065l.076-.037z" transform="translate(1003.397 -120.536)" style="fill:#f0e8e4;mix-blend-mode:multiply;isolation:isolate"/>
<path data-name="Path 63169" d="M92.127 23.527a4.253 4.253 0 0 1-3.34-2.136c-.537-1.054-.529-5.645-.529-5.735a3.674 3.674 0 0 1 .684-2.181 3.479 3.479 0 0 1 .174-.405 3.416 3.416 0 0 0-1.485 2.943c0 .089-.009 4.68.529 5.735a4.253 4.253 0 0 0 3.34 2.135 3.6 3.6 0 0 0 2.05-.66 3.493 3.493 0 0 1-1.423.3z" transform="translate(1109.617 13.74)" style="fill:#f0e8e4;mix-blend-mode:multiply;isolation:isolate"/>
</g>
<path data-name="Path 63170" d="M84.726 3.189C84.369 1.331 82.778-.018 80.178 0S75.88 1.53 75.54 3.251a13.952 13.952 0 0 0-.2 2.973c.439-.345.62-.389.833-.309.146 1.518.492 1.5.492 1.5s.032-1.031.1-1.713 1.239-.805 1.824-1.983c1.85-.077 3.019 2.185 5.048 2.309a1.786 1.786 0 0 0 .244 1.565 6.261 6.261 0 0 1 .211-1.363.5.5 0 0 1 .779-.216 9.443 9.443 0 0 0-.146-2.82z" transform="translate(1120.955 26.002)" style="fill:#3d2216"/>
<g data-name="Group 6156" style="opacity:.5;mix-blend-mode:soft-light;isolation:isolate">
<path data-name="Path 63171" d="M90.09 3.189C89.749 1.331 88.231-.018 85.749 0A4.383 4.383 0 0 0 81.5 2.632a4.5 4.5 0 0 1 3.99-2.1c2.482-.015 4 1.332 4.341 3.191a11.257 11.257 0 0 1 .185 2.191.476.476 0 0 1 .214.095 9.886 9.886 0 0 0-.139-2.82z" transform="translate(1115.392 26.002)" style="fill:#fff"/>
</g>
<g data-name="Group 6157" style="mix-blend-mode:multiply;isolation:isolate">
<path data-name="Path 63172" d="M78.457 45.7a6.259 6.259 0 0 1-3.1 2.509v-.123c-.014.368-.014.721 0 1.007.419-.345.592-.389.795-.309.139 1.518.469 1.5.469 1.5s.03-1.031.1-1.713 1.183-.805 1.741-1.983c1.759-.077 2.873 2.164 4.794 2.305-1.417-.492-3.028-3.266-4.794-3.189z" transform="translate(1121.123 -16.949)" style="fill:#afaaa8"/>
</g>
<path data-name="Path 63173" d="m108.681 181.15-.3.855s.9 1.689 1.676 1.97c.238.086.733-1.012.906-1.012.083 0 .753 1.165.854 1.142.8-.182 1.713-2.085 1.713-2.085l-.337-.782-2.23 1.4z" transform="translate(1090.168 -144.228)" style="fill:#fff"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@ -0,0 +1,3 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.15333 14.0007C9.03613 14.2027 8.8679 14.3704 8.66548 14.487C8.46307 14.6036 8.23359 14.665 8 14.665C7.76641 14.665 7.53693 14.6036 7.33452 14.487C7.13211 14.3704 6.96387 14.2027 6.84667 14.0007M12 5.33398C12 4.27312 11.5786 3.2557 10.8284 2.50556C10.0783 1.75541 9.06087 1.33398 8 1.33398C6.93913 1.33398 5.92172 1.75541 5.17157 2.50556C4.42143 3.2557 4 4.27312 4 5.33398C4 10.0007 2 11.334 2 11.334H14C14 11.334 12 10.0007 12 5.33398Z" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 639 B

View File

@ -0,0 +1,9 @@
<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
<g opacity="0.56">
<path d="M6.66734 19.3231H13.334C16.684 19.3231 17.284 17.9814 17.459 16.3481L18.084 9.68141C18.309 7.64808 17.7257 5.98975 14.1673 5.98975H5.834C2.27567 5.98975 1.69234 7.64808 1.91734 9.68141L2.54234 16.3481C2.71734 17.9814 3.31734 19.3231 6.66734 19.3231Z" stroke="#0E2354" stroke-width="1.2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M6.66602 5.98983V5.32316C6.66602 3.84816 6.66602 2.65649 9.33268 2.65649H10.666C13.3327 2.65649 13.3327 3.84816 13.3327 5.32316V5.98983" stroke="#0E2354" stroke-width="1.2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M11.6673 11.8231V12.6564C11.6673 12.6647 11.6673 12.6647 11.6673 12.6731C11.6673 13.5814 11.659 14.3231 10.0007 14.3231C8.35065 14.3231 8.33398 13.5897 8.33398 12.6814V11.8231C8.33398 10.9897 8.33398 10.9897 9.16732 10.9897H10.834C11.6673 10.9897 11.6673 10.9897 11.6673 11.8231Z" stroke="#0E2354" stroke-width="1.2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M18.041 10.1565C16.116 11.5565 13.916 12.3898 11.666 12.6732" stroke="#0E2354" stroke-width="1.2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M2.18359 10.3813C4.05859 11.6647 6.17526 12.4397 8.33359 12.6813" stroke="#0E2354" stroke-width="1.2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,7 @@
<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.66636 19.3231H13.333C16.683 19.3231 17.283 17.9814 17.458 16.3481L18.083 9.68141C18.308 7.64808 17.7247 5.98975 14.1664 5.98975H5.83303C2.27469 5.98975 1.69136 7.64808 1.91636 9.68141L2.54136 16.3481C2.71636 17.9814 3.31636 19.3231 6.66636 19.3231Z" stroke="white" stroke-width="1.2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M6.66699 5.98958V5.32292C6.66699 3.84792 6.66699 2.65625 9.33366 2.65625H10.667C13.3337 2.65625 13.3337 3.84792 13.3337 5.32292V5.98958" stroke="white" stroke-width="1.2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M11.6663 11.8231V12.6564C11.6663 12.6647 11.6663 12.6647 11.6663 12.6731C11.6663 13.5814 11.658 14.3231 9.99967 14.3231C8.34967 14.3231 8.33301 13.5897 8.33301 12.6814V11.8231C8.33301 10.9897 8.33301 10.9897 9.16634 10.9897H10.833C11.6663 10.9897 11.6663 10.9897 11.6663 11.8231Z" stroke="white" stroke-width="1.2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M18.042 10.1562C16.117 11.5562 13.917 12.3896 11.667 12.6729" stroke="white" stroke-width="1.2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M2.18359 10.3813C4.05859 11.6647 6.17526 12.4397 8.33359 12.6813" stroke="white" stroke-width="1.2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 20 20">
<path data-name="Path 123" d="M17.422 1.563h-1.8V.625a.625.625 0 0 0-1.25 0v.938H5.625V.625a.625.625 0 0 0-1.25 0v.938h-1.8A2.581 2.581 0 0 0 0 4.141v13.281A2.581 2.581 0 0 0 2.578 20h14.844A2.581 2.581 0 0 0 20 17.422V4.141a2.581 2.581 0 0 0-2.578-2.578zM2.578 2.813h1.8v.625a.625.625 0 0 0 1.25 0v-.625h8.75v.625a.625.625 0 0 0 1.25 0v-.625h1.8a1.33 1.33 0 0 1 1.322 1.328v1.484H1.25V4.141a1.33 1.33 0 0 1 1.328-1.328zM17.422 18.75H2.578a1.33 1.33 0 0 1-1.328-1.328V6.875h17.5v10.547a1.33 1.33 0 0 1-1.328 1.328z" style="fill:#d6313a"/>
</svg>

After

Width:  |  Height:  |  Size: 634 B

View File

@ -0,0 +1,4 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect y="0.379639" width="31.3265" height="31.3265" rx="15.6632" fill="#D6313A"/>
<path d="M23.8073 10.4041L12.6081 21.6816L7.51758 16.5554" stroke="white" stroke-width="2.50612" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 331 B

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18px" height="18px" viewBox="0 0 18 18" version="1.1">
<g id="surface1">
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:4;" d="M 24.967448 0.998264 C 24.750434 1.009115 24.544271 1.085069 24.38151 1.215278 L 4.427083 16.840278 L 1.378038 19.21658 C 0.94401 19.552951 0.868056 20.182292 1.215278 20.616319 C 1.551649 21.050347 2.18099 21.126302 2.615017 20.789931 L 4.003906 19.704861 L 4.003906 45.996094 C 4.003906 46.549479 4.448785 47.005208 5.00217 47.005208 L 44.99783 47.005208 C 45.551215 47.005208 45.996094 46.549479 45.996094 45.996094 L 45.996094 19.704861 L 47.384983 20.789931 C 47.81901 21.126302 48.448351 21.050347 48.784722 20.616319 C 49.131944 20.182292 49.05599 19.552951 48.621962 19.21658 L 45.638021 16.883681 L 25.61849 1.215278 C 25.434028 1.063368 25.195312 0.987413 24.967448 0.998264 Z M 25 3.266059 L 43.999566 18.142361 L 43.999566 44.99783 L 6.000434 44.99783 L 6.000434 18.142361 Z M 23.003472 19.99783 L 23.003472 26.996528 L 16.004774 26.996528 L 16.004774 31.000434 L 23.003472 31.000434 L 23.003472 37.999132 L 26.996528 37.999132 L 26.996528 31.000434 L 33.995226 31.000434 L 33.995226 26.996528 L 26.996528 26.996528 L 26.996528 19.99783 Z M 23.003472 19.99783 " transform="matrix(0.36,0,0,0.36,0,0)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18px" height="18px" viewBox="0 0 18 18" version="1.1">
<g id="surface1">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 8.988281 0.359375 C 8.910156 0.363281 8.835938 0.390625 8.777344 0.4375 L 1.59375 6.0625 L 0.496094 6.917969 C 0.339844 7.039062 0.3125 7.265625 0.4375 7.421875 C 0.558594 7.578125 0.785156 7.605469 0.941406 7.484375 L 1.441406 7.09375 L 1.441406 16.558594 C 1.441406 16.757812 1.601562 16.921875 1.800781 16.921875 L 16.199219 16.921875 C 16.398438 16.921875 16.558594 16.757812 16.558594 16.558594 L 16.558594 7.09375 L 17.058594 7.484375 C 17.214844 7.605469 17.441406 7.578125 17.5625 7.421875 C 17.6875 7.265625 17.660156 7.039062 17.503906 6.917969 L 16.429688 6.078125 L 9.222656 0.4375 C 9.15625 0.382812 9.070312 0.355469 8.988281 0.359375 Z M 9 1.175781 L 15.839844 6.53125 L 15.839844 16.199219 L 2.160156 16.199219 L 2.160156 6.53125 Z M 8.28125 7.199219 L 8.28125 9.71875 L 5.761719 9.71875 L 5.761719 11.160156 L 8.28125 11.160156 L 8.28125 13.679688 L 9.71875 13.679688 L 9.71875 11.160156 L 12.238281 11.160156 L 12.238281 9.71875 L 9.71875 9.71875 L 9.71875 7.199219 Z M 8.28125 7.199219 "/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,4 @@
<svg width="28" height="28" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.20842 5.32484C5.96216 5.09537 5.57841 5.10214 5.3404 5.34015C5.10239 5.57816 5.09562 5.96191 5.32508 6.20817L8.47508 9.35817V13.2665C8.47508 13.6117 8.7549 13.8915 9.10008 13.8915C9.44526 13.8915 9.72508 13.6117 9.72508 13.2665V9.09984C9.72494 8.93413 9.65899 8.77527 9.54175 8.65817L6.20842 5.32484Z" fill="#D6313A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.33342 0.666504H10.8667C12.6349 0.666504 14.3306 1.36888 15.5808 2.61913C16.831 3.86937 17.5334 5.56506 17.5334 7.33317V10.8665C17.5334 14.5484 14.5486 17.5332 10.8667 17.5332H7.33342C3.65152 17.5332 0.666748 14.5484 0.666748 10.8665V7.33317C0.666748 3.65127 3.65152 0.666504 7.33342 0.666504ZM10.8667 16.2832C13.8564 16.2786 16.2788 13.8561 16.2834 10.8665V7.33317C16.2788 4.34353 13.8564 1.92109 10.8667 1.9165H7.33342C4.34378 1.92109 1.92134 4.34353 1.91675 7.33317V10.8665C1.92134 13.8561 4.34378 16.2786 7.33342 16.2832H10.8667Z" fill="#D6313A"/>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -0,0 +1,3 @@
<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0.75 8.75H4.61539C5.44381 8.75 6.0843 9.45945 6.47062 10.1923C6.60091 10.4395 6.76518 10.6684 6.96027 10.8713C7.50124 11.4339 8.23495 11.75 9 11.75C9.76505 11.75 10.4988 11.4339 11.0397 10.8713C11.2348 10.6684 11.3991 10.4395 11.5294 10.1923C11.9157 9.45945 12.5562 8.75 13.3846 8.75H17.25M17.0916 6.93328L14.6646 2.07918C14.4105 1.571 13.8911 1.25 13.3229 1.25H4.67705C4.10889 1.25 3.5895 1.571 3.33541 2.07918L0.908359 6.93328C0.804218 7.14156 0.75 7.37123 0.75 7.6041V14.75C0.75 15.5784 1.42157 16.25 2.25 16.25H15.75C16.5784 16.25 17.25 15.5784 17.25 14.75V7.6041C17.25 7.37123 17.1958 7.14157 17.0916 6.93328Z" stroke="#5E616A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 814 B

View File

@ -0,0 +1,3 @@
<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0.75 8.75H4.61539C5.44381 8.75 6.0843 9.45945 6.47062 10.1923C6.60091 10.4395 6.76518 10.6684 6.96027 10.8713C7.50124 11.4339 8.23495 11.75 9 11.75C9.76505 11.75 10.4988 11.4339 11.0397 10.8713C11.2348 10.6684 11.3991 10.4395 11.5294 10.1923C11.9157 9.45945 12.5562 8.75 13.3846 8.75H17.25M17.0916 6.93328L14.6646 2.07918C14.4105 1.571 13.8911 1.25 13.3229 1.25H4.67705C4.10889 1.25 3.5895 1.571 3.33541 2.07918L0.908359 6.93328C0.804218 7.14156 0.75 7.37123 0.75 7.6041V14.75C0.75 15.5784 1.42157 16.25 2.25 16.25H15.75C16.5784 16.25 17.25 15.5784 17.25 14.75V7.6041C17.25 7.37123 17.1958 7.14157 17.0916 6.93328Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 812 B

View File

@ -0,0 +1,38 @@
<svg width="48" height="54" viewBox="0 0 48 54" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.2161 19.0746C14.1601 18.7534 14.0392 18.4469 13.8607 18.1735C13.6822 17.9002 13.4499 17.6658 13.1777 17.4844C12.9055 17.3031 12.5992 17.1786 12.2773 17.1185C11.9553 17.0584 11.6245 17.0639 11.3048 17.1347C9.75836 17.4733 9.75419 18.9084 9.99001 20.0881C10.283 21.4277 10.6914 22.7396 11.2109 24.0093C11.6575 24.6823 12.3065 25.9575 13.3938 25.5919C14.1138 25.351 14.5375 24.0758 14.7086 23.1557C14.6876 21.7821 14.5211 20.4144 14.2161 19.0746Z" fill="white" stroke="#212121" stroke-width="0.2"/>
<path d="M33.9109 19.0267C33.9669 18.7055 34.0878 18.399 34.2663 18.1257C34.4448 17.8524 34.6772 17.6179 34.9493 17.4366C35.2215 17.2552 35.5278 17.1307 35.8498 17.0706C36.1717 17.0105 36.5025 17.016 36.8222 17.0869C38.3708 17.4233 38.521 18.9021 38.2831 20.0818C38.2706 20.1441 37.4483 23.0954 37.0622 24.0051C36.745 24.7528 35.881 26.0716 34.7666 25.6085C34.0654 25.3219 33.5958 24.0279 33.4268 23.1162C33.4478 21.7426 33.6121 20.3748 33.9172 19.035L33.9109 19.0267Z" fill="white" stroke="#212121" stroke-width="0.2"/>
<path d="M0 53.9979H48C48 53.9979 47.0546 42.2737 45.479 40.5166C43.9033 38.7595 31.9137 34.8321 31.9137 34.8321L16.2303 34.7864C16.2303 34.7864 3.60626 38.4625 2.74226 40.5166C1.87826 42.5707 0.00834722 53.9979 0.00834722 53.9979H0Z" fill="#D6313A"/>
<g style="mix-blend-mode:multiply">
<path d="M22.4895 34.8052L16.2286 34.7886C16.2286 34.7886 3.60461 38.4647 2.7427 40.5188C1.88079 42.5729 0.00878906 54.0001 0.00878906 54.0001H6.34062C6.34062 54.0001 8.21888 42.577 9.07453 40.5188C9.89261 38.5457 21.5817 35.0731 22.4895 34.8052Z" fill="#C5D2DB"/>
</g>
<path d="M17.9189 34.6827C17.9189 34.6827 21.8737 37.9081 24.0901 37.9081C26.3064 37.9081 30.2591 34.6827 30.2591 34.6827C29.7698 34.0535 29.4627 33.3031 29.3711 32.5127C29.2795 31.7224 29.4069 30.9221 29.7395 30.1986C30.8936 27.6523 16.8797 27.8621 18.5096 30.1986C18.9449 30.8995 19.1238 31.7283 19.0162 32.5453C18.9086 33.3622 18.521 34.1172 17.9189 34.6827Z" fill="#F0F0F0"/>
<g style="mix-blend-mode:multiply">
<path d="M22.0262 37.3431C22.3933 36.4099 23.033 35.6076 23.8627 35.0398C25.7665 34.4051 27.6143 33.6146 29.3869 32.6763C29.2566 31.8385 29.3793 30.9812 29.7396 30.213C30.8937 27.6667 16.8798 27.8765 18.5076 30.213C18.9429 30.9139 19.1219 31.7427 19.0143 32.5597C18.9067 33.3766 18.5191 34.1316 17.917 34.6971C19.1904 35.7192 20.5676 36.606 22.0262 37.3431Z" fill="#EFEFEF"/>
</g>
<g style="mix-blend-mode:multiply">
<path d="M17.1398 34.2319L16.2236 35.2268C16.2236 35.2268 18.9555 41.9415 21.3283 42.793C22.0525 43.0526 23.5614 39.7254 24.0873 39.7254C24.3398 39.7254 26.3829 43.2562 26.6876 43.1856C29.1168 42.6331 31.905 35.2725 31.905 35.2725L30.8782 34.4957L24.0873 38.7492L17.1398 34.2319Z" fill="#C5D2DB"/>
</g>
<path d="M35.4093 10.8935C35.4093 5.776 32.2225 0.641846 23.7912 0.641846C15.3599 0.641846 12.3067 6.25992 12.3067 11.3775C12.3067 11.6454 12.2795 25.5608 13.9178 28.7551C14.9577 30.5742 16.427 32.1139 18.199 33.2412C19.9709 34.3684 21.992 35.0492 24.0875 35.2247C26.2199 35.1757 28.2981 34.547 30.097 33.4066C31.8959 32.2661 33.3469 30.6576 34.2928 28.7551C36.1418 25.081 35.4093 10.8935 35.4093 10.8935Z" fill="white" stroke="#212121" stroke-width="0.2"/>
<g style="mix-blend-mode:multiply" opacity="0.03">
<path d="M15.5499 12.0442L15.7732 12.202C16.0027 12.4097 14.8465 14.9872 15.1825 14.9996C16.8521 15.3485 18.8577 11.7472 20.4897 12.2539C23.3634 13.1449 28.7686 20.3539 34.0716 20.2106C35.4636 18.8731 35.4198 10.8935 35.4198 10.8935C35.4198 5.776 32.233 0.641846 23.8017 0.641846C16.8146 0.641846 13.5213 4.50077 12.5947 8.74185C13.2998 9.0443 13.9299 9.49663 14.4408 10.0671C14.9517 10.6376 15.3288 11.3124 15.5499 12.0442Z" fill="#212121"/>
</g>
<g style="mix-blend-mode:multiply" opacity="0.03">
<path d="M27.3891 31.563C25.2934 31.3871 23.2723 30.7059 21.5004 29.5784C19.7285 28.4508 18.2591 26.9107 17.2194 25.0913C15.5832 21.897 15.6083 7.98165 15.6083 7.71372C15.5961 5.89101 16.0128 4.09076 16.825 2.45703C15.377 3.44317 14.2032 4.77781 13.4129 6.33675C12.6225 7.89569 12.2413 9.62827 12.3046 11.3733C12.3046 11.6412 12.2775 25.5566 13.9158 28.7509C14.9556 30.57 16.425 32.1097 18.1969 33.237C19.9688 34.3642 21.9899 35.045 24.0855 35.2205C26.1031 35.1763 28.0745 34.6114 29.8067 33.581C31.539 32.5507 32.9726 31.0903 33.9672 29.3428C32.0699 30.7656 29.7627 31.5426 27.3871 31.5589L27.3891 31.563Z" fill="#212121"/>
</g>
<g opacity="0.05">
<g style="mix-blend-mode:multiply">
<path d="M33.9154 29.4301C33.9321 29.401 33.955 29.3761 33.9717 29.345C33.8778 29.4135 33.7776 29.4737 33.6816 29.5423C33.7609 29.507 33.8382 29.4675 33.9154 29.4301Z" fill="#212121"/>
</g>
<g style="mix-blend-mode:multiply">
<path d="M25.9997 34.1426C23.9039 33.9667 21.8828 33.2855 20.1109 32.1579C18.339 31.0303 16.8697 29.4903 15.8299 27.6709C14.1938 24.4766 14.2188 10.5633 14.2188 10.2933C14.19 7.92481 14.9211 5.60897 16.3058 3.68242C16.4555 3.26187 16.6318 2.8512 16.8338 2.45288C15.3858 3.43902 14.212 4.77366 13.4217 6.3326C12.6313 7.89154 12.2501 9.62412 12.3134 11.3691C12.3134 11.637 12.2863 25.5524 13.9245 28.7467C14.9644 30.5659 16.4338 32.1056 18.2057 33.2328C19.9776 34.36 21.9987 35.0408 24.0943 35.2163C26.3314 35.2 28.5099 34.502 30.3364 33.2163C28.9732 33.8227 27.497 34.1369 26.0039 34.1384L25.9997 34.1426Z" fill="#212121"/>
</g>
</g>
<path d="M37.3085 9.67015C36.2713 4.03961 31.6466 -0.0477718 24.0897 0.00415124C16.5328 0.0560743 11.6013 4.644 10.608 9.85915C10.1072 12.8349 9.91345 15.8539 10.0299 18.8688C11.305 17.8304 11.833 17.6892 12.4507 17.9342C12.8681 22.5346 13.8803 22.4661 13.8803 22.4661C13.8803 22.4661 13.9721 19.3507 14.1787 17.2738C14.3853 15.1968 17.7808 14.8334 19.4796 11.2652C24.8577 11.0326 28.2448 17.8865 34.1509 18.2624C33.9094 19.0556 33.8476 19.8923 33.9699 20.7122C34.0922 21.5321 34.3957 22.3148 34.8584 23.004C34.9162 21.6093 35.1218 20.2247 35.472 18.873C35.5436 18.6528 35.6683 18.4533 35.8352 18.2921C36.0021 18.1309 36.2061 18.0127 36.4295 17.948C36.6528 17.8833 36.8886 17.8739 37.1164 17.9208C37.3442 17.9676 37.557 18.0692 37.7363 18.2167C38.0086 15.3633 37.8681 12.4858 37.3189 9.67223L37.3085 9.67015Z" fill="#212121"/>
<g style="mix-blend-mode:soft-light" opacity="0.5">
<path d="M37.3063 9.67018C36.267 4.03965 31.6444 -0.0477379 24.0876 0.00418521C21.3707 -0.135122 18.6759 0.554536 16.3636 1.9809C14.0512 3.40727 12.2317 5.50232 11.1484 7.9858C12.4313 5.95467 14.2302 4.29647 16.3632 3.17874C18.4962 2.06101 20.8879 1.52333 23.2966 1.62003C30.8535 1.57226 35.4761 5.65757 36.5154 11.2902C36.9209 13.4819 37.1097 15.708 37.0789 17.9363C37.3171 17.9766 37.5415 18.0751 37.7321 18.223C38.0044 15.3696 37.8638 12.4921 37.3147 9.67849L37.3063 9.67018Z" fill="white"/>
</g>
<g style="mix-blend-mode:multiply">
<path d="M19.4779 8.21848C17.7791 11.7887 12.3071 15.1533 10.0323 15.82C10.0323 15.7037 10.0323 15.5687 10.0177 15.4462C9.97598 16.5615 9.97388 17.6311 10.0323 18.4972C11.3074 17.4587 11.8355 17.3175 12.4532 17.5626C12.8706 22.1629 13.8828 22.0944 13.8828 22.0944C13.8828 22.0944 13.9746 18.979 14.1812 16.9021C14.3878 14.8252 17.7833 14.4617 19.4821 10.8936C24.8372 10.6609 28.2285 17.4504 34.0782 17.8803C29.7624 16.3912 24.8601 7.98379 19.4821 8.21641L19.4779 8.21848Z" fill="#AFAAA8"/>
</g>
<path d="M17.1398 32.699L16.2236 35.291C16.2236 35.291 18.9555 40.4106 21.3283 41.2601C22.0525 41.5197 23.5614 38.1924 24.0873 38.1924C24.3398 38.1924 26.3829 41.7232 26.6876 41.6526C29.1168 41.1001 31.905 35.3346 31.905 35.3346L30.8782 32.9648L24.0873 37.2184L17.1398 32.699Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 7.4 KiB

View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M122.143 38.429v-.857A2.572 2.572 0 0 0 119.571 35h-5.143a2.572 2.572 0 0 0-2.571 2.571v.857h-6a.857.857 0 0 0 0 1.714h2.643l1.5 16.52A2.571 2.571 0 0 0 112.565 59h8.87a2.571 2.571 0 0 0 2.56-2.338l1.5-16.519h2.646a.857.857 0 1 0 0-1.714zm-11.919 1.714h13.551l-1.488 16.364a.856.856 0 0 1-.853.779h-8.87a.856.856 0 0 1-.853-.779zm10.2 12.095.857-7.714a.857.857 0 0 0-1.7-.189l-.857 7.714a.857.857 0 0 0 1.7.189zm-5.143-.189-.857-7.714a.857.857 0 1 0-1.7.189l.857 7.714a.857.857 0 1 0 1.7-.189zm5.148-13.749h-6.857v-.724a.858.858 0 0 1 .857-.857h5.143a.858.858 0 0 1 .857.857z" transform="translate(-105 -35)" style="fill:#212121;fill-rule:evenodd;opacity:.7"/>
</svg>

After

Width:  |  Height:  |  Size: 765 B

View File

@ -0,0 +1,3 @@
<svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.88742 3.22917C8.89753 3.21057 8.90788 3.192 8.91847 3.17346C9.23347 2.6222 9.70034 2.1875 10.5003 2.1875C11.3003 2.1875 11.7672 2.6222 12.0822 3.17346C12.0928 3.192 12.1031 3.21057 12.1132 3.22917H8.88742ZM14.1453 3.22917C14.0502 2.94081 13.911 2.59472 13.7101 2.2432C13.1918 1.33613 12.2003 0.3125 10.5003 0.3125C8.80031 0.3125 7.80884 1.33613 7.29051 2.2432C7.08964 2.59472 6.95048 2.94081 6.85538 3.22917H2.16699C1.64923 3.22917 1.22949 3.6489 1.22949 4.16667C1.22949 4.68443 1.64923 5.10417 2.16699 5.10417H2.97752L3.82256 14.3996C3.87814 15.0111 3.92472 15.5236 3.99608 15.9419C4.07078 16.3797 4.18325 16.7872 4.409 17.1684C4.75724 17.7564 5.27285 18.2272 5.88997 18.5208C6.29002 18.7111 6.70605 18.7862 7.14882 18.821C7.5718 18.8542 8.08641 18.8542 8.70047 18.8542H12.3002C12.9142 18.8542 13.4288 18.8542 13.8518 18.821C14.2946 18.7862 14.7106 18.7111 15.1107 18.5208C15.7278 18.2272 16.2434 17.7564 16.5917 17.1684C16.8174 16.7872 16.9299 16.3797 17.0046 15.9419C17.0759 15.5236 17.1225 15.0111 17.1781 14.3995L18.0231 5.10417H18.8337C19.3514 5.10417 19.7712 4.68443 19.7712 4.16667C19.7712 3.6489 19.3514 3.22917 18.8337 3.22917H14.1453ZM16.1404 5.10417H4.86025L5.68659 14.1939C5.7463 14.8507 5.78686 15.2894 5.84437 15.6265C5.89994 15.9522 5.96045 16.1085 6.02229 16.2129C6.18058 16.4802 6.41495 16.6942 6.69546 16.8276C6.80503 16.8798 6.96618 16.9259 7.29555 16.9517C7.63644 16.9785 8.07706 16.9792 8.73652 16.9792H12.2641C12.9236 16.9792 13.3642 16.9785 13.7051 16.9517C14.0345 16.9259 14.1956 16.8798 14.3052 16.8276C14.5857 16.6942 14.8201 16.4802 14.9784 16.2129C15.0402 16.1085 15.1007 15.9522 15.1563 15.6265C15.2138 15.2894 15.2544 14.8507 15.3141 14.1939L16.1404 5.10417Z" fill="#0E2354" stroke="white" stroke-width="0.4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -0,0 +1,4 @@
<svg width="42" height="42" viewBox="0 0 42 42" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22.2094 36.2411L32.6992 26.0386C33.412 25.3706 33.4361 24.268 32.7532 23.5711C32.4153 23.2398 31.9555 23.0535 31.4757 23.0535C30.996 23.0535 30.5361 23.2398 30.1982 23.5711L22.7312 30.7811V12.1786C22.7312 11.2121 21.9257 10.4286 20.9319 10.4286C19.9382 10.4286 19.1327 11.2121 19.1327 12.1786V30.7811L11.7196 23.5711C11.0058 22.9765 9.9416 23.0165 9.277 23.6629C8.61241 24.3093 8.5713 25.3443 9.18265 26.0386L19.6724 36.2411C20.3742 36.9196 21.5076 36.9196 22.2094 36.2411Z" fill="white"/>
<path d="M11.9355 8.67861H29.9283C30.922 8.67861 31.7276 7.89511 31.7276 6.92861C31.7276 5.96211 30.922 5.17861 29.9283 5.17861H11.9355C10.9418 5.17861 10.1363 5.96211 10.1363 6.92861C10.1363 7.89511 10.9418 8.67861 11.9355 8.67861Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 852 B

View File

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<g data-name="Group 6762">
<path data-name="Path 63824" d="M260.711 192.343H252.5a3.872 3.872 0 0 1-3.9-3.843v-8.293a3.872 3.872 0 0 1 3.892-3.842.616.616 0 1 1 0 1.232 2.63 2.63 0 0 0-2.644 2.609v8.294a2.63 2.63 0 0 0 2.644 2.609h8.215a2.63 2.63 0 0 0 2.643-2.609v-8.293a2.63 2.63 0 0 0-2.643-2.609.616.616 0 1 1 0-1.232 3.872 3.872 0 0 1 3.892 3.842v8.292a3.872 3.872 0 0 1-3.892 3.842z" transform="translate(-248.603 -176.342)" style="fill:#212121;fill-rule:evenodd;opacity:.7"/>
<path data-name="Path 63825" d="M348.993 188.475a.621.621 0 0 1-.621-.621v-11.18a.621.621 0 1 1 1.242 0v11.18a.62.62 0 0 1-.621.621z" transform="translate(-340.953 -176.053)" style="fill:#212121;fill-rule:evenodd;opacity:.7"/>
<path data-name="Path 63826" d="M349 290.459a.621.621 0 0 1-.4-1.1l3.648-3.036a.621.621 0 1 1 .795.955l-3.648 3.036a.617.617 0 0 1-.395.145z" transform="translate(-340.943 -278.122)" style="fill:#212121;fill-rule:evenodd;opacity:.7"/>
<path data-name="Path 63827" d="M303.307 290.465a.618.618 0 0 1-.4-.144l-3.648-3.036a.621.621 0 0 1 .795-.955l3.648 3.036a.621.621 0 0 1-.4 1.1z" transform="translate(-295.281 -278.128)" style="fill:#212121;fill-rule:evenodd;opacity:.7"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,7 @@
<svg width="12" height="16" viewBox="0 0 12 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.7424 5.03996L6.75413 0.25774C6.69017 0.207659 6.6106 0.179503 6.52806 0.17774H0.694834C0.607644 0.177421 0.52108 0.191865 0.439121 0.220406L0.216762 0.43374C0.184273 0.510704 0.166086 0.592533 0.163025 0.675517V15.3297C0.166086 15.4127 0.184273 15.4946 0.216762 15.5715L0.439121 15.7849C0.519923 15.8162 0.60586 15.8337 0.692982 15.8364H11.3014C11.3891 15.8339 11.4757 15.8164 11.5571 15.7849L11.7795 15.5715C11.8111 15.4943 11.8293 15.4126 11.8332 15.3297V5.25685C11.8293 5.1768 11.7973 5.10038 11.7424 5.03996ZM11.4941 15.4026L11.3792 15.5146C11.3538 15.5214 11.3277 15.5256 11.3014 15.5271H0.694834C0.668505 15.5256 0.642415 15.5214 0.617009 15.5146L0.50027 15.4026C0.494616 15.3786 0.490899 15.3543 0.489152 15.3297V0.675517C0.490899 0.650983 0.494616 0.626614 0.50027 0.602629L0.624421 0.490629C0.649827 0.483835 0.675917 0.479663 0.702247 0.478184H6.38909V5.38485H11.5071V15.3297C11.5055 15.3544 11.5011 15.3789 11.4941 15.4026Z" fill="#12B76A"/>
<path d="M11.3014 16H0.694873C0.584131 15.997 0.47488 15.9747 0.372452 15.9342C0.3534 15.9257 0.335886 15.9143 0.320569 15.9004L0.100062 15.6871C0.086998 15.6748 0.0763302 15.6604 0.068561 15.6444C0.0256495 15.5464 0.00238962 15.4414 0 15.3351V0.675556C0.0024002 0.569803 0.0256643 0.465444 0.068561 0.368C0.0763044 0.349108 0.0883305 0.332105 0.103768 0.318222L0.324274 0.104889C0.339098 0.0904803 0.356726 0.079004 0.376158 0.0711111C0.477158 0.0294535 0.585079 0.00537433 0.694873 0H6.5281C6.65624 0.00514467 6.77833 0.0536384 6.87276 0.136889L11.8573 4.91911C11.9449 5.00991 11.9956 5.12791 12 5.25156V15.3298C11.9955 15.4379 11.9711 15.5445 11.9277 15.6444C11.9185 15.663 11.9059 15.6798 11.8907 15.6942L11.6683 15.9076C11.6537 15.9214 11.6368 15.9328 11.6183 15.9413C11.5171 15.9785 11.4098 15.9984 11.3014 16ZM0.659667 15.3244L0.700432 15.3636H11.2959L11.3366 15.3244V5.54667H6.38913C6.34454 5.54634 6.3019 5.52908 6.27054 5.49867C6.25402 5.4839 6.24088 5.466 6.23195 5.44611C6.22302 5.42622 6.21849 5.40477 6.21865 5.38311V0.641778H0.700432L0.657814 0.682667L0.659667 15.3244ZM6.55405 5.22133H11.5015C11.5336 5.22149 11.565 5.23023 11.5922 5.24656C11.6193 5.26289 11.6412 5.28617 11.6553 5.31378V5.25689C11.6508 5.21923 11.6354 5.18353 11.6109 5.15378L6.63372 0.373333C6.60286 0.351065 6.56644 0.336965 6.5281 0.332444H6.4651C6.48172 0.33983 6.4968 0.350073 6.50957 0.362667C6.52549 0.377776 6.53812 0.395776 6.54671 0.415616C6.5553 0.435456 6.55968 0.456739 6.5596 0.478222L6.55405 5.22133Z" fill="#12B76A"/>
<path d="M5.88143 10.1813H5.57568V11.872H5.88699C6.00474 11.878 6.1225 11.8603 6.23263 11.8199C6.34276 11.7794 6.44281 11.7172 6.52627 11.6373C6.68738 11.4619 6.76993 11.2326 6.75604 10.9991C6.76236 10.8892 6.74525 10.7792 6.70574 10.6759C6.66623 10.5726 6.60516 10.4781 6.52627 10.3982C6.43934 10.3226 6.33749 10.2644 6.22673 10.2271C6.11598 10.1899 5.99856 10.1743 5.88143 10.1813Z" fill="#12B76A"/>
<path d="M3.48735 10.1529H3.24091V10.9849H3.48735C3.82089 10.9849 3.98766 10.8444 3.98766 10.5635C3.98766 10.2826 3.82089 10.1457 3.48735 10.1529Z" fill="#12B76A"/>
<path d="M11.4367 8.62356H0.559656C0.519525 8.62308 0.479698 8.63029 0.442502 8.64475C0.405306 8.65921 0.371487 8.68064 0.343021 8.70779C0.314556 8.73493 0.292015 8.76725 0.276715 8.80284C0.261415 8.83844 0.253663 8.87661 0.253912 8.91511V13.1338C0.253666 13.1721 0.261358 13.2102 0.276543 13.2456C0.291728 13.2811 0.314103 13.3133 0.342371 13.3405C0.370639 13.3676 0.404238 13.3891 0.441219 13.4036C0.4782 13.4182 0.517827 13.4256 0.557803 13.4253H11.4349C11.4752 13.426 11.5152 13.419 11.5526 13.4047C11.59 13.3903 11.6241 13.3689 11.6527 13.3417C11.6814 13.3146 11.7041 13.2822 11.7195 13.2465C11.7349 13.2108 11.7427 13.1724 11.7425 13.1338V8.91511C11.7427 8.87661 11.735 8.83844 11.7197 8.80284C11.7044 8.76725 11.6818 8.73493 11.6534 8.70779C11.6249 8.68064 11.5911 8.65921 11.5539 8.64475C11.5167 8.63029 11.4769 8.62308 11.4367 8.62356ZM4.34533 11.1996C4.11739 11.3743 3.83064 11.4628 3.53927 11.4484H3.24094V12.3676H2.61463V9.70089H3.5893C4.28974 9.70089 4.6381 9.98356 4.6381 10.5507C4.64315 10.673 4.61945 10.7948 4.56877 10.9071C4.5181 11.0194 4.44173 11.1194 4.34533 11.1996ZM7.01179 11.996C6.71845 12.2519 6.33121 12.3855 5.9352 12.3676H4.9494V9.70089H5.9352C6.92346 9.70089 7.41759 10.1341 7.41759 11.0004C7.42481 11.1829 7.39246 11.3648 7.32261 11.5346C7.25276 11.7045 7.14692 11.8586 7.01179 11.9871V11.996ZM9.37992 10.1809H8.40709V10.844H9.30765V11.3311H8.40709V12.3676H7.77337V9.70089H9.37992V10.1809Z" fill="#12B76A"/>
</svg>

After

Width:  |  Height:  |  Size: 4.5 KiB

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