Initial import

This commit is contained in:
Flatlogic Bot 2026-02-23 08:57:24 +00:00
commit d184ec1c1a
314 changed files with 40760 additions and 0 deletions

58
sofia-react-master/.gitignore vendored Normal file
View File

@ -0,0 +1,58 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Webstorm-specific stuff
.idea
# Other
*~
*.pyc
.grunt
_SpecRunner.html
__benchmarks__
remote-repo/
.module-cache
fixtures/dom/public/react-dom.js
fixtures/dom/public/react.js
test/the-files-to-test.generated.js
*.log*
chrome-user-data
*.sublime-project
*.sublime-workspace
.idea
*.iml
.vscode
*.swp
*.swo
packages/react-devtools-core/dist
packages/react-devtools-extensions/chrome/build
packages/react-devtools-extensions/chrome/*.crx
packages/react-devtools-extensions/chrome/*.pem
packages/react-devtools-extensions/firefox/build
packages/react-devtools-extensions/firefox/*.xpi
packages/react-devtools-extensions/firefox/*.pem
packages/react-devtools-extensions/shared/build
packages/react-devtools-inline/dist
packages/react-devtools-shell/dist

View File

@ -0,0 +1,19 @@
FROM node:14
# Create app directory
WORKDIR /usr/src/app
# Install app dependencies
# A wildcard is used to ensure both package.json AND package-lock.json are copied
# where available (npm@5+)
COPY package*.json ./
RUN yarn install
# If you are building your code for production
# RUN npm ci --only=production
# Bundle app source
COPY . .
EXPOSE 3000
CMD [ "yarn", "start:backend" ]

View File

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2021 Flatlogic
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@ -0,0 +1,131 @@
# 🚀 Sofia React - A Free React Admin Dashboard Template!
[View Demo](https://flatlogic.com/templates/sofia-react-full/demo) | [Download](https://github.com/flatlogic/sofia-react/archive/refs/heads/master.zip) | [More Templates](https://flatlogic.com/templates) | [Discord Community](https://discord.gg/flatlogic-community) | [Support Forum](https://flatlogic.com/forum)
**Originally a premium product priced at $69+, made available for free in January 2025!** 🎉
[![image](https://user-images.githubusercontent.com/63450826/133580196-fe2ec804-ae11-49cc-9616-3690785463a0.png)](https://flatlogic.com/templates/sofia-react-full/demo)
Looking for a perfect codebase generator for your Startup? Try [Flatlogic AI Web App Generator](https://flatlogic.com/generator) - our new tool, sort of a template++.
---
## 🎯 Why Sofia React?
- **Ex-Premium**: This template was previously paid. Enjoy it for free now. 😉
- **React + Bootstrap + Material-UI**: A powerful combination for building modern web apps.
- **Join the Community**: [Flatlogic Discord](https://discord.gg/flatlogic-community) is where the action happens.
- **Free Node.js Backend**: Pair it up with [this backend](https://github.com/flatlogic/nodejs-backend) to go full-stack.
---
## 🚀 Quick Start
1. **Clone the repo**
```bash
git clone https://github.com/flatlogic/sofia-react.git
cd sofia-react
```
2. **Install dependencies**
```bash
yarn install # Or npm install
```
3. **Run the app**
```bash
yarn start
```
Navigate to http://localhost:3000/.
4. **Backend Support**
```bash
yarn start:backend
```
5. **Build for production**
```bash
yarn build
```
6. **Docker Support**
```bash
docker build -t sofia-react .
docker run -p 3000:3000 -d sofia-react
```
---
## 🧩 Features
- Fully Responsive Layout
- React 18
- Bootstrap 4.6
- Material-UI Components
- React Hooks
- Redux for State Management
- Authentication Pages
- Numerous Chart Libraries
- Static Sidebar
---
## 🛠 Built With
- React 18
- Bootstrap 4.6
- Material-UI
- Redux
- Webpack
- JavaScript (ES6)
---
## 📦 Pages
- Dashboard
- User Management (Profile, Edit Profile, Change Password)
- E-Commerce (Product Grid, Product Page, Management)
- Forms (Validation, Wizard)
- Charts (Bar, Line, Pie, Mixed)
- Tables (Basic, Material-UI Tables)
- Maps (Google, Vector)
- Icons
- Notifications
- Login / Register / Error Pages
---
## 🌍 Available Variants
| | **Material** | **Transparent** | **Classic** | **Sofia** | **Flatlogic** |
|---------------|-----------------------------------------------------------|---------------------------------------------------------|-------------------------------------------------------|-----------------------------------------------------|----------------------------------------------------|
| **React** | [React Material Admin](https://github.com/flatlogic/react-material-admin-full) | [Light Blue React](https://github.com/flatlogic/light-blue-react) | [Sing App React](https://github.com/flatlogic/sing-app-react) | [Sofia React](https://github.com/flatlogic/sofia-react) | [One React](https://github.com/flatlogic/one-react) |
| **Angular** | [Angular Material Admin](https://github.com/flatlogic/angular-material-admin-full) | [Light Blue Angular](https://github.com/flatlogic/light-blue-angular) | [Sing App Angular](https://github.com/flatlogic/sing-app-angular) | - | - |
| **Vue** | [Material Vue](https://github.com/flatlogic/material-vue-full) | [Light Blue Vue](https://github.com/flatlogic/light-blue-vue) | [Sing App Vue](https://github.com/flatlogic/sing-app-vue) | - | - |
| **Bootstrap** | - | [Light Blue HTML5](https://github.com/flatlogic/light-blue-html5) | [Sing App HTML5](https://github.com/flatlogic/sing-app-html5) | - | [One Bootstrap](https://github.com/flatlogic/one-bootstrap-template-full) |
Additionally, these templates are tailored for specific business needs:
- [E-Commerce Frontend (React)](https://github.com/flatlogic/ecommerce-frontend) - A complete e-commerce solution.
- [Bookkeeper UI (React)](https://github.com/flatlogic/bookkeeper-ui) - Accounting dashboard for finance management.
- [User Management Template (React)](https://github.com/flatlogic/user-management-template) - User authentication and management.
---
## 👨‍💻 How to Contribute
- **Star this repo ⭐** - show some love.
- **Report bugs** - but be nice.
- **Join the [Discord](<insert-discord-invite-link>)** - meet fellow devs.
---
## 🔥 About Flatlogic
[Flatlogic AI Software Engineer](https://flatlogic.com/ai-software-development-agent) builds modern business software so you don't have to. Our AI Software Development Agent helps you generate, deploy, and maintain enterprise applications with minimal effort.
---
## 📜 License
This template is free to use. Modify it, break it, make it your own. Just dont try to sell it back to us. 😎
---
> **Questions or feedback?**
> Join our [Flatlogic Community Discord](https://discord.gg/flatlogic-community) or visit our [support forum](https://flatlogic.com/forum). We might even reply!

View File

@ -0,0 +1,44 @@
# Changelog
## [2.1.1] - 22/11/2024
- Update dependencies
## [2.1.0] - 06/09/2024
- Added react-scripts version 5 along with webpack version 5 support.
- Added support for node.js version > 20
# [2.0.2] - 20/12/2023
- Update dependencies
# [2.0.1] - 05/06/2023
- Update dependencies
- Update react version
# [2.0.0]
- Update react class components to functional components
- Update all app pages
- Update styles
- Update package.json, readme, changelog files
# [1.0.1]
- Updated
- sidebar view
- Modals page
- typography line heights
- documentation
- readme.md
- Fixed
- dashboard widget layout issue
- user management table buttons layout issue
- Added
- docker description
# [1.0.0]
- Initial version of the project

View File

@ -0,0 +1,31 @@
const webpack = require("webpack")
const path = require("path")
module.exports = function override(config) {
const fallback = config.resolve.fallback || {}
Object.assign(fallback, {
crypto: require.resolve("crypto-browserify"),
stream: require.resolve("stream-browserify"),
assert: require.resolve("assert"),
http: require.resolve("stream-http"),
https: require.resolve("https-browserify"),
os: require.resolve("os-browserify"),
url: require.resolve("url"),
vm: require.resolve("vm-browserify"),
})
config.resolve.fallback = fallback
config.plugins = (config.plugins || []).concat([
new webpack.ProvidePlugin({
process: "process/browser",
Buffer: ["buffer", "Buffer"],
}),
])
const modules = config.resolve.modules
config.resolve.modules = [...modules, path.resolve(__dirname, "src")]
config.module.rules.push({
test: /\.m?js/,
resolve: {
fullySpecified: false,
},
})
return config
}

View File

@ -0,0 +1,122 @@
{
"name": "sofia-react",
"version": "2.1.1",
"homepage": "./",
"private": true,
"scripts": {
"build": "cross-env REACT_APP_BACKEND=true cross-env PUBLIC_URL='./' react-app-rewired --openssl-legacy-provider build",
"start": "react-app-rewired --openssl-legacy-provider start",
"test": "react-app-rewired --openssl-legacy-provider test",
"start:backend": "cross-env REACT_APP_BACKEND=true react-app-rewired --openssl-legacy-provider start"
},
"dependencies": {
"@amcharts/amcharts4": "^4.10.39",
"@amcharts/amcharts4-geodata": "^4.1.30",
"@fullcalendar/daygrid": "^5.8.0",
"@fullcalendar/interaction": "^5.8.0",
"@fullcalendar/list": "^5.8.0",
"@fullcalendar/react": "^5.8.0",
"@fullcalendar/timegrid": "^5.8.0",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@react-google-maps/api": "^2.20.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"animate.css": "^4.1.1",
"apexcharts": "^3.45.1",
"assert": "^2.1.0",
"awesome-bootstrap-checkbox": "^1.0.1",
"axios": "^0.21.1",
"axios-mock-adapter": "^1.22.0",
"bootstrap": "^4.6.0",
"buffer": "^6.0.3",
"classnames": "^2.5.1",
"clsx": "^1.1.1",
"connected-react-router": "^6.9.1",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.1",
"eva-icons": "^1.1.3",
"flatpickr": "4.6.13",
"font-awesome": "^4.7.0",
"formik": "^2.4.6",
"formsy-react": "^2.3.2",
"highcharts": "^9.1.1",
"highcharts-react-official": "^3.2.1",
"history": "4.10.1",
"https-browserify": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"keen-slider": "^5.4.1",
"line-awesome": "^1.3.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"mui-datatables": "^3.7.7",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"prop-types": "^15.7.2",
"rc-color-picker": "^1.2.6",
"rc-hammerjs": "^0.6.10",
"react": "^18.3.1",
"react-apexcharts": "^1.6.0",
"react-app-rewired": "^2.2.1",
"react-big-calendar": "^0.33.5",
"react-bootstrap-table": "^4.3.1",
"react-bootstrap-table-next": "^4.0.3",
"react-bootstrap-table2-paginator": "^2.1.2",
"react-bootstrap-table2-toolkit": "^2.1.3",
"react-datepicker": "^4.25.0",
"react-dom": "^18.3.1",
"react-dropzone": "^11.3.2",
"react-flatpickr": "^3.10.7",
"react-hook-form": "^6.15.1",
"react-maskedinput": "^4.0.1",
"react-mde": "^11.5.0",
"react-redux": "^7.2.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-router-hash-link": "^2.4.3",
"react-scripts": "^5.0.1",
"react-scrollspy": "^3.4.3",
"react-select": "^4.3.1",
"react-swipeable": "^6.1.2",
"react-syntax-highlighter": "^15.6.1",
"react-textarea-autosize": "^8.5.5",
"react-toastify": "^7.0.3",
"react-transition-group": "^2.9.0",
"reactstrap": "^8.9.0",
"recharts": "^2.13.3",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"sass": "^1.81.0",
"showdown": "^1.9.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"styled-components": "^5.3.0",
"url": "^0.11.4",
"uuid": "^3.4.0",
"vm-browserify": "^1.1.2",
"web-vitals": "^1.0.1",
"yup": "^0.32.9"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": "^20.15"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 441 B

View File

@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Sofia React Template - Admin Template built with React</title>
<meta name="description" content="Sofia React Dashboard Template built with Bootstrap, Redux and React Router by Flatlogic.">
<meta name="keywords" content="react admin, react dashboard, react admin template, react theme, react dashboard template, react dashboard template">
<meta name="author" content="by Flatlogic">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>

View File

@ -0,0 +1,15 @@
{
"short_name": "Sofia React Template 1.0.0",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}

View File

@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:

View File

@ -0,0 +1,57 @@
import React from "react";
import { connect } from "react-redux";
import { Switch, Route, Redirect } from "react-router";
import { BrowserRouter, HashRouter } from "react-router-dom";
import { ToastContainer } from "react-toastify";
import { ConnectedRouter } from "connected-react-router";
import { getHistory } from "./index";
import { AdminRoute, UserRoute, AuthRoute } from "./RouteComponents";
import ErrorPage from "./pages/error/ErrorPage.js";
import LayoutComponent from "./components/Layout/Layout.js";
import Login from "./pages/auth/login/Login";
import Register from "./pages/auth/register/Register.js";
import DocumentationLayout from "./documentation/DocumentaionLayout";
import "./styles/app.scss";
const App = (props) => {
return (
<div>
<ToastContainer/>
<ConnectedRouter history={getHistory()}>
<HashRouter>
<Switch>
<Route path="/" exact render={() => <Redirect to="/template/dashboard" />} />
<Route path="/template" exact render={() => <Redirect to="/template/dashboard"/>} />
<UserRoute
path="/template"
dispatch={props.dispatch}
component={LayoutComponent}
/>
<AdminRoute
path="/admin"
currentUser={props.currentUser}
dispatch={props.dispatch}
component={LayoutComponent}
/>
<Route path="/documentation" exact render={() => <Redirect to="/documentation/getting-started/overview"/>}/>
<Route path="/documentation" component={DocumentationLayout}/>
<AuthRoute path="/login" exact component={Login} />
<AuthRoute path="/register" exact component={Register} />
<Route path="/error" exact component={ErrorPage} />
<Redirect from="*" to="/template/dashboard" />
<Route path='*' exact render={() => <Redirect to="/error" />} />
</Switch>
</HashRouter>
</ConnectedRouter>
</div>
);
}
const mapStateToProps = state => ({
currentUser: state.auth.currentUser,
loadingInit: state.auth.loadingInit
});
export default connect(mapStateToProps)(App);

View File

@ -0,0 +1,39 @@
import React from "react";
import { logoutUser } from "./actions/auth";
import { Redirect, Route } from "react-router";
import hasToken from "./services/authService";
export const AdminRoute = ({ currentUser, dispatch, component, ...rest }) => {
if (!currentUser || currentUser.role !== 'admin' || !hasToken()) {
return (<Redirect to="/template"/>)
} else if (currentUser && currentUser.role === 'admin') {
return (
<Route {...rest} render={props => (React.createElement(component, props))}/>
);
}
};
export const UserRoute = ({ dispatch, component, ...rest }) => {
if (!hasToken()) {
dispatch(logoutUser());
return (<Redirect to="/login"/>)
} else {
return (
<Route {...rest} render={props => (React.createElement(component, props))}/>
);
}
};
export const AuthRoute = ({ dispatch, component, ...rest }) => {
const { from } = rest.location.state || { from: { pathname: '/template'} };
if (hasToken()) {
return (
<Redirect to={from} />
);
} else {
return (
<Route {...rest} render={props => (React.createElement(component, props))}/>
)
}
}

View File

@ -0,0 +1,232 @@
import axios from "axios";
import config from "../config";
import jwt from "jsonwebtoken";
import { toast } from "react-toastify";
import { push } from "connected-react-router";
import Errors from "../components/FormItems/error/errors";
import { mockUser } from "./mock.js";
export const AUTH_FAILURE = 'AUTH_FAILURE';
export const LOGIN_REQUEST = 'LOGIN_REQUEST';
export const LOGIN_SUCCESS = 'LOGIN_SUCCESS';
export const LOGOUT_REQUEST = 'LOGOUT_REQUEST';
export const LOGOUT_SUCCESS = 'LOGOUT_SUCCESS';
export const RESET_REQUEST = 'RESET_REQUEST';
export const RESET_SUCCESS = 'RESET_SUCCESS';
export const PASSWORD_RESET_EMAIL_REQUEST = 'PASSWORD_RESET_EMAIL_REQUEST';
export const PASSWORD_RESET_EMAIL_SUCCESS = 'PASSWORD_RESET_EMAIL_SUCCESS';
export const AUTH_INIT_SUCCESS = 'AUTH_INIT_SUCCESS';
export const AUTH_INIT_ERROR = 'AUTH_INIT_ERROR';
export const REGISTER_REQUEST = 'REGISTER_REQUEST';
export const REGISTER_SUCCESS = 'REGISTER_SUCCESS';
async function findMe() {
if (config.isBackend) {
const response = await axios.get('/auth/me');
return response.data;
} else {
return mockUser;
}
}
export function authError(payload) {
return {
type: AUTH_FAILURE,
payload,
};
}
export function doInit() {
return async (dispatch) => {
let currentUser = null;
if (!config.isBackend) {
currentUser = mockUser;
dispatch({
type: AUTH_INIT_SUCCESS,
payload: {
currentUser,
},
});
} else {
try {
let token = localStorage.getItem('token');
if (token) {
currentUser = await findMe();
}
dispatch({
type: AUTH_INIT_SUCCESS,
payload: {
currentUser,
},
});
} catch (error) {
Errors.handle(error);
dispatch({
type: AUTH_INIT_ERROR,
payload: error,
});
}
}
}
}
export function logoutUser() {
return (dispatch) => {
dispatch({
type: LOGOUT_REQUEST,
});
localStorage.removeItem('token');
localStorage.removeItem('user');
axios.defaults.headers.common['Authorization'] = "";
dispatch({
type: LOGOUT_SUCCESS,
});
dispatch(push('/login'));
};
}
export function receiveToken(token) {
return (dispatch) => {
let user;
if (config.isBackend) {
user = jwt.decode(token)
} else {
user = {
email: config.auth.email,
user: {
id: 'default_no_connection_id_444'
}
}
}
localStorage.setItem('token', token);
localStorage.setItem('user', JSON.stringify(user));
axios.defaults.headers.common['Authorization'] = "Bearer " + token;
dispatch({
type: LOGIN_SUCCESS
});
dispatch(push('/app'));
}
}
export function loginUser(creds) {
return (dispatch) => {
// init UI state settings:
// localStorage.setItem('dashboardTheme', 'dark')
if (!config.isBackend) {
dispatch(receiveToken('token'));
dispatch(doInit());
// dispatch(push('/app'));
dispatch(push('/template'));
} else {
dispatch({
type: LOGIN_REQUEST,
});
if (creds.social) {
window.location.href = config.baseURLApi + "/auth/signin/" + creds.social + "?template=" + config.redirectUrl;
} else if (creds.email.length > 0 && creds.password.length > 0) {
axios.post("/auth/signin/local", creds).then(res => {
const token = res.data;
dispatch(receiveToken(token));
dispatch(doInit());
dispatch(push('/template'));
}).catch(err => {
dispatch(authError(err.response.data));
})
} else {
dispatch(authError('Something was wrong. Try again'));
}
}
};
}
export function verifyEmail(token) {
return(dispatch) => {
if (!config.isBackend) {
dispatch(push('/login'));
} else {
axios.put('/auth/verify-email', {token}).then(verified => {
if (verified) {
toast.success("Your email was verified");
}
}).catch(err => {
toast.error(err.response.data);
}).finally(() => {
dispatch(push('/login'));
})
}
}
}
export function resetPassword(token, password) {
return (dispatch) => {
if (!config.isBackend) {
dispatch(push('/login'));
} else {
dispatch({
type: RESET_REQUEST,
});
axios.put('/auth/password-reset', { token, password }).then(res => {
dispatch({
type: RESET_SUCCESS,
});
toast.success('Password has been updated');
dispatch(push('/login'));
}).catch(err => {
dispatch(authError(err.response.data));
})
}
}
}
export function sendPasswordResetEmail(email) {
return (dispatch) => {
if (!config.isBackend) {
dispatch(push('/login'));
} else {
dispatch({
type: PASSWORD_RESET_EMAIL_REQUEST,
});
axios.post('/auth/send-password-reset-email', {email}).then(res => {
dispatch({
type: PASSWORD_RESET_EMAIL_SUCCESS,
});
toast.success('Email with resetting instructions has been sent');
dispatch(push('/login'));
}).catch(err => {
dispatch(authError(err.response.data));
})
}
}
}
export function registerUser(creds) {
return (dispatch) => {
if (!config.isBackend) {
dispatch(push('/user/profile'));
} else {
dispatch({
type: REGISTER_REQUEST,
});
if (creds.email.length > 0 && creds.password.length > 0) {
axios.post('/auth/signup', creds).then(res => {
dispatch({
type: REGISTER_SUCCESS
});
toast.success("You've been registered successfully. Please check your email for verification link");
dispatch(push('/user/profile'));
}).catch(err => {
dispatch(authError(err.response.data));
})
} else {
dispatch(authError('Something was wrong. Try again'));
}
}
};
}

View File

@ -0,0 +1,80 @@
import axios from "axios";
// ** Fetch Events
export const fetchEvents = calendars => {
return dispatch => {
axios.get('/apps/calendar/events', { calendars }).then(response => {
dispatch({
type: 'FETCH_EVENTS',
events: response.data
})
})
}
}
// ** Add Events
export const addEvent = event => {
return (dispatch, getState) => {
axios.post('/apps/calendar/add-event', { event}).then(() => {
dispatch({
type: 'ADD_EVENT'
})
dispatch(fetchEvents(getState().calendar.selectedCalendars))
})
}
}
// ** Update Event
export const updateEvent = event => {
return dispatch => {
axios.post('/apps/calendar/update-event', { event }).then(() => {
dispatch({
type: 'UPDATE_EVENT'
})
})
}
}
// ** Filter Events
export const updateFilter = filter => {
return (dispatch, getState) => {
dispatch({
type: 'UPDATE_FILTERS',
filter
})
dispatch(fetchEvents(getState().calendar.selectedCalendars))
}
}
// ** Add/Remove All Filters
export const updateAllFilters = value => {
return (dispatch, getState) => {
dispatch({
type: 'UPDATE_ALL_FILTERS',
value
})
dispatch(fetchEvents(getState().calendar.selectedCalendars))
}
}
// ** Remove Event
export const removeEvent = id => {
return dispatch => {
axios.delete('/apps/calendar/remove-event', { id }).then(() =>{
dispatch({
type: 'REMOVE_EVENT'
})
})
}
}
// ** Select Event (get event data on click)
export const selectEvent = event => {
return dispatch => {
dispatch({
type: 'SELECT_EVENT',
event
})
}
}

View File

@ -0,0 +1,24 @@
export const mockUser = {
id: "98cea92c-84e5-4c0d-ac21-9998f4b23883",
firstName: "Admin",
authenticationUid: null,
avatar: null,
createdAt: "2020-05-12T11:04:00.864Z",
createdById: null,
deletedAt: null,
disabled: false,
email: "admin@flatlogic.com",
emailVerificationToken: null,
emailVerificationTokenExpiresAt: null,
emailVerified: true,
importHash: null,
lastName: null,
password: "$2b$12$EFuj2XoxivlGr.oiIvnvDulsE5iIBTngrLlrXMM/PkO//iInslWNW",
passwordResetToken: null,
passwordResetTokenExpiresAt: null,
phoneNumber: null,
provider: "local",
role: "admin",
updatedAt: "2020-05-12T11:04:00.864Z",
updatedById: null,
}

View File

@ -0,0 +1,22 @@
export const OPEN_SIDEBAR = 'OPEN_SIDEBAR';
export const CLOSE_SIDEBAR = 'CLOSE_SIDEBAR';
export const CHANGE_ACTIVE_SIDEBAR_ITEM = 'CHANGE_ACTIVE_SIDEBAR_ITEM';
export function openSidebar() {
return {
type: OPEN_SIDEBAR,
};
}
export function closeSidebar() {
return {
type: CLOSE_SIDEBAR,
};
}
export function changeActiveSidebarItem(activeItem) {
return {
type: CHANGE_ACTIVE_SIDEBAR_ITEM,
activeItem,
};
}

View File

@ -0,0 +1,29 @@
import { toast } from 'react-toastify';
export const REGISTER_REQUEST = 'REGISTER_REQUEST';
export const REGISTER_SUCCESS = 'REGISTER_SUCCESS';
export const REGISTER_FAILURE = 'REGISTER_FAILURE';
export function receiveRegister() {
return {
type: REGISTER_SUCCESS,
};
}
export function registerError(payload) {
return {
type: REGISTER_FAILURE,
payload,
};
}
export function registerUser(payload) {
return (dispatch) => {
if (payload.creds.email.length > 0 && payload.creds.password.length > 0) {
toast.success("You've been registered successfully");
payload.history.push('/login');
} else {
dispatch(registerError("Something was wrong. Try again"));
}
}
}

View File

@ -0,0 +1,126 @@
import axios from "axios";
import Errors from "../components/FormItems/error/errors";
import { push } from "connected-react-router";
import { doInit } from "./auth";
import { toast } from "react-toastify";
import config from "../config";
import { mockUser } from "./mock";
const actions = {
doNew: () => {
return {
type: 'USERS_FORM_RESET',
};
},
doFind: (id) => async (dispatch) => {
if (!config.isBackend) {
dispatch({
type: 'USERS_FORM_FIND_SUCCESS',
payload: mockUser,
});
} else {
try {
dispatch({
type: 'USERS_FORM_FIND_STARTED',
});
axios.get(`/users/${id}`).then(res => {
const record = res.data;
dispatch({
type: 'USERS_FORM_FIND_SUCCESS',
payload: record,
});
})
} catch (error) {
Errors.handle(error);
dispatch({
type: 'USERS_FORM_FIND_ERROR',
});
dispatch(push('/admin/users'));
}
}
},
doCreate: (values) => async (dispatch) => {
try {
dispatch({
type: 'USERS_FORM_CREATE_STARTED',
});
axios.post('/users', { data: values }).then(res => {
dispatch({
type: 'USERS_FORM_CREATE_SUCCESS',
});
toast.success('User created');
dispatch(push('/admin/users'));
})
} catch (error) {
Errors.handle(error);
dispatch({
type: 'USERS_FORM_CREATE_ERROR',
});
}
},
doUpdate: (id, values, isProfile) => async (
dispatch,
getState,
) => {
try {
dispatch({
type: 'USERS_FORM_UPDATE_STARTED',
});
await axios.put(`/users/${id}`, {id, data: values});
dispatch(doInit());
dispatch({
type: 'USERS_FORM_UPDATE_SUCCESS',
});
if (isProfile) {
toast.success('Profile updated');
} else {
toast.success('User updated');
dispatch(push('/admin/users'));
}
} catch (error) {
Errors.handle(error);
dispatch({
type: 'USERS_FORM_UPDATE_ERROR',
});
}
},
doChangePassword: ({newPassword, currentPassword}) => async (dispatch) => {
try {
dispatch({
type: 'USERS_FORM_CREATE_STARTED',
});
await axios.put('/auth/password-update', {newPassword, currentPassword})
dispatch({
type: 'USERS_PASSWORD_UPDATE_SUCCESS',
});
toast.success('Password has been updated');
dispatch(push('/admin/users'));
} catch (error) {
Errors.handle(error);
dispatch({
type: 'USERS_FORM_CREATE_ERROR',
});
}
},
};
export default actions;

View File

@ -0,0 +1,100 @@
import Errors from "../components/FormItems/error/errors";
import axios from "axios";
import config from "../config";
import { mockUser } from "./mock";
async function list() {
const response = await axios.get('/users');
return response.data;
}
const actions = {
doFetch: (filter, keepPagination = false) => async (dispatch) => {
if (!config.isBackend) {
dispatch({
type: 'USERS_LIST_FETCH_SUCCESS',
payload: {
rows: [mockUser],
count: 1,
},
});
} else {
try {
dispatch({
type: 'USERS_LIST_FETCH_STARTED',
payload: { filter, keepPagination },
});
const response = await list();
dispatch({
type: 'USERS_LIST_FETCH_SUCCESS',
payload: {
rows: response.rows,
count: response.count,
},
});
} catch (error) {
Errors.handle(error);
dispatch({
type: 'USERS_LIST_FETCH_ERROR',
});
}
}
},
doDelete: (id) => async (dispatch) => {
if (!config.isBackend) {
dispatch({
type: 'USERS_LIST_DELETE_ERROR',
});
} else {
try {
dispatch({
type: 'USERS_LIST_DELETE_STARTED',
});
await axios.delete(`/users/${id}`)
dispatch({
type: 'USERS_LIST_DELETE_SUCCESS',
});
const response = await list();
dispatch({
type: 'USERS_LIST_FETCH_SUCCESS',
payload: {
rows: response.rows,
count: response.count,
},
});
} catch (error) {
Errors.handle(error);
dispatch({
type: 'USERS_LIST_DELETE_ERROR',
});
}
}
},
doOpenConfirm: (id) => async (dispatch) => {
dispatch({
type: 'USERS_LIST_OPEN_CONFIRM',
payload: {
id: id
},
});
},
doCloseConfirm: () => async (dispatch) => {
dispatch({
type: 'USERS_LIST_CLOSE_CONFIRM',
});
},
};
export default actions;

View File

@ -0,0 +1,12 @@
import React from "react";
const StarIcon = () => (
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fillRule="evenodd" clipRule="evenodd" d="M11.7077 14.0004C11.6024 14.0004 11.4964 13.9758 11.3991 13.9251L7.99975 12.1491L4.60108 13.9251C4.37575 14.0418 4.10375 14.0218 3.89975 13.8724C3.69442 13.7231 3.59242 13.4704 3.63575 13.2204L4.28308 9.46844L1.53642 6.81177C1.35375 6.6351 1.28775 6.36977 1.36575 6.1271C1.44375 5.88577 1.65242 5.7091 1.90442 5.6731L5.70442 5.1211L7.40308 1.70377C7.62842 1.25044 8.37175 1.25044 8.59708 1.70377L10.2957 5.1211L14.0957 5.6731C14.3477 5.7091 14.5564 5.88577 14.6344 6.1271C14.7124 6.36977 14.6464 6.6351 14.4637 6.81177L11.7171 9.46844L12.3644 13.2204C12.4077 13.4704 12.3051 13.7231 12.1004 13.8724C11.9844 13.9578 11.8464 14.0004 11.7077 14.0004Z" fill="white"/>
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="1" y="1" width="14" height="14">
<path fillRule="evenodd" clipRule="evenodd" d="M11.7077 14.0004C11.6024 14.0004 11.4964 13.9758 11.3991 13.9251L7.99975 12.1491L4.60108 13.9251C4.37575 14.0418 4.10375 14.0218 3.89975 13.8724C3.69442 13.7231 3.59242 13.4704 3.63575 13.2204L4.28308 9.46844L1.53642 6.81177C1.35375 6.6351 1.28775 6.36977 1.36575 6.1271C1.44375 5.88577 1.65242 5.7091 1.90442 5.6731L5.70442 5.1211L7.40308 1.70377C7.62842 1.25044 8.37175 1.25044 8.59708 1.70377L10.2957 5.1211L14.0957 5.6731C14.3477 5.7091 14.5564 5.88577 14.6344 6.1271C14.7124 6.36977 14.6464 6.6351 14.4637 6.81177L11.7171 9.46844L12.3644 13.2204C12.4077 13.4704 12.3051 13.7231 12.1004 13.8724C11.9844 13.9578 11.8464 14.0004 11.7077 14.0004Z" fill="white"/>
</mask>
</svg>
)
export default StarIcon;

View File

@ -0,0 +1,9 @@
import React from "react";
const OutlineStarIcon = () => (
<svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fillRule="evenodd" clipRule="evenodd" d="M8.47592 1.29389L10.0199 4.39989C10.0973 4.55655 10.2466 4.66589 10.4199 4.69122L13.8766 5.19055C14.0166 5.20922 14.1426 5.28255 14.2286 5.39455C14.3899 5.60455 14.3653 5.90189 14.1719 6.08255L11.6666 8.50522C11.5393 8.62522 11.4826 8.80122 11.5159 8.97255L12.1159 12.3912C12.1579 12.6746 11.9646 12.9399 11.6813 12.9859C11.5639 13.0039 11.4439 12.9852 11.3373 12.9326L8.25859 11.3186C8.10392 11.2346 7.91859 11.2346 7.76392 11.3186L4.66259 12.9412C4.40326 13.0732 4.08592 12.9752 3.94459 12.7212C3.89059 12.6186 3.87192 12.5019 3.89059 12.3879L4.49059 8.96922C4.52059 8.79855 4.46392 8.62322 4.33992 8.50255L1.82126 6.08055C1.61592 5.87655 1.61459 5.54455 1.81926 5.33922C1.81992 5.33855 1.82059 5.33722 1.82126 5.33655C1.90592 5.25989 2.00992 5.20855 2.12259 5.18855L5.57992 4.68922C5.75259 4.66189 5.90126 4.55389 5.97992 4.39722L7.52259 1.29389C7.58459 1.16789 7.69459 1.07122 7.82792 1.02722C7.96192 0.982553 8.10859 0.99322 8.23459 1.05655C8.33792 1.10789 8.42259 1.19122 8.47592 1.29389Z" stroke="white" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round"/>
</svg>
)
export default OutlineStarIcon;

View File

@ -0,0 +1,236 @@
<svg width="205" height="202" viewBox="0 0 205 202" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M194.544 136.589C174.202 184.136 120.506 204.558 78.435 201.076C66.9482 200.126 43.8351 198.213 25.7891 181.147C-8.86811 148.373 -3.53042 79.8661 29.6461 39.5329C33.919 34.3389 63.4918 -0.46063 109.576 0.00462238C143.317 0.345759 166.999 19.4051 169.879 21.78C173.517 24.7799 181.54 31.9074 188.771 43.2157C205.761 69.7859 207.255 106.878 194.544 136.589Z" fill="#F7F8FB"/>
<g opacity="0.3">
<path opacity="0.3" d="M63.1371 43.1387C63.5313 43.2316 63.7998 43.6098 63.7468 44.0198C63.6321 44.9177 63.4761 45.8235 63.2838 46.7126C63.1901 47.1452 62.7641 47.4203 62.3315 47.3267C62.3264 47.3252 62.3213 47.3245 62.3162 47.3231C61.8924 47.2229 61.6253 46.8019 61.7174 46.3744C61.9003 45.5296 62.0477 44.6687 62.1573 43.8159C62.2132 43.3768 62.6145 43.0668 63.0537 43.1227C63.082 43.1271 63.1103 43.1322 63.1371 43.1387ZM61.483 49.9201C61.5135 49.9273 61.544 49.936 61.5744 49.9476C61.9903 50.0993 62.2045 50.5588 62.0528 50.9747C61.7414 51.8282 61.3901 52.6775 61.0098 53.4984C60.8232 53.8997 60.3493 54.0739 59.9457 53.8881C59.5443 53.7016 59.3701 53.2255 59.5567 52.8241C59.9188 52.0438 60.252 51.2374 60.5481 50.426C60.6875 50.0405 61.0932 49.8286 61.483 49.9201ZM58.3772 56.1687C58.4643 56.189 58.5492 56.2245 58.6283 56.2761C59 56.5163 59.1067 57.0128 58.8657 57.3844C58.3736 58.1458 57.8415 58.8956 57.2848 59.6127C57.0134 59.9618 56.5104 60.025 56.1606 59.7542C55.8114 59.4828 55.7476 58.9798 56.019 58.6299C56.5474 57.9491 57.0526 57.2371 57.52 56.5141C57.7087 56.2216 58.0564 56.0932 58.3772 56.1687ZM53.9504 61.5666C54.0941 61.6007 54.2299 61.674 54.3402 61.788C54.6487 62.1052 54.6414 62.6125 54.3242 62.921C53.6732 63.5539 52.9873 64.1658 52.2854 64.7399C51.9428 65.0193 51.4384 64.9693 51.1582 64.6274C50.878 64.2848 50.9288 63.7804 51.2707 63.5002C51.9377 62.9544 52.5895 62.3737 53.2079 61.772C53.4111 61.5739 53.6935 61.5064 53.9504 61.5666ZM48.432 65.8424C48.6331 65.8896 48.816 66.0144 48.9321 66.2053C49.1622 66.5835 49.0432 67.0763 48.665 67.3064C47.892 67.7775 47.0878 68.2224 46.2749 68.6281C45.8793 68.8263 45.3981 68.6651 45.1999 68.2696C45.0025 67.874 45.1629 67.3928 45.5592 67.1946C46.3322 66.8092 47.0965 66.3861 47.831 65.9382C48.0183 65.8243 48.2339 65.796 48.432 65.8424ZM42.105 68.7907C42.3656 68.8524 42.5892 69.0426 42.6813 69.3155C42.8221 69.735 42.5964 70.1894 42.1776 70.3302C41.3183 70.6191 40.4349 70.8753 39.5538 71.0901C39.1234 71.1954 38.6901 70.9319 38.5855 70.5015C38.4803 70.0718 38.7438 69.6385 39.1742 69.5332C40.0118 69.3285 40.8501 69.0861 41.6666 68.811C41.8133 68.7617 41.965 68.7573 42.105 68.7907ZM13.0926 63.9008C13.2007 63.9263 13.3045 63.9749 13.3981 64.0467C14.0789 64.5737 14.7924 65.0774 15.5175 65.5448C15.8891 65.7844 15.9966 66.2801 15.757 66.6517C15.5175 67.0241 15.0218 67.1315 14.6494 66.892C13.8852 66.3999 13.1339 65.8693 12.4175 65.3147C12.0677 65.044 12.0031 64.541 12.2738 64.1905C12.4727 63.9342 12.7964 63.8312 13.0926 63.9008ZM35.2867 70.262C35.6104 70.3382 35.8644 70.6125 35.9 70.9616C35.9443 71.4022 35.6235 71.7949 35.1829 71.8392C34.2807 71.9299 33.3633 71.9829 32.456 71.9952C32.014 71.9996 31.6496 71.6483 31.6431 71.2055C31.6365 70.7628 31.99 70.3991 32.4328 70.3926C33.2936 70.3803 34.1653 70.3302 35.0218 70.2445C35.1139 70.2358 35.2025 70.2424 35.2867 70.262ZM19.0595 67.5213C19.1111 67.5336 19.1619 67.5503 19.2119 67.5735C19.9937 67.935 20.8022 68.2667 21.6137 68.5606C22.0296 68.7116 22.2444 69.171 22.0942 69.5869C21.9432 70.0028 21.4838 70.2199 21.0679 70.0674C20.2143 69.7575 19.3636 69.4084 18.5413 69.0288C18.1392 68.843 17.9643 68.3668 18.1493 67.9655C18.3112 67.6142 18.6966 67.4356 19.0595 67.5213ZM28.3108 70.1741C28.7042 70.267 28.9728 70.6437 28.9205 71.0538C28.8654 71.493 28.464 71.8036 28.0249 71.7484C27.1263 71.6352 26.2197 71.4813 25.3321 71.2912C25.3263 71.2904 25.3212 71.289 25.3154 71.2875C24.8922 71.1874 24.6251 70.7671 24.7166 70.3403C24.8095 69.9078 25.2348 69.6319 25.6681 69.7248C26.5115 69.9056 27.3723 70.0515 28.2266 70.1589C28.2549 70.1625 28.2832 70.1676 28.3108 70.1741Z" fill="#91B3FA"/>
<path opacity="0.3" d="M8.97208 60.0698C9.12595 60.1061 9.27039 60.1881 9.38362 60.3144C9.65943 60.6221 9.94613 60.9284 10.2365 61.2267C10.5449 61.5439 10.5384 62.0513 10.2212 62.3597C9.90403 62.6682 9.39669 62.6624 9.08821 62.3445C8.78337 62.0309 8.48143 61.7087 8.1911 61.385C7.89569 61.0554 7.92327 60.5488 8.25207 60.2534C8.4553 60.0712 8.7253 60.0117 8.97208 60.0698Z" fill="#91B3FA"/>
</g>
<g opacity="0.3">
<path opacity="0.3" d="M1.05288 36.9622C1.42958 37.0507 1.69596 37.402 1.66692 37.8005C1.63644 38.2127 1.61467 38.6323 1.6016 39.0474C1.58781 39.4895 1.21764 39.8371 0.775617 39.8226C0.331415 39.8081 -0.0140752 39.4387 0.000441169 38.9966C0.0142318 38.5597 0.037458 38.1177 0.0693941 37.6836C0.10133 37.2423 0.485289 36.9106 0.927314 36.9426C0.970137 36.9462 1.01223 36.9527 1.05288 36.9622Z" fill="#91B3FA"/>
<path opacity="0.3" d="M39.3173 8.83532C39.6759 8.92024 40.0352 9.01097 40.3937 9.10896C40.8205 9.22509 41.0731 9.66566 40.957 10.0924C40.8408 10.5192 40.3981 10.7725 39.9735 10.6557C39.146 10.4307 38.3114 10.2398 37.4825 10.0866C37.047 10.0054 36.7596 9.588 36.8401 9.15323C36.9207 8.71774 37.3388 8.43031 37.7735 8.51088C38.286 8.60524 38.8056 8.71484 39.3173 8.83532ZM44.3901 10.4953C44.4337 10.5054 44.4772 10.52 44.52 10.5381C45.3431 10.8872 46.1604 11.2748 46.9493 11.6907C47.3406 11.8968 47.4908 12.3817 47.2847 12.7729C47.0785 13.1641 46.5922 13.3151 46.2025 13.1082C45.4534 12.7134 44.6768 12.3454 43.8944 12.013C43.4872 11.8402 43.297 11.3699 43.4698 10.9627C43.6244 10.5976 44.017 10.4075 44.3901 10.4953ZM33.5848 8.03329C33.9528 8.12039 34.2185 8.45862 34.2003 8.84911C34.18 9.29114 33.8055 9.633 33.3634 9.61268C32.5179 9.57348 31.6592 9.57058 30.8107 9.60397C30.3687 9.62066 29.9964 9.27662 29.9789 8.8346C29.9615 8.39257 30.3063 8.02022 30.7483 8.00281C31.6418 7.96797 32.5462 7.97159 33.4367 8.01224C33.4868 8.01514 33.5369 8.0224 33.5848 8.03329ZM50.3817 13.858C50.4805 13.8812 50.577 13.9241 50.6648 13.9872C51.3906 14.5084 52.1027 15.0665 52.7813 15.6464C53.1174 15.9339 53.1573 16.4398 52.8699 16.7758C52.5824 17.1126 52.0765 17.1525 51.7405 16.8644C51.096 16.3135 50.4202 15.7836 49.7307 15.2893C49.3714 15.0317 49.2887 14.5309 49.5471 14.1716C49.7408 13.8994 50.0747 13.7854 50.3817 13.858ZM26.7345 8.48112C27.0357 8.55225 27.2818 8.79613 27.3399 9.12057C27.4175 9.55607 27.1272 9.97269 26.691 10.0496C25.8577 10.1977 25.0194 10.3835 24.1992 10.602C23.7717 10.7159 23.3326 10.4619 23.2187 10.0337C23.1047 9.60615 23.3595 9.16702 23.787 9.0538C24.6507 8.82371 25.5333 8.62774 26.4108 8.47169C26.5211 8.45209 26.6315 8.45644 26.7345 8.48112ZM20.1484 10.4205C20.3894 10.4771 20.6006 10.6448 20.7037 10.8909C20.8743 11.2988 20.6819 11.7684 20.274 11.9397C19.4916 12.2677 18.7128 12.6321 17.9615 13.0233C17.5696 13.228 17.0855 13.0756 16.8808 12.6829C16.6768 12.2902 16.8293 11.8068 17.2219 11.6022C18.0131 11.1906 18.8318 10.8067 19.6556 10.4619C19.8175 10.3937 19.9895 10.3828 20.1484 10.4205ZM14.1415 13.7499C14.3252 13.7934 14.4936 13.9008 14.6111 14.0671C14.8666 14.4278 14.781 14.9279 14.4203 15.1841C13.7271 15.6747 13.047 16.1995 12.3988 16.7453C12.0606 17.0299 11.5554 16.987 11.2702 16.6481C10.9857 16.3091 11.0292 15.8039 11.3675 15.5194C12.0497 14.946 12.7654 14.3929 13.4948 13.8762C13.6894 13.7375 13.9252 13.6991 14.1415 13.7499ZM9.00419 18.3095C9.13121 18.3392 9.25242 18.4009 9.35621 18.4946C9.68501 18.7914 9.71041 19.2973 9.41355 19.6261C8.84451 20.2561 8.29651 20.9174 7.78336 21.5924C7.51553 21.9444 7.01254 22.0134 6.66052 21.7455C6.30777 21.4777 6.23954 20.9747 6.50737 20.6227C7.04738 19.9121 7.62513 19.2153 8.22393 18.5526C8.42789 18.3276 8.7291 18.2449 9.00419 18.3095ZM4.99185 23.8882C5.06298 23.9049 5.13339 23.9324 5.20089 23.9702C5.5863 24.1872 5.72348 24.6757 5.50646 25.0611C5.09129 25.7992 4.70225 26.565 4.35023 27.3373C4.1666 27.7401 3.69046 27.9165 3.28908 27.7336C2.88625 27.5499 2.70915 27.0745 2.89278 26.6717C3.26368 25.8588 3.67304 25.0531 4.10998 24.2757C4.28853 23.9571 4.6529 23.8083 4.99185 23.8882ZM2.30487 30.2079C2.32084 30.2115 2.3368 30.2159 2.35277 30.221C2.77665 30.3487 3.01617 30.7958 2.88843 31.219C2.70842 31.817 2.54439 32.4275 2.40068 33.0342C2.34914 33.2542 2.29979 33.4741 2.25261 33.6933C2.16043 34.1259 1.73437 34.4024 1.30178 34.3095C0.861937 34.2246 0.593384 33.792 0.685563 33.3587C0.734919 33.1272 0.786452 32.8963 0.840889 32.6655C0.991859 32.0275 1.16388 31.3845 1.35404 30.7559C1.47671 30.3487 1.89551 30.1114 2.30487 30.2079Z" fill="#91B3FA"/>
<path opacity="0.3" d="M55.4967 18.4728C55.6521 18.5091 55.7972 18.5926 55.9112 18.7204C56.1993 19.0448 56.486 19.3808 56.7633 19.7205C57.0435 20.0631 56.9927 20.5683 56.6501 20.8477C56.3075 21.1279 55.803 21.0771 55.5229 20.7345C55.2594 20.4122 54.9872 20.0922 54.7136 19.7844C54.4196 19.4542 54.4494 18.9475 54.7804 18.6536C54.9829 18.4728 55.2514 18.4148 55.4967 18.4728Z" fill="#91B3FA"/>
</g>
<path d="M52.3087 27.2687C52.239 27.125 52.0851 27.0416 51.9269 27.0604L47.4021 27.6084C46.0593 25.9572 44.4437 24.5077 42.5914 23.3391L42.595 18.7846C42.595 18.6249 42.4941 18.4827 42.3432 18.4304L37.176 16.6441C37.0251 16.5919 36.8574 16.6412 36.7587 16.7668L33.9483 20.3516C31.7694 20.1274 29.6036 20.2689 27.5277 20.7392L24.3072 17.5137C24.194 17.4005 24.022 17.3714 23.8783 17.4418L18.9616 19.8327C18.8179 19.9024 18.7344 20.0562 18.7533 20.2145L19.3013 24.7392C17.65 26.082 16.2006 27.6977 15.032 29.5507L10.4775 29.5471C10.3178 29.5471 10.1755 29.648 10.1233 29.799L8.33702 34.9661C8.28476 35.1171 8.33411 35.2847 8.45968 35.3834L12.0445 38.1938C11.8202 40.3727 11.9618 42.5386 12.4321 44.6144L9.20655 47.8349C9.09332 47.9474 9.06429 48.1202 9.13469 48.2639L11.5255 53.1806C11.5952 53.3243 11.7491 53.4078 11.9073 53.3889L16.4321 52.8409C17.7749 54.4922 19.3905 55.9416 21.2428 57.1102L21.2392 61.6655C21.2392 61.8251 21.3401 61.9674 21.4911 62.0197L26.6582 63.8059C26.8091 63.8582 26.9768 63.8088 27.0755 63.6833L29.8859 60.0984C32.0648 60.3227 34.2307 60.1812 36.3065 59.7108L39.527 62.9364C39.6395 63.0496 39.8122 63.0786 39.9559 63.0082L44.8726 60.6174C45.0163 60.5477 45.0998 60.3946 45.0809 60.2356L44.5329 55.7108C46.1842 54.368 47.6337 52.7524 48.8022 50.9001L53.3567 50.9037C53.5164 50.9037 53.6587 50.8028 53.7109 50.6518L55.4972 45.4847C55.5494 45.3337 55.5001 45.1661 55.3745 45.0674L51.7897 42.257C52.014 40.0781 51.8724 37.9122 51.4021 35.8363L54.6269 32.6159C54.7402 32.5026 54.7692 32.3306 54.6988 32.1869L52.3087 27.2687Z" fill="#91B3FA"/>
<path d="M33.1844 34.8772C35.7915 35.4927 37.6286 37.9475 37.3934 40.694C37.1343 43.7134 34.4676 45.9584 31.4489 45.7C29.9864 45.5751 28.6603 44.8871 27.7146 43.7649C26.7689 42.6421 26.3174 41.2188 26.443 39.7562C26.7021 36.7368 29.3687 34.4918 32.3874 34.7502C32.6596 34.7735 32.926 34.8163 33.1844 34.8772ZM30.9416 44.3246C31.1427 44.3717 31.3488 44.4051 31.5585 44.4233C33.8732 44.6214 35.9178 42.8998 36.1167 40.5851C36.3148 38.2705 34.5939 36.2251 32.2786 36.027C29.9639 35.8281 27.9193 37.5505 27.7204 39.8651C27.6246 40.9865 27.9708 42.0781 28.6952 42.939C29.2845 43.6387 30.067 44.1177 30.9416 44.3246Z" fill="#F7F8FB"/>
<path d="M34.8982 27.1262C35.346 27.2322 35.791 27.3607 36.2315 27.5131C36.3702 27.561 36.5081 27.6111 36.6453 27.6633C37.3217 27.9217 37.9764 28.2338 38.5992 28.5938C38.6079 28.5989 38.6159 28.604 38.6246 28.6084C38.6485 28.6221 38.6725 28.6367 38.6964 28.6505C38.7429 28.678 38.7893 28.7056 38.8358 28.7339C38.9577 28.808 39.0129 28.9495 38.9817 29.0816C38.9744 29.1135 38.9614 29.1447 38.9432 29.1745C38.8518 29.3262 38.6543 29.3734 38.5034 29.2819C37.7246 28.8094 36.8899 28.4182 36.0218 28.1184C31.7111 26.6276 27.1385 27.5704 23.8055 30.2139C21.951 31.6844 20.4805 33.6811 19.6524 36.0785C19.5072 36.4988 19.3838 36.9234 19.2829 37.3509C18.605 40.2252 18.9331 43.2206 20.2417 45.912C21.7449 49.004 24.3629 51.3252 27.6117 52.4487C34.3226 54.7677 41.6629 51.196 43.9819 44.4886C44.1248 44.0749 44.246 43.6561 44.3462 43.233C44.7788 41.3995 44.8057 39.4913 44.4173 37.6463C44.4072 37.5984 44.4086 37.5512 44.4188 37.5069C44.4464 37.3901 44.5393 37.2935 44.6648 37.2667C44.8383 37.2311 45.0082 37.3407 45.0444 37.5142C45.4516 39.4514 45.4241 41.4547 44.9697 43.3796C44.8652 43.8238 44.7374 44.2636 44.5879 44.6977C42.1535 51.7403 34.4424 55.4877 27.4027 53.0541C23.9913 51.8753 21.2434 49.438 19.6654 46.1921C18.2915 43.3665 17.9467 40.2222 18.6587 37.2043C18.7647 36.7557 18.8939 36.3101 19.0463 35.8688C20.2258 32.4574 22.6623 29.7094 25.9082 28.1315C28.7353 26.7575 31.8803 26.4135 34.8982 27.1262Z" fill="#F7F8FB"/>
<g opacity="0.3">
<path opacity="0.3" d="M95.7391 25.1718C95.9474 25.2212 96.1071 25.4019 96.1194 25.6269C96.1419 26.0464 96.1521 26.4725 96.1492 26.8927C96.1477 27.1656 95.9249 27.3863 95.6513 27.3841C95.3776 27.3834 95.1577 27.1591 95.1599 26.8862C95.1621 26.4856 95.1526 26.0798 95.1316 25.6792C95.1171 25.4063 95.3261 25.1733 95.599 25.1587C95.6476 25.1566 95.6941 25.1609 95.7391 25.1718Z" fill="#91B3FA"/>
<path opacity="0.3" d="M95.5935 28.9757C95.8373 29.033 96.0035 29.2675 95.9702 29.5215C95.8765 30.2386 95.7444 30.9594 95.5782 31.6627C95.5434 31.8108 95.5064 31.9588 95.4679 32.1076C95.3989 32.3726 95.1173 32.5177 94.8647 32.4633C94.5998 32.3951 94.4409 32.125 94.5091 31.8601C94.5461 31.7186 94.5809 31.5763 94.6143 31.4348C94.7726 30.7634 94.8988 30.076 94.9881 29.3923C95.0237 29.1209 95.2719 28.9307 95.5427 28.9655C95.5601 28.9684 95.5768 28.9713 95.5935 28.9757ZM94.3073 33.9498C94.3298 33.9548 94.353 33.9621 94.3755 33.9708C94.6303 34.071 94.7551 34.3584 94.655 34.6124C94.3342 35.4283 93.9596 36.2317 93.5423 36.9997C93.4116 37.2399 93.1104 37.3277 92.8709 37.1985C92.6307 37.0679 92.5421 36.7681 92.672 36.5279C93.0705 35.7948 93.4269 35.0291 93.7332 34.2503C93.8246 34.0187 94.0714 33.8946 94.3073 33.9498ZM91.8533 38.4644C91.9143 38.4789 91.9738 38.505 92.0282 38.5435C92.2503 38.7024 92.3011 39.0124 92.1415 39.2345C91.6312 39.9458 91.0702 40.6331 90.475 41.2769C90.2892 41.478 89.9771 41.4903 89.7753 41.3038C89.575 41.1187 89.5626 40.8052 89.7477 40.6048C90.3153 39.9908 90.8502 39.3361 91.3365 38.6574C91.4577 38.4898 91.6639 38.4194 91.8533 38.4644ZM88.3643 42.2372C88.4637 42.2604 88.5574 42.3156 88.6285 42.3991C88.8049 42.6081 88.778 42.9202 88.5697 43.0966C87.899 43.662 87.1877 44.1911 86.4547 44.6687C86.2253 44.8175 85.919 44.7522 85.7702 44.5243C85.6207 44.2956 85.6853 43.9886 85.9146 43.8391C86.6129 43.384 87.2923 42.8796 87.931 42.3403C88.0551 42.235 88.2169 42.2024 88.3643 42.2372ZM84.0595 45.0432C84.1988 45.0759 84.3229 45.1688 84.3904 45.3074C84.5102 45.5528 84.4086 45.8489 84.1632 45.9694C83.3765 46.3541 82.5577 46.6945 81.7318 46.9797C81.4734 47.0697 81.1917 46.9318 81.1025 46.6734C81.0132 46.415 81.1504 46.1334 81.4088 46.0441C82.1977 45.7712 82.978 45.4475 83.7292 45.0795C83.8352 45.028 83.952 45.0178 84.0595 45.0432ZM79.2052 46.7199C79.3852 46.7627 79.5347 46.9057 79.5761 47.0988C79.6327 47.3659 79.4621 47.6286 79.195 47.6852C78.3378 47.8674 77.4617 47.9973 76.5908 48.0721C76.3179 48.0946 76.0791 47.8928 76.0558 47.6206C76.0326 47.3484 76.2344 47.1089 76.5066 47.0857C77.3376 47.0146 78.1723 46.8904 78.9896 46.717C79.0629 46.7017 79.1362 46.7032 79.2052 46.7199ZM74.0896 47.1583C74.3153 47.2113 74.4794 47.4188 74.4699 47.6584C74.459 47.9313 74.2297 48.1447 73.956 48.1338C73.0836 48.1004 72.2017 48.0111 71.3351 47.8696C71.0658 47.821 70.8822 47.5705 70.9265 47.3013C70.9707 47.0313 71.2248 46.8491 71.4948 46.8926C72.3215 47.0284 73.1627 47.1133 73.9945 47.1452C74.0272 47.1459 74.0591 47.151 74.0896 47.1583ZM66.5977 45.4541C66.6252 45.4606 66.6536 45.47 66.6804 45.4816C67.3431 45.7676 68.0326 46.0224 68.7301 46.2387C68.8354 46.2721 68.9399 46.3033 69.0437 46.3337C69.3064 46.4107 69.4567 46.685 69.3805 46.9478C69.3043 47.2105 69.0255 47.3688 68.7671 47.2846C68.6561 47.2519 68.5458 47.2185 68.4347 47.1837C67.7053 46.9572 66.9824 46.6901 66.2877 46.3904C66.0366 46.2822 65.9212 45.9912 66.0293 45.74C66.1266 45.5157 66.3683 45.3996 66.5977 45.4541Z" fill="#91B3FA"/>
</g>
<g opacity="0.3">
<path opacity="0.3" d="M79.3983 5.90609C79.6611 5.96851 79.8266 6.23053 79.7678 6.49546C79.7082 6.76183 79.444 6.93022 79.1777 6.87071C78.3742 6.69215 77.5533 6.56078 76.7375 6.48094C76.4675 6.45191 76.2664 6.21238 76.2933 5.9402C76.3201 5.66802 76.5625 5.46914 76.834 5.496C77.6897 5.58019 78.5498 5.71737 79.3918 5.90464C79.394 5.90536 79.3961 5.90536 79.3983 5.90609ZM81.832 6.6036C81.8494 6.60796 81.8661 6.61304 81.8835 6.61885C82.6964 6.90482 83.4992 7.24378 84.2715 7.62484C84.5161 7.74605 84.617 8.04291 84.4958 8.28751C84.3745 8.53284 84.077 8.63228 83.8331 8.51252C83.0964 8.14815 82.3299 7.82516 81.5547 7.55225C81.2971 7.46153 81.1621 7.17918 81.2528 6.92151C81.337 6.67981 81.5896 6.54626 81.832 6.6036ZM74.3691 5.41398C74.5825 5.46406 74.7444 5.6535 74.7502 5.88359C74.7567 6.1565 74.5411 6.38368 74.2682 6.39021C73.4451 6.41126 72.617 6.48239 71.8055 6.60215C71.5348 6.64062 71.2836 6.45481 71.2437 6.1848C71.2038 5.9148 71.3911 5.66294 71.6611 5.62302C72.5117 5.49745 73.3798 5.42342 74.2428 5.40164C74.2864 5.40019 74.3292 5.40454 74.3691 5.41398ZM86.3633 8.84639C86.4177 8.85946 86.4714 8.88196 86.5215 8.91462C87.2423 9.38786 87.9405 9.91118 88.5966 10.4686C88.805 10.6457 88.8304 10.9578 88.6533 11.1661C88.4769 11.3737 88.164 11.3991 87.9557 11.2227C87.3294 10.6914 86.6638 10.1928 85.9772 9.74133C85.7493 9.59109 85.6854 9.28407 85.8356 9.05616C85.9532 8.8776 86.1666 8.79994 86.3633 8.84639ZM69.3711 6.15214C69.5417 6.19206 69.6854 6.32198 69.7347 6.50271C69.8073 6.76691 69.652 7.0391 69.3885 7.11095C68.5967 7.32797 67.8099 7.59653 67.0499 7.90863C66.7966 8.01242 66.5077 7.89121 66.404 7.63863C66.3002 7.38604 66.4214 7.09644 66.674 6.99264C67.4709 6.66602 68.2962 6.3844 69.1265 6.1565C69.2092 6.134 69.2934 6.134 69.3711 6.15214ZM64.6954 8.06759C64.826 8.09807 64.9436 8.18154 65.014 8.30783C65.1476 8.54663 65.0619 8.84785 64.8238 8.9814C64.1053 9.3835 63.4049 9.83206 62.7422 10.3155C62.5208 10.4766 62.2116 10.428 62.0505 10.2073C61.8893 9.98666 61.938 9.67746 62.1586 9.51633C62.8532 9.00971 63.587 8.53865 64.3404 8.11767C64.4529 8.05452 64.5792 8.04073 64.6954 8.06759ZM60.6134 11.0485C60.7048 11.0703 60.7919 11.1182 60.8609 11.1923C61.0474 11.3919 61.0372 11.7054 60.8369 11.8919C60.2352 12.4537 59.6633 13.0576 59.1363 13.6862C58.9607 13.8952 58.6486 13.9228 58.4395 13.7479C58.2298 13.5722 58.2022 13.2601 58.3778 13.0504C58.9302 12.3913 59.5304 11.7577 60.1612 11.1683C60.2867 11.0514 60.4573 11.0122 60.6134 11.0485Z" fill="#91B3FA"/>
<path opacity="0.3" d="M90.2333 12.1328C90.3262 12.1546 90.414 12.2039 90.483 12.2794C90.7697 12.5908 91.0491 12.9123 91.3126 13.2346C91.4853 13.4466 91.4541 13.7579 91.2422 13.9314C91.0302 14.1034 90.7189 14.0722 90.5454 13.861C90.2943 13.5532 90.0279 13.2469 89.7542 12.9494C89.5692 12.7483 89.5822 12.4348 89.7833 12.2504C89.9096 12.135 90.0787 12.0965 90.2333 12.1328Z" fill="#91B3FA"/>
</g>
<path d="M88.365 18.2602C88.3186 18.1644 88.2155 18.1085 88.1096 18.1208L85.0822 18.4873C84.1836 17.3826 83.1021 16.4122 81.8631 15.6305L81.8653 12.5828C81.8653 12.4761 81.7978 12.381 81.6969 12.3454L78.2391 11.15C78.1382 11.1152 78.0257 11.1478 77.9597 11.232L76.0791 13.6309C74.6209 13.4806 73.1714 13.5757 71.783 13.89L69.628 11.7321C69.5525 11.6566 69.4371 11.637 69.3413 11.6835L66.0512 13.2832C65.9546 13.3296 65.8987 13.4327 65.9118 13.5387L66.2783 16.5661C65.1729 17.4647 64.2032 18.5461 63.4215 19.7858L60.3738 19.7837C60.2671 19.7837 60.172 19.8512 60.1364 19.9521L58.941 23.4099C58.9062 23.5108 58.9388 23.6233 59.023 23.6886L61.4219 25.5692C61.2716 27.0274 61.3667 28.4768 61.681 29.8653L59.5231 32.0203C59.4476 32.0958 59.428 32.2112 59.4745 32.307L61.0742 35.5972C61.1207 35.693 61.2237 35.7489 61.3297 35.7365L64.3571 35.37C65.2557 36.4754 66.3371 37.4451 67.5761 38.2268L67.5739 41.2745C67.5739 41.3812 67.6414 41.4763 67.7423 41.5119L71.2001 42.7073C71.301 42.7422 71.4135 42.7095 71.4788 42.6253L73.3594 40.2265C74.8176 40.3767 76.2671 40.2816 77.6563 39.9673L79.8113 42.1252C79.8867 42.2007 80.0021 42.2203 80.098 42.1738L83.3881 40.5741C83.4839 40.5277 83.5398 40.4246 83.5275 40.3186L83.1609 37.2912C84.2663 36.3927 85.236 35.3112 86.0177 34.0715L89.0655 34.0737C89.1722 34.0737 89.2672 34.0062 89.3021 33.9045L90.4975 30.4467C90.5323 30.3458 90.4997 30.2333 90.4155 30.1673L88.0166 28.2867C88.1669 26.8285 88.0718 25.3798 87.7575 23.9905L89.9154 21.8356C89.9909 21.7601 90.0105 21.6447 89.964 21.5489L88.365 18.2602Z" fill="#91B3FA"/>
<path d="M75.5873 23.2877C76.3639 23.4713 77.0592 23.8966 77.5826 24.5187C78.2264 25.2837 78.5341 26.2534 78.4485 27.2499C78.2721 29.3055 76.4561 30.8355 74.3998 30.6598C72.3407 30.4798 70.8136 28.6667 70.9899 26.6105C71.0749 25.6139 71.5437 24.711 72.308 24.0672C73.073 23.4227 74.0427 23.1149 75.0393 23.2013C75.2258 23.2158 75.4087 23.2456 75.5873 23.2877ZM74.0848 29.6088C74.2148 29.6393 74.3476 29.6611 74.484 29.6727C75.9966 29.8019 77.3329 28.6769 77.4621 27.1643C77.5245 26.4319 77.2988 25.7177 76.8248 25.1559C76.3508 24.5934 75.6867 24.2494 74.9536 24.1855C74.2206 24.1231 73.5071 24.3488 72.9446 24.8228C72.3821 25.2967 72.0373 25.9609 71.9749 26.6939C71.858 28.0701 72.7791 29.3004 74.0848 29.6088Z" fill="#F7F8FB"/>
<path d="M76.7879 17.8943C77.0928 17.9662 77.3961 18.054 77.6981 18.1585C78.2976 18.3654 78.8775 18.634 79.4212 18.9569C79.4459 18.9715 79.4698 18.986 79.4945 19.0012C79.6825 19.1152 79.7674 19.3344 79.7202 19.5376C79.7086 19.587 79.689 19.6356 79.6614 19.6813C79.5199 19.915 79.2158 19.9883 78.9821 19.8475C78.4769 19.5412 77.9362 19.2879 77.3758 19.0941C77.3453 19.0832 77.3141 19.0731 77.2836 19.0629C75.9525 18.6173 74.5611 18.52 73.2147 18.7581C72.4838 18.8873 71.766 19.1159 71.0779 19.4432C71.0721 19.4462 71.067 19.4483 71.0612 19.4512C71.0438 19.4599 71.0271 19.4672 71.0104 19.4759C69.0086 20.4492 67.5061 22.144 66.7789 24.2475C66.6845 24.5196 66.6054 24.7947 66.5401 25.0713C66.1009 26.9323 66.3136 28.871 67.1606 30.6137C68.134 32.6155 69.8287 34.1179 71.9322 34.8445C74.0349 35.5703 76.2965 35.436 78.2983 34.4627C80.3002 33.4894 81.8026 31.7946 82.5299 29.6911C82.6228 29.4233 82.7012 29.1519 82.7658 28.8782C83.0459 27.6908 83.0633 26.4561 82.8115 25.2614C82.7962 25.1881 82.7977 25.1148 82.8144 25.0459C82.8572 24.8651 83.0002 24.7156 83.194 24.675C83.4618 24.6198 83.7238 24.7897 83.7805 25.0575C84.0614 26.3937 84.0425 27.7757 83.7296 29.1039C83.6571 29.4102 83.5692 29.7144 83.4662 30.0134C82.6525 32.3672 80.9715 34.2631 78.7317 35.3518C76.4925 36.4406 73.9637 36.5944 71.6099 35.7786C69.2561 34.965 67.361 33.284 66.2722 31.0448C65.3243 29.0952 65.0862 26.9258 65.5776 24.8441C65.6509 24.5349 65.7395 24.2271 65.8447 23.923C67.4169 19.3678 72.1927 16.81 76.7879 17.8943Z" fill="#F7F8FB"/>
<path d="M6.42713 162.001C9.31227 132.899 16.532 60.619 18.1085 50.0539C20.0892 36.7757 36.3607 39.7059 36.3607 39.7059L39.8446 174.077H17.1577C14.1085 174.077 11.2008 172.763 9.15767 170.458C7.11376 168.154 6.12083 165.09 6.42713 162.001Z" fill="url(#paint0_linear)"/>
<path d="M189.971 177.465C197.056 177.315 202.676 171.45 202.526 164.366L200.212 55.2787C200.085 49.2602 195.263 44.3979 189.246 44.2194L30.9212 39.5218C26.2128 39.3817 22.3239 43.1684 22.3384 47.879L22.718 172.955C22.7311 177.381 26.3733 180.935 30.7986 180.842L189.971 177.465Z" fill="#2F33A7"/>
<path d="M200.174 168.308C202.441 168.273 204.153 166.243 203.801 164.003C201.465 149.149 194.13 98.0557 196.483 55.6335C196.591 53.6992 195.091 52.0538 193.155 51.9921L34.116 46.9186C31.9357 46.8489 30.1081 48.5517 30.0253 50.732C29.3488 68.567 26.8302 142.013 30.1255 168.121C30.3258 169.71 31.6925 170.891 33.2937 170.866L200.174 168.308Z" fill="url(#paint1_linear)"/>
<path d="M196.156 166.638C198.338 166.605 199.986 164.651 199.647 162.495C197.399 148.201 190.34 99.0306 192.604 58.206C192.707 56.3443 191.265 54.7612 189.401 54.7017L36.351 49.8198C34.2526 49.7531 32.494 51.3912 32.4141 53.4896C31.7631 70.6531 29.3388 141.333 32.5107 166.458C32.7037 167.987 34.0189 169.123 35.5598 169.099L196.156 166.638Z" fill="#91B3FA"/>
<path d="M102.088 80.6397L102.322 91.662C102.357 93.3445 101.009 94.7301 99.3253 94.7395L88.0192 94.8034C86.3731 94.8128 85.0238 93.4991 84.9889 91.8536L84.7429 80.2651C84.7059 78.5232 86.1488 77.1129 87.8893 77.1906L99.207 77.6921C100.794 77.7625 102.054 79.0516 102.088 80.6397Z" fill="#F7F8FB"/>
<path opacity="0.72" d="M141.616 94.645L130.31 94.7089C128.664 94.7183 127.315 93.4046 127.28 91.7591L127.071 81.9032C127.034 80.1714 128.461 78.7655 130.192 78.8272L141.508 79.2336C143.104 79.2909 144.379 80.5844 144.412 82.1812L144.611 91.5668C144.648 93.25 143.3 94.6356 141.616 94.645Z" fill="white"/>
<path opacity="0.72" d="M131.711 143.743L142.465 143.639C144.267 143.621 145.747 145.056 145.785 146.858L145.999 156.929C146.036 158.719 144.638 160.209 142.849 160.285L132.102 160.74C130.26 160.818 128.714 159.367 128.675 157.524L128.453 147.102C128.416 145.271 129.88 143.761 131.711 143.743Z" fill="white"/>
<path d="M149.805 156.687L149.595 146.84C149.557 145.041 150.996 143.556 152.796 143.539L163.663 143.434C165.434 143.416 166.889 144.827 166.927 146.598L167.128 156.091C167.165 157.849 165.79 159.314 164.033 159.389L153.173 159.848C151.363 159.925 149.843 158.499 149.805 156.687Z" fill="#F7F8FB"/>
<path opacity="0.72" d="M148.862 112.231L148.69 104.148C148.649 102.195 150.222 100.592 152.174 100.596L162.552 100.615C164.442 100.618 165.984 102.13 166.024 104.019L166.188 111.744C166.228 113.65 164.728 115.233 162.823 115.295L152.454 115.635C150.517 115.698 148.902 114.168 148.862 112.231Z" fill="white"/>
<path opacity="0.72" d="M149.359 135.723L149.097 123.358C149.059 121.588 150.453 120.117 152.223 120.059L162.836 119.712C164.772 119.649 166.387 121.178 166.428 123.114L166.692 135.584C166.731 137.396 165.273 138.885 163.461 138.885L152.591 138.887C150.832 138.887 149.397 137.481 149.359 135.723Z" fill="white"/>
<path d="M120.473 94.764L109.167 94.8278C107.52 94.8373 106.171 93.5235 106.136 91.8781L105.908 81.1424C105.871 79.4106 107.299 78.0047 109.029 78.0664L120.345 78.4729C121.942 78.5302 123.216 79.8236 123.25 81.4212L123.467 91.6865C123.504 93.3689 122.155 94.7545 120.473 94.764Z" fill="#FF5668"/>
<path d="M128.212 135.67L127.967 124.106C127.928 122.306 129.346 120.808 131.147 120.749L141.897 120.397C143.727 120.337 145.253 121.784 145.293 123.615L145.545 135.529C145.584 137.372 144.101 138.888 142.257 138.888L131.501 138.889C129.711 138.889 128.25 137.458 128.212 135.67Z" fill="#F7F8FB"/>
<path opacity="0.72" d="M108.872 100.518L121.219 100.54C122.574 100.542 123.679 101.627 123.708 102.982L123.944 114.101C123.973 115.467 122.897 116.602 121.531 116.647L109.194 117.05C107.806 117.096 106.648 115.999 106.619 114.61L106.374 103.064C106.344 101.665 107.472 100.515 108.872 100.518Z" fill="white"/>
<path opacity="0.72" d="M102.574 103.569L102.799 114.159C102.836 115.876 101.484 117.302 99.7675 117.359L88.7111 117.721C86.9662 117.779 85.5109 116.399 85.4739 114.655L85.2409 103.683C85.2039 101.924 86.6215 100.478 88.3808 100.481L99.446 100.502C101.149 100.504 102.539 101.866 102.574 103.569Z" fill="white"/>
<path opacity="0.72" d="M142.664 115.954L130.326 116.358C128.938 116.404 127.78 115.306 127.751 113.918L127.522 103.102C127.492 101.702 128.62 100.553 130.02 100.555L142.367 100.577C143.722 100.58 144.827 101.664 144.856 103.019L145.077 113.408C145.105 114.774 144.03 115.909 142.664 115.954Z" fill="white"/>
<path opacity="0.72" d="M110.016 121.441L120.765 121.089C122.595 121.028 124.122 122.475 124.161 124.306L124.399 135.531C124.439 137.374 122.955 138.89 121.111 138.89L110.355 138.891C108.566 138.891 107.104 137.461 107.066 135.672L106.835 124.798C106.797 122.996 108.215 121.5 110.016 121.441Z" fill="white"/>
<path d="M88.5122 122.145L100.014 121.768C101.635 121.715 102.987 122.996 103.021 124.617L103.261 135.918C103.296 137.55 101.982 138.892 100.35 138.893L88.8395 138.894C87.255 138.894 85.9609 137.627 85.9275 136.043L85.696 125.117C85.6619 123.523 86.9175 122.197 88.5122 122.145Z" fill="#F7F8FB"/>
<path opacity="0.72" d="M161.18 94.389L152.598 94.4376C150.316 94.4507 148.445 92.6296 148.397 90.3476L148.247 83.2679C148.201 81.1289 149.964 79.392 152.103 79.4682L161.652 79.8108C163.819 79.8885 165.548 81.6435 165.594 83.8116L165.72 89.7241C165.774 92.2739 163.73 94.3745 161.18 94.389Z" fill="white"/>
<path opacity="0.72" d="M170.743 146.885C170.702 144.948 172.251 143.351 174.188 143.332L177.926 143.296C180.766 143.269 183.09 145.146 183.14 147.511L183.285 154.355C183.334 156.701 181.129 158.665 178.315 158.785L174.301 158.955C172.491 159.032 170.971 157.606 170.933 155.794L170.743 146.885Z" fill="white"/>
<path opacity="0.72" d="M50.5434 144.532L57.8945 144.461C59.6974 144.444 61.1788 145.88 61.2173 147.683L61.4895 160.506C61.5272 162.297 60.1271 163.789 58.3379 163.865L51.0202 164.174C48.1024 164.298 45.6542 162.395 45.6027 159.965L45.369 148.968C45.3182 146.557 47.6466 144.561 50.5434 144.532Z" fill="white"/>
<path opacity="0.72" d="M177.627 138.884L173.979 138.885C172.086 138.885 170.541 137.372 170.501 135.48L170.234 122.911C170.194 121.006 171.694 119.423 173.598 119.36L177.271 119.24C180.167 119.145 182.578 121.041 182.628 123.452L182.861 134.448C182.913 136.879 180.548 138.883 177.627 138.884Z" fill="white"/>
<path opacity="0.72" d="M177.321 114.822L172.727 114.972C171.263 115.02 170.043 113.863 170.011 112.398L169.819 103.32C169.788 101.843 170.977 100.631 172.454 100.633L177.092 100.642C179.906 100.647 182.185 102.515 182.235 104.857L182.352 110.389C182.402 112.755 180.16 114.729 177.321 114.822Z" fill="white"/>
<path d="M49.3699 75.7795L56.742 76.0444C58.4027 76.1039 59.7288 77.4496 59.7636 79.111L60.0322 91.7773C60.0692 93.5273 58.6662 94.9688 56.9155 94.979L49.3249 95.0218C46.4935 95.0377 44.1861 93.1629 44.136 90.8069L43.911 80.2121C43.858 77.7058 46.3643 75.6714 49.3699 75.7795Z" fill="#4D53E0"/>
<path d="M110.569 143.949L121.323 143.845C123.125 143.827 124.605 145.262 124.643 147.064L124.871 157.824C124.909 159.613 123.51 161.104 121.722 161.18L110.974 161.635C109.132 161.713 107.586 160.262 107.547 158.419L107.311 147.307C107.274 145.477 108.738 143.967 110.569 143.949Z" fill="#F7F8FB"/>
<path opacity="0.72" d="M49.6788 100.411L57.1511 100.425C58.8546 100.428 60.2438 101.791 60.2801 103.494L60.5356 115.543C60.5719 117.26 59.2204 118.687 57.5038 118.743L50.0017 118.989C47.1064 119.084 44.6953 117.188 44.6445 114.777L44.434 104.847C44.381 102.412 46.7537 100.405 49.6788 100.411Z" fill="white"/>
<path d="M49.9514 123.406L57.7503 123.151C59.3711 123.098 60.7233 124.379 60.7574 126L60.9679 135.923C61.0027 137.555 59.689 138.896 58.0566 138.897L50.22 138.898C47.4023 138.898 45.116 137.028 45.0659 134.682L44.9207 127.838C44.8707 125.474 47.112 123.499 49.9514 123.406Z" fill="#F7F8FB"/>
<path opacity="0.72" d="M81.889 125.308L82.114 135.92C82.1488 137.552 80.8351 138.894 79.2027 138.894L67.6927 138.896C66.1082 138.896 64.8141 137.629 64.7807 136.045L64.5637 125.809C64.5296 124.214 65.7859 122.888 67.3798 122.836L78.8819 122.46C80.5027 122.406 81.8549 123.687 81.889 125.308Z" fill="white"/>
<path opacity="0.72" d="M68.287 144.36L79.0364 144.255C80.8394 144.238 82.3208 145.674 82.3592 147.477L82.6169 159.611C82.6546 161.401 81.2545 162.893 79.4654 162.969L68.7232 163.423C66.8797 163.502 65.3322 162.049 65.293 160.204L65.0281 147.72C64.9896 145.889 66.455 144.377 68.287 144.36Z" fill="white"/>
<path opacity="0.72" d="M176.717 94.3009L172.218 94.3263C170.781 94.3343 169.604 93.1882 169.573 91.7511L169.385 82.8721C169.353 81.3602 170.599 80.1329 172.11 80.1873L176.874 80.3586C179.601 80.4566 181.756 82.2965 181.804 84.5698L181.917 89.8661C181.967 92.2846 179.624 94.2842 176.717 94.3009Z" fill="white"/>
<path d="M89.4296 144.154L99.9976 144.052C101.901 144.034 103.465 145.55 103.505 147.452L103.744 158.716C103.782 160.507 102.382 161.999 100.593 162.075L89.8513 162.529C88.0077 162.607 86.4603 161.155 86.4211 159.31L86.1707 147.515C86.1315 145.684 87.5969 144.172 89.4296 144.154Z" fill="#F7F8FB"/>
<path opacity="0.72" d="M80.9255 79.8697L81.1759 91.6564C81.2129 93.4063 79.8099 94.8478 78.0592 94.858L66.9963 94.9204C65.2841 94.9298 63.8804 93.5638 63.8441 91.8516L63.5842 79.6048C63.5458 77.8033 65.0308 76.3408 66.8315 76.4054L77.9046 76.8031C79.5646 76.8626 80.8907 78.2083 80.9255 79.8697Z" fill="white"/>
<path opacity="0.72" d="M81.4275 103.533L81.6678 114.853C81.7041 116.57 80.3526 117.996 78.636 118.053L67.5789 118.415C65.834 118.472 64.3787 117.093 64.3417 115.348L64.0935 103.646C64.0565 101.887 65.474 100.441 67.2334 100.444L78.2985 100.465C80.002 100.467 81.3912 101.829 81.4275 103.533Z" fill="white"/>
<path d="M177.943 70.8108L177.434 74.5437C177.27 75.7392 176.262 76.6377 175.057 76.6639L174.88 76.6675C173.526 76.6965 172.406 75.6223 172.377 74.2679L172.295 70.4472C172.264 68.9665 173.542 67.7965 175.015 67.9583L175.782 68.0425C177.153 68.1928 178.13 69.4441 177.943 70.8108Z" fill="white"/>
<path d="M160.619 69.849L160.109 73.5819C159.946 74.7774 158.938 75.6759 157.732 75.7021L157.556 75.7057C156.202 75.734 155.082 74.6605 155.053 73.3061L154.971 69.4854C154.94 68.0047 156.218 66.834 157.691 66.9966L158.457 67.0808C159.828 67.231 160.805 68.4823 160.619 69.849Z" fill="white"/>
<path d="M139.303 70.1419L138.793 73.8748C138.63 75.0702 137.622 75.9688 136.416 75.9949L136.24 75.9985C134.886 76.0276 133.766 74.9534 133.737 73.599L133.655 69.7782C133.624 68.2976 134.902 67.1275 136.375 67.2894L137.141 67.3736C138.513 67.5246 139.489 68.7759 139.303 70.1419Z" fill="white"/>
<path d="M118.535 69.2122L118.025 72.9444C117.862 74.1398 116.854 75.0384 115.648 75.0645L115.472 75.0681C114.118 75.0972 112.998 74.0229 112.969 72.6693L112.887 68.8486C112.856 67.3679 114.134 66.1979 115.607 66.3597L116.374 66.4439C117.744 66.5942 118.721 67.8455 118.535 69.2122Z" fill="white"/>
<path d="M97.2038 66.501L96.6943 70.2339C96.531 71.4286 95.5228 72.3279 94.3172 72.354L94.1409 72.3577C92.7872 72.3867 91.6665 71.3118 91.6375 69.9581L91.5562 66.1374C91.525 64.6567 92.8032 63.4859 94.2759 63.6478L95.0423 63.732C96.4134 63.883 97.3904 65.1343 97.2038 66.501Z" fill="white"/>
<path d="M74.6072 66.9796L74.0976 70.7126C73.9343 71.908 72.9262 72.8066 71.7206 72.832L71.5442 72.8356C70.1905 72.8646 69.0699 71.7904 69.0408 70.436L68.9595 66.6153C68.9283 65.1346 70.2065 63.9639 71.6792 64.1264L72.4464 64.2106C73.8175 64.3623 74.7937 65.6136 74.6072 66.9796Z" fill="white"/>
<path d="M55.5334 66.5804L55.0239 70.3133C54.8606 71.5087 53.8524 72.4073 52.6468 72.4334L52.4705 72.437C51.1168 72.4661 49.9961 71.3918 49.9671 70.0375L49.8858 66.2167C49.8546 64.736 51.1328 63.566 52.6055 63.7279L53.3719 63.8121C54.7437 63.9623 55.72 65.2136 55.5334 66.5804Z" fill="white"/>
<path d="M22.3384 172.007C22.559 172.007 22.7383 171.83 22.7398 171.609L23.2275 101.182C23.229 100.96 23.0504 100.779 22.8291 100.777C22.8283 100.777 22.8269 100.777 22.8269 100.777C22.6055 100.777 22.4262 100.955 22.4248 101.176L21.937 171.603C21.9356 171.824 22.1141 172.006 22.3355 172.007C22.3355 172.007 22.3369 172.007 22.3384 172.007Z" fill="white"/>
<path d="M22.938 85.4085C23.1587 85.4085 23.3379 85.2306 23.3394 85.01L23.51 60.4126C23.5114 60.1912 23.3329 60.0098 23.1115 60.0083C23.1108 60.0083 23.1093 60.0083 23.1093 60.0083C22.8879 60.0083 22.7086 60.1861 22.7072 60.4068L22.5366 85.0042C22.5352 85.2256 22.7137 85.407 22.9351 85.4085H22.938Z" fill="#91B3FA"/>
<path d="M173.675 64.7569C176.045 64.7569 177.966 62.8358 177.966 60.4659C177.966 58.096 176.045 56.1748 173.675 56.1748C171.305 56.1748 169.384 58.096 169.384 60.4659C169.384 62.8358 171.305 64.7569 173.675 64.7569Z" fill="url(#paint2_linear)"/>
<path d="M138.516 64.4264C140.886 64.4264 142.807 62.5052 142.807 60.1353C142.807 57.7654 140.886 55.8442 138.516 55.8442C136.146 55.8442 134.225 57.7654 134.225 60.1353C134.225 62.5052 136.146 64.4264 138.516 64.4264Z" fill="url(#paint3_linear)"/>
<path d="M103.028 63.2706C105.398 63.2706 107.319 61.3494 107.319 58.9795C107.319 56.6097 105.398 54.6885 103.028 54.6885C100.658 54.6885 98.7368 56.6097 98.7368 58.9795C98.7368 61.3494 100.658 63.2706 103.028 63.2706Z" fill="url(#paint4_linear)"/>
<path d="M67.8682 61.6202C70.2381 61.6202 72.1592 59.699 72.1592 57.3291C72.1592 54.9593 70.2381 53.0381 67.8682 53.0381C65.4983 53.0381 63.5771 54.9593 63.5771 57.3291C63.5771 59.699 65.4983 61.6202 67.8682 61.6202Z" fill="url(#paint5_linear)"/>
<path d="M64.6047 27.5947C71.8259 29.1704 71.1443 48.1681 70.5637 55.8814C70.4272 57.6967 68.9153 59.0968 67.095 59.0968C66.5898 59.0968 66.1086 58.8791 65.7704 58.5031C65.4329 58.1271 65.2717 57.6241 65.3254 57.1219C65.9489 51.2921 67.2764 34.5045 61.9605 33.6067C61.9605 33.6067 58.1471 32.9317 57.5054 40.3184H53.3799C53.3799 40.3176 55.5254 25.6139 64.6047 27.5947Z" fill="#FF5668"/>
<path d="M99.7636 28.5719C106.985 30.1477 106.303 49.1519 105.723 56.8652C105.586 58.6805 104.074 60.0835 102.254 60.0835C101.749 60.0835 101.268 59.8679 100.93 59.4912C100.593 59.1152 100.431 58.613 100.485 58.1107C101.109 52.2809 102.436 35.4803 97.1202 34.5824C97.1202 34.5824 93.3067 34.0555 92.6651 41.281H88.5396C88.5388 41.281 90.6851 26.5911 99.7636 28.5719Z" fill="#FF5668"/>
<path d="M134.922 29.5534C142.143 31.1292 141.462 50.1378 140.881 57.8511C140.745 59.6663 139.233 61.0715 137.412 61.0715C136.907 61.0715 136.426 60.8567 136.088 60.4807C135.751 60.1047 135.59 59.6032 135.644 59.1009C136.267 53.2711 137.595 36.4618 132.279 35.564C132.279 35.564 128.467 35.135 127.826 42.3976L123.699 42.2539C123.697 42.2546 125.843 27.5727 134.922 29.5534Z" fill="#FF5668"/>
<path d="M170.082 30.6889C177.303 32.2647 176.621 51.2834 176.041 58.9967C175.904 60.812 174.392 62.2223 172.572 62.2223C172.067 62.2223 171.586 62.0104 171.247 61.6337C170.91 61.2577 170.749 60.7569 170.802 60.2546C171.426 54.4248 172.754 37.5959 167.438 36.698C167.438 36.698 163.624 36.1428 162.983 43.3683H158.857C158.858 43.3691 161.003 28.7082 170.082 30.6889Z" fill="#FF5668"/>
<path d="M28.6245 100.625L32.5795 113.167C32.5795 113.167 37.1689 116.55 43.0211 113.321C43.9204 112.828 44.8502 112.182 45.7931 111.337C52.8959 104.998 48.1832 95.7765 48.1832 95.7765C48.1832 95.7765 53.6043 93.5896 51.1953 88.9879C51.0291 88.6736 50.5668 88.723 50.4681 89.0677C50.1168 90.3365 49.2603 92.5546 47.4675 93.3428C47.3753 93.3799 47.289 93.4227 47.2091 93.4597C47.1293 93.2195 47.1293 92.9364 47.3202 92.6344C47.8812 91.7845 46.8709 90.6203 46.8709 90.6203C46.8709 90.6203 46.8034 91.6488 46.0268 92.2897C45.3554 92.85 45.0353 94.0825 45.4911 95.0986C46.4644 98.8693 47.9183 103.853 42.2569 107.499C41.6777 107.869 41.0738 108.097 40.4583 108.195C35.0502 109.101 28.6245 100.625 28.6245 100.625Z" fill="url(#paint6_linear)"/>
<path d="M28.6245 100.624L32.5795 113.166C32.5795 113.166 37.1689 116.549 43.0212 113.32L40.4583 108.195C35.0502 109.1 28.6245 100.624 28.6245 100.624Z" fill="#FFC405"/>
<path d="M27.4388 85.2434C27.4388 85.2434 29.6779 77.4437 21.2991 79.5893C21.2991 79.5893 17.1938 79.0173 17.077 82.8816C17.077 82.8816 15.3031 85.5555 15.2276 88.8508C15.2276 88.8508 7.1608 90.9361 5.88771 94.1681C4.58487 97.4764 5.30778 102.731 8.6197 103.639C8.6197 103.639 5.98643 105.04 7.31903 108.031C8.65164 111.022 15.0897 113.002 18.7761 109.239C18.7761 109.239 29.5466 110.406 29.1532 102.826C29.1532 102.826 34.0713 99.4841 28.6785 93.34C23.2864 87.1952 27.4388 85.2434 27.4388 85.2434Z" fill="#FF5668"/>
<path d="M28.094 99.2443C26.4007 98.737 21.4702 97.7992 16.7807 102.127C15.9852 102.861 15.66 103.977 15.9438 105.021C17.2031 109.658 20.5266 123.36 17.6125 129.288C17.6125 129.288 22.7476 134.948 28.3502 130.386C28.3502 130.386 30.8638 119.43 34.1561 114.621C36.4293 111.3 30.5313 102.152 29.039 99.9418C28.814 99.608 28.4809 99.3605 28.094 99.2443Z" fill="#FFC405"/>
<path d="M23.4189 90.0322C23.4189 90.0322 20.9148 97.1163 20.7261 100.241C20.7261 100.241 23.4936 101.5 26.1022 99.375C26.1022 99.375 26.3759 92.2997 26.7714 91.0324L23.4189 90.0322Z" fill="url(#paint7_linear)"/>
<path d="M27.435 83.0352C27.435 83.0352 34.199 92.0455 30.347 94.7993C26.4951 97.5531 21.68 91.1506 21.68 91.1506C21.68 91.1506 20.0426 86.1707 21.5915 84.4317C23.1411 82.6926 27.435 83.0352 27.435 83.0352Z" fill="url(#paint8_linear)"/>
<path d="M24.3515 80.9145C24.3515 80.9145 27.3767 81.5569 27.8303 82.9076C28.284 84.2591 23.6256 85.6316 22.3141 85.7238L21.385 91.2415C21.385 91.2415 18.1348 86.1477 19.3041 83.1348C20.4727 80.1219 24.3515 80.9145 24.3515 80.9145Z" fill="#FF5668"/>
<path d="M22.9334 90.4442C22.9334 90.4442 20.3154 87.5525 19.3464 89.5006C18.3774 91.4487 21.7198 92.8155 22.8427 91.8443L22.9334 90.4442Z" fill="url(#paint9_linear)"/>
<path d="M34.8911 153.388C34.8722 153.885 35.7453 157.83 36.22 159.934C36.4116 160.78 36.2781 161.666 35.847 162.42L19.3897 190.12C19.1908 190.455 19.0457 190.818 18.9578 191.198C18.6559 192.498 18.031 195.684 18.3576 198.582L19.209 200.35L15.5269 199.514L14.7256 189.625L15.7679 188.989C16.6686 188.44 17.3697 187.62 17.7711 186.644C19.2591 183.03 22.9549 173.828 23.9072 169.343C24.9901 164.246 30.6494 160.107 30.6494 160.107L29.655 157.756L34.8911 153.388Z" fill="url(#paint10_linear)"/>
<path d="M11.4331 196.112C11.4331 196.112 13.4219 192.959 13.6556 191.732C13.8893 190.505 14.5411 188.338 15.767 188.99C15.767 188.99 16.3447 194.951 16.1459 197.28C15.947 199.609 18.7791 199.535 18.7791 199.535C18.7791 199.535 19.5601 199.644 20.1313 200.215C20.5262 200.61 20.2438 201.295 19.6864 201.33C18.7595 201.39 17.2876 201.406 15.7416 201.107C15.2016 201.002 14.8009 200.543 14.7682 199.993L14.3603 193.132L11.8519 196.299L11.4331 196.112Z" fill="#2F33A7"/>
<path d="M25.059 157.802C25.059 157.802 24.4783 182.579 24.3999 186.098C24.3215 189.617 24.9559 197.416 28.4834 199.747L26.9483 200.883C26.9483 200.883 25.0299 199.253 23.1559 196.115C21.0503 192.589 20.4137 191.946 20.4137 191.946L21.112 190.515C21.4175 189.889 21.5075 189.18 21.3667 188.497C20.6053 184.808 18.0621 172.536 17.3689 169.892C16.5502 166.773 16.4914 162.606 19.341 159.119C22.1898 155.632 25.059 157.802 25.059 157.802Z" fill="url(#paint11_linear)"/>
<path d="M21.8009 201.999C21.6913 201.999 21.5984 201.922 21.5832 201.813C21.4656 200.987 20.9771 197.675 20.5772 196.818C20.1192 195.836 18.6226 191.702 20.5779 191.352C20.5779 191.352 25.4388 198.454 26.3722 199.411C27.3056 200.368 28.4828 199.746 28.4828 199.746C28.4828 199.746 29.3923 200.014 30.0775 200.89C30.4041 201.307 30.1 201.92 29.5701 201.925L26.2959 201.956C25.3451 201.965 24.4901 201.388 24.1359 200.504C23.5596 199.065 22.5696 196.953 21.4155 196.016L22.0151 201.758C22.0296 201.885 21.9294 201.997 21.8009 201.999Z" fill="#2F33A7"/>
<path d="M29.1253 127.716C29.1253 127.716 28.3879 130.068 29.5209 133.941L36.5527 158.496C36.663 158.882 36.4547 159.286 36.0772 159.421C33.9738 160.176 27.0597 162.31 17.6211 161.659C17.1457 161.626 16.7472 161.29 16.6441 160.825C16.0221 158.026 13.9005 148.474 13.4636 146.512C11.7993 139.034 9.94046 130.97 18.1176 126.094C21.886 127.708 25.4004 128.66 29.1253 127.716Z" fill="url(#paint12_linear)"/>
<path d="M6.39373 118.222C6.39373 118.222 6.34002 118.226 6.34002 118.219C7.22624 117.523 11.9303 117.498 11.9303 117.498C11.9303 117.498 15.3467 112.551 16.5044 111.323C16.5421 111.286 16.5806 111.248 16.6118 111.216C16.6372 111.191 16.6626 111.165 16.7004 111.134C17.1243 110.742 17.5735 110.349 18.0606 109.944C18.5977 109.495 19.0281 108.919 19.2879 108.268C21.0974 103.713 19.6675 100.734 16.3781 102.644C16.3781 102.644 9.42548 108.419 6.7247 116.606C6.69349 116.707 6.66809 116.802 6.63543 116.897C6.52801 117.277 6.42058 117.637 6.32623 117.973C6.31969 117.998 6.34655 118.034 6.34074 118.059C6.32042 118.116 6.4126 118.166 6.39373 118.222Z" fill="#FFC405"/>
<path d="M23.5889 121.195C23.5889 121.195 15.509 125.761 12.7821 121.862C12.216 121.052 11.7907 118.264 11.93 117.497C9.50796 116.274 7.68543 118.072 6.32524 117.972C5.96814 119.841 5.79539 121.661 6.89356 123.67C11.6695 132.406 24.6573 123.187 24.6573 123.187L23.5889 121.195Z" fill="url(#paint13_linear)"/>
<path d="M22.6183 126.97L27.0284 111.57C27.0784 111.395 27.2272 111.268 27.408 111.247C28.2071 111.154 30.5217 110.892 33.1949 110.665C36.4147 110.393 40.1541 110.172 42.3882 110.36C42.7061 110.386 42.8977 110.723 42.7562 111.008C41.4853 113.579 36.2593 124.035 33.6413 127.461C33.5549 127.574 33.4207 127.641 33.2777 127.639L23.0458 127.544C22.7497 127.541 22.5363 127.256 22.6183 126.97Z" fill="#2F33A7"/>
<path d="M33.653 109.33L36.8502 108.797C37.0208 108.769 37.1602 108.931 37.1057 109.095L36.7893 110.054C36.7617 110.138 36.6891 110.198 36.602 110.21L33.5253 110.62C33.3663 110.641 33.2349 110.497 33.2712 110.341L33.4672 109.503C33.4882 109.414 33.5615 109.345 33.653 109.33Z" fill="url(#paint14_linear)"/>
<path d="M31.2588 112.037L31.5223 110.665C31.5484 110.528 31.6624 110.424 31.8017 110.41L38.2594 109.755C38.4764 109.733 38.6506 109.932 38.5998 110.144L38.189 111.854C38.1563 111.99 38.0373 112.09 37.8965 112.096L31.5862 112.414C31.3808 112.424 31.2196 112.24 31.2588 112.037Z" fill="url(#paint15_linear)"/>
<path d="M23.6836 123.249C23.6836 123.249 23.0696 120.723 23.3171 119.826C23.5646 118.93 24.0451 117.778 25.6455 118.034C27.246 118.291 29.1338 118.965 29.1338 118.965C29.1338 118.965 29.0387 120.132 27.8223 119.755L28.5764 120.339C28.5764 120.339 28.4682 121.274 27.4412 120.774L28.1431 121.548C28.1431 121.548 27.7018 122.316 26.9462 121.823C26.1899 121.331 25.827 123.553 23.6836 123.249Z" fill="url(#paint16_linear)"/>
<path d="M167.467 196.743C169.742 196.94 173.691 197.259 176.803 197.396C178.674 197.478 179.751 197.296 180.372 197.047C180.371 197.117 180.369 197.183 180.366 197.245C180.352 197.572 180.085 197.834 179.754 197.853C173.872 198.181 169.194 197.967 167.529 197.865C167.185 197.844 166.98 197.47 167.155 197.176C167.244 197.029 167.351 196.885 167.467 196.743Z" fill="url(#paint17_linear)"/>
<path d="M176.803 197.395C173.689 197.258 169.741 196.939 167.466 196.742C169.703 193.998 176.803 192.148 176.803 192.148H178.808C180.187 194.136 180.387 196.029 180.371 197.046C179.752 197.294 178.674 197.478 176.803 197.395Z" fill="#2F33A7"/>
<path d="M179.146 188.875L178.958 192.588C178.937 192.99 178.636 193.329 178.233 193.386C177.833 193.443 177.296 193.451 176.727 193.261C176.377 193.144 176.118 192.85 176.053 192.49L175.405 188.875H179.146Z" fill="url(#paint18_linear)"/>
<path d="M202.418 201.027C203.405 200.849 203.851 200.186 204.038 199.479C204.04 199.485 204.04 199.492 204.042 199.497C204.187 200.244 203.85 201.019 203.177 201.387C202.365 201.832 201.475 201.908 200.785 201.871C200.045 201.832 199.365 201.435 198.992 200.802L198.986 200.792C199.73 201.268 200.773 201.324 202.418 201.027Z" fill="url(#paint19_linear)"/>
<path d="M197.767 190.019H199.421C201.939 189.952 203.521 196.819 204.039 199.478C203.852 200.186 203.405 200.848 202.419 201.026C200.773 201.323 199.73 201.266 198.987 200.792C197.626 198.477 196.951 195.087 196.627 193.11C196.258 190.86 197.767 190.019 197.767 190.019Z" fill="#2F33A7"/>
<path d="M199.207 186.572L200.125 190.225C200.238 190.672 200.024 191.135 199.609 191.348C199.095 191.612 198.372 191.889 197.708 191.808C197.395 191.771 197.136 191.551 197.032 191.256L195.684 187.413L199.207 186.572Z" fill="url(#paint20_linear)"/>
<path d="M166.906 138.472C166.906 138.472 175.112 189.765 174.977 190.048C174.977 190.048 177.243 191.078 179.714 190.179C179.714 190.179 178.972 162.759 177.233 152.245C177.233 152.245 191.238 176.754 195.685 188.966C195.685 188.966 198.005 188.689 199.925 187.425C199.925 187.425 184.846 143.312 180.822 137.437L166.906 138.472Z" fill="#4D53E0"/>
<path d="M176.906 151.978C176.95 151.978 176.995 151.967 177.035 151.941C177.148 151.87 177.183 151.721 177.111 151.607L174.045 146.71C174.009 146.653 173.953 146.614 173.887 146.601L171.631 146.146C171.499 146.12 171.372 146.205 171.346 146.336C171.319 146.467 171.404 146.595 171.535 146.621L173.689 147.054L176.701 151.864C176.746 151.938 176.825 151.978 176.906 151.978Z" fill="url(#paint21_linear)"/>
<path d="M129.251 88.2461C129.251 88.2461 134.788 89.4677 138.156 91.0224C138.825 91.3308 139.359 91.8709 139.662 92.5364C140.669 94.7429 143.683 100.276 149.527 102.916C148.685 104.033 147.33 106.357 146.74 110.262C143.23 107.65 140.2 103.287 138.745 96.1314C138.745 96.1314 137.637 96.7339 136.255 96.0625C135.525 95.7075 134.681 95.2046 134.049 94.809C133.419 94.4149 132.949 93.8023 132.767 93.0866C132.526 92.1416 132.668 91.3105 132.668 90.4192L129.822 89.5373C129.821 89.5373 128.965 89.2151 129.251 88.2461Z" fill="url(#paint22_linear)"/>
<path d="M146.74 110.263C147.33 106.357 148.685 104.034 149.527 102.917C153.157 104.557 157.88 105.081 163.894 102.997C164.448 102.805 165.026 102.692 165.613 102.658C168.814 102.47 179.364 102.128 188.093 105.012C189.93 105.619 191.418 106.978 192.186 108.737C194.547 114.156 198.37 126.498 187.757 132.729C186.941 130.705 186 129.077 185.195 127.881C186.904 124.998 187.41 121.061 184.377 115.933C182.166 121.905 181.128 130.619 180.911 134.475C180.84 135.745 181.063 137.012 181.561 138.184L181.615 138.312C181.722 138.563 181.575 138.851 181.307 138.912C175.332 140.254 169.118 139.889 167.261 139.735C166.929 139.708 166.654 139.471 166.578 139.15C163.672 126.908 163.666 118.557 164.377 113.277C161.66 113.885 153.349 115.182 146.74 110.263Z" fill="#FFC405"/>
<path d="M164.365 113.608C164.485 113.608 164.589 113.519 164.606 113.397C165.288 108.242 166.678 105.993 166.692 105.971C166.763 105.857 166.729 105.708 166.616 105.636C166.504 105.565 166.354 105.598 166.282 105.711C166.223 105.804 164.823 108.057 164.125 113.333C164.108 113.466 164.201 113.588 164.333 113.606C164.344 113.607 164.355 113.608 164.365 113.608Z" fill="url(#paint23_linear)"/>
<path d="M179.111 95.5254C179.111 95.5254 179.716 101.916 180.248 103.807C180.328 104.094 180.204 104.396 179.943 104.545C179.041 105.061 176.874 105.903 173.91 104.451C173.431 104.216 173.142 103.715 173.164 103.186L173.426 97.0097L179.111 95.5254Z" fill="url(#paint24_linear)"/>
<path d="M173.296 87.3496C173.296 87.3496 171.362 91.7909 171.232 94.1215C171.102 96.4522 170.6 97.9655 173.296 98.4344C175.99 98.904 178.262 97.5612 179.491 95.2393C179.491 95.2393 181.418 91.6617 180.986 90.1963C180.554 88.7316 173.296 87.3496 173.296 87.3496Z" fill="url(#paint25_linear)"/>
<path d="M178.569 93.5701L178.416 93.5025C178.221 93.4162 178.137 93.1839 178.235 92.9945C178.616 92.2599 179.357 90.5775 178.399 90.1848C177.165 89.6789 172.279 88.6824 171.225 86.9484C170.212 85.2819 171.11 83.1313 172.459 82.5194C172.549 82.4788 172.656 82.5107 172.702 82.5985L172.815 82.8112C172.892 82.9571 173.107 82.9346 173.152 82.7763C173.197 82.6246 173.398 82.5949 173.482 82.7292C173.806 83.2481 174.681 84.0886 177.02 84.5205C180.345 85.1338 182.544 86.4795 182.598 88.7774C182.602 88.9233 182.757 89.0046 182.882 88.9284C183.127 88.7789 183.521 88.7085 184.046 89.1498C184.959 89.9177 184.585 91.9094 182.583 93.5483C182.488 93.6259 182.489 93.7747 182.592 93.8415C182.955 94.0774 183.495 94.6399 182.094 95.389C180.644 96.1641 179.561 96.1003 179.144 96.0313C179.04 96.0139 178.973 95.9137 178.996 95.8114L179.441 93.7922C179.466 93.6782 179.379 93.5693 179.262 93.5693H178.569V93.5701Z" fill="#2F33A7"/>
<path d="M178.486 93.9959C178.486 93.9959 179.223 91.1587 180.496 91.9542C181.767 92.7497 179.836 95.1326 178.813 95.2393L178.486 93.9959Z" fill="url(#paint26_linear)"/>
<path d="M137.268 95.4717C137.322 95.4717 137.376 95.4543 137.42 95.4173C137.524 95.3331 137.54 95.1799 137.455 95.0761C137.246 94.8185 135.387 92.5466 134.672 92.1424C134.411 91.995 134.256 91.8433 134.223 91.7032C134.207 91.6365 134.218 91.561 134.256 91.4753L136.439 91.913L137.676 92.9741C137.777 93.0612 137.931 93.0496 138.018 92.948C138.105 92.8464 138.093 92.6933 137.991 92.6062L136.707 91.5036C136.676 91.4768 136.637 91.4579 136.596 91.4499L134.179 90.9658C134.082 90.9462 133.986 90.9869 133.931 91.0681C133.753 91.3309 133.695 91.5755 133.751 91.815C133.818 92.0981 134.041 92.3434 134.434 92.5655C134.972 92.8696 136.526 94.7023 137.079 95.3832C137.128 95.4412 137.197 95.4717 137.268 95.4717Z" fill="url(#paint27_linear)"/>
<path d="M178.579 135.799L170.034 135.905L173.025 133.089C173.768 132.39 174.903 132.276 175.761 132.833C176.263 133.159 176.808 133.602 177.28 134.188C177.28 134.188 182.611 132.239 185.195 127.881C186 129.076 186.942 130.704 187.757 132.729C185.44 134.087 182.437 135.156 178.579 135.799Z" fill="url(#paint28_linear)"/>
<path d="M177.659 136.9C177.642 136.901 177.625 136.902 177.609 136.902L155.916 136.878C155.38 136.878 154.946 136.447 154.946 135.917C154.947 135.386 155.383 134.948 155.918 134.957L177.611 134.98C178.147 134.981 178.581 135.412 178.58 135.942C178.58 136.456 178.172 136.876 177.659 136.9Z" fill="#2F33A7"/>
<path d="M136.416 117.415H154.481C155.814 117.415 157.027 118.176 157.596 119.369L165.948 136.891H143.497C142.639 136.891 141.867 136.372 141.551 135.582L135.075 119.367C134.7 118.43 135.398 117.415 136.416 117.415Z" fill="#2F33A7"/>
<path d="M149.143 126.398C149.534 127.601 149.246 128.77 148.497 129.009C147.749 129.247 146.825 128.464 146.434 127.261C146.042 126.058 146.331 124.889 147.08 124.65C147.828 124.411 148.752 125.195 149.143 126.398Z" fill="url(#paint29_linear)"/>
<defs>
<linearGradient id="paint0_linear" x1="19.5101" y1="32.3783" x2="22.7278" y2="152.175" gradientUnits="userSpaceOnUse">
<stop stop-color="#09005D"/>
<stop offset="1" stop-color="#1A0F91"/>
</linearGradient>
<linearGradient id="paint1_linear" x1="-7.8057" y1="196.137" x2="177.199" y2="64.9318" gradientUnits="userSpaceOnUse">
<stop stop-color="#4F52FF"/>
<stop offset="1" stop-color="#4042E2"/>
</linearGradient>
<linearGradient id="paint2_linear" x1="167.877" y1="49.2178" x2="178.224" y2="69.2899" gradientUnits="userSpaceOnUse">
<stop stop-color="#4F52FF"/>
<stop offset="1" stop-color="#4042E2"/>
</linearGradient>
<linearGradient id="paint3_linear" x1="132.718" y1="48.8874" x2="143.064" y2="68.9595" gradientUnits="userSpaceOnUse">
<stop stop-color="#4F52FF"/>
<stop offset="1" stop-color="#4042E2"/>
</linearGradient>
<linearGradient id="paint4_linear" x1="97.2297" y1="47.7316" x2="107.576" y2="67.8037" gradientUnits="userSpaceOnUse">
<stop stop-color="#4F52FF"/>
<stop offset="1" stop-color="#4042E2"/>
</linearGradient>
<linearGradient id="paint5_linear" x1="62.0703" y1="46.0811" x2="72.4168" y2="66.1532" gradientUnits="userSpaceOnUse">
<stop stop-color="#4F52FF"/>
<stop offset="1" stop-color="#4042E2"/>
</linearGradient>
<linearGradient id="paint6_linear" x1="32.9245" y1="90.0517" x2="48.9007" y2="109.692" gradientUnits="userSpaceOnUse">
<stop stop-color="#FEBBBA"/>
<stop offset="1" stop-color="#FF928E"/>
</linearGradient>
<linearGradient id="paint7_linear" x1="23.9632" y1="104.338" x2="23.636" y2="91.0866" gradientUnits="userSpaceOnUse">
<stop stop-color="#FEBBBA"/>
<stop offset="1" stop-color="#FF928E"/>
</linearGradient>
<linearGradient id="paint8_linear" x1="28.1892" y1="84.8619" x2="20.506" y2="102.579" gradientUnits="userSpaceOnUse">
<stop stop-color="#FEBBBA"/>
<stop offset="1" stop-color="#FF928E"/>
</linearGradient>
<linearGradient id="paint9_linear" x1="24.3383" y1="83.1899" x2="16.6553" y2="100.906" gradientUnits="userSpaceOnUse">
<stop stop-color="#FEBBBA"/>
<stop offset="1" stop-color="#FF928E"/>
</linearGradient>
<linearGradient id="paint10_linear" x1="5.01297" y1="214.103" x2="34.7407" y2="160.445" gradientUnits="userSpaceOnUse">
<stop stop-color="#FEBBBA"/>
<stop offset="1" stop-color="#FF928E"/>
</linearGradient>
<linearGradient id="paint11_linear" x1="28.8976" y1="175.92" x2="59.4906" y2="155.143" gradientUnits="userSpaceOnUse">
<stop stop-color="#FEBBBA"/>
<stop offset="1" stop-color="#FF928E"/>
</linearGradient>
<linearGradient id="paint12_linear" x1="13.6413" y1="129.83" x2="32.4134" y2="159.276" gradientUnits="userSpaceOnUse">
<stop stop-color="#4F52FF"/>
<stop offset="1" stop-color="#4042E2"/>
</linearGradient>
<linearGradient id="paint13_linear" x1="6.0538" y1="122.25" x2="24.6581" y2="122.25" gradientUnits="userSpaceOnUse">
<stop stop-color="#FEBBBA"/>
<stop offset="1" stop-color="#FF928E"/>
</linearGradient>
<linearGradient id="paint14_linear" x1="36.8564" y1="102.397" x2="34.6479" y2="112.095" gradientUnits="userSpaceOnUse">
<stop stop-color="#4F52FF"/>
<stop offset="1" stop-color="#4042E2"/>
</linearGradient>
<linearGradient id="paint15_linear" x1="35.7001" y1="106.466" x2="34.6439" y2="112.803" gradientUnits="userSpaceOnUse">
<stop stop-color="#4F52FF"/>
<stop offset="1" stop-color="#4042E2"/>
</linearGradient>
<linearGradient id="paint16_linear" x1="23.2584" y1="120.638" x2="29.1335" y2="120.638" gradientUnits="userSpaceOnUse">
<stop stop-color="#FEBBBA"/>
<stop offset="1" stop-color="#FF928E"/>
</linearGradient>
<linearGradient id="paint17_linear" x1="167.092" y1="197.385" x2="180.372" y2="197.385" gradientUnits="userSpaceOnUse">
<stop stop-color="#4F52FF"/>
<stop offset="1" stop-color="#4042E2"/>
</linearGradient>
<linearGradient id="paint18_linear" x1="179.146" y1="191.148" x2="175.405" y2="191.148" gradientUnits="userSpaceOnUse">
<stop stop-color="#FEBBBA"/>
<stop offset="1" stop-color="#FF928E"/>
</linearGradient>
<linearGradient id="paint19_linear" x1="198.986" y1="200.679" x2="204.075" y2="200.679" gradientUnits="userSpaceOnUse">
<stop stop-color="#4F52FF"/>
<stop offset="1" stop-color="#4042E2"/>
</linearGradient>
<linearGradient id="paint20_linear" x1="200.156" y1="189.197" x2="195.685" y2="189.197" gradientUnits="userSpaceOnUse">
<stop stop-color="#FEBBBA"/>
<stop offset="1" stop-color="#FF928E"/>
</linearGradient>
<linearGradient id="paint21_linear" x1="207.171" y1="119.661" x2="186.558" y2="138.065" gradientUnits="userSpaceOnUse">
<stop stop-color="#4F52FF"/>
<stop offset="1" stop-color="#4042E2"/>
</linearGradient>
<linearGradient id="paint22_linear" x1="161.591" y1="115.288" x2="129.936" y2="90.9946" gradientUnits="userSpaceOnUse">
<stop stop-color="#FEBBBA"/>
<stop offset="1" stop-color="#FF928E"/>
</linearGradient>
<linearGradient id="paint23_linear" x1="180.432" y1="69.8326" x2="171.598" y2="93.1455" gradientUnits="userSpaceOnUse">
<stop stop-color="#E1473D"/>
<stop offset="1" stop-color="#E9605A"/>
</linearGradient>
<linearGradient id="paint24_linear" x1="178.131" y1="109.917" x2="176.194" y2="99.7469" gradientUnits="userSpaceOnUse">
<stop stop-color="#FEBBBA"/>
<stop offset="1" stop-color="#FF928E"/>
</linearGradient>
<linearGradient id="paint25_linear" x1="172.89" y1="91.259" x2="183.942" y2="99.7157" gradientUnits="userSpaceOnUse">
<stop stop-color="#FEBBBA"/>
<stop offset="1" stop-color="#FF928E"/>
</linearGradient>
<linearGradient id="paint26_linear" x1="174.26" y1="89.4666" x2="185.313" y2="97.9234" gradientUnits="userSpaceOnUse">
<stop stop-color="#FEBBBA"/>
<stop offset="1" stop-color="#FF928E"/>
</linearGradient>
<linearGradient id="paint27_linear" x1="133.731" y1="93.2159" x2="138.077" y2="93.2159" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF928E"/>
<stop offset="1" stop-color="#FE7062"/>
</linearGradient>
<linearGradient id="paint28_linear" x1="177.593" y1="136.545" x2="193.79" y2="108.815" gradientUnits="userSpaceOnUse">
<stop stop-color="#FEBBBA"/>
<stop offset="1" stop-color="#FF928E"/>
</linearGradient>
<linearGradient id="paint29_linear" x1="146.259" y1="126.829" x2="149.318" y2="126.829" gradientUnits="userSpaceOnUse">
<stop stop-color="#4F52FF"/>
<stop offset="1" stop-color="#4042E2"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 595 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 595 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 927 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

View File

@ -0,0 +1,24 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M46.5387 27.14C41.496 19.4187 42.032 11.504 39.6014 7.78266C37.1707 4.06133 29.9267 -2.35467 12.8107 8.82533C-4.3053 20.0053 0.0480351 32.1587 2.7227 36.2507C15.24 55.4133 55.4707 40.8147 46.5387 27.14Z" fill="white"/>
<path d="M9.72401 23.4947L16.5053 30.276C17.0267 30.7973 17.8707 30.7973 18.3907 30.276L19.172 29.4947C19.6933 28.9733 19.6933 28.1293 19.172 27.6093L12.3907 20.828C11.8693 20.3067 11.0253 20.3067 10.5053 20.828L9.72401 21.6093C9.20267 22.1307 9.20267 22.9747 9.72401 23.4947Z" fill="#F3F3F1"/>
<path d="M30.276 16.5053L23.4947 9.72399C22.9733 9.20265 22.1293 9.20265 21.6093 9.72399L20.828 10.5053C20.3067 11.0267 20.3067 11.8707 20.828 12.3907L27.6093 19.172C28.1307 19.6933 28.9747 19.6933 29.4947 19.172L30.276 18.3907C30.7974 17.8693 30.7974 17.0253 30.276 16.5053Z" fill="#F3F3F1"/>
<path d="M9.39063 25.9427C8.8693 26.464 8.8693 27.308 9.39063 27.828L12.172 30.6093C12.6933 31.1307 13.5373 31.1307 14.0573 30.6093L15.448 29.2187L10.7813 24.552L9.39063 25.9427Z" fill="#FF8083"/>
<path d="M30.6093 12.172L27.828 9.39066C27.3066 8.86933 26.4626 8.86933 25.9426 9.39066L24.552 10.7813L29.2186 15.448L30.6093 14.0573C31.1306 13.536 31.1306 12.692 30.6093 12.172Z" fill="#FF8083"/>
<path d="M35 25C33.36 25 31.9466 25.9827 31.3333 27.3907C30.72 25.9827 29.3066 25 27.6666 25C25.46 25 23.6666 26.7867 23.6666 28.984C23.6666 33.3 31.3333 39 31.3333 39C31.3333 39 39 33.3 39 28.984C39 26.7867 37.2066 25 35 25Z" fill="#FF8083"/>
<path d="M18.7867 29.8933L18.3867 30.28C17.8667 30.8 17.0267 30.8 16.5067 30.28L9.72002 23.4933C9.20002 22.9733 9.20002 22.1333 9.72002 21.6133L10.5067 20.8267C11.0267 20.3067 11.8667 20.3067 12.3867 20.8267L12.7867 21.2267L12.3867 21.6133C11.8667 22.1333 11.8667 22.9733 12.3867 23.4933L18.7867 29.8933Z" fill="#D5DBE1"/>
<path d="M29.8933 18.7866L29.4933 19.1733C28.9733 19.6933 28.1333 19.6933 27.6133 19.1733L20.8267 12.3867C20.3067 11.8667 20.3067 11.0267 20.8267 10.5067L21.6133 9.71999C22.1333 9.19999 22.9733 9.19999 23.4933 9.71999L23.8933 10.12L23.4933 10.5067C22.9733 11.0267 22.9733 11.8667 23.4933 12.3867L29.8933 18.7866Z" fill="#D5DBE1"/>
<path d="M32.6667 37.92C31.8667 38.6 31.3334 39 31.3334 39C31.3334 39 23.6667 33.3067 23.6667 28.9867C23.6667 26.7867 25.4667 25 27.6667 25C28.1334 25 28.5734 25.08 28.9867 25.2267C27.44 25.7867 26.3334 27.2533 26.3334 28.9867C26.3334 32.16 30.48 36.08 32.6667 37.92Z" fill="#4D53E0"/>
<path d="M14.4534 30.2267L14.0534 30.6133C13.5334 31.1333 12.6934 31.1333 12.1734 30.6133L9.3867 27.8267C8.8667 27.3067 8.8667 26.4667 9.3867 25.9467L10.7867 24.5467L12.12 25.88L12.0534 25.9467C11.5334 26.4667 11.5334 27.3067 12.0534 27.8267L14.4534 30.2267Z" fill="#4D53E0"/>
<path d="M30.5467 14.12L29.2133 15.4533L24.5467 10.7867L25.9467 9.38668C26.4667 8.86668 27.3067 8.86668 27.8267 9.38668L28.2267 9.78668L27.2133 10.7867L30.5467 14.12Z" fill="#4D53E0"/>
<path d="M31.3334 40C31.124 40 30.9147 39.9333 30.7374 39.8027C29.9107 39.1893 22.6667 33.668 22.6667 28.984C22.6667 26.236 24.9094 24 27.6667 24C29.084 24 30.4054 24.5947 31.3334 25.592C32.2614 24.5947 33.5827 24 35 24C37.7573 24 40 26.236 40 28.984C40 33.668 32.756 39.188 31.9294 39.8013C31.752 39.9333 31.5427 40 31.3334 40ZM27.6667 26C26.012 26 24.6667 27.3387 24.6667 28.984C24.6667 31.84 29.0347 35.9053 31.3334 37.736C33.632 35.904 38 31.8333 38 28.984C38 27.3387 36.6547 26 35 26C33.804 26 32.724 26.7027 32.2494 27.7907C31.932 28.52 30.7334 28.52 30.416 27.7907C29.9427 26.7027 28.8627 26 27.6667 26Z" fill="#16365F"/>
<path d="M27.9155 10.6691L30.6629 7.92179L32.0771 9.336L29.3297 12.0833L27.9155 10.6691Z" fill="#16365F"/>
<path d="M15.2893 23.2927L23.2878 15.2942L24.7018 16.7082L16.7033 24.7067L15.2893 23.2927Z" fill="#16365F"/>
<path d="M7.91553 30.6638L10.6629 27.9164L12.0771 29.3307L9.32974 32.078L7.91553 30.6638Z" fill="#16365F"/>
<path d="M17.448 31.6667C16.824 31.6667 16.2387 31.4227 15.7973 30.9827L9.01733 24.2013C8.10799 23.2907 8.10799 21.812 9.01733 20.9013L9.79866 20.12C10.6787 19.24 12.216 19.2373 13.0987 20.12L19.88 26.9013C20.7893 27.812 20.7893 29.2907 19.88 30.2013L19.0987 30.9827C18.6573 31.424 18.0707 31.6667 17.448 31.6667ZM11.448 21.4373C11.396 21.4373 11.2973 21.4507 11.2133 21.5347L10.432 22.316C10.3027 22.4467 10.3027 22.6573 10.432 22.788L17.2133 29.5693C17.384 29.7387 17.5147 29.7387 17.6853 29.5693L18.4667 28.788C18.596 28.6573 18.596 28.4467 18.4667 28.316L11.6867 21.5347C11.5987 21.4507 11.5 21.4373 11.448 21.4373Z" fill="#16365F"/>
<path d="M13.1147 32C12.4907 32 11.9053 31.756 11.464 31.316L8.68401 28.5347C7.77468 27.624 7.77468 26.1453 8.68401 25.2347L10.0747 23.844L11.4893 25.2587L10.0987 26.6493C9.96935 26.78 9.96935 26.9907 10.0987 27.1213L12.88 29.9027C13.0507 30.072 13.1813 30.072 13.352 29.9027L14.7427 28.512L16.1573 29.9267L14.7667 31.3173C14.324 31.7573 13.7373 32 13.1147 32Z" fill="#16365F"/>
<path d="M28.552 20.5627C27.9293 20.5627 27.3427 20.32 26.9027 19.8787L20.1213 13.0973C19.212 12.1867 19.212 10.708 20.1213 9.79734L20.9027 9.016C21.7853 8.13334 23.3227 8.13734 24.2027 9.016L30.9827 15.7973C31.892 16.708 31.892 18.1867 30.9827 19.0973L30.2013 19.8787C29.7613 20.3187 29.176 20.5627 28.552 20.5627ZM22.552 10.3333C22.5 10.3333 22.4013 10.3467 22.316 10.4307L21.5347 11.212C21.4053 11.3427 21.4053 11.5533 21.5347 11.684L28.3147 18.4653C28.4853 18.6347 28.616 18.6347 28.7853 18.4653L29.5667 17.684C29.696 17.5533 29.696 17.3427 29.5667 17.212L22.7853 10.4307C22.7027 10.3467 22.604 10.3333 22.552 10.3333Z" fill="#16365F"/>
<path d="M29.9253 16.1547L28.5106 14.74L29.9013 13.3493C30.0306 13.2187 30.0306 13.008 29.9013 12.8773L27.12 10.096C26.9493 9.92666 26.8186 9.92666 26.648 10.096L25.2573 11.4867L23.8427 10.072L25.2333 8.68133C26.116 7.79999 27.652 7.80266 28.5333 8.68133L31.3133 11.4627C32.2226 12.3733 32.2226 13.852 31.3133 14.7627L29.9253 16.1547Z" fill="#16365F"/>
<path d="M9.98615 14.5148L11.8718 12.6291L12.8146 13.572L10.929 15.4576L9.98615 14.5148Z" fill="#FFCA41"/>
<path d="M15.4075 9.09432L17.2931 7.2087L18.2359 8.15151L16.3503 10.0371L15.4075 9.09432Z" fill="#FFCA41"/>
<path d="M9.75037 8.1514L10.6932 7.20859L12.5788 9.09421L11.636 10.037L9.75037 8.1514Z" fill="#FFCA41"/>
</svg>

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -0,0 +1,4 @@
<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="8" fill="#FF5668"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.8498 10.5007C24.4808 10.5007 25.1108 10.5897 25.7098 10.7907C29.4008 11.9907 30.7308 16.0407 29.6198 19.5807C28.9898 21.3897 27.9598 23.0407 26.6108 24.3897C24.6798 26.2597 22.5608 27.9197 20.2798 29.3497L20.0298 29.5007L19.7698 29.3397C17.4808 27.9197 15.3498 26.2597 13.4008 24.3797C12.0608 23.0307 11.0298 21.3897 10.3898 19.5807C9.25977 16.0407 10.5898 11.9907 14.3208 10.7697C14.6108 10.6697 14.9098 10.5997 15.2098 10.5607H15.3298C15.6108 10.5197 15.8898 10.5007 16.1698 10.5007H16.2798C16.9098 10.5197 17.5198 10.6297 18.1108 10.8307H18.1698C18.2098 10.8497 18.2398 10.8707 18.2598 10.8897C18.4808 10.9607 18.6898 11.0407 18.8898 11.1507L19.2698 11.3207C19.3616 11.3697 19.4647 11.4445 19.5537 11.5092C19.6102 11.5501 19.661 11.587 19.6998 11.6107C19.7161 11.6203 19.7327 11.63 19.7494 11.6398C19.8351 11.6898 19.9245 11.742 19.9998 11.7997C21.1108 10.9507 22.4598 10.4907 23.8498 10.5007ZM26.5098 17.7007C26.9198 17.6897 27.2698 17.3607 27.2998 16.9397V16.8207C27.3298 15.4197 26.4808 14.1507 25.1898 13.6607C24.7798 13.5197 24.3298 13.7407 24.1798 14.1607C24.0398 14.5807 24.2598 15.0407 24.6798 15.1897C25.3208 15.4297 25.7498 16.0607 25.7498 16.7597V16.7907C25.7308 17.0197 25.7998 17.2407 25.9398 17.4107C26.0798 17.5807 26.2898 17.6797 26.5098 17.7007Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,4 @@
<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="8" fill="#41D5E2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.8498 10.5007C24.4808 10.5007 25.1108 10.5897 25.7098 10.7907C29.4008 11.9907 30.7308 16.0407 29.6198 19.5807C28.9898 21.3897 27.9598 23.0407 26.6108 24.3897C24.6798 26.2597 22.5608 27.9197 20.2798 29.3497L20.0298 29.5007L19.7698 29.3397C17.4808 27.9197 15.3498 26.2597 13.4008 24.3797C12.0608 23.0307 11.0298 21.3897 10.3898 19.5807C9.25977 16.0407 10.5898 11.9907 14.3208 10.7697C14.6108 10.6697 14.9098 10.5997 15.2098 10.5607H15.3298C15.6108 10.5197 15.8898 10.5007 16.1698 10.5007H16.2798C16.9098 10.5197 17.5198 10.6297 18.1108 10.8307H18.1698C18.2098 10.8497 18.2398 10.8707 18.2598 10.8897C18.4808 10.9607 18.6898 11.0407 18.8898 11.1507L19.2698 11.3207C19.3616 11.3697 19.4647 11.4445 19.5537 11.5092C19.6102 11.5501 19.661 11.587 19.6998 11.6107C19.7161 11.6203 19.7327 11.63 19.7494 11.6398C19.8351 11.6898 19.9245 11.742 19.9998 11.7997C21.1108 10.9507 22.4598 10.4907 23.8498 10.5007ZM26.5098 17.7007C26.9198 17.6897 27.2698 17.3607 27.2998 16.9397V16.8207C27.3298 15.4197 26.4808 14.1507 25.1898 13.6607C24.7798 13.5197 24.3298 13.7407 24.1798 14.1607C24.0398 14.5807 24.2598 15.0407 24.6798 15.1897C25.3208 15.4297 25.7498 16.0607 25.7498 16.7597V16.7907C25.7308 17.0197 25.7998 17.2407 25.9398 17.4107C26.0798 17.5807 26.2898 17.6797 26.5098 17.7007Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,4 @@
<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="8" fill="#4D53E0"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.8498 10.5007C24.4808 10.5007 25.1108 10.5897 25.7098 10.7907C29.4008 11.9907 30.7308 16.0407 29.6198 19.5807C28.9898 21.3897 27.9598 23.0407 26.6108 24.3897C24.6798 26.2597 22.5608 27.9197 20.2798 29.3497L20.0298 29.5007L19.7698 29.3397C17.4808 27.9197 15.3498 26.2597 13.4008 24.3797C12.0608 23.0307 11.0298 21.3897 10.3898 19.5807C9.25977 16.0407 10.5898 11.9907 14.3208 10.7697C14.6108 10.6697 14.9098 10.5997 15.2098 10.5607H15.3298C15.6108 10.5197 15.8898 10.5007 16.1698 10.5007H16.2798C16.9098 10.5197 17.5198 10.6297 18.1108 10.8307H18.1698C18.2098 10.8497 18.2398 10.8707 18.2598 10.8897C18.4808 10.9607 18.6898 11.0407 18.8898 11.1507L19.2698 11.3207C19.3616 11.3697 19.4647 11.4445 19.5537 11.5092C19.6102 11.5501 19.661 11.587 19.6998 11.6107C19.7161 11.6203 19.7327 11.63 19.7494 11.6398C19.8351 11.6898 19.9245 11.742 19.9998 11.7997C21.1108 10.9507 22.4598 10.4907 23.8498 10.5007ZM26.5098 17.7007C26.9198 17.6897 27.2698 17.3607 27.2998 16.9397V16.8207C27.3298 15.4197 26.4808 14.1507 25.1898 13.6607C24.7798 13.5197 24.3298 13.7407 24.1798 14.1607C24.0398 14.5807 24.2598 15.0407 24.6798 15.1897C25.3208 15.4297 25.7498 16.0607 25.7498 16.7597V16.7907C25.7308 17.0197 25.7998 17.2407 25.9398 17.4107C26.0798 17.5807 26.2898 17.6797 26.5098 17.7007Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,4 @@
<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="8" fill="#FFC405"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.8498 10.5007C24.4808 10.5007 25.1108 10.5897 25.7098 10.7907C29.4008 11.9907 30.7308 16.0407 29.6198 19.5807C28.9898 21.3897 27.9598 23.0407 26.6108 24.3897C24.6798 26.2597 22.5608 27.9197 20.2798 29.3497L20.0298 29.5007L19.7698 29.3397C17.4808 27.9197 15.3498 26.2597 13.4008 24.3797C12.0608 23.0307 11.0298 21.3897 10.3898 19.5807C9.25977 16.0407 10.5898 11.9907 14.3208 10.7697C14.6108 10.6697 14.9098 10.5997 15.2098 10.5607H15.3298C15.6108 10.5197 15.8898 10.5007 16.1698 10.5007H16.2798C16.9098 10.5197 17.5198 10.6297 18.1108 10.8307H18.1698C18.2098 10.8497 18.2398 10.8707 18.2598 10.8897C18.4808 10.9607 18.6898 11.0407 18.8898 11.1507L19.2698 11.3207C19.3616 11.3697 19.4647 11.4445 19.5537 11.5092C19.6102 11.5501 19.661 11.587 19.6998 11.6107C19.7161 11.6203 19.7327 11.63 19.7494 11.6398C19.8351 11.6898 19.9245 11.742 19.9998 11.7997C21.1108 10.9507 22.4598 10.4907 23.8498 10.5007ZM26.5098 17.7007C26.9198 17.6897 27.2698 17.3607 27.2998 16.9397V16.8207C27.3298 15.4197 26.4808 14.1507 25.1898 13.6607C24.7798 13.5197 24.3298 13.7407 24.1798 14.1607C24.0398 14.5807 24.2598 15.0407 24.6798 15.1897C25.3208 15.4297 25.7498 16.0607 25.7498 16.7597V16.7907C25.7308 17.0197 25.7998 17.2407 25.9398 17.4107C26.0798 17.5807 26.2898 17.6797 26.5098 17.7007Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,30 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M46.5706 27.4547C41.6466 19.6573 42.3053 11.7507 39.932 7.99333C37.5586 4.236 30.4146 -2.292 13.128 8.624C-4.1587 19.54 0.00796953 31.7573 2.61864 35.8907C14.84 55.244 55.2906 41.2653 46.5706 27.4547Z" fill="white"/>
<path d="M9.29425 5.87872L11.1799 3.9931L12.1227 4.93591L10.2371 6.82153L9.29425 5.87872Z" fill="#FF8083"/>
<path d="M3.87292 11.2992L5.75854 9.41355L6.70135 10.3564L4.81573 12.242L3.87292 11.2992Z" fill="#FF8083"/>
<path d="M3.87323 4.69943L4.81604 3.75662L6.70166 5.64224L5.75885 6.58505L3.87323 4.69943Z" fill="#FF8083"/>
<path d="M40 8.66665C38.8973 8.66665 38 7.76932 38 6.66665C38 5.56399 38.8973 4.66666 40 4.66666C41.1027 4.66666 42 5.56399 42 6.66665C42 7.76932 41.1027 8.66665 40 8.66665ZM40 5.99999C39.632 5.99999 39.3333 6.29865 39.3333 6.66665C39.3333 7.03465 39.632 7.33332 40 7.33332C40.368 7.33332 40.6667 7.03465 40.6667 6.66665C40.6667 6.29865 40.368 5.99999 40 5.99999Z" fill="#FF8083"/>
<path d="M19.444 19.4387C21.9602 19.4387 24 17.3989 24 14.8827C24 12.3665 21.9602 10.3267 19.444 10.3267C16.9278 10.3267 14.888 12.3665 14.888 14.8827C14.888 17.3989 16.9278 19.4387 19.444 19.4387Z" fill="#F8B82E"/>
<path d="M28.556 19.4387C31.0722 19.4387 33.112 17.3989 33.112 14.8827C33.112 12.3665 31.0722 10.3267 28.556 10.3267C26.0398 10.3267 24 12.3665 24 14.8827C24 17.3989 26.0398 19.4387 28.556 19.4387Z" fill="#F8B82E"/>
<path d="M36.544 25.66C37.2346 24.8613 37.6666 23.8333 37.6666 22.696C37.6666 20.18 35.6266 18.14 33.1106 18.14C30.5946 18.14 28.5546 20.18 28.5546 22.696C28.5546 23.8347 28.9866 24.8627 29.6773 25.66H36.544Z" fill="#F8B82E"/>
<path d="M27.4333 25.66C28.124 24.8613 28.556 23.8333 28.556 22.696C28.556 20.18 26.516 18.14 24 18.14C21.484 18.14 19.444 20.18 19.444 22.696C19.444 23.8347 19.876 24.8627 20.5666 25.66H27.4333Z" fill="#F8B82E"/>
<path d="M18.3226 25.656C19.0133 24.8573 19.4453 23.8293 19.4453 22.692C19.4453 20.176 17.4053 18.136 14.8893 18.136C12.3733 18.136 10.3333 20.176 10.3333 22.692C10.3333 23.8306 10.7653 24.8573 11.456 25.656H18.3226Z" fill="#F8B82E"/>
<path d="M10.3333 25.66V26.3267C10.6666 33.38 16.6666 38.9933 24 38.9933C31.3333 38.9933 37.3333 33.38 37.6666 26.3267V25.66H10.3333Z" fill="#F3F3F1"/>
<path d="M17.8893 14.8827C17.8893 12.8947 19.1693 11.2227 20.9453 10.6C20.4733 10.4347 19.9733 10.3267 19.4453 10.3267C16.9293 10.3267 14.8893 12.3667 14.8893 14.8827C14.8893 17.3987 16.9293 19.4387 19.4453 19.4387C19.9733 19.4387 20.4733 19.3307 20.9453 19.1653C19.1693 18.5427 17.8893 16.8693 17.8893 14.8827Z" fill="#10DDDF"/>
<path d="M27 14.8827C27 12.8947 28.2813 11.2227 30.056 10.6C29.584 10.4347 29.084 10.3267 28.556 10.3267C26.04 10.3267 24 12.3667 24 14.8827C24 17.3987 26.04 19.4387 28.556 19.4387C29.084 19.4387 29.584 19.3307 30.056 19.1653C28.2813 18.5427 27 16.8693 27 14.8827Z" fill="#10DDDF"/>
<path d="M34.6106 18.4133C34.1386 18.248 33.6386 18.14 33.1106 18.14C30.5946 18.14 28.5546 20.18 28.5546 22.696C28.5546 23.8347 28.9866 24.8627 29.6773 25.66H32.6773C31.9866 24.8613 31.5546 23.8333 31.5546 22.696C31.556 20.708 32.836 19.036 34.6106 18.4133Z" fill="#10DDDF"/>
<path d="M25.5 18.4133C25.028 18.248 24.528 18.14 24 18.14C21.484 18.14 19.444 20.18 19.444 22.696C19.444 23.8347 19.876 24.8627 20.5666 25.66H23.5666C22.876 24.8613 22.444 23.8333 22.444 22.696C22.444 20.708 23.7253 19.036 25.5 18.4133Z" fill="#10DDDF"/>
<path d="M16.3893 18.4093C15.9173 18.244 15.4173 18.136 14.8893 18.136C12.3733 18.136 10.3333 20.176 10.3333 22.692C10.3333 23.8306 10.7653 24.8573 11.456 25.656H14.456C13.7653 24.8573 13.3333 23.8293 13.3333 22.692C13.3333 20.704 14.6147 19.032 16.3893 18.4093Z" fill="#10DDDF"/>
<path d="M13.3333 26.3267V25.66H10.3333V26.3267C10.6666 33.38 16.6667 38.9933 24 38.9933C24.508 38.9933 25.0067 38.96 25.5 38.908C18.8653 38.204 13.644 32.892 13.3333 26.3267Z" fill="#D5DBE1"/>
<path d="M24 39.9933C16.1374 39.9933 9.69471 34.012 9.33471 26.3733L9.33337 25.66H11.3334V26.3267C11.6427 32.848 17.2067 37.9933 24 37.9933C30.7934 37.9933 36.3574 32.848 36.668 26.28L36.6667 25.66H38.6667V26.3267C38.3054 34.012 31.8627 39.9933 24 39.9933Z" fill="#16365F"/>
<path d="M9 24.66H39V26.66H9V24.66Z" fill="#16365F"/>
<path d="M19.0693 26.3214L17.5707 24.9974C18.1387 24.3534 18.44 23.5534 18.44 22.6867C18.44 21.5947 17.9627 20.5934 17.1293 19.9387C17.1173 19.9294 17.096 19.9107 17.076 19.892C17.004 19.8494 16.9387 19.7987 16.88 19.7387L17.596 19.0094L17.9573 18.1027C18.216 18.2054 18.372 18.3614 18.4547 18.444C19.684 19.4 20.4413 20.9747 20.4413 22.6854C20.44 24.0494 19.9667 25.3067 19.0693 26.3214ZM17.2147 19.9614H17.216C17.216 19.9627 17.216 19.9614 17.2147 19.9614Z" fill="#16365F"/>
<path d="M10.704 26.3214C9.80671 25.3067 9.33337 24.0494 9.33337 22.6867C9.33337 19.628 11.828 17.14 14.8934 17.14C15.5667 17.14 16.2227 17.256 16.8454 17.4853C16.9067 17.5027 16.9654 17.524 17.02 17.552C17.124 17.604 17.2254 17.66 17.3294 17.7374L16.7387 18.5307L16.7454 19.54H16.732C16.5334 19.54 16.34 19.4814 16.176 19.372C15.768 19.2187 15.3374 19.1414 14.892 19.1414C12.9294 19.1414 11.332 20.732 11.332 22.688C11.332 23.556 11.6334 24.3547 12.2014 24.9987L10.704 26.3214Z" fill="#16365F"/>
<path d="M25.6786 19.448C25.5586 19.448 25.4266 19.4267 25.3146 19.384C24.4333 19.0547 23.5653 19.0547 22.684 19.384C22.572 19.4267 22.4533 19.448 22.3333 19.448L22.3253 18.8573L21.5373 17.74C21.696 17.6213 21.848 17.5613 21.9493 17.52C21.988 17.504 22.0266 17.492 22.0666 17.4813C23.3453 17.0213 24.66 17.024 25.94 17.484C25.9773 17.4933 26.0146 17.5053 26.0493 17.52C26.1506 17.56 26.3026 17.6213 26.4613 17.74L25.6786 18.7827V19.448Z" fill="#16365F"/>
<path d="M19.8307 26.3294C18.9213 25.3187 18.4413 24.0587 18.4413 22.6867C18.4413 20.9894 19.196 19.416 20.512 18.3707C20.608 18.2907 20.736 18.1854 20.9347 18.1054C21.0533 18.0574 21.18 18.0334 21.308 18.0334V19.02H22.3213L21.6867 19.6547L21.8253 19.88C20.9213 20.6 20.4413 21.6027 20.4413 22.6867C20.4413 23.5574 20.7453 24.3534 21.3187 24.992L19.8307 26.3294Z" fill="#16365F"/>
<path d="M28.1694 26.3294L26.6827 24.992C27.256 24.3534 27.56 23.5574 27.56 22.6867C27.56 21.6027 27.0814 20.6 26.244 19.936C26.2267 19.9214 26.2187 19.9147 26.22 19.9147C26.1414 19.872 26.068 19.82 26.004 19.7574L26.7027 19.0094L27.0654 18.1054C27.2627 18.1854 27.392 18.2907 27.468 18.3534C28.804 19.416 29.5587 20.9894 29.5587 22.6867C29.56 24.0587 29.08 25.3187 28.1694 26.3294ZM26.3187 19.96H26.32C26.32 19.9614 26.3187 19.96 26.3187 19.96Z" fill="#16365F"/>
<path d="M28.9307 26.3214C28.0347 25.3067 27.56 24.0494 27.56 22.6867C27.56 20.976 28.316 19.4014 29.636 18.3667C29.6293 18.3627 29.7853 18.2067 30.044 18.104L30.4053 19.012L31.1333 19.728C31.0747 19.7867 31.004 19.8427 30.9293 19.8894C30.9067 19.9107 30.884 19.9307 30.8707 19.9414C30.0373 20.596 29.56 21.5974 29.56 22.6894C29.56 23.5574 29.8613 24.356 30.4293 25L28.9307 26.3214Z" fill="#16365F"/>
<path d="M37.296 26.3214L35.7973 24.9974C36.3653 24.3534 36.6667 23.5534 36.6667 22.6867C36.6667 20.7307 35.0693 19.14 33.1067 19.14C32.6693 19.14 32.244 19.216 31.8413 19.364C31.6747 19.4774 31.4693 19.54 31.2667 19.54L31.26 18.5307L30.6707 17.7374C30.7747 17.66 30.876 17.604 30.98 17.552C31.0413 17.5213 31.104 17.4973 31.1707 17.48C31.7893 17.2547 32.44 17.14 33.108 17.14C36.1733 17.14 38.668 19.628 38.668 22.6867C38.6667 24.0494 38.1933 25.3067 37.296 26.3214Z" fill="#16365F"/>
<path d="M19.444 20.4374C16.38 20.4374 13.888 17.9454 13.888 14.8814C13.888 11.8173 16.38 9.32535 19.444 9.32535C22.5067 9.32535 25 11.8173 25 14.8814C25 17.9454 22.508 20.4374 19.444 20.4374ZM19.444 11.3267C17.4827 11.3267 15.888 12.9214 15.888 14.8827C15.888 16.844 17.4827 18.4387 19.444 18.4387C21.404 18.4387 23 16.844 23 14.8827C23 12.9214 21.4053 11.3267 19.444 11.3267Z" fill="#16365F"/>
<path d="M28.556 20.4374C25.4933 20.4374 23 17.9454 23 14.8814C23 11.8173 25.492 9.32535 28.556 9.32535C31.62 9.32535 34.112 11.8173 34.112 14.8814C34.112 17.9454 31.6187 20.4374 28.556 20.4374ZM28.556 11.3267C26.596 11.3267 25 12.9214 25 14.8827C25 16.844 26.5947 18.4387 28.556 18.4387C30.5173 18.4387 32.112 16.844 32.112 14.8827C32.112 12.9214 30.516 11.3267 28.556 11.3267Z" fill="#16365F"/>
</svg>

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@ -0,0 +1,22 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.8187 7.41865C8.41201 16.3213 2.14668 21.188 0.986679 25.4787C-0.173321 29.7693 -0.142656 39.4453 19.5933 44.7813C39.3293 50.1173 45.5027 38.78 46.7773 34.06C52.752 11.964 15.0813 -8.34935 10.8187 7.41865Z" fill="white"/>
<path d="M13.1273 4.72745L15.0129 2.84183L15.9557 3.78464L14.0701 5.67026L13.1273 4.72745Z" fill="#FF8083"/>
<path d="M7.70691 10.1488L9.59253 8.26319L10.5353 9.206L8.64972 11.0916L7.70691 10.1488Z" fill="#FF8083"/>
<path d="M7.7085 3.55042L8.65131 2.60761L10.5369 4.49322L9.59412 5.43603L7.7085 3.55042Z" fill="#FF8083"/>
<path d="M5.70264 35.6667C4.59997 35.6667 3.70264 34.7694 3.70264 33.6667C3.70264 32.564 4.59997 31.6667 5.70264 31.6667C6.8053 31.6667 7.70263 32.564 7.70263 33.6667C7.70263 34.7694 6.8053 35.6667 5.70264 35.6667ZM5.70264 33C5.33464 33 5.03597 33.3 5.03597 33.6667C5.03597 34.0334 5.33464 34.3334 5.70264 34.3334C6.07063 34.3334 6.3693 34.0334 6.3693 33.6667C6.3693 33.3 6.07063 33 5.70264 33Z" fill="#FF8083"/>
<path d="M36.1333 18.8533C37.0666 19.5867 37.6666 20.72 37.6666 22V35C37.6666 37.2133 35.88 39 33.6666 39H14.3333C12.12 39 10.3333 37.2133 10.3333 35V22C10.3333 20.72 10.9333 19.5867 11.8666 18.8667L36.1333 18.8533Z" fill="#F3F3F1"/>
<path d="M33.6667 14.3333H14.3613V10.3333C14.3613 9.59733 14.9587 9 15.6947 9H32.3333C33.0693 9 33.6667 9.59733 33.6667 10.3333V14.3333Z" fill="#FFCA41"/>
<path d="M33.6666 14.3333H14.3613L10.3333 18.392V18.4213C12.1786 18.5947 12.348 19.728 14.5346 19.728C16.8906 19.728 16.8906 18.3947 19.26 18.3947C21.6293 18.3947 21.6306 19.728 23.9853 19.728C26.3546 19.728 26.3546 18.3947 28.7106 18.3947C31.0813 18.3947 31.0813 19.728 33.4506 19.728C35.636 19.728 35.8066 18.5947 37.6653 18.4213V18.392L33.6666 14.3333Z" fill="#FFCA41"/>
<path d="M10.3333 25H37.6666V33.6667H10.3333V25Z" fill="#FFCA41"/>
<path d="M13.3333 35V22C13.3333 20.72 13.9333 19.5867 14.8666 18.8667L36.1346 18.8547L36.1333 18.8533L11.8666 18.8667C10.9333 19.5867 10.3333 20.72 10.3333 22V35C10.3333 37.2133 12.12 39 14.3333 39H17.3333C15.12 39 13.3333 37.2133 13.3333 35Z" fill="#D5DBE1"/>
<path d="M18.6947 9H15.6947C14.9587 9 14.3613 9.59733 14.3613 10.3333V14.3333H17.3613V10.3333C17.3613 9.59733 17.9587 9 18.6947 9Z" fill="#F8B82E"/>
<path d="M13.3333 18.42V18.3907L17.3613 14.332H14.3613L10.3333 18.392V18.4213C12.1786 18.5947 12.348 19.728 14.5346 19.728C15.1813 19.728 15.644 19.624 16.0333 19.4773C15.1093 19.1333 14.6306 18.5427 13.3333 18.42Z" fill="#F8B82E"/>
<path d="M10.3333 25H13.3333V33.6667H10.3333V25Z" fill="#F8B82E"/>
<path d="M33.6667 15.3333H14.3614C13.8094 15.3333 13.3614 14.8853 13.3614 14.3333V10.3333C13.3614 9.04667 14.4081 8 15.6947 8H32.3334C33.6201 8 34.6667 9.04667 34.6667 10.3333V14.3333C34.6667 14.8853 34.2187 15.3333 33.6667 15.3333ZM15.3614 13.3333H32.6667V10.3333C32.6667 10.1493 32.5174 10 32.3334 10H15.6947C15.5107 10 15.3614 10.1493 15.3614 10.3333V13.3333Z" fill="#16365F"/>
<path d="M32.9478 15.0308L34.3719 13.6266L38.3729 17.6846L36.9487 19.0888L32.9478 15.0308Z" fill="#16365F"/>
<path d="M9.63257 17.6929L13.6642 13.6326L15.0842 15.0426L11.0526 19.1029L9.63257 17.6929Z" fill="#16365F"/>
<path d="M33.4521 20.728C32.0054 20.728 31.2214 20.2867 30.5907 19.932C30.0347 19.62 29.6334 19.3947 28.7107 19.3947C27.7974 19.3947 27.3987 19.62 26.8481 19.9307C26.2187 20.2853 25.4347 20.728 23.9854 20.728C22.5467 20.728 21.7667 20.288 21.1401 19.9333C20.5854 19.6213 20.1841 19.3947 19.2601 19.3947C18.3361 19.3947 17.9347 19.6213 17.3814 19.9333C16.7534 20.288 15.9734 20.728 14.5347 20.728C13.0827 20.728 12.3001 20.2853 11.6721 19.9293C11.2241 19.676 10.8694 19.4747 10.2414 19.416L10.4294 17.424C11.4841 17.5227 12.1347 17.892 12.6574 18.188C13.2107 18.5 13.6107 18.7267 14.5361 18.7267C15.4494 18.7267 15.8481 18.5013 16.4001 18.1907C17.0294 17.8347 17.8134 17.3933 19.2614 17.3933C20.7107 17.3933 21.4947 17.836 22.1241 18.1907C22.6761 18.5013 23.0734 18.7267 23.9867 18.7267C24.9107 18.7267 25.3121 18.5 25.8667 18.188C26.4934 17.8333 27.2734 17.3933 28.7121 17.3933C30.1587 17.3933 30.9427 17.8347 31.5721 18.1893C32.1281 18.5013 32.5294 18.7267 33.4521 18.7267C34.3761 18.7267 34.7761 18.5013 35.3307 18.1893C35.8574 17.892 36.5121 17.5227 37.5747 17.424L37.7601 19.416C37.1227 19.4747 36.7654 19.676 36.3134 19.932C35.6827 20.2867 34.9001 20.728 33.4521 20.728Z" fill="#16365F"/>
<path d="M33.6667 40H14.3334C11.576 40 9.33337 37.756 9.33337 35V22C9.33337 20.4493 10.0334 19.0187 11.256 18.076L12.4774 19.66C11.7507 20.22 11.3334 21.0733 11.3334 22V35C11.3334 36.6533 12.6787 38 14.3334 38H33.6667C35.3214 38 36.6667 36.6533 36.6667 35V22C36.6667 21.076 36.2467 20.2147 35.5147 19.6387L36.752 18.068C37.9694 19.0253 38.6667 20.4587 38.6667 22V35C38.6667 37.756 36.424 40 33.6667 40Z" fill="#16365F"/>
<path d="M10.3334 24H37.6667V26H10.3334V24Z" fill="#16365F"/>
<path d="M10.3334 32.6667H37.6667V34.6667H10.3334V32.6667Z" fill="#16365F"/>
</svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -0,0 +1,21 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.8187 7.41868C8.41201 16.3213 2.14668 21.188 0.986679 25.4787C-0.173321 29.7693 -0.142656 39.4453 19.5933 44.7813C39.3293 50.1173 45.5027 38.78 46.7773 34.06C52.752 11.964 15.0813 -8.34931 10.8187 7.41868Z" fill="white"/>
<path d="M5.53003 10.6493L7.41565 8.76368L8.35845 9.70648L6.47284 11.5921L5.53003 10.6493Z" fill="#FFCA41"/>
<path d="M0.107727 16.0707L1.99334 14.1851L2.93615 15.1279L1.05054 17.0135L0.107727 16.0707Z" fill="#FFCA41"/>
<path d="M0.108948 9.47L1.05176 8.52719L2.93737 10.4128L1.99457 11.3556L0.108948 9.47Z" fill="#FFCA41"/>
<path d="M5.5307 14.886L6.47351 13.9432L8.35913 15.8288L7.41632 16.7716L5.5307 14.886Z" fill="#FFCA41"/>
<path d="M40 43.7227C38.8973 43.7227 38 42.8253 38 41.7227C38 40.62 38.8973 39.7227 40 39.7227C41.1027 39.7227 42 40.62 42 41.7227C42 42.8253 41.1027 43.7227 40 43.7227ZM40 41.056C39.6333 41.056 39.3333 41.356 39.3333 41.7227C39.3333 42.0893 39.6333 42.3893 40 42.3893C40.3667 42.3893 40.6667 42.0893 40.6667 41.7227C40.6667 41.356 40.3667 41.056 40 41.056Z" fill="#FFCA41"/>
<path d="M24 25.3173C23.3213 24.8867 22.4213 24.652 21.248 24.652C19.3573 24.652 17.4787 25.552 17.4787 25.552C17.4787 25.552 15.6 24.652 13.7093 24.652C9.94 24.652 9 27.0907 9 30.9253C9 35.3867 12.796 38.9987 17.4787 38.9987C20.1 38.9987 22.448 37.864 24 36.0894V25.3173Z" fill="#F3F3F1"/>
<path d="M39 30.9293C39 35.3867 35.204 39 30.5213 39C25.8387 39 22.0427 35.3867 22.0427 30.9293C22.0427 27.088 22.9853 24.652 26.7533 24.652C28.6373 24.652 30.5213 25.5493 30.5213 25.5493C30.5213 25.5493 32.4053 24.652 34.2893 24.652C38.0573 24.652 39 27.088 39 30.9293Z" fill="#F3F3F1"/>
<path d="M20.328 10.3387C20.328 10.3387 20.5547 14.44 18.164 16.8307C15.7734 19.2213 11.672 18.9947 11.672 18.9947C11.672 18.9947 11.4454 14.8933 13.836 12.5027C16.2267 10.112 20.328 10.3387 20.328 10.3387Z" fill="#4D53E0"/>
<path d="M20.4786 25.552C20.4786 25.552 21.4853 25.0733 22.7626 24.8147C22.3173 24.7093 21.816 24.652 21.248 24.652C20.4373 24.652 19.6373 24.8187 18.9786 25.008C19.856 25.26 20.4786 25.552 20.4786 25.552Z" fill="#D5DBE1"/>
<path d="M12 30.9267C12 27.6587 12.7 25.42 15.2347 24.8254C14.752 24.7254 14.2333 24.6534 13.708 24.6534C9.93867 24.6534 9 27.092 9 30.9267C9 35.388 12.796 39 17.4787 39C17.9867 39 18.4787 38.9454 18.9627 38.864C15.004 38.1827 12 34.8934 12 30.9267Z" fill="#D5DBE1"/>
<path d="M33.5214 25.5494C33.5214 25.5494 34.508 25.084 35.764 24.8254C35.324 24.7227 34.8467 24.6534 34.2894 24.6534C33.48 24.6534 32.6814 24.82 32.0214 25.008C32.8987 25.2587 33.5214 25.5494 33.5214 25.5494Z" fill="#D5DBE1"/>
<path d="M25.044 30.9293C25.044 27.656 25.7453 25.4187 28.28 24.824C27.7973 24.724 27.2773 24.652 26.7547 24.652C22.9867 24.652 22.044 27.088 22.044 30.9293C22.044 35.3867 25.84 39 30.5227 39C31.036 39 31.5347 38.9494 32.0227 38.8667C28.056 38.1907 25.044 34.8987 25.044 30.9293Z" fill="#D5DBE1"/>
<path d="M16.836 12.5027C17.8427 11.496 19.152 10.956 20.332 10.6653C20.332 10.4627 20.3267 10.3387 20.3267 10.3387C20.3267 10.3387 16.2253 10.112 13.8347 12.5027C11.444 14.8933 11.6707 18.9947 11.6707 18.9947C11.6707 18.9947 13.0467 19.0667 14.6667 18.668C14.6707 17.6587 14.8467 14.492 16.836 12.5027Z" fill="#10DDDF"/>
<path d="M17.4773 40C12.2507 40 8 35.9293 8 30.9253C8 28.936 8 23.652 13.708 23.652C15.2547 23.652 16.76 24.1733 17.4773 24.4627C18.1947 24.172 19.7013 23.652 21.2467 23.652C22.5907 23.652 23.6653 23.92 24.536 24.4733L23.4627 26.1613C22.932 25.824 22.1853 25.652 21.2467 25.652C19.628 25.652 17.9267 26.4467 17.9093 26.4547C17.6373 26.584 17.3213 26.5867 17.0467 26.4547C17.0293 26.4467 15.34 25.652 13.708 25.652C11.3587 25.652 10 26.5147 10 30.9253C10 34.8267 13.3547 38 17.4773 38C19.716 38 21.8187 37.064 23.2467 35.432L24.752 36.7493C22.9453 38.8147 20.2933 40 17.4773 40Z" fill="#16365F"/>
<path d="M30.5227 40C25.296 40 21.044 35.9307 21.044 30.9293C21.044 28.9387 21.044 23.652 26.7547 23.652C28.296 23.652 29.8053 24.1733 30.5227 24.46C31.24 24.172 32.7493 23.652 34.2907 23.652C40 23.652 40 28.9387 40 30.9293C40 35.9307 35.7493 40 30.5227 40ZM26.7533 25.652C24.4027 25.652 23.0427 26.5147 23.0427 30.9293C23.0427 34.828 26.3987 38 30.5213 38C34.644 38 37.9987 34.828 37.9987 30.9293C37.9987 26.5147 36.6373 25.652 34.2893 25.652C32.6627 25.652 30.9667 26.4453 30.9493 26.4533C30.6787 26.5813 30.364 26.5813 30.092 26.4533C30.0773 26.4453 28.38 25.652 26.7533 25.652Z" fill="#16365F"/>
<path d="M31.5227 25.3053H29.5227C29.5227 18.2453 25.5147 10 14.2173 10V8C26.9894 8 31.5227 17.3213 31.5227 25.3053Z" fill="#16365F"/>
<path d="M18.4774 25.3053H16.4774C16.4774 20.8933 21.4374 13.8707 27.3134 13.8707V15.8707C22.7574 15.8693 18.4774 21.7547 18.4774 25.3053Z" fill="#16365F"/>
<path d="M11.968 20.0013C11.7693 20.0013 11.6453 19.9947 11.6173 19.9933C11.108 19.9653 10.7013 19.5587 10.6733 19.0493C10.6626 18.864 10.4546 14.4707 13.1293 11.796C15.8053 9.12132 20.1986 9.32666 20.3826 9.33999C20.892 9.36799 21.2986 9.77466 21.3266 10.284C21.3373 10.4693 21.5453 14.8627 18.8706 17.5373C16.5986 19.808 13.088 20.0013 11.968 20.0013ZM19.3053 11.3627C18.0706 11.4547 15.9306 11.8227 14.5426 13.2093C13.148 14.6053 12.784 16.7373 12.6933 17.9693C13.928 17.8773 16.068 17.5093 17.456 16.1227C18.852 14.728 19.216 12.5947 19.3053 11.3627Z" fill="#16365F"/>
</svg>

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@ -0,0 +1,4 @@
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.3055 7.11105C16.4074 7.31839 16.4746 7.54042 16.5048 7.76867L17.0616 16.0485V16.0485L17.3381 20.2102C17.3409 20.6381 17.4081 21.0633 17.5373 21.4721C17.8712 22.2651 18.6743 22.7691 19.5481 22.734L32.8627 21.8631C33.4392 21.8536 33.996 22.0692 34.4105 22.4626C34.7559 22.7903 34.9789 23.2191 35.0491 23.6803L35.0727 23.9604C34.5217 31.5898 28.9183 37.9533 21.3047 39.596C13.6911 41.2387 5.88373 37.7686 2.12142 31.0698C1.03677 29.1236 0.359301 26.9845 0.128764 24.778C0.0324572 24.1248 -0.00994903 23.465 0.00195845 22.8051C-0.0099319 14.6255 5.81494 7.55391 13.9687 5.84913C14.95 5.69633 15.9121 6.21584 16.3055 7.11105Z" fill="white"/>
<path opacity="0.4" d="M21.74 0.00163837C30.8598 0.233653 38.5246 6.79158 40 15.6246L39.9859 15.6898V15.6898L39.9457 15.7845L39.9513 16.0447C39.9304 16.3894 39.7973 16.7211 39.5679 16.989C39.329 17.268 39.0026 17.4581 38.6432 17.5318L38.424 17.5619L23.0624 18.5572C22.5515 18.6076 22.0427 18.4428 21.6627 18.1039C21.346 17.8215 21.1436 17.4402 21.0864 17.0294L20.0553 1.69012C20.0374 1.63826 20.0374 1.58203 20.0553 1.53016C20.0694 1.10734 20.2555 0.70768 20.5721 0.42046C20.8887 0.13324 21.3093 -0.0176007 21.74 0.00163837Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,16 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.4493 5.55599C20.672 5.55599 27.0053 0.778656 31.4493 0.778656C35.8933 0.778656 45.2267 3.33332 45.2267 23.7773C45.2267 44.2213 32.6707 47.2213 27.7827 47.2213C4.89332 47.2227 -4.88401 5.55599 11.4493 5.55599Z" fill="white"/>
<path d="M42.8866 8.17799L43.8294 7.23519L45.715 9.1208L44.7722 10.0636L42.8866 8.17799Z" fill="#F8B82E"/>
<path d="M37.4671 2.75838L38.4099 1.81557L40.2955 3.70119L39.3527 4.644L37.4671 2.75838Z" fill="#F8B82E"/>
<path d="M43.1272 3.70625L45.0128 1.82063L45.9557 2.76344L44.07 4.64906L43.1272 3.70625Z" fill="#F8B82E"/>
<path d="M13.748 27.6667C10.8267 28.5813 9 29.884 9 31.324C9 34.092 15.7173 36.3334 24 36.3334C25.5907 36.3334 27.1307 36.2454 28.5653 36.096V33.8293L33.652 35.1573C36.9253 34.2427 39 32.8653 39 31.3253C39 29.8853 37.1733 28.5827 34.252 27.668H13.748V27.6667Z" fill="#10DDDF"/>
<path d="M24 31C32.8987 30.696 37.5013 26.1387 37.8093 17.3293C28.9093 17.6333 24.3067 22.1893 24 31Z" fill="white"/>
<path d="M24 31C15.1013 30.696 10.4987 26.1387 10.1907 17.3293C19.0907 17.6333 23.6933 22.1893 24 31Z" fill="white"/>
<path d="M28.504 20.2507C28.2053 17.3893 26.708 14.528 24 11.6667C21.292 14.528 19.7947 17.3893 19.496 20.2507C19.496 20.2507 22.8533 23.8653 24 27.004C24 27.004 27.3467 20.004 28.504 20.2507Z" fill="white"/>
<path d="M25.4667 36.3067C24.9867 36.32 24.4933 36.3334 24 36.3334C15.72 36.3334 9 34.0933 9 31.32C9 29.88 10.8267 28.5867 13.7467 27.6667H16.7467C13.8267 28.5867 12 29.88 12 31.32C12 33.92 17.9067 36.0534 25.4667 36.3067Z" fill="#F8B82E"/>
<path d="M24 31C15.1067 30.6933 10.4933 26.1333 10.1866 17.3333C11.2533 17.3733 12.2533 17.4667 13.2 17.6267C13.5466 25.1867 17.1467 29.5467 23.9867 30.7067C23.9867 30.8 24 30.9066 24 31Z" fill="#C7D0D9"/>
<path d="M27.5093 20.3547C27.2627 17.988 26.084 15.572 24 13.1573C21.916 15.572 20.7373 17.988 20.4907 20.3547L18.5013 20.148C18.8213 17.0707 20.4267 13.9867 23.2733 10.98C23.6507 10.5813 24.3493 10.5813 24.7267 10.98C27.5733 13.9867 29.1787 17.0707 29.4987 20.148L27.5093 20.3547Z" fill="#16365F"/>
<path d="M24 32C23.736 32 23.48 31.8947 23.2933 31.7067C23.0973 31.5107 22.9907 31.2413 23 30.964C23.328 21.576 28.2987 16.652 37.7747 16.3293C38.044 16.3053 38.3187 16.4253 38.516 16.6213C38.7133 16.8173 38.8187 17.0867 38.8093 17.364C38.48 26.752 33.5107 31.676 24.0333 32C24.0227 32 24.012 32 24 32ZM36.7467 18.3907C29.4827 18.9653 25.648 22.7547 25.0627 29.9387C32.3267 29.364 36.1613 25.5733 36.7467 18.3907Z" fill="#16365F"/>
<path d="M24 32C23.988 32 23.9773 32 23.9666 32C14.4893 31.676 9.51998 26.752 9.19198 17.364C9.18264 17.0867 9.28798 16.8173 9.48531 16.6213C9.67998 16.4253 9.95064 16.3053 10.2266 16.3293C19.7026 16.652 24.6733 21.576 25.0013 30.964C25.0106 31.2413 24.9053 31.5107 24.708 31.7067C24.52 31.8947 24.264 32 24 32ZM11.2533 18.3907C11.8373 25.5733 15.672 29.364 22.9373 29.9387C22.3533 22.7547 18.5186 18.9653 11.2533 18.3907Z" fill="#16365F"/>
<path d="M24 37.3333C16.0493 37.3333 8 35.2693 8 31.324C8 29.4227 9.884 27.828 13.4493 26.7133L14.0453 28.6227C11.06 29.556 10 30.6613 10 31.324C10 32.9587 15.4547 35.3333 24 35.3333C25.1867 35.3333 26.3813 35.2827 27.5653 35.1853V33.8293C27.5653 33.52 27.708 33.2267 27.9533 33.0373C28.2 32.848 28.52 32.7813 28.8173 32.8613L33.64 34.12C36.6493 33.2373 38 32.0893 38 31.324C38 30.6613 36.94 29.556 33.9547 28.6213L34.5507 26.712C38.116 27.828 40 29.4213 40 31.324C40 33.3213 37.8413 35.024 33.9213 36.12C33.7493 36.168 33.572 36.1693 33.3987 36.124L29.564 35.124V36.096C29.564 36.608 29.1773 37.0373 28.668 37.0907C27.1267 37.2507 25.5547 37.3333 24 37.3333Z" fill="#16365F"/>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 52.4 (67378) - http://www.bohemiancoding.com/sketch -->
<title>dribble-logo</title>
<desc>Created with Sketch.</desc>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="dribble-logo" fill="#6C757D" fill-rule="nonzero">
<path d="M9.99056974,0 C4.48200393,0 0,4.48200393 0,9.99056974 C0,15.4991356 4.48200393,19.9811395 9.99056974,19.9811395 C15.4991356,19.9811395 19.9811395,15.4991356 19.9811395,9.99056974 C19.9811395,4.48200393 15.4990963,0 9.99056974,0 Z M16.5955599,4.60691552 C17.7844401,6.05929273 18.5025147,7.90880157 18.5212574,9.92314342 C18.2390177,9.86318271 15.4204322,9.29123772 12.5793713,9.64840864 L12.3957957,9.2075835 C12.2184676,8.79170923 12.0286444,8.37834971 11.8300982,7.97123772 C14.9858546,6.68369352 16.4157564,4.85041257 16.5955599,4.60691552 Z M9.99056974,1.46986248 C12.1585069,1.46986248 14.1403929,2.28282908 15.6464833,3.62031434 C15.4941454,3.83886051 14.210334,5.56471513 11.1757171,6.70239686 C9.77705305,4.13355599 8.22726916,2.02306483 7.99123772,1.70711198 C8.63308448,1.55229862 9.30247544,1.46986248 9.99056974,1.46986248 Z M6.36275049,2.28035363 C6.5875442,2.58880157 8.11233792,4.70180747 9.52601179,7.2156778 C5.53477407,8.27591356 2.01937132,8.26094303 1.63721022,8.25595285 C2.19041257,5.60719057 3.97500982,3.40679764 6.36275049,2.28035363 Z M1.45611002,10.0030648 L1.45984283,9.74204322 C1.83324165,9.75076621 5.96935167,9.803222 10.2290766,8.52817289 C10.4750884,9.0064833 10.707387,9.49225933 10.9221611,9.97681729 L10.5849902,10.0779568 C6.1853831,11.5003536 3.84385069,15.3792141 3.64903733,15.7088802 C2.28785855,14.1965815 1.45736739,12.1959921 1.45611002,10.0030648 Z M9.98931238,18.5362279 C8.01740668,18.5362279 6.19913556,17.8643615 4.75174853,16.735442 C4.90534381,16.423222 6.63371316,13.08389 11.4466798,11.4067191 L11.5028684,11.3879764 C12.7017289,14.5000393 13.1950098,17.1100589 13.3236542,17.8593713 C12.3008644,18.2952063 11.1732024,18.5374853 9.98931238,18.5362279 Z M14.7585462,17.0776031 C14.6711198,16.5580747 14.2153242,14.0604715 13.1013752,10.9933595 C15.7750884,10.5650295 18.1241257,11.2668369 18.4163458,11.3592534 C18.034224,13.7320236 16.6742633,15.7838507 14.7585462,17.0776031 Z" id="Shape"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="11px" height="20px" viewBox="0 0 11 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 52.4 (67378) - http://www.bohemiancoding.com/sketch -->
<title>facebook-logo</title>
<desc>Created with Sketch.</desc>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="facebook-logo" fill="#6C757D">
<path d="M10.3276289,0.00412371134 L7.75752577,0 C4.87010309,0 3.00412371,1.91443299 3.00412371,4.87752577 L3.00412371,7.12639175 L0.42,7.12639175 C0.196701031,7.12639175 0.0158762887,7.30742268 0.0158762887,7.53072165 L0.0158762887,10.7890722 C0.0158762887,11.0123711 0.196907216,11.1931959 0.42,11.1931959 L3.00412371,11.1931959 L3.00412371,19.4150515 C3.00412371,19.6383505 3.18494845,19.8191753 3.40824742,19.8191753 L6.77979381,19.8191753 C7.00309278,19.8191753 7.18391753,19.6381443 7.18391753,19.4150515 L7.18391753,11.1931959 L10.2053608,11.1931959 C10.4286598,11.1931959 10.6094845,11.0123711 10.6094845,10.7890722 L10.6107216,7.53072165 C10.6107216,7.42350515 10.5680412,7.32082474 10.4923711,7.24494845 C10.416701,7.16907216 10.3136082,7.12639175 10.2063918,7.12639175 L7.18391753,7.12639175 L7.18391753,5.22 C7.18391753,4.30371134 7.40226804,3.8385567 8.59587629,3.8385567 L10.3272165,3.83793814 C10.5503093,3.83793814 10.731134,3.65690722 10.731134,3.43381443 L10.731134,0.408247423 C10.731134,0.185360825 10.5505155,0.00453608247 10.3276289,0.00412371134 Z" id="Path"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 52.4 (67378) - http://www.bohemiancoding.com/sketch -->
<title>github-logo</title>
<desc>Created with Sketch.</desc>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="github-logo" fill="#6C757D">
<path d="M18.6392711,4.99193622 C17.7459681,3.46136674 16.5342597,2.24961276 15.0038269,1.35640091 C13.4731663,0.463143508 11.8021412,0.0166287016 9.9895672,0.0166287016 C8.17722096,0.0166287016 6.5056492,0.463280182 4.97530752,1.35640091 C3.44473804,2.2495672 2.23307517,3.46136674 1.33977221,4.99193622 C0.446605923,6.52246014 0,8.1938041 0,10.0059226 C0,12.1826879 0.635079727,14.1400911 1.90555809,15.8786333 C3.17589977,17.6173121 4.81699317,18.82041 6.82870159,19.4880638 C7.06287016,19.5315262 7.23621868,19.5009567 7.34892938,19.3971298 C7.46168565,19.2931663 7.51799544,19.1629613 7.51799544,19.0070615 C7.51799544,18.9810478 7.5157631,18.7470159 7.51143508,18.3046925 C7.50697039,17.862369 7.50487472,17.476492 7.50487472,17.1472437 L7.20569476,17.1989977 C7.01494305,17.2339408 6.77430524,17.2487472 6.48378132,17.2445558 C6.19339408,17.2405011 5.89193622,17.2100683 5.57981777,17.1534852 C5.26756264,17.0974032 4.97712984,16.9673349 4.70829157,16.7635535 C4.43958998,16.5597722 4.24883827,16.2930296 4.136082,15.9637358 L4.00601367,15.6644191 C3.91931663,15.4651481 3.7828246,15.2437813 3.59635535,15.001139 C3.4098861,14.7582688 3.22132118,14.5936219 3.03056948,14.5069248 L2.93949886,14.4417312 C2.87881549,14.3984055 2.82250569,14.3461503 2.7704328,14.2855125 C2.71840547,14.2248747 2.6794533,14.1641913 2.65343964,14.1034169 C2.62738041,14.0425968 2.64897494,13.9927107 2.71845103,13.9535763 C2.78792711,13.9144419 2.91348519,13.8954442 3.09567198,13.8954442 L3.35571754,13.9343052 C3.52915718,13.9690661 3.74369021,14.0728929 3.99958998,14.2464237 C4.25535308,14.4198178 4.46560364,14.6452392 4.63038724,14.9225968 C4.82993166,15.2782232 5.07034169,15.5492027 5.35230068,15.735672 C5.63403189,15.9221412 5.91808656,16.0152164 6.20419134,16.0152164 C6.49029613,16.0152164 6.73740319,15.9935308 6.94560364,15.9503872 C7.15357631,15.9070159 7.34870159,15.8418223 7.53088838,15.7551708 C7.60892938,15.1739408 7.8214123,14.727426 8.1681549,14.4153075 C7.67394077,14.3633713 7.22961276,14.2851481 6.83494305,14.181139 C6.44050114,14.0769932 6.03289294,13.9079727 5.6123918,13.6736219 C5.19166287,13.43959 4.84264237,13.1489749 4.56523918,12.8022779 C4.28779043,12.4553986 4.06009112,12 3.88246014,11.436492 C3.70473804,10.8727563 3.61585421,10.2224601 3.61585421,9.48542141 C3.61585421,8.43599089 3.95845103,7.54296128 4.64350797,6.80583144 C4.32259681,6.01685649 4.35289294,5.1323918 4.73448747,4.15252847 C4.98596811,4.07439636 5.35890661,4.13302961 5.85312073,4.32806378 C6.34742597,4.52318907 6.70933941,4.69034169 6.93922551,4.82892938 C7.16911162,4.96747153 7.35330296,5.08487472 7.49207289,5.18009112 C8.29867882,4.95471526 9.13107062,4.84200456 9.98947608,4.84200456 C10.8478815,4.84200456 11.6804556,4.95471526 12.4871071,5.18009112 L12.9813667,4.86806378 C13.3193622,4.65986333 13.7184966,4.46906606 14.1778132,4.29562642 C14.6374032,4.1222779 14.9888383,4.07453303 15.231754,4.15266515 C15.6218223,5.13257403 15.6565831,6.01699317 15.3355809,6.80596811 C16.0205923,7.54309795 16.3633257,8.43635535 16.3633257,9.48555809 C16.3633257,10.2225968 16.274123,10.8749431 16.0966743,11.4430068 C15.9189977,12.0111617 15.6893394,12.4661048 15.4076082,12.8087927 C15.1255581,13.1514351 14.7743052,13.4397722 14.3538041,13.6737585 C13.9332118,13.9079271 13.525467,14.0769476 13.1310251,14.1810934 C12.7364009,14.2852392 12.2920729,14.363508 11.7978588,14.4155353 C12.2486105,14.8056036 12.4740319,15.4213212 12.4740319,16.2624146 L12.4740319,19.006697 C12.4740319,19.1625968 12.528246,19.2927563 12.6367654,19.3967654 C12.7451481,19.5005923 12.9163098,19.5311617 13.1504784,19.4876538 C15.1624601,18.8200911 16.8035535,17.6169476 18.0738497,15.8782688 C19.3440091,14.1397267 19.9793166,12.1823235 19.9793166,10.0055581 C19.978861,8.19366743 19.5320273,6.52246014 18.6392711,4.99193622 Z" id="Path"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 52.4 (67378) - http://www.bohemiancoding.com/sketch -->
<title>instagram-logo</title>
<desc>Created with Sketch.</desc>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="instagram-logo" fill="#6C757D">
<path d="M14.4007059,0 L5.48870588,0 C2.46223529,0 0,2.46235294 0,5.48882353 L0,14.4008235 C0,17.4274118 2.46223529,19.8896471 5.48870588,19.8896471 L14.4007059,19.8896471 C17.4274118,19.8896471 19.8896471,17.4272941 19.8896471,14.4008235 L19.8896471,5.48882353 C19.8897647,2.46235294 17.4274118,0 14.4007059,0 Z M18.1250588,14.4008235 C18.1250588,16.4543529 16.4543529,18.1249412 14.4008235,18.1249412 L5.48870588,18.1249412 C3.43529412,18.1250588 1.76470588,16.4543529 1.76470588,14.4008235 L1.76470588,5.48882353 C1.76470588,3.43541176 3.43529412,1.76470588 5.48870588,1.76470588 L14.4007059,1.76470588 C16.4542353,1.76470588 18.1249412,3.43541176 18.1249412,5.48882353 L18.1249412,14.4008235 L18.1250588,14.4008235 Z" id="Shape" fill-rule="nonzero"/>
<path d="M9.94482353,4.82 C7.11882353,4.82 4.81976471,7.11905882 4.81976471,9.94505882 C4.81976471,12.7709412 7.11882353,15.0698824 9.94482353,15.0698824 C12.7708235,15.0698824 15.0698824,12.7709412 15.0698824,9.94505882 C15.0698824,7.11905882 12.7708235,4.82 9.94482353,4.82 Z M9.94482353,13.3050588 C8.092,13.3050588 6.58447059,11.7977647 6.58447059,9.94494118 C6.58447059,8.092 8.09188235,6.58458824 9.94482353,6.58458824 C11.7977647,6.58458824 13.3051765,8.092 13.3051765,9.94494118 C13.3051765,11.7977647 11.7976471,13.3050588 9.94482353,13.3050588 Z" id="Shape" fill-rule="nonzero"/>
<path d="M15.2848235,3.32364706 C14.9448235,3.32364706 14.6108235,3.46129412 14.3707059,3.70247059 C14.1294118,3.94247059 13.9907059,4.27658824 13.9907059,4.61776471 C13.9907059,4.95788235 14.1295294,5.29188235 14.3707059,5.53305882 C14.6107059,5.77305882 14.9448235,5.91188235 15.2848235,5.91188235 C15.626,5.91188235 15.9589412,5.77305882 16.2001176,5.53305882 C16.4412941,5.29188235 16.5789412,4.95776471 16.5789412,4.61776471 C16.5789412,4.27658824 16.4412941,3.94247059 16.2001176,3.70247059 C15.9601176,3.46129412 15.626,3.32364706 15.2848235,3.32364706 Z" id="Path"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 924 KiB

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 52.4 (67378) - http://www.bohemiancoding.com/sketch -->
<title>linkedin-logo</title>
<desc>Created with Sketch.</desc>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="linkedin-logo" fill="#6C757D" fill-rule="nonzero">
<path d="M19.9590255,12.2593689 L19.9590255,19.9786408 L15.6811601,19.9786408 L15.6811601,12.7763592 C15.6811601,10.9670874 15.062413,9.7323301 13.5139675,9.7323301 C12.3319258,9.7323301 11.6284919,10.564466 11.3190255,11.3694175 C11.2061717,11.6571845 11.177123,12.0577184 11.177123,12.460534 L11.177123,19.9786408 L6.89781903,19.9786408 C6.89781903,19.9786408 6.95545244,7.78033981 6.89781903,6.51650485 L11.1767053,6.51650485 L11.1767053,8.42470874 C11.1680278,8.43898058 11.1567517,8.45436893 11.1485847,8.46820388 L11.1767053,8.46820388 L11.1767053,8.42470874 C11.7451972,7.50873786 12.760464,6.20024272 15.0329466,6.20024272 C17.8483991,6.20019417 19.9590255,8.12432039 19.9590255,12.2593689 Z M2.42148492,0.0270873786 C0.957540603,0.0270873786 0,1.03160194 0,2.35257282 C0,3.64475728 0.929837587,4.67975728 2.36468677,4.67975728 L2.39327146,4.67975728 C3.88556845,4.67975728 4.81364269,3.64495146 4.81364269,2.35257282 C4.78552204,1.03160194 3.88556845,0.0270873786 2.42148492,0.0270873786 Z M0.254153132,19.9786408 L4.53183295,19.9786408 L4.53183295,6.51650485 L0.254153132,6.51650485 L0.254153132,19.9786408 Z" id="LinkedIn"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="20px" height="17px" viewBox="0 0 20 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 52.4 (67378) - http://www.bohemiancoding.com/sketch -->
<title>twitter-logo</title>
<desc>Created with Sketch.</desc>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="twitter-logo" fill="#6C757D">
<path d="M20,1.93653595 C19.2638889,2.26271242 18.4740523,2.48392157 17.644183,2.58267974 C18.4915359,2.07526144 19.1401634,1.27042484 19.4475817,0.314346405 C18.6527451,0.784248366 17.7753922,1.12545752 16.8405556,1.31042484 C16.0919608,0.511830065 15.0271569,0.0144117647 13.8461111,0.0144117647 C11.5802941,0.0144117647 9.74313725,1.85156863 9.74313725,4.11614379 C9.74313725,4.43732026 9.77937908,4.75101307 9.84937908,5.05098039 C6.44003268,4.87973856 3.41686275,3.24630719 1.39349673,0.764248366 C1.03980392,1.36915033 0.838594771,2.07398693 0.838594771,2.82637255 C0.838594771,4.24986928 1.56346405,5.50588235 2.66326797,6.24071895 C1.99088235,6.21823529 1.35849673,6.03326797 0.804869281,5.72581699 L0.804869281,5.77705882 C0.804869281,7.76418301 2.21960784,9.42261438 4.0954902,9.80006536 C3.75179739,9.89254902 3.38937908,9.94379085 3.01444444,9.94379085 C2.7495098,9.94379085 2.49330065,9.91754902 2.2420915,9.86754902 C2.76447712,11.4984967 4.27921569,12.6845098 6.07388889,12.7170261 C4.67039216,13.8168301 2.90071895,14.4704575 0.978594771,14.4704575 C0.647418301,14.4704575 0.32120915,14.4504575 3.26797386e-05,14.4142157 C1.81594771,15.5802614 3.97179739,16.2601307 6.28885621,16.2601307 C13.8361765,16.2601307 17.9616667,10.0087908 17.9616667,4.58732026 L17.9479085,4.05617647 C18.7539869,3.48124183 19.4513399,2.75888889 20,1.93653595 Z" id="Path"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1,109 @@
<svg width="674" height="402" viewBox="0 0 674 402" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M561.49 31.409C561.49 31.409 544.749 31.4594 550.274 11.1252C571.918 16.8175 561.49 31.409 561.49 31.409Z" fill="#C7D0D9"/>
<path d="M567.367 39.0156C567.367 39.0156 561.137 29.5789 574.654 25.1628C579.456 39.4857 567.367 39.0156 567.367 39.0156Z" fill="#C7D0D9"/>
<path d="M574.352 50.2656C574.352 50.2656 569.147 40.2245 583.05 37.2524C586.324 51.9951 574.352 50.2656 574.352 50.2656Z" fill="#C7D0D9"/>
<path d="M577.593 61.3476C577.593 61.3476 575.947 50.1647 590.069 51.8942C588.339 66.9223 577.593 61.3476 577.593 61.3476Z" fill="#C7D0D9"/>
<path d="M564.277 39.6702C564.277 39.6702 557.762 48.9054 548.728 37.924C560.314 28.2354 564.277 39.6702 564.277 39.6702Z" fill="#C7D0D9"/>
<path d="M569.718 52.5158C569.718 52.5158 563.203 61.7509 554.169 50.7695C565.755 41.0642 569.718 52.5158 569.718 52.5158Z" fill="#C7D0D9"/>
<path d="M584.107 88.0626C584.107 88.0626 580.245 77.4338 594.434 76.292C595.744 91.3537 584.107 88.0626 584.107 88.0626Z" fill="#C7D0D9"/>
<path d="M578.567 87.8278C578.567 87.8278 572.052 97.0629 563.018 86.0815C574.604 76.3762 578.567 87.8278 578.567 87.8278Z" fill="#C7D0D9"/>
<path d="M586.206 100.387C586.206 100.387 582.344 89.7583 596.533 88.6165C597.859 103.678 586.206 100.387 586.206 100.387Z" fill="#C7D0D9"/>
<path d="M580.682 100.152C580.682 100.152 574.167 109.387 565.134 98.4056C576.719 88.7171 580.682 100.152 580.682 100.152Z" fill="#C7D0D9"/>
<path d="M573.412 62.2711C573.412 62.2711 569.701 72.9503 557.981 64.8906C566.443 52.3643 573.412 62.2711 573.412 62.2711Z" fill="#C7D0D9"/>
<path d="M580.481 73.4208C580.481 73.4208 578.835 62.2379 592.957 63.9674C591.244 78.9787 580.481 73.4208 580.481 73.4208Z" fill="#C7D0D9"/>
<path d="M576.299 74.3439C576.299 74.3439 572.588 85.0231 560.868 76.9633C569.348 64.4371 576.299 74.3439 576.299 74.3439Z" fill="#C7D0D9"/>
<path d="M586.761 125.742C586.761 125.742 584.813 114.609 598.968 115.936C597.658 130.998 586.761 125.742 586.761 125.742Z" fill="#C7D0D9"/>
<path d="M581.354 124.533C581.354 124.533 573.328 132.509 566.343 120.117C579.423 112.578 581.354 124.533 581.354 124.533Z" fill="#C7D0D9"/>
<path d="M586.694 138.252C586.694 138.252 584.729 127.119 598.901 128.445C597.608 143.507 586.694 138.252 586.694 138.252Z" fill="#C7D0D9"/>
<path d="M581.287 137.042C581.287 137.042 573.261 145.018 566.276 132.626C579.373 125.104 581.287 137.042 581.287 137.042Z" fill="#C7D0D9"/>
<path d="M585.736 110.697C585.736 110.697 586.055 99.3965 599.656 103.544C595.358 118.035 585.736 110.697 585.736 110.697Z" fill="#C7D0D9"/>
<path d="M581.454 110.865C581.454 110.865 575.947 120.738 565.805 110.764C576.316 99.9171 581.454 110.865 581.454 110.865Z" fill="#C7D0D9"/>
<path d="M561.792 32.1646C561.792 32.1646 624.39 124.667 537.243 261.163" stroke="#4D53E0" stroke-width="0.6182" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M226.187 51.2057L206.474 24.1215L210.705 14.6009L180.095 1L175.864 10.5206L142.55 14.0468L136.421 5.63437L109.337 25.3304L115.466 33.7596L101.865 64.37L91.5215 65.4614L95.0476 98.7751L105.408 97.6837L125.121 124.751L120.889 134.272L151.5 147.873L155.731 138.352L189.045 134.826L195.174 143.255L222.241 123.542L216.112 115.13L229.713 84.5194L240.073 83.4112L236.547 50.1143L226.187 51.2057ZM190.271 85.3086C184.259 98.8255 168.425 104.921 154.908 98.9095C141.391 92.8982 135.296 77.0641 141.307 63.5472C147.319 50.0303 163.153 43.9351 176.67 49.9464C190.187 55.9576 196.282 71.7917 190.271 85.3086Z" fill="white" stroke="#4D53E0" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M122.199 147.722L113.064 133.584L115.449 128.932L100.471 121.259L98.0867 125.91L81.2787 126.75L78.441 122.35L64.3028 131.485L67.1405 135.884L59.4669 150.862L54.2449 151.13L55.0844 167.938L60.3065 167.67L69.4409 181.808L67.0566 186.459L82.0343 194.133L84.4187 189.481L101.227 188.642L104.064 193.041L118.203 183.907L115.365 179.507L123.038 164.53L128.26 164.261L127.421 147.453L122.199 147.722ZM103.225 163.841C99.833 170.457 91.706 173.076 85.0903 169.685C78.4746 166.293 75.8551 158.166 79.247 151.55C82.6388 144.934 90.7489 142.315 97.3815 145.707C104.014 149.099 106.617 157.209 103.225 163.841Z" fill="#C7D0D9"/>
<path d="M652.549 162.733C637.118 168.66 614.483 168.123 612.216 191.664C610.638 207.918 621.603 222.862 604.039 233.709C597.071 238.008 589.33 239.25 585.149 247.025C581.522 253.775 582.429 262.12 583.252 269.424C583.957 275.704 586.929 283.462 586.123 289.809C584.796 300.152 576.3 301.932 568.761 307.255C561.591 312.326 555.462 319.361 554.203 328.445C552.54 340.451 561.339 348.83 562.817 359.761C562.817 359.761 576.518 401.319 615.826 376.132C625.112 370.171 635.203 365.99 640.593 355.126C644.674 346.916 643.599 337.647 640.526 329.419C637.302 320.772 631.274 314.509 636.026 305.223C638.931 299.531 645.765 294.796 649.896 290.01C654.698 284.452 660.138 278.072 660.961 270.448C661.901 261.683 656.209 256.277 652.885 248.805C644.489 229.948 661.985 223.769 669.844 209.48C681.245 188.742 662.254 176.435 652.851 162.834L652.549 162.733Z" fill="#4D53E0"/>
<path d="M641.047 200.53L581.32 393.88" stroke="white" stroke-width="0.6182" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M604.778 250.752L616.23 280.842" stroke="white" stroke-width="0.6182" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M594.904 349.888L622.055 339.88" stroke="white" stroke-width="0.6182" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M623.718 256.612L643.481 243.633" stroke="white" stroke-width="0.6182" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M129.554 390.959C127.371 389.968 99.6317 377.039 70.6837 348.023C43.0957 320.368 8.75773 272.026 1.58789 198.649C66.2844 217.354 105.106 267.375 126.313 306.129C147.94 345.639 156.1 381.74 157.108 386.442L129.554 390.959Z" fill="white"/>
<path d="M2.1586 199.355C30.2503 207.599 55.8065 222.409 78.0884 243.381C96.2565 260.458 112.309 281.648 125.826 306.348C146.764 344.598 155.076 379.642 156.47 386.039L129.604 390.438C126.615 389.062 99.43 376.149 71.0529 347.705C53.4725 330.074 38.881 310.042 27.7148 288.146C13.9796 261.18 5.38251 231.325 2.1586 199.355ZM1 197.961C14.6177 341.139 129.486 391.496 129.486 391.496L157.712 386.879C157.712 386.862 127.421 233.944 1 197.961Z" fill="#4D53E0"/>
<path d="M17.5396 267.997L71.6408 291.337" stroke="#4D53E0" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M90.6311 316.457L91.8569 256.042" stroke="#4D53E0" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M106.734 274.344L104.971 335.397" stroke="#4D53E0" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M1 197.961L146.093 389.767" stroke="#4D53E0" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M641.047 395.744H661.13" stroke="#4D53E0" stroke-width="0.6182" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M38.4949 395.744H89.5065" stroke="#4D53E0" stroke-width="0.6182" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M245.01 332.324H137.529V361.793H245.01V332.324Z" fill="#C7D0D9" stroke="#4D53E0" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M219.017 395.744H116.288C104.165 395.744 94.342 385.921 94.342 373.798C94.342 361.675 104.165 351.852 116.288 351.852L219.017 362.212V395.744Z" fill="#C7D0D9" stroke="#4D53E0" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M137.697 401L157.376 387.063V370.91H137.697V401Z" fill="#4D53E0" stroke="white" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M156.688 395.744H259.416C271.539 395.744 281.362 385.921 281.362 373.798C281.362 361.675 271.539 351.852 259.416 351.852L156.688 362.212V395.744Z" fill="#C7D0D9" stroke="#4D53E0" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M171.901 155.026C171.901 155.026 162.817 139.729 171.901 134.037C180.985 128.328 207.515 122.367 207.515 122.367L204.392 149.686L171.901 155.026Z" fill="#4D53E0" stroke="#4D53E0" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M126.549 342.785H249.159V282.135H126.549L126.549 342.785Z" fill="#4D53E0" stroke="#4D53E0" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M264.185 264.672C264.185 223.819 231.862 189.817 191.025 188.843C190.186 188.827 189.346 188.81 188.49 188.81C127.051 188.81 107.674 233.458 104.769 241.165C98.2877 258.325 88.9518 307.003 141.575 309.085C194.199 311.167 200.932 310.899 200.932 310.899L264.185 304.686V264.672Z" fill="#4D53E0" stroke="#4D53E0" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M185.518 199.875C191.697 199.875 196.718 194.855 196.718 188.675V152.289H174.318V188.675C174.318 194.871 179.322 199.875 185.518 199.875Z" fill="white" stroke="#4D53E0" stroke-width="0.6071" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M165.872 159.207C166.443 162.598 169.667 164.865 173.042 164.294C173.563 164.21 174.067 164.059 174.537 163.841C175.343 165.99 176.552 167.905 178.096 169.5C181.774 173.345 187.231 175.343 192.856 174.386C201.89 172.841 207.968 164.294 206.423 155.244C204.878 146.21 196.332 140.132 187.281 141.677C181.152 142.718 176.384 146.983 174.453 152.457C173.395 151.986 172.186 151.819 170.96 152.037C167.585 152.608 165.301 155.832 165.872 159.207Z" fill="white" stroke="#4D53E0" stroke-width="0.6071" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M175.612 159.996C175.612 159.996 174.89 156.94 171.918 157.863" stroke="#4D53E0" stroke-width="0.7888" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M387.012 381.069H259.198C244.707 381.069 232.953 369.315 232.953 354.824V230.317C232.953 215.827 244.707 204.073 259.198 204.073H387.012C401.503 204.073 413.257 215.827 413.257 230.317V354.824C413.257 369.315 401.52 381.069 387.012 381.069Z" fill="white" stroke="#4D53E0" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M210.034 281.917L233.172 277.887L233.34 283.461L242.877 283.898L242.491 307.154L207.532 307.49L210.034 281.917Z" fill="white" stroke="#4D53E0" stroke-width="0.6071" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M242.759 290.396L231.828 289.943" stroke="#4D53E0" stroke-width="0.7888" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M242.272 296.24L231.341 295.803" stroke="#4D53E0" stroke-width="0.7888" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M242.205 302.083L231.274 301.646" stroke="#4D53E0" stroke-width="0.7888" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M204.542 307.926C195.072 308.564 176.367 309.589 154.941 309.538L204.542 307.926Z" fill="#4D53E0"/>
<path d="M204.542 307.926C195.072 308.564 176.367 309.589 154.941 309.538" stroke="#4D53E0" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M139.242 256.898C139.242 256.898 137.227 275.402 146.361 275.721C155.512 276.04 210.335 277.4 210.335 277.4" fill="#4D53E0"/>
<path d="M139.242 256.898C139.242 256.898 137.227 275.402 146.361 275.721C155.512 276.04 210.335 277.4 210.335 277.4" stroke="#4D53E0" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M284.251 242.961H379.877" stroke="#4D53E0" stroke-width="0.6071" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M284.251 268.215H379.877" stroke="#4D53E0" stroke-width="0.6071" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M284.251 293.452H379.877" stroke="#4D53E0" stroke-width="0.6071" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M284.251 318.689H379.877" stroke="#4D53E0" stroke-width="0.6071" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M284.251 343.943H379.877" stroke="#4D53E0" stroke-width="0.6071" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M273.84 242.961C273.84 244.657 272.464 246.034 270.768 246.034C269.072 246.034 267.695 244.657 267.695 242.961C267.695 241.265 269.072 239.888 270.768 239.888C272.464 239.905 273.84 241.265 273.84 242.961Z" fill="#FF5668"/>
<path d="M273.84 268.199C273.84 269.894 272.464 271.271 270.768 271.271C269.072 271.271 267.695 269.894 267.695 268.199C267.695 266.503 269.072 265.126 270.768 265.126C272.464 265.126 273.84 266.503 273.84 268.199Z" fill="#FF5668"/>
<path d="M273.84 293.419C273.84 295.115 272.464 296.492 270.768 296.492C269.072 296.492 267.695 295.115 267.695 293.419C267.695 291.723 269.072 290.346 270.768 290.346C272.464 290.346 273.84 291.723 273.84 293.419Z" fill="#FF5668"/>
<path d="M273.84 318.639C273.84 320.335 272.464 321.712 270.768 321.712C269.072 321.712 267.695 320.335 267.695 318.639C267.695 316.943 269.072 315.566 270.768 315.566C272.464 315.566 273.84 316.943 273.84 318.639Z" fill="#FF5668"/>
<path d="M273.84 343.86C273.84 345.556 272.464 346.932 270.768 346.932C269.072 346.932 267.695 345.556 267.695 343.86C267.695 342.164 269.072 340.787 270.768 340.787C272.464 340.804 273.84 342.181 273.84 343.86Z" fill="#FF5668"/>
<path d="M281.581 99.2622H244.036C239.452 99.2622 235.741 102.973 235.741 107.557V145.102C235.741 149.686 239.452 153.397 244.036 153.397H248.955V164.832L262.926 153.397H281.581C286.165 153.397 289.876 149.686 289.876 145.102V107.557C289.876 102.99 286.165 99.2622 281.581 99.2622Z" fill="#C7D0D9"/>
<path d="M634.247 398.918L614.551 384.998V368.828H634.247V398.918Z" fill="white" stroke="#4D53E0" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M570.44 353.313V395.745H483.126C465.546 395.745 451.29 381.489 451.29 363.909V291.371H503.208V353.313H570.44Z" fill="#C7D0D9" stroke="#4D53E0" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M495.4 291.371H547.319V353.313H614.551V395.745H527.236C509.656 395.745 495.4 381.489 495.4 363.909V320.184" fill="#C7D0D9"/>
<path d="M495.4 291.371H547.319V353.313H614.551V395.745H527.236C509.656 395.745 495.4 381.489 495.4 363.909V320.184" stroke="#4D53E0" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M581.119 196.752C578.214 189.045 558.821 144.397 497.398 144.397C496.542 144.397 495.702 144.414 494.863 144.431C454.027 145.405 421.704 179.407 421.704 220.26V260.273H436.732V302.1H559.341V256.411C594.888 247.394 586.895 212.032 581.119 196.752Z" fill="white" stroke="#4D53E0" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M525.876 135.313L477.77 141.845V108.346C477.77 96.4413 492.395 86.7864 504.316 86.7864C516.221 86.7864 525.876 96.4413 525.876 108.346V135.313Z" fill="#4D53E0" stroke="#4D53E0" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M495.602 155.849C489.423 155.849 484.402 150.828 484.402 144.649V108.262H506.785V144.649C506.785 150.828 501.781 155.849 495.602 155.849Z" fill="white" stroke="#4D53E0" stroke-width="0.6071" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M514.66 110.076C514.929 113.501 512.376 116.507 508.951 116.775C508.414 116.826 507.893 116.792 507.389 116.708C507.138 118.992 506.432 121.141 505.341 123.072C502.722 127.69 497.919 130.981 492.227 131.434C483.093 132.173 475.1 125.356 474.361 116.221C473.622 107.087 480.44 99.0943 489.574 98.3554C495.77 97.8517 501.445 100.824 504.669 105.643C505.593 104.921 506.718 104.467 507.96 104.367C511.386 104.098 514.391 106.65 514.66 110.076Z" fill="white" stroke="#4D53E0" stroke-width="0.6071" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M470.784 109.69L504.669 105.643L499.145 88.516C498.977 87.794 498.053 87.3742 497.063 87.5925L485.242 90.1951C475.368 92.3612 468.769 100.555 470.516 108.498L470.784 109.69Z" fill="#4D53E0" stroke="#4D53E0" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M505.425 113.232C505.425 113.232 505.375 110.092 508.481 110.26" stroke="#4D53E0" stroke-width="0.7888" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M378.836 283.764H452.902C461.297 283.764 468.115 276.964 468.115 268.551V198.65C468.115 190.254 461.314 183.437 452.902 183.437H378.836C370.44 183.437 363.623 190.237 363.623 198.65V268.568C363.64 276.964 370.44 283.764 378.836 283.764Z" fill="#FFC405" stroke="#FFC405" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M490.598 243.969L468.132 246.236V251.122L458.762 253.019L462.389 273.891L496.996 268.837L490.598 243.969Z" fill="white" stroke="#4D53E0" stroke-width="0.6071" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M503.594 269.173C511.939 268.518 521.796 267.913 551.886 262.473" stroke="#4D53E0" stroke-width="0.7888" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M548.545 207.028C548.545 207.028 553.38 224.995 544.397 226.724C535.414 228.454 494.662 235.993 494.662 235.993" stroke="#4D53E0" stroke-width="0.7888" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M459.887 258.392L470.617 256.277" stroke="#4D53E0" stroke-width="0.7888" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M461.197 263.699L471.943 261.583" stroke="#4D53E0" stroke-width="0.7888" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M461.986 268.333L472.716 266.217" stroke="#4D53E0" stroke-width="0.7888" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M527.236 395.744C509.656 395.744 495.4 381.489 495.4 363.908V320.184" stroke="#4D53E0" stroke-width="0.7888" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M415.877 238.344C424.696 238.344 431.846 231.195 431.846 222.375C431.846 213.556 424.696 206.407 415.877 206.407C407.058 206.407 399.909 213.556 399.909 222.375C399.909 231.195 407.058 238.344 415.877 238.344Z" fill="white" stroke="white" stroke-width="0.7888" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M437.505 259.988H394.234C394.234 248.033 403.922 238.361 415.861 238.361C427.799 238.361 437.505 248.049 437.505 259.988Z" fill="white" stroke="white" stroke-width="0.7888" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M337.865 395.744H450.299" stroke="#4D53E0" stroke-width="0.6182" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M466.553 21.3843H466.519C456.176 21.3843 447.797 29.5112 447.797 39.5188C447.797 42.6419 448.586 45.5804 450.03 48.1495L452.23 51.5749C453.959 54.2614 455.084 57.2503 455.571 60.3734L456.444 66.0825H466.536H476.644L477.769 59.7522C478.256 57.032 479.23 54.4126 480.674 52.0282L483.025 48.1327C484.452 45.5804 485.258 42.6587 485.275 39.5356C485.258 29.5784 476.846 21.4011 466.553 21.3843Z" fill="white" stroke="#4D53E0" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M473.135 40.0564H459.903L463.312 68.6014H469.726L473.135 40.0564Z" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M466.519 66.0996H456.428V75.1836H466.519H476.711V66.0996H466.519Z" fill="#4D53E0" stroke="#4D53E0" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M466.57 14.6513V4.47583" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M442.021 39.2H431.845" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M501.294 39.2H491.118" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M449.208 56.5623L442.021 63.7657" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M491.119 14.6514L483.932 21.838" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M449.208 21.838L442.021 14.6514" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M491.119 63.7657L483.932 56.5623" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M383.752 129.701C409.423 115.356 418.606 82.9168 404.262 57.2451C389.917 31.5733 357.478 22.3907 331.806 36.7351C306.134 51.0796 296.952 83.5191 311.296 109.191C325.641 134.863 358.08 144.045 383.752 129.701Z" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="6.22 6.22"/>
<path d="M355.362 143.373C355.362 143.373 357.243 181.338 318.757 199.808L355.362 143.373Z" fill="white"/>
<path d="M355.362 143.373C355.362 143.373 357.243 181.338 318.757 199.808" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="6.22 6.22"/>
<path d="M383.621 70.8179V49.5602C383.621 48.5024 382.412 47.8979 381.556 48.536L342.919 71.8086H331.434C331.35 71.8086 331.249 71.8086 331.165 71.8086C326.094 71.9429 321.762 75.8888 321.527 80.9766C321.41 83.277 322.115 85.4262 323.357 87.1389C325.12 89.5401 327.958 91.1017 331.165 91.1017H340.552H342.919L381.556 114.357C382.412 114.996 383.621 114.391 383.621 113.333V92.0756" fill="white"/>
<path d="M383.621 70.8179V49.5602C383.621 48.5024 382.412 47.8979 381.556 48.536L342.919 71.8086H331.434C331.35 71.8086 331.249 71.8086 331.165 71.8086C326.094 71.9429 321.762 75.8888 321.527 80.9766C321.41 83.277 322.115 85.4262 323.357 87.1389C325.12 89.5401 327.958 91.1017 331.165 91.1017H340.552H342.919L381.556 114.357C382.412 114.996 383.621 114.391 383.621 113.333V92.0756" stroke="#4D53E0" stroke-width="0.6138" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M342.919 71.8083H333.734V91.1182H342.919V71.8083Z" fill="#4D53E0" stroke="#4D53E0" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M389.229 81.4469C389.229 85.863 386.996 89.7586 383.604 92.0758V70.8181C387.013 73.1353 389.229 77.0309 389.229 81.4469Z" fill="white" stroke="#4D53E0" stroke-width="0.6138" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M331.165 91.1016H333.482L340.887 114.895C341.122 115.331 340.803 115.835 340.316 115.835H333.616C333.365 115.835 333.146 115.684 333.029 115.466L323.374 87.1221C325.12 89.54 327.958 91.1016 331.165 91.1016Z" fill="white" stroke="#4D53E0" stroke-width="0.6138" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M255.974 125.876C255.974 127.824 254.396 129.385 252.465 129.385C250.534 129.385 248.956 127.807 248.956 125.876C248.956 123.945 250.534 122.367 252.465 122.367C254.396 122.367 255.974 123.928 255.974 125.876Z" fill="#4D53E0" stroke="#4D53E0" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M266.318 125.876C266.318 127.824 264.739 129.385 262.808 129.385C260.861 129.385 259.299 127.807 259.299 125.876C259.299 123.945 260.877 122.367 262.808 122.367C264.739 122.367 266.318 123.928 266.318 125.876Z" fill="#4D53E0" stroke="#4D53E0" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M276.662 125.876C276.662 127.824 275.083 129.385 273.152 129.385C271.221 129.385 269.643 127.807 269.643 125.876C269.643 123.945 271.221 122.367 273.152 122.367C275.083 122.367 276.662 123.928 276.662 125.876Z" fill="#4D53E0" stroke="#4D53E0" stroke-width="0.607" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -0,0 +1,63 @@
<svg width="560" height="506" viewBox="0 0 560 506" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M323.612 141.057L319.417 133.913L296.491 147.379L300.666 154.523L287.546 177.643L279.272 177.701L279.464 204.307L287.738 204.25L301.203 227.178L297.123 234.381L320.241 247.502L324.34 240.319L350.924 240.127L355.119 247.253L378.045 233.787L373.87 226.661L386.99 203.522L395.264 203.464L395.072 176.858L386.798 176.935L373.333 153.987L377.413 146.804L354.295 133.664L350.196 140.866L323.612 141.057Z" fill="white" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M337.115 169.311C348.875 169.234 358.47 178.678 358.547 190.439C358.624 202.2 349.181 211.797 337.421 211.873C325.661 211.95 316.065 202.507 315.989 190.745C315.912 178.984 325.355 169.388 337.115 169.311Z" fill="white" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M61.9031 57.7523C61.9031 57.7523 9.86397 103.226 67.5341 161.055" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="6.22 6.22"/>
<path d="M16.28 310.579C8.772 323.355 -7.37411 335.634 4.1944 353.41C12.1813 365.669 28.2125 370.036 21.9685 387.448C19.4978 394.344 14.7669 399.573 16.1843 407.331C17.4292 414.093 22.7155 419.418 27.3697 424.072C31.3727 428.076 37.8082 431.849 40.7769 436.753C45.6418 444.741 40.662 450.755 38.3636 458.685C36.161 466.252 35.8163 474.603 40.0108 481.671C45.5652 491.019 56.4059 491.958 63.55 498.796C63.55 498.796 96.3977 520.269 109.843 480.637C113.023 471.27 117.734 462.689 115.455 452.077C113.731 444.051 107.794 438.151 101.033 434.09C93.9461 429.838 86.2274 428.804 84.3504 419.648C83.2012 414.035 85.3463 406.89 85.557 401.24C85.806 394.65 86.055 387.142 82.3776 381.357C78.1447 374.691 71.1155 374.078 64.6034 370.707C48.1892 362.183 56.9805 348.085 54.4906 333.661C50.8898 312.763 30.7024 314.755 16.5099 310.483L16.28 310.579Z" fill="#C7D0D9" stroke="#C7D0D9" stroke-width="0.1554" stroke-miterlimit="10"/>
<path d="M29.3618 343.506L92.2416 503.815" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M32.0242 398.979L56.8658 413.652" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M80.52 473.952L93.9655 451.771" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M48.5725 392.486L55.1612 372.335" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M70.9819 307.38H197.737V232.159L70.9819 251.103V307.38Z" fill="#4D53E0"/>
<path d="M69.1431 504.619L88.9283 484.257H105.649V504.619H69.1431Z" fill="#4D53E0"/>
<path d="M177.991 504.619L165.177 484.257H148.476V504.619H177.991Z" fill="#4D53E0"/>
<path d="M187.778 306.997V489.659H136.505V343.947H129.82L120.435 489.659H69.1431L78.5473 343.947L80.9414 306.997H187.778Z" fill="white" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M212.198 216.739C212.198 174.502 179.868 155.673 137.654 154.677C136.792 154.657 135.911 154.638 135.03 154.638C71.5182 154.638 51.4839 200.802 48.4769 208.77C41.7733 226.508 22.9266 282.134 83.6613 307.859C101.933 315.598 114.996 296.826 124.745 291.807C141.753 283.053 147.882 280.87 147.882 280.87L212.198 216.739Z" fill="#4D53E0"/>
<path d="M184.062 237.771C184.062 237.771 190.842 268.649 228.708 261.983C266.574 255.317 255.503 197.067 255.503 197.067H226.199L225.126 223.864C225.126 223.864 209.593 183.581 190.114 169.771C178.259 161.362 184.062 237.771 184.062 237.771Z" fill="#4D53E0"/>
<path d="M197.278 225.665V257.711" stroke="white" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M109.518 300.944L120.167 311.671L128.748 321.823L125.147 325.443L128.326 329.619L110.533 343.449L87.396 315.655L109.518 300.944Z" fill="white" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M124.611 332.282L116.969 323.566" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M119.612 335.73L111.95 326.995" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M114.881 339.503L107.239 330.768" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M125.243 325.616L119.612 319.103" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M80.9799 227.274C64.9104 261.581 114.172 299.354 114.172 299.354L84.6956 321.325C84.6956 321.325 45.0869 287.804 43.0566 265.124" fill="#4D53E0"/>
<path d="M131.468 135.847C131.468 135.847 112.698 140.713 111.587 117.88C110.457 95.0663 147.097 86.8296 155.716 96.3688C164.334 105.908 131.468 135.847 131.468 135.847Z" fill="#4D53E0"/>
<path d="M133.23 167.012C139.627 167.012 144.798 161.821 144.798 155.443V117.822H121.661V155.443C121.661 161.841 126.832 167.012 133.23 167.012Z" fill="white" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M113.521 119.7C113.234 123.243 115.877 126.346 119.42 126.634C119.976 126.672 120.512 126.653 121.029 126.557C121.278 128.913 122.025 131.154 123.155 133.127C125.856 137.916 130.816 141.306 136.716 141.785C146.158 142.551 154.432 135.502 155.179 126.059C155.945 116.616 148.897 108.341 139.455 107.594C133.057 107.076 127.196 110.141 123.864 115.122C122.925 114.375 121.757 113.915 120.474 113.8C116.911 113.532 113.808 116.156 113.521 119.7Z" fill="white" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M123.059 122.956C123.059 122.956 123.117 119.7 119.899 119.891" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M488.08 195.649H166.25V504.619H488.08V195.649Z" fill="#FFC405"/>
<path d="M230.834 184.443L231.026 202.43L253.531 202.315L254.01 184.616L230.834 184.443Z" fill="white" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M235.565 202.123L235.871 190.516" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M241.618 201.549L241.924 189.96" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M247.651 201.434L247.957 189.826" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M80.98 227.274C64.9105 261.581 114.172 299.354 114.172 299.354" stroke="white" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M444.966 254.34H209.919V290.486H444.966V254.34Z" fill="white"/>
<path d="M444.966 305.656H209.919V341.802H444.966V305.656Z" fill="white"/>
<path d="M444.966 358.562H209.919V394.708H444.966V358.562Z" fill="white"/>
<path d="M398.194 420.375H256.691V456.521H398.194V420.375Z" fill="#FF5668"/>
<path d="M439.354 173.123C464.318 173.123 484.556 152.883 484.556 127.917C484.556 102.951 464.318 82.7112 439.354 82.7112C414.39 82.7112 394.153 102.951 394.153 127.917C394.153 152.883 414.39 173.123 439.354 173.123Z" fill="white" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="6.22 6.22"/>
<path d="M26.9104 504.504H559.406" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M512.5 504.504H433.666L422.94 416.698H523.207L512.5 504.504Z" fill="#4D53E0"/>
<path d="M529.891 416.698H416.275V436.715H529.891V416.698Z" fill="white" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M473.083 416.698V327.225" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M473.083 369.442C500.65 369.442 522.996 347.093 522.996 319.524C522.996 291.956 500.65 269.607 473.083 269.607C445.517 269.607 423.17 291.956 423.17 319.524C423.17 347.093 445.517 369.442 473.083 369.442Z" fill="white" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M501.432 347.886C517.094 332.222 517.094 306.826 501.432 291.162C485.769 275.498 460.376 275.498 444.713 291.162C429.05 306.826 429.05 332.222 444.713 347.886C460.376 363.55 485.769 363.55 501.432 347.886Z" fill="white" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M473.083 416.487C473.083 416.487 473.083 378.426 434.489 373.714C431.272 405.454 473.083 416.487 473.083 416.487Z" fill="#4D53E0"/>
<path d="M442.649 384.287L463.947 405.071" stroke="white" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M473.256 416.908C473.256 416.908 473.256 378.848 511.849 374.135C515.086 405.875 473.256 416.908 473.256 416.908Z" fill="#4D53E0"/>
<path d="M503.69 384.709L482.392 405.511" stroke="white" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M456.937 313.835V324.926C456.937 334.044 464.273 341.419 473.39 341.419C482.506 341.419 489.88 334.025 489.88 324.926V313.835H456.937ZM475.362 330.788H471.417V322.379H475.362V330.788Z" fill="#4D53E0"/>
<path d="M483.675 310.656V308.51C483.675 302.84 479.078 298.224 473.39 298.224C467.72 298.224 463.104 302.821 463.104 308.51V310.656" stroke="#4D53E0" stroke-width="2" stroke-miterlimit="10"/>
<path d="M507.425 261.274C507.425 261.274 540.598 201.434 481.338 168.085" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="6.22 6.22"/>
<path d="M299.364 138.107L297.506 123.818L293.063 124.412L284.29 112.976L286.014 108.839L272.703 103.303L270.998 107.44L256.71 109.298L253.99 105.736L242.556 114.489L245.275 118.052L239.74 131.346L235.297 131.94L237.154 146.229L241.598 145.655L250.351 157.09L248.627 161.228L261.939 166.763L263.662 162.626L277.951 160.768L280.67 164.331L292.105 155.577L289.385 152.014L294.92 138.701L299.364 138.107ZM268.815 146.459C262.494 147.283 256.71 142.839 255.886 136.537C255.063 130.216 259.506 124.431 265.827 123.607C272.147 122.783 277.932 127.227 278.755 133.549C279.579 139.851 275.135 145.635 268.815 146.459Z" fill="#4D53E0"/>
<path d="M280.422 0.593811H80.52V57.7523H280.422V0.593811Z" fill="white" stroke="#4D53E0" stroke-width="0.6218" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="6.22 6.22"/>
<path d="M110.514 37.9844C115.38 37.9844 119.324 34.0394 119.324 29.1731C119.324 24.3067 115.38 20.3618 110.514 20.3618C105.648 20.3618 101.703 24.3067 101.703 29.1731C101.703 34.0394 105.648 37.9844 110.514 37.9844Z" fill="#C7D0D9"/>
<path d="M138.362 37.9844C143.228 37.9844 147.173 34.0394 147.173 29.1731C147.173 24.3067 143.228 20.3618 138.362 20.3618C133.497 20.3618 129.552 24.3067 129.552 29.1731C129.552 34.0394 133.497 37.9844 138.362 37.9844Z" fill="#C7D0D9"/>
<path d="M166.211 37.9844C171.077 37.9844 175.022 34.0394 175.022 29.1731C175.022 24.3067 171.077 20.3618 166.211 20.3618C161.345 20.3618 157.401 24.3067 157.401 29.1731C157.401 34.0394 161.345 37.9844 166.211 37.9844Z" fill="#C7D0D9"/>
<path d="M194.06 37.9844C198.926 37.9844 202.87 34.0394 202.87 29.1731C202.87 24.3067 198.926 20.3618 194.06 20.3618C189.194 20.3618 185.25 24.3067 185.25 29.1731C185.25 34.0394 189.194 37.9844 194.06 37.9844Z" fill="#C7D0D9"/>
<path d="M221.928 37.9844C226.794 37.9844 230.738 34.0394 230.738 29.1731C230.738 24.3067 226.794 20.3618 221.928 20.3618C217.062 20.3618 213.117 24.3067 213.117 29.1731C213.117 34.0394 217.062 37.9844 221.928 37.9844Z" fill="#C7D0D9"/>
<path d="M258.587 29.1731C258.587 34.0384 254.641 37.9844 249.777 37.9844C244.912 37.9844 240.966 34.0384 240.966 29.1731C240.966 24.3077 244.912 20.3618 249.777 20.3618C254.641 20.3618 258.587 24.3077 258.587 29.1731Z" fill="#C7D0D9"/>
<path d="M453.317 128.645C448.95 133.012 441.883 133.012 437.516 128.645C433.149 124.278 433.149 117.209 437.516 112.842C441.883 108.475 448.95 108.475 453.317 112.842C457.684 117.209 457.684 124.297 453.317 128.645Z" fill="#4D53E0"/>
<path d="M445.426 120.753L425.986 140.176L432.057 146.248" stroke="#4D53E0" stroke-width="3" stroke-miterlimit="10"/>
<path d="M435.926 139.18L431.463 134.717" stroke="#4D53E0" stroke-width="3" stroke-miterlimit="10"/>
<path d="M449.621 124.948C447.303 127.266 443.549 127.266 441.212 124.948C438.895 122.63 438.895 118.876 441.212 116.539C443.53 114.221 447.284 114.221 449.621 116.539C451.938 118.876 451.938 122.63 449.621 124.948Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 13 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 opacity="0.4" fill-rule="evenodd" clip-rule="evenodd" d="M5.91016 20.5885C5.91016 19.7485 6.59016 19.0685 7.43016 19.0685C8.26016 19.0685 8.94016 19.7485 8.94016 20.5885C8.94016 21.4185 8.26016 22.0985 7.43016 22.0985C6.59016 22.0985 5.91016 21.4185 5.91016 20.5885ZM17.1602 20.5885C17.1602 19.7485 17.8402 19.0685 18.6802 19.0685C19.5102 19.0685 20.1902 19.7485 20.1902 20.5885C20.1902 21.4185 19.5102 22.0985 18.6802 22.0985C17.8402 22.0985 17.1602 21.4185 17.1602 20.5885Z" fill="#4D53E0"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.1907 6.34903C20.8007 6.34903 21.2007 6.55903 21.6007 7.01903C22.0007 7.47903 22.0707 8.13903 21.9807 8.73803L21.0307 15.298C20.8507 16.559 19.7707 17.488 18.5007 17.488H7.59074C6.26074 17.488 5.16074 16.468 5.05074 15.149L4.13074 4.24803L2.62074 3.98803C2.22074 3.91803 1.94074 3.52803 2.01074 3.12803C2.08074 2.71803 2.47074 2.44803 2.88074 2.50803L5.26574 2.86803C5.60574 2.92903 5.85574 3.20803 5.88574 3.54803L6.07574 5.78803C6.10574 6.10903 6.36574 6.34903 6.68574 6.34903H20.1907ZM14.1307 11.548H16.9007C17.3207 11.548 17.6507 11.208 17.6507 10.798C17.6507 10.378 17.3207 10.048 16.9007 10.048H14.1307C13.7107 10.048 13.3807 10.378 13.3807 10.798C13.3807 11.208 13.7107 11.548 14.1307 11.548Z" fill="#4D53E0"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,6 @@
<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="M3 16.87V9.257H21V16.931C21 20.07 19.0241 22 15.8628 22H8.12733C4.99561 22 3 20.03 3 16.87ZM7.95938 14.41C7.50494 14.431 7.12953 14.07 7.10977 13.611C7.10977 13.151 7.46542 12.771 7.91987 12.75C8.36443 12.75 8.72997 13.101 8.73985 13.55C8.7596 14.011 8.40395 14.391 7.95938 14.41ZM12.0198 14.41C11.5653 14.431 11.1899 14.07 11.1701 13.611C11.1701 13.151 11.5258 12.771 11.9802 12.75C12.4248 12.75 12.7903 13.101 12.8002 13.55C12.82 14.011 12.4643 14.391 12.0198 14.41ZM16.0505 18.09C15.596 18.08 15.2305 17.7 15.2305 17.24C15.2206 16.78 15.5862 16.401 16.0406 16.391H16.0505C16.5148 16.391 16.8902 16.771 16.8902 17.24C16.8902 17.71 16.5148 18.09 16.0505 18.09ZM11.1701 17.24C11.1899 17.7 11.5653 18.061 12.0198 18.04C12.4643 18.021 12.82 17.641 12.8002 17.181C12.7903 16.731 12.4248 16.38 11.9802 16.38C11.5258 16.401 11.1701 16.78 11.1701 17.24ZM7.09989 17.24C7.11965 17.7 7.49506 18.061 7.94951 18.04C8.39407 18.021 8.74973 17.641 8.72997 17.181C8.72009 16.731 8.35456 16.38 7.90999 16.38C7.45554 16.401 7.09989 16.78 7.09989 17.24ZM15.2404 13.601C15.2404 13.141 15.596 12.771 16.0505 12.761C16.4951 12.761 16.8507 13.12 16.8705 13.561C16.8804 14.021 16.5247 14.401 16.0801 14.41C15.6257 14.42 15.2503 14.07 15.2404 13.611V13.601Z" fill="#FF5668"/>
<path opacity="0.4" d="M3.00293 9.2569C3.01577 8.6699 3.06517 7.5049 3.15803 7.1299C3.63224 5.0209 5.24256 3.6809 7.54442 3.4899H16.4555C18.7376 3.6909 20.3677 5.0399 20.8419 7.1299C20.9338 7.4949 20.9832 8.6689 20.996 9.2569H3.00293Z" fill="#FF5668"/>
<path d="M8.30465 6.59C8.73934 6.59 9.06535 6.261 9.06535 5.82V2.771C9.06535 2.33 8.73934 2 8.30465 2C7.86996 2 7.54395 2.33 7.54395 2.771V5.82C7.54395 6.261 7.86996 6.59 8.30465 6.59Z" fill="#FF5668"/>
<path d="M15.6953 6.59C16.1201 6.59 16.456 6.261 16.456 5.82V2.771C16.456 2.33 16.1201 2 15.6953 2C15.2606 2 14.9346 2.33 14.9346 2.771V5.82C14.9346 6.261 15.2606 6.59 15.6953 6.59Z" fill="#FF5668"/>
</svg>

After

Width:  |  Height:  |  Size: 2.0 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 opacity="0.4" d="M22 15.9402C22 18.7302 19.76 20.9902 16.97 21.0002H16.96H7.05C4.27 21.0002 2 18.7502 2 15.9602V15.9502C2 15.9502 2.006 11.5242 2.014 9.2982C2.015 8.8802 2.495 8.6462 2.822 8.9062C5.198 10.7912 9.447 14.2282 9.5 14.2732C10.21 14.8422 11.11 15.1632 12.03 15.1632C12.95 15.1632 13.85 14.8422 14.56 14.2622C14.613 14.2272 18.767 10.8932 21.179 8.9772C21.507 8.7162 21.989 8.9502 21.99 9.3672C22 11.5762 22 15.9402 22 15.9402Z" fill="#41D5E2"/>
<path d="M21.4759 5.6736C20.6099 4.0416 18.9059 2.9996 17.0299 2.9996H7.04988C5.17388 2.9996 3.46988 4.0416 2.60388 5.6736C2.40988 6.0386 2.50188 6.4936 2.82488 6.7516L10.2499 12.6906C10.7699 13.1106 11.3999 13.3196 12.0299 13.3196C12.0339 13.3196 12.0369 13.3196 12.0399 13.3196C12.0429 13.3196 12.0469 13.3196 12.0499 13.3196C12.6799 13.3196 13.3099 13.1106 13.8299 12.6906L21.2549 6.7516C21.5779 6.4936 21.6699 6.0386 21.4759 5.6736Z" fill="#41D5E2"/>
</svg>

After

Width:  |  Height:  |  Size: 1021 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

View File

@ -0,0 +1,14 @@
import React from 'react';
class MessagesIcon extends React.Component {
render() {
return (
<svg className={this.props.className} width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fillRule="evenodd" clipRule="evenodd" d="M16.5253 3.00005L7.45618 3C4.28665 3 2 5.56151 2 8.85897V15.141C2 18.4385 4.28665 21 7.45618 21H16.5168C18.0392 20.9829 19.4802 20.3421 20.5126 19.2266C21.5449 18.111 22.0786 16.6183 21.9893 15.0959L21.9906 8.85897C22.0786 7.38171 21.5449 5.88895 20.5126 4.77344C19.4802 3.65794 18.0392 3.01705 16.5253 3.00005ZM7.45618 4.52843L16.5084 4.52838C17.6073 4.54072 18.6532 5.00592 19.4026 5.81562C20.152 6.62533 20.5393 7.70887 20.4745 8.81389L20.4732 15.141C20.5393 16.2911 20.152 17.3747 19.4026 18.1844C18.6532 18.9941 17.6073 19.4593 16.5084 19.4716L7.45618 19.4716C5.16279 19.4716 3.51744 17.6284 3.51744 15.141V8.85897C3.51744 6.37155 5.16279 4.52843 7.45618 4.52843ZM18.024 8.63837C17.7622 8.30886 17.2847 8.25555 16.9576 8.5193L12.8583 11.8242L12.7408 11.9068C12.2575 12.2095 11.6228 12.1816 11.1598 11.8181L7.03057 8.51731L6.93763 8.4536C6.61736 8.26727 6.20141 8.34031 5.96461 8.64086C5.70412 8.97146 5.75904 9.45216 6.08726 9.71453L10.2217 13.0195L10.383 13.1375C11.4231 13.8459 12.8013 13.8067 13.7988 13.0236L17.9058 9.71255L17.9882 9.63551C18.24 9.36261 18.2621 8.93792 18.024 8.63837Z" fill="#16365F"/>
</svg>
);
}
}
export default MessagesIcon;

View File

@ -0,0 +1,21 @@
import React from 'react';
class ProfileIcon extends React.Component {
render() {
return (
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fillRule="evenodd" clipRule="evenodd" d="M12.0043 2C9.07027 2 6.69177 4.38864 6.69177 7.33517C6.69177 10.2817 9.07027 12.6703 12.0043 12.6703C14.9383 12.6703 17.3168 10.2817 17.3168 7.33517C17.3168 4.38864 14.9383 2 12.0043 2ZM12.0043 3.44767C14.1422 3.44767 15.8753 5.18816 15.8753 7.33517C15.8753 9.48218 14.1422 11.2227 12.0043 11.2227C9.8664 11.2227 8.1333 9.48218 8.1333 7.33517C8.1333 5.18816 9.8664 3.44767 12.0043 3.44767ZM9.83005 14.8209C9.05233 14.8749 8.26621 14.9859 7.4908 15.1521C5.99418 15.4604 4.79685 16.0763 4.28724 17.0999C4.09503 17.5002 3.99839 17.9288 4.00002 18.3627C3.99944 18.7935 4.0953 19.2227 4.28062 19.6153C4.76994 20.6271 5.8278 21.1997 7.25624 21.5171L7.51213 21.5705C8.26648 21.7407 9.05284 21.8553 9.84446 21.909C9.91189 21.9288 10.0726 21.9472 10.248 21.9561L10.3922 21.9615C10.4664 21.9633 10.5506 21.9637 10.676 21.9637C11.8138 22.0263 12.9934 22.0081 14.1675 21.9081C14.7932 21.8653 15.4231 21.7835 16.0477 21.6636L16.5151 21.5666C18.0576 21.2623 19.2126 20.6836 19.7186 19.6164C20.0937 18.8241 20.0937 17.9047 19.7188 17.1127C19.214 16.0483 18.0737 15.4744 16.5034 15.1509C15.8873 15.0194 15.2612 14.922 14.6307 14.8599L14.1697 14.8209C12.7259 14.6935 11.2738 14.6935 9.83005 14.8209ZM14.0436 16.263L14.0562 16.264C14.7799 16.3149 15.4991 16.4165 16.2087 16.568C17.3751 16.8083 18.1667 17.2067 18.4171 17.7348C18.6057 18.133 18.6057 18.5958 18.4169 18.9944C18.1829 19.4879 17.472 19.8691 16.4445 20.1021L16.2195 20.1498C15.496 20.3112 14.7791 20.4152 14.0576 20.4647C12.9379 20.5599 11.8249 20.5771 10.7148 20.5171L10.3212 20.5103C10.2119 20.5048 10.1198 20.4942 10.0345 20.4771C9.35872 20.4261 8.75066 20.3454 8.16027 20.2283L7.80775 20.1537C6.63771 19.9244 5.83915 19.5243 5.58024 18.989C5.48964 18.797 5.44125 18.5803 5.44154 18.3609C5.44073 18.1428 5.48848 17.931 5.58118 17.7379C5.83293 17.2324 6.67919 16.7971 7.78606 16.569C8.50073 16.4159 9.21962 16.3144 9.94294 16.264C11.316 16.143 12.6837 16.143 14.0436 16.263Z" fill="#16365F"/>
<mask id="table" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="20" height="20">
<path fillRule="evenodd" clipRule="evenodd" d="M12.0043 2C9.07027 2 6.69177 4.38864 6.69177 7.33517C6.69177 10.2817 9.07027 12.6703 12.0043 12.6703C14.9383 12.6703 17.3168 10.2817 17.3168 7.33517C17.3168 4.38864 14.9383 2 12.0043 2ZM12.0043 3.44767C14.1422 3.44767 15.8753 5.18816 15.8753 7.33517C15.8753 9.48218 14.1422 11.2227 12.0043 11.2227C9.8664 11.2227 8.1333 9.48218 8.1333 7.33517C8.1333 5.18816 9.8664 3.44767 12.0043 3.44767ZM9.83005 14.8209C9.05233 14.8749 8.26621 14.9859 7.4908 15.1521C5.99418 15.4604 4.79685 16.0763 4.28724 17.0999C4.09503 17.5002 3.99839 17.9288 4.00002 18.3627C3.99944 18.7935 4.0953 19.2227 4.28062 19.6153C4.76994 20.6271 5.8278 21.1997 7.25624 21.5171L7.51213 21.5705C8.26648 21.7407 9.05284 21.8553 9.84446 21.909C9.91189 21.9288 10.0726 21.9472 10.248 21.9561L10.3922 21.9615C10.4664 21.9633 10.5506 21.9637 10.676 21.9637C11.8138 22.0263 12.9934 22.0081 14.1675 21.9081C14.7932 21.8653 15.4231 21.7835 16.0477 21.6636L16.5151 21.5666C18.0576 21.2623 19.2126 20.6836 19.7186 19.6164C20.0937 18.8241 20.0937 17.9047 19.7188 17.1127C19.214 16.0483 18.0737 15.4744 16.5034 15.1509C15.8873 15.0194 15.2612 14.922 14.6307 14.8599L14.1697 14.8209C12.7259 14.6935 11.2738 14.6935 9.83005 14.8209ZM14.0436 16.263L14.0562 16.264C14.7799 16.3149 15.4991 16.4165 16.2087 16.568C17.3751 16.8083 18.1667 17.2067 18.4171 17.7348C18.6057 18.133 18.6057 18.5958 18.4169 18.9944C18.1829 19.4879 17.472 19.8691 16.4445 20.1021L16.2195 20.1498C15.496 20.3112 14.7791 20.4152 14.0576 20.4647C12.9379 20.5599 11.8249 20.5771 10.7148 20.5171L10.3212 20.5103C10.2119 20.5048 10.1198 20.4942 10.0345 20.4771C9.35872 20.4261 8.75066 20.3454 8.16027 20.2283L7.80775 20.1537C6.63771 19.9244 5.83915 19.5243 5.58024 18.989C5.48964 18.797 5.44125 18.5803 5.44154 18.3609C5.44073 18.1428 5.48848 17.931 5.58118 17.7379C5.83293 17.2324 6.67919 16.7971 7.78606 16.569C8.50073 16.4159 9.21962 16.3144 9.94294 16.264C11.316 16.143 12.6837 16.143 14.0436 16.263Z" fill="#16365F"/>
</mask>
<g mask="url(#table)">
<rect width="24" height="24"/>
</g>
</svg>
);
}
}
export default ProfileIcon;

View File

@ -0,0 +1,14 @@
import React from 'react';
class TasksIcon extends React.Component {
render() {
return (
<svg className={this.props.className} width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fillRule="evenodd" clipRule="evenodd" d="M8.138 22C7.726 22 7.335 21.968 6.967 21.905L6.749 21.864C4.378 21.371 3 19.555 3 16.791V7.209C3 6.875 3.02 6.555 3.06 6.249C3.409 3.564 5.254 2 8.138 2H15.863C19.059 2 20.97 3.92 21 7.132V7.209V16.791C21 20.048 19.084 22 15.863 22H8.138ZM8.138 3.457C5.682 3.457 4.437 4.72 4.437 7.209V16.791C4.437 19.28 5.682 20.543 8.138 20.543H15.854C18.309 20.543 19.546 19.28 19.546 16.791V7.209C19.546 4.72 18.309 3.457 15.854 3.457H8.138ZM16.306 16.234C16.306 15.834 15.987 15.51 15.593 15.51H8.382C7.988 15.51 7.668 15.834 7.668 16.234C7.668 16.634 7.988 16.958 8.382 16.958H15.593C15.987 16.958 16.306 16.634 16.306 16.234ZM15.593 11.271C15.868 11.241 16.137 11.373 16.284 11.61C16.431 11.849 16.431 12.151 16.284 12.39C16.137 12.627 15.868 12.759 15.593 12.729H8.382C8.016 12.687 7.739 12.374 7.739 12C7.739 11.626 8.016 11.312 8.382 11.271H15.593ZM11.777 7.771C11.777 7.397 11.5 7.083 11.134 7.042H8.391C8.024 7.083 7.747 7.397 7.747 7.771C7.747 8.144 8.024 8.458 8.391 8.499H11.134C11.5 8.458 11.777 8.144 11.777 7.771Z" fill="#16365F"/>
</svg>
);
}
}
export default TasksIcon;

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="M10.0103 4.92632V4.30432C10.0103 2.94766 8.91032 1.84766 7.55366 1.84766H4.30366C2.94766 1.84766 1.84766 2.94766 1.84766 4.30432V11.7243C1.84766 13.081 2.94766 14.181 4.30366 14.181H7.56032C8.91299 14.181 10.0103 13.0843 10.0103 11.7317V11.103" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14.5391 8.01424H6.51172" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12.5869 6.07086L14.5389 8.0142L12.5869 9.95819" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 699 B

View File

@ -0,0 +1,9 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.94283 8.00001L11.8048 5.13801C12.0655 4.87735 12.0655 4.45601 11.8048 4.19535C11.5442 3.93468 11.1228 3.93468 10.8622 4.19535L8.00017 7.05735L5.13817 4.19535C4.8775 3.93468 4.45617 3.93468 4.1955 4.19535C3.93483 4.45601 3.93483 4.87735 4.1955 5.13801L7.0575 8.00001L4.1955 10.862C3.93483 11.1227 3.93483 11.544 4.1955 11.8047C4.3255 11.9347 4.49617 12 4.66683 12C4.8375 12 5.00817 11.9347 5.13817 11.8047L8.00017 8.94268L10.8622 11.8047C10.9922 11.9347 11.1628 12 11.3335 12C11.5042 12 11.6748 11.9347 11.8048 11.8047C12.0655 11.544 12.0655 11.1227 11.8048 10.862L8.94283 8.00001Z" fill="white"/>
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="4" y="3" width="9" height="9">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.94283 8.00001L11.8048 5.13801C12.0655 4.87735 12.0655 4.45601 11.8048 4.19535C11.5442 3.93468 11.1228 3.93468 10.8622 4.19535L8.00017 7.05735L5.13817 4.19535C4.8775 3.93468 4.45617 3.93468 4.1955 4.19535C3.93483 4.45601 3.93483 4.87735 4.1955 5.13801L7.0575 8.00001L4.1955 10.862C3.93483 11.1227 3.93483 11.544 4.1955 11.8047C4.3255 11.9347 4.49617 12 4.66683 12C4.8375 12 5.00817 11.9347 5.13817 11.8047L8.00017 8.94268L10.8622 11.8047C10.9922 11.9347 11.1628 12 11.3335 12C11.5042 12 11.6748 11.9347 11.8048 11.8047C12.0655 11.544 12.0655 11.1227 11.8048 10.862L8.94283 8.00001Z" fill="white"/>
</mask>
<g mask="url(#mask0)">
<rect width="16" height="16" fill="white"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,9 @@
<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0002 7.83334H6.00016C5.6335 7.83334 5.3335 8.13334 5.3335 8.5C5.3335 8.86667 5.6335 9.16667 6.00016 9.16667H10.0002C10.3668 9.16667 10.6668 8.86667 10.6668 8.5C10.6668 8.13334 10.3668 7.83334 10.0002 7.83334ZM8.00016 13.8333C5.0595 13.8333 2.66683 11.4407 2.66683 8.5C2.66683 5.55934 5.0595 3.16667 8.00016 3.16667C10.9408 3.16667 13.3335 5.55934 13.3335 8.5C13.3335 11.4407 10.9408 13.8333 8.00016 13.8333ZM8.00016 1.83334C4.32416 1.83334 1.3335 4.824 1.3335 8.5C1.3335 12.176 4.32416 15.1667 8.00016 15.1667C11.6762 15.1667 14.6668 12.176 14.6668 8.5C14.6668 4.824 11.6762 1.83334 8.00016 1.83334Z" fill="white"/>
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="1" y="1" width="14" height="15">
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0002 7.83334H6.00016C5.6335 7.83334 5.3335 8.13334 5.3335 8.5C5.3335 8.86667 5.6335 9.16667 6.00016 9.16667H10.0002C10.3668 9.16667 10.6668 8.86667 10.6668 8.5C10.6668 8.13334 10.3668 7.83334 10.0002 7.83334ZM8.00016 13.8333C5.0595 13.8333 2.66683 11.4407 2.66683 8.5C2.66683 5.55934 5.0595 3.16667 8.00016 3.16667C10.9408 3.16667 13.3335 5.55934 13.3335 8.5C13.3335 11.4407 10.9408 13.8333 8.00016 13.8333ZM8.00016 1.83334C4.32416 1.83334 1.3335 4.824 1.3335 8.5C1.3335 12.176 4.32416 15.1667 8.00016 15.1667C11.6762 15.1667 14.6668 12.176 14.6668 8.5C14.6668 4.824 11.6762 1.83334 8.00016 1.83334Z" fill="white"/>
</mask>
<g mask="url(#mask0)">
<rect y="0.5" width="16" height="16" fill="white"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,9 @@
<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.3335 5.83333C7.3335 5.46533 7.63216 5.16667 8.00016 5.16667C8.36816 5.16667 8.66683 5.46533 8.66683 5.83333V9.16667C8.66683 9.53467 8.36816 9.83333 8.00016 9.83333C7.63216 9.83333 7.3335 9.53467 7.3335 9.16667V5.83333ZM7.3335 11.1667C7.3335 10.7987 7.63216 10.5 8.00016 10.5C8.36816 10.5 8.66683 10.7987 8.66683 11.1667C8.66683 11.5347 8.36816 11.8333 8.00016 11.8333C7.63216 11.8333 7.3335 11.5347 7.3335 11.1667ZM8.00016 13.8333C5.0595 13.8333 2.66683 11.4407 2.66683 8.5C2.66683 5.55933 5.0595 3.16667 8.00016 3.16667C10.9408 3.16667 13.3335 5.55933 13.3335 8.5C13.3335 11.4407 10.9408 13.8333 8.00016 13.8333M8.00016 1.83333C4.31816 1.83333 1.3335 4.818 1.3335 8.5C1.3335 12.182 4.31816 15.1667 8.00016 15.1667C11.6822 15.1667 14.6668 12.182 14.6668 8.5C14.6668 4.818 11.6822 1.83333 8.00016 1.83333" fill="white"/>
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="1" y="1" width="14" height="15">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.3335 5.83333C7.3335 5.46533 7.63216 5.16667 8.00016 5.16667C8.36816 5.16667 8.66683 5.46533 8.66683 5.83333V9.16667C8.66683 9.53467 8.36816 9.83333 8.00016 9.83333C7.63216 9.83333 7.3335 9.53467 7.3335 9.16667V5.83333ZM7.3335 11.1667C7.3335 10.7987 7.63216 10.5 8.00016 10.5C8.36816 10.5 8.66683 10.7987 8.66683 11.1667C8.66683 11.5347 8.36816 11.8333 8.00016 11.8333C7.63216 11.8333 7.3335 11.5347 7.3335 11.1667ZM8.00016 13.8333C5.0595 13.8333 2.66683 11.4407 2.66683 8.5C2.66683 5.55933 5.0595 3.16667 8.00016 3.16667C10.9408 3.16667 13.3335 5.55933 13.3335 8.5C13.3335 11.4407 10.9408 13.8333 8.00016 13.8333M8.00016 1.83333C4.31816 1.83333 1.3335 4.818 1.3335 8.5C1.3335 12.182 4.31816 15.1667 8.00016 15.1667C11.6822 15.1667 14.6668 12.182 14.6668 8.5C14.6668 4.818 11.6822 1.83333 8.00016 1.83333" fill="white"/>
</mask>
<g mask="url(#mask0)">
<rect y="0.5" width="16" height="16" fill="white"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -0,0 +1,9 @@
<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.80323 6.09634L7.28056 9.409L6.1919 8.01834C5.96523 7.72767 5.54523 7.677 5.2559 7.90434C4.9659 8.131 4.91456 8.55034 5.1419 8.83967L6.76256 10.911C6.88923 11.0723 7.08256 11.1663 7.2879 11.1663H7.29256C7.49856 11.1657 7.69323 11.0683 7.8179 10.9037L10.8639 6.90367C11.0872 6.61034 11.0306 6.193 10.7372 5.96967C10.4432 5.74634 10.0259 5.80367 9.80323 6.09634M8.00016 13.8333C5.0595 13.8333 2.66683 11.4407 2.66683 8.5C2.66683 5.55934 5.0595 3.16667 8.00016 3.16667C10.9408 3.16667 13.3335 5.55934 13.3335 8.5C13.3335 11.4407 10.9408 13.8333 8.00016 13.8333M8.00016 1.83334C4.31816 1.83334 1.3335 4.81867 1.3335 8.5C1.3335 12.1813 4.31816 15.1667 8.00016 15.1667C11.6822 15.1667 14.6668 12.1813 14.6668 8.5C14.6668 4.81867 11.6822 1.83334 8.00016 1.83334" fill="white"/>
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="1" y="1" width="14" height="15">
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.80323 6.09634L7.28056 9.409L6.1919 8.01834C5.96523 7.72767 5.54523 7.677 5.2559 7.90434C4.9659 8.131 4.91456 8.55034 5.1419 8.83967L6.76256 10.911C6.88923 11.0723 7.08256 11.1663 7.2879 11.1663H7.29256C7.49856 11.1657 7.69323 11.0683 7.8179 10.9037L10.8639 6.90367C11.0872 6.61034 11.0306 6.193 10.7372 5.96967C10.4432 5.74634 10.0259 5.80367 9.80323 6.09634M8.00016 13.8333C5.0595 13.8333 2.66683 11.4407 2.66683 8.5C2.66683 5.55934 5.0595 3.16667 8.00016 3.16667C10.9408 3.16667 13.3335 5.55934 13.3335 8.5C13.3335 11.4407 10.9408 13.8333 8.00016 13.8333M8.00016 1.83334C4.31816 1.83334 1.3335 4.81867 1.3335 8.5C1.3335 12.1813 4.31816 15.1667 8.00016 15.1667C11.6822 15.1667 14.6668 12.1813 14.6668 8.5C14.6668 4.81867 11.6822 1.83334 8.00016 1.83334" fill="white"/>
</mask>
<g mask="url(#mask0)">
<rect y="0.5" width="16" height="16" fill="white"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -0,0 +1,9 @@
<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.33333 6.5C7.33333 6.132 7.632 5.83333 8 5.83333C8.368 5.83333 8.66667 6.132 8.66667 6.5V9.16666C8.66667 9.53466 8.368 9.83333 8 9.83333C7.632 9.83333 7.33333 9.53466 7.33333 9.16666V6.5ZM7.33333 11.1667C7.33333 10.7987 7.632 10.5 8 10.5C8.368 10.5 8.66667 10.7987 8.66667 11.1667C8.66667 11.5347 8.368 11.8333 8 11.8333C7.632 11.8333 7.33333 11.5347 7.33333 11.1667ZM13.9098 12.7353C13.7571 13.0053 13.4598 13.1667 13.1145 13.1667H2.88513C2.5398 13.1667 2.24247 13.0053 2.09047 12.7353C2.01847 12.6087 1.9238 12.3507 2.1018 12.0573L7.2158 3.57867C7.52713 3.06267 8.47247 3.06267 8.7838 3.57867L13.8985 12.0573C14.0758 12.3507 13.9818 12.6087 13.9098 12.7353M15.0405 11.3687L9.9258 2.88933C9.52647 2.228 8.80647 1.83333 7.9998 1.83333C7.19313 1.83333 6.47313 2.228 6.07447 2.88933L0.959799 11.3687C0.580466 11.9973 0.569133 12.7533 0.929133 13.3907C1.31513 14.0753 2.06513 14.5 2.88513 14.5H13.1145C13.9351 14.5 14.6845 14.0753 15.0711 13.3907C15.4311 12.7533 15.4198 11.9973 15.0405 11.3687" fill="white"/>
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="0" y="1" width="16" height="14">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.33333 6.5C7.33333 6.132 7.632 5.83333 8 5.83333C8.368 5.83333 8.66667 6.132 8.66667 6.5V9.16666C8.66667 9.53466 8.368 9.83333 8 9.83333C7.632 9.83333 7.33333 9.53466 7.33333 9.16666V6.5ZM7.33333 11.1667C7.33333 10.7987 7.632 10.5 8 10.5C8.368 10.5 8.66667 10.7987 8.66667 11.1667C8.66667 11.5347 8.368 11.8333 8 11.8333C7.632 11.8333 7.33333 11.5347 7.33333 11.1667ZM13.9098 12.7353C13.7571 13.0053 13.4598 13.1667 13.1145 13.1667H2.88513C2.5398 13.1667 2.24247 13.0053 2.09047 12.7353C2.01847 12.6087 1.9238 12.3507 2.1018 12.0573L7.2158 3.57867C7.52713 3.06267 8.47247 3.06267 8.7838 3.57867L13.8985 12.0573C14.0758 12.3507 13.9818 12.6087 13.9098 12.7353M15.0405 11.3687L9.9258 2.88933C9.52647 2.228 8.80647 1.83333 7.9998 1.83333C7.19313 1.83333 6.47313 2.228 6.07447 2.88933L0.959799 11.3687C0.580466 11.9973 0.569133 12.7533 0.929133 13.3907C1.31513 14.0753 2.06513 14.5 2.88513 14.5H13.1145C13.9351 14.5 14.6845 14.0753 15.0711 13.3907C15.4311 12.7533 15.4198 11.9973 15.0405 11.3687" fill="white"/>
</mask>
<g mask="url(#mask0)">
<rect y="0.5" width="16" height="16" fill="white"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 32 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 59 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

@ -0,0 +1,46 @@
<svg
xmlns="http://www.w3.org/2000/svg"
version="1.1"
id="svg3100"
x="0px"
y="0px"
width="567.188px"
height="559px"
viewBox="0 0 567.188 559"
enable-background="new 0 0 567.188 559"
xml:space="preserve">
<g
id="g4"><path
id="path3113"
fill="#FFFFFF"
d="M283.575,43.267c-8.844-22.077-30.385-45.92-70.727-42.645 c-51.391,5.587-67.406,54.837-59.641,84.219c-20.467-13.86-55.272-19.955-85.651,6.067c-39.223,39.319-18.243,92.492,3.319,105.247 c-23.764-2.201-61.321,13.857-69.63,55.861c-8.839,52.152,30.918,82.555,69.63,82.555h429.281c44.766,0,69.605-38.727,66.818-75.25 c-4.393-47.667-48.012-65.956-71.805-62.038c19.879-11.09,46.43-63.189,6.059-104.146c-32.045-30.48-72.898-19.391-87.262-6.096 c7.744-25.463-4.953-78.098-56.93-86.424C353.446,0.215,349.987,0,346.69,0C307.012,0.004,289.173,29.007,283.575,43.267" /><path
id="path3115"
fill="#0082C7"
d="M74.707,99.207c-22.665,20.517-30.914,67.005,9.943,94.181 l162.993,111.825l-79.031-181.059C152.052,81.428,106.748,72.111,74.707,99.207"
style="fill:#f37021;fill-opacity:1" /><path
id="path3117"
fill="#22B14C"
d="M215.012,11.176c-26.494,0.539-66.277,32.09-48.572,80.268 l81.736,192.771l28.723-202.758C283.546,31.076,245.419,7.819,215.012,11.176"
style="fill:#cc004c;fill-opacity:1" /><path
id="path3119"
fill="#00A240"
d="M289.657,73.725h15.455c0,0,8.254,0,9.377,3.893 c-6.082,4.967-22.639,5.589-20.441,32.121l25.984,174.45l81.18-193.278c16.605-43.155-18.25-79.196-49.168-80.298 c-1.443-0.104-2.893-0.188-4.391-0.188C319.901,10.424,288.1,30.592,289.657,73.725"
style="fill:#6460aa;fill-opacity:1" /><path
id="path3121"
fill="#F07800"
d="M397.944,125.795l-76.785,178.886l162.947-112.415 c37.561-26.642,31.502-69.236,10.477-90.289c-8.814-9.909-24.998-17.564-42.143-17.564 C432.186,84.41,410.509,95.153,397.944,125.795"
style="fill:#0089d0;fill-opacity:1" /><path
id="path3123"
fill="#E96813"
d="M465.862,217.72L312.835,324.607h188.418 c38.656,0,63.498-39.859,52.455-76.434c-7.396-22.989-29.279-41.036-54.678-41.062C488.339,207.116,477.001,210.336,465.862,217.72 "
style="fill:#0db14b;fill-opacity:1" /><path
id="path3125"
fill="#4D6DF3"
d="M70.316,324.607h185.638L102.89,217.72 c-35.36-22.72-75.123-9.426-89.477,28.276C1.246,289.156,31.625,324.607,70.316,324.607"
style="fill:#fcb711;fill-opacity:1" /><path
id="path3127"
d="M275.901,470.85h34.438c7.916,0.498,21.949,7.41,21.949,23.779 c0,17.121-14.564,24.029-22.455,24.809h-33.932V470.85 M275.376,394.629h28.346c9.689,0.523,21.146,7.683,21.146,20.976 c0,13.039-8.662,21.729-19.869,23.278h-29.623V394.629 M236.622,362.91v188.215h91.324c21.676,0,47.443-21.725,47.443-50.113 c0-29.66-19.377-44.227-31.637-50.113c0,0,22.449-13.04,21.451-41.178c-1.021-37.85-35.986-46.811-47.973-46.811H236.622" /><polygon
id="polygon3129"
points="96.549,551.125 96.549,442.719 214.919,558.285 214.919,362.91 175.143,362.91 175.143,468.543 56.745,355.256 56.745,551.125 " /><path
id="path3131"
d="M381.784,454.979C382.782,514.5,425.548,559,480.526,559 c13.035,0,26.768-2.467,40.803-7.875v-38.35c-11.123,6.797-23.5,10.074-35.627,10.074c-33.27,0-64.662-24.619-63.363-69.398 c2.242-36.324,31.979-61.406,64.027-61.406c11.736,0,23.807,3.381,34.963,10.767V365.49c-13.008-5.273-25.938-7.631-38.393-7.631 C428.096,357.858,382.837,404.117,381.784,454.979" /></g></svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB

View File

@ -0,0 +1,19 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.8814 46.665C26.2787 42.853 34.0214 44.5863 38.068 42.7503C42.1147 40.913 49.5574 34.729 41.108 16.113C32.6587 -2.50304 19.9867 -0.047042 15.5347 1.97296C-5.30796 11.433 3.00804 53.4156 17.8814 46.665Z" fill="#EFEFEF"/>
<path d="M21 35H11.6667C10.2 35 9 33.8 9 32.3333V15.6667C9 14.2 10.2 13 11.6667 13H14.3333H24.3333H27C28.4667 13 29.6667 14.2 29.6667 15.6667V18.3333V35H21Z" fill="#F3F3F1"/>
<path d="M12 32.3333V15.6667C12 14.2 13.2 13 14.6667 13H14.3333H11.6667C10.2 13 9 14.2 9 15.6667V32.3333C9 33.8 10.2 35 11.6667 35H14.6667C13.2 35 12 33.8 12 32.3333Z" fill="#D5DBE1"/>
<path d="M24.3335 11.6667V14.3333C24.3335 15.0693 23.7362 15.6667 23.0002 15.6667H15.6668C14.9308 15.6667 14.3335 15.0693 14.3335 14.3333V11.6667H16.6668C16.6668 10.2 17.8668 9 19.3335 9C20.8002 9 22.0002 10.2 22.0002 11.6667H24.3335Z" fill="#FFC405"/>
<path d="M16.4722 13.472H17.3388C17.8922 13.472 18.4335 13.156 18.6082 12.632C18.9628 11.5733 19.3322 10.8053 21.1388 10.8053C21.3868 10.8053 21.6335 10.8507 21.8775 10.9147C21.5495 9.81333 20.5375 9 19.3335 9C17.8668 9 16.6668 10.2 16.6668 11.6667H14.3335V14.3333C14.3335 15.0693 14.9308 15.6667 15.6668 15.6667H16.4722V13.472Z" fill="#41D5E2"/>
<path d="M37.6667 38.9997H26.3333C25.5973 38.9997 25 38.4024 25 37.6664V23.6663C25 22.9303 25.5973 22.333 26.3333 22.333H37.6667C38.4027 22.333 39 22.9303 39 23.6663V37.6664C39 38.4024 38.4027 38.9997 37.6667 38.9997Z" fill="#FFC405"/>
<path d="M28 37.6664V23.6663C28 22.9303 28.5973 22.333 29.3333 22.333H26.3333C25.5973 22.333 25 22.9303 25 23.6663V37.6664C25 38.4024 25.5973 38.9997 26.3333 38.9997H29.3333C28.5973 38.9997 28 38.4024 28 37.6664Z" fill="#41D5E2"/>
<path d="M34.6548 6.1543L35.5976 5.21149L37.4832 7.09711L36.5404 8.03992L34.6548 6.1543Z" fill="#FF5668"/>
<path d="M40.0752 11.5752L41.018 10.6324L42.9036 12.518L41.9608 13.4608L40.0752 11.5752Z" fill="#FF5668"/>
<path d="M34.418 12.5186L36.3036 10.6329L37.2464 11.5757L35.3608 13.4614L34.418 12.5186Z" fill="#FF5668"/>
<path d="M39.8394 7.09766L41.725 5.21204L42.6678 6.15485L40.7822 8.04046L39.8394 7.09766Z" fill="#FF5668"/>
<path d="M21 36H11.6667C9.644 36 8 34.356 8 32.3333V15.6667C8 13.644 9.644 12 11.6667 12H14.3333V14H11.6667C10.748 14 10 14.748 10 15.6667V32.3333C10 33.252 10.748 34 11.6667 34H21V36Z" fill="#16365F"/>
<path d="M30.6668 18.3333H28.6668V15.6667C28.6668 14.748 27.9188 14 27.0002 14H24.3335V12H27.0002C29.0228 12 30.6668 13.644 30.6668 15.6667V18.3333Z" fill="#16365F"/>
<path d="M23.0002 16.6667H15.6668C14.3802 16.6667 13.3335 15.62 13.3335 14.3333V11.6667C13.3335 11.1147 13.7815 10.6667 14.3335 10.6667H15.8055C16.2415 9.12933 17.6588 8 19.3335 8C21.0082 8 22.4255 9.12933 22.8615 10.6667H24.3335C24.8855 10.6667 25.3335 11.1147 25.3335 11.6667V14.3333C25.3335 15.62 24.2868 16.6667 23.0002 16.6667ZM15.3335 12.6667V14.3333C15.3335 14.5173 15.4828 14.6667 15.6668 14.6667H23.0002C23.1842 14.6667 23.3335 14.5173 23.3335 14.3333V12.6667H22.0002C21.4482 12.6667 21.0002 12.2187 21.0002 11.6667C21.0002 10.748 20.2522 10 19.3335 10C18.4148 10 17.6668 10.748 17.6668 11.6667C17.6668 12.2187 17.2188 12.6667 16.6668 12.6667H15.3335Z" fill="#16365F"/>
<path d="M37.6667 39.9997H26.3333C25.0467 39.9997 24 38.953 24 37.6663V23.6663C24 22.3797 25.0467 21.333 26.3333 21.333H37.6667C38.9533 21.333 40 22.3797 40 23.6663V37.6663C40 38.953 38.9533 39.9997 37.6667 39.9997ZM26.3333 23.333C26.1493 23.333 26 23.4823 26 23.6663V37.6663C26 37.8503 26.1493 37.9997 26.3333 37.9997H37.6667C37.8507 37.9997 38 37.8503 38 37.6663V23.6663C38 23.4823 37.8507 23.333 37.6667 23.333H26.3333Z" fill="#16365F"/>
<path d="M28.8335 28.667H34.8335V30.667H28.8335V28.667Z" fill="#16365F"/>
<path d="M28.8335 32.667H34.8335V34.667H28.8335V32.667Z" fill="#16365F"/>
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -0,0 +1,13 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.55614 11.1697C5.55614 20.3923 0.778809 26.7257 0.778809 31.1697C0.778809 35.6137 3.33348 44.947 23.7775 44.947C44.2215 44.947 47.2215 32.391 47.2215 27.503C47.2228 4.61366 5.55614 -5.16368 5.55614 11.1697Z" fill="#EFEFEF"/>
<path d="M41.7363 4.47168L43.6219 2.58606L44.5647 3.52887L42.6791 5.41449L41.7363 4.47168Z" fill="#FFC405"/>
<path d="M41.9722 8.94922L42.915 8.00641L44.8006 9.89203L43.8578 10.8348L41.9722 8.94922Z" fill="#FFC405"/>
<path d="M36.5596 3.53906L37.5024 2.59625L39.388 4.48187L38.4452 5.42468L36.5596 3.53906Z" fill="#FFC405"/>
<path d="M39 11.6667V29.6667C39 31.1333 37.8 32.3333 36.3333 32.3333H21L14.3333 39V32.3333H11.6667C10.2 32.3333 9 31.1333 9 29.6667V11.6667C9 10.2 10.2 9 11.6667 9H36.3333C37.8 9 39 10.2 39 11.6667Z" fill="#F3F3F1"/>
<path d="M15.8425 20.5497C15.7332 20.6683 15.6665 20.827 15.6665 21.0003C15.6665 21.3683 15.9652 21.667 16.3332 21.667H18.3332V27.0003C18.3332 27.7363 18.9305 28.3337 19.6665 28.3337H28.3332C29.0692 28.3337 29.6665 27.7363 29.6665 27.0003V21.667H31.6665C32.0345 21.667 32.3332 21.3683 32.3332 21.0003C32.3332 20.827 32.2665 20.6683 32.1572 20.5497L23.9998 11.667L15.8425 20.5497Z" fill="#FF8083"/>
<path d="M17.3333 36V32.3333H14.6667C13.2 32.3333 12 31.1333 12 29.6667V11.6667C12 10.2 13.2 9 14.6667 9H11.6667C10.2 9 9 10.2 9 11.6667V29.6667C9 31.1333 10.2 32.3333 11.6667 32.3333H14.3333V39L17.3333 36Z" fill="#D5DBE1"/>
<path d="M21.3332 27.0003V21.667H19.3332C18.9652 21.667 18.6665 21.3683 18.6665 21.0003C18.6665 20.827 18.7332 20.6683 18.8425 20.5497L25.4998 13.3003L23.9998 11.667L15.8425 20.5497C15.7332 20.6683 15.6665 20.827 15.6665 21.0003C15.6665 21.3683 15.9652 21.667 16.3332 21.667H18.3332V27.0003C18.3332 27.7363 18.9305 28.3337 19.6665 28.3337H22.6665C21.9305 28.3337 21.3332 27.7363 21.3332 27.0003Z" fill="#4D53E0"/>
<path d="M14.3333 40C14.204 40 14.0747 39.9747 13.9507 39.924C13.5773 39.7693 13.3333 39.4053 13.3333 39V33.3333H11.6667C9.644 33.3333 8 31.6893 8 29.6667V11.6667C8 9.644 9.644 8 11.6667 8H36.3333C38.356 8 40 9.644 40 11.6667V29.6667C40 31.6893 38.356 33.3333 36.3333 33.3333H21.4147L15.0413 39.7067C14.8493 39.8987 14.5933 40 14.3333 40ZM11.6667 10C10.748 10 10 10.748 10 11.6667V29.6667C10 30.5853 10.748 31.3333 11.6667 31.3333H14.3333C14.8853 31.3333 15.3333 31.7813 15.3333 32.3333V36.5853L20.2933 31.6253C20.4813 31.4373 20.7347 31.332 21 31.332H36.3333C37.252 31.332 38 30.584 38 29.6653V11.6667C38 10.748 37.252 10 36.3333 10H11.6667Z" fill="#16365F"/>
<path d="M28.3332 29.3334H19.6665C18.3798 29.3334 17.3332 28.2867 17.3332 27V22.6667H16.3332C15.4145 22.6667 14.6665 21.9187 14.6665 21C14.6665 20.5814 14.8225 20.1814 15.1052 19.8734L23.2625 10.9907C23.6425 10.576 24.3558 10.576 24.7358 10.9907L32.8932 19.8734C33.1772 20.18 33.3332 20.5814 33.3332 21C33.3332 21.9187 32.5852 22.6667 31.6665 22.6667H30.6665V27C30.6665 28.2867 29.6198 29.3334 28.3332 29.3334ZM17.0918 20.6667H18.3332C18.8852 20.6667 19.3332 21.1147 19.3332 21.6667V27C19.3332 27.184 19.4825 27.3334 19.6665 27.3334H28.3332C28.5172 27.3334 28.6665 27.184 28.6665 27V21.6667C28.6665 21.1147 29.1145 20.6667 29.6665 20.6667H30.9078L23.9998 13.144L17.0918 20.6667Z" fill="#16365F"/>
<path d="M28 13.333H30V16.6663H28V13.333Z" fill="#16365F"/>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -0,0 +1,14 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.55614 11.1697C5.55614 20.3923 0.778809 26.7257 0.778809 31.1697C0.778809 35.6137 3.33348 44.947 23.7775 44.947C44.2215 44.947 47.2215 32.391 47.2215 27.503C47.2228 4.61366 5.55614 -5.16368 5.55614 11.1697Z" fill="#EFEFEF"/>
<path d="M39.8335 1.33301H41.1668V3.99968H39.8335V1.33301Z" fill="#FF5668"/>
<path d="M42.8335 5.33301H45.5001V6.66634H42.8335V5.33301Z" fill="#FF5668"/>
<path d="M39 11.6667V29.6667C39 31.1333 37.8 32.3333 36.3333 32.3333H21L14.3333 39V32.3333H11.6667C10.2 32.3333 9 31.1333 9 29.6667V11.6667C9 10.2 10.2 9 11.6667 9H36.3333C37.8 9 39 10.2 39 11.6667Z" fill="#F3F3F1"/>
<path d="M29.6667 26.9997H18.3333C17.5973 26.9997 17 26.4023 17 25.6663V19.6663C17 18.9303 17.5973 18.333 18.3333 18.333H29.6667C30.4027 18.333 31 18.9303 31 19.6663V25.6663C31 26.4023 30.4027 26.9997 29.6667 26.9997Z" fill="#FFC405"/>
<path d="M17.3333 36V32.3333H14.6667C13.2 32.3333 12 31.1333 12 29.6667V11.6667C12 10.2 13.2 9 14.6667 9H11.6667C10.2 9 9 10.2 9 11.6667V29.6667C9 31.1333 10.2 32.3333 11.6667 32.3333H14.3333V39L17.3333 36Z" fill="#D5DBE1"/>
<path d="M20 25.6663V19.6663C20 18.9303 20.5973 18.333 21.3333 18.333H18.3333C17.5973 18.333 17 18.9303 17 19.6663V25.6663C17 26.4023 17.5973 26.9997 18.3333 26.9997H21.3333C20.5973 26.9997 20 26.4023 20 25.6663Z" fill="#41D5E2"/>
<path d="M14.3333 40C14.204 40 14.0747 39.9747 13.9507 39.924C13.5773 39.7693 13.3333 39.4053 13.3333 39V33.3333H11.6667C9.644 33.3333 8 31.6893 8 29.6667V11.6667C8 9.644 9.644 8 11.6667 8H36.3333C38.356 8 40 9.644 40 11.6667V29.6667C40 31.6893 38.356 33.3333 36.3333 33.3333H21.4147L15.0413 39.7067C14.8493 39.8987 14.5933 40 14.3333 40ZM11.6667 10C10.748 10 10 10.748 10 11.6667V29.6667C10 30.5853 10.748 31.3333 11.6667 31.3333H14.3333C14.8853 31.3333 15.3333 31.7813 15.3333 32.3333V36.5853L20.2933 31.6253C20.4813 31.4373 20.7347 31.332 21 31.332H36.3333C37.252 31.332 38 30.584 38 29.6653V11.6667C38 10.748 37.252 10 36.3333 10H11.6667Z" fill="#16365F"/>
<path d="M29.6667 27.9997H18.3333C17.0467 27.9997 16 26.953 16 25.6663V19.6663C16 18.3797 17.0467 17.333 18.3333 17.333H29.6667C30.9533 17.333 32 18.3797 32 19.6663V25.6663C32 26.953 30.9533 27.9997 29.6667 27.9997ZM18.3333 19.333C18.1493 19.333 18 19.4823 18 19.6663V25.6663C18 25.8503 18.1493 25.9997 18.3333 25.9997H29.6667C29.8507 25.9997 30 25.8503 30 25.6663V19.6663C30 19.4823 29.8507 19.333 29.6667 19.333H18.3333Z" fill="#16365F"/>
<path d="M28 18.3333H26V16.3333C26 16.1493 25.8507 16 25.6667 16H22.3333C22.1493 16 22 16.1493 22 16.3333V18.3333H20V16.3333C20 15.0467 21.0467 14 22.3333 14H25.6667C26.9533 14 28 15.0467 28 16.3333V18.3333Z" fill="#16365F"/>
<path d="M17 21.333H31V23.333H17V21.333Z" fill="#16365F"/>
<path d="M23 20H25V24.6667H23V20Z" fill="#16365F"/>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,18 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M36.831 42.444C27.6088 42.444 21.2754 47.2218 16.831 47.2218C12.3866 47.2218 3.05322 44.6662 3.05322 24.2218C3.05322 3.77734 15.6088 0.777344 20.4977 0.777344C43.3866 0.777343 53.1643 42.444 36.831 42.444Z" fill="#EFEFEF"/>
<path d="M35.3335 3.33301H36.6668V5.99968H35.3335V3.33301Z" fill="#FF5668"/>
<path d="M38.3335 7.33301H41.0001V8.66634H38.3335V7.33301Z" fill="#FF5668"/>
<path d="M17.9992 36.6663H11.3332C9.86041 36.6663 8.6665 35.4724 8.6665 33.9997V11.333V11.333C8.6665 12.8058 9.86041 13.9997 11.3332 13.9997H29.9998V33.9997C29.9998 35.4724 28.8059 36.6663 27.3332 36.6663H17.9992Z" fill="#F3F3F1"/>
<path d="M27.3332 14.0003H11.3332C9.8665 14.0003 8.6665 12.8003 8.6665 11.3337V11.3337C8.6665 9.86699 9.8665 8.66699 11.3332 8.66699H27.3332V14.0003Z" fill="#FFC405"/>
<path d="M29.9471 36.6613C30.2372 37.7012 29.3021 38.8454 27.8585 39.2169C26.4148 39.5884 25.0094 39.0466 24.7193 38.0067C24.4292 36.9668 25.3643 35.8226 26.8079 35.4511C28.2515 35.0796 29.6569 35.6214 29.9471 36.6613Z" fill="#FFC405"/>
<path d="M39.2806 35.3273C39.5707 36.3672 38.6356 37.5114 37.192 37.8829C35.7484 38.2544 34.3429 37.7126 34.0528 36.6727C33.7627 35.6328 34.6978 34.4886 36.1414 34.1171C37.585 33.7456 38.9905 34.2874 39.2806 35.3273Z" fill="#FFC405"/>
<path d="M27.386 38.006C27.13 37.0887 27.829 36.092 28.9878 35.6144C28.3939 35.3276 27.6105 35.2439 26.8078 35.4505C25.3642 35.822 24.4292 36.9662 24.7193 38.006C25.0093 39.0459 26.4148 39.5877 27.8585 39.2162C28.0286 39.1725 28.1902 39.1161 28.3451 39.0523C27.8708 38.8233 27.5147 38.4677 27.386 38.006Z" fill="#41D5E2"/>
<path d="M36.7195 36.673C36.4635 35.7557 37.1625 34.759 38.3213 34.2814C37.7274 33.9946 36.944 33.9109 36.1413 34.1175C34.6977 34.489 33.7627 35.6332 34.0528 36.673C34.3428 37.7129 35.7483 38.2547 37.1919 37.8832C37.3621 37.8394 37.5237 37.7831 37.6786 37.7193C37.2043 37.4903 36.8482 37.1347 36.7195 36.673Z" fill="#41D5E2"/>
<path d="M11.3332 33.9997V13.9997C9.86043 13.9997 8.6665 12.8057 8.6665 11.333V33.9997C8.6665 35.4724 9.86043 36.6663 11.3332 36.6663H13.9998C12.5271 36.6663 11.3332 35.4724 11.3332 33.9997Z" fill="#D5DBE1"/>
<path d="M11.3332 11.3337C11.3332 9.86703 12.5332 8.66699 13.9998 8.66699H11.3332C9.86654 8.66699 8.6665 9.86703 8.6665 11.3337C8.6665 12.8003 9.86654 14.0003 11.3332 14.0003H13.9998C12.5332 14.0003 11.3332 12.8003 11.3332 11.3337Z" fill="#41D5E2"/>
<path d="M26.9323 40.0027C25.5521 40.0033 24.3894 39.3074 24.0782 38.1843C23.9193 37.6179 24.0092 36.9988 24.3295 36.4428C24.7787 35.6648 25.6211 35.0678 26.642 34.8048C28.4597 34.3393 30.198 35.0717 30.5886 36.4825C30.7474 37.0496 30.6576 37.6681 30.3373 38.224C29.8881 39.002 29.0456 39.599 28.0248 39.8621C27.6537 39.9571 27.2865 40.0027 26.9323 40.0027ZM27.7253 35.9994C27.4831 35.9994 27.2292 36.0307 26.9753 36.0964C26.3086 36.2677 25.7513 36.6466 25.4844 37.1088C25.3855 37.2807 25.2839 37.545 25.362 37.8269C25.5508 38.5066 26.6185 38.8464 27.6915 38.5704C28.3581 38.3992 28.9154 38.0203 29.1823 37.558C29.2813 37.3862 29.3829 37.1218 29.3047 36.8399C29.3047 36.8399 29.3047 36.8399 29.3047 36.8393C29.1602 36.321 28.5053 35.9994 27.7253 35.9994Z" fill="#16365F"/>
<path d="M36.2658 38.6695C34.8856 38.6701 33.7229 37.9742 33.4117 36.8511C33.2528 36.2847 33.3427 35.6656 33.663 35.1096C34.1122 34.3316 34.9546 33.7346 35.9755 33.4716C37.7945 33.0067 39.5302 33.7379 39.9221 35.1493C40.0809 35.7164 39.9911 36.3349 39.6708 36.8909C39.2216 37.6688 38.3791 38.2659 37.3583 38.5289C36.9872 38.6239 36.62 38.6695 36.2658 38.6695ZM37.0588 34.6662C36.8166 34.6662 36.5627 34.6975 36.3088 34.7632C35.6421 34.9345 35.0848 35.3134 34.8179 35.7756C34.719 35.9475 34.6174 36.2118 34.6955 36.4937C34.8856 37.1734 35.952 37.5139 37.0249 37.2372C37.6916 37.066 38.2489 36.6871 38.5158 36.2248C38.6148 36.053 38.7164 35.7886 38.6382 35.5067C38.6382 35.5067 38.6382 35.5067 38.6382 35.5061C38.4937 34.9879 37.8387 34.6662 37.0588 34.6662Z" fill="#16365F"/>
<path d="M30.0002 37.6607C29.6317 37.6607 29.3335 37.3625 29.3335 36.994V27.3332C29.3335 27.0012 29.577 26.7199 29.9064 26.673L39.2398 25.3397C39.4325 25.3124 39.6252 25.3696 39.7697 25.496C39.9168 25.6229 40.0002 25.8065 40.0002 25.9999V35.6665C40.0002 36.035 39.702 36.3332 39.3335 36.3332C38.965 36.3332 38.6668 36.035 38.6668 35.6665V26.7687L30.6668 27.9113V36.994C30.6668 37.3625 30.3687 37.6607 30.0002 37.6607Z" fill="#16365F"/>
<path d="M30 24C29.6315 24 29.3333 23.7018 29.3333 23.3333V14.6667H11.3333C9.49479 14.6667 8 13.1712 8 11.3333C8 9.49544 9.49479 8 11.3333 8H27.3333C27.7018 8 28 8.29818 28 8.66667V13.3333H30C30.3685 13.3333 30.6667 13.6315 30.6667 14V23.3333C30.6667 23.7018 30.3685 24 30 24ZM11.3333 9.33333C10.2305 9.33333 9.33333 10.2305 9.33333 11.3333C9.33333 12.4362 10.2305 13.3333 11.3333 13.3333H26.6667V9.33333H11.3333Z" fill="#16365F"/>
<path d="M20.6667 37.3337H11.3333C9.49479 37.3337 8 35.8382 8 34.0003V11.3337C8 10.9652 8.29818 10.667 8.66667 10.667C9.03516 10.667 9.33333 10.9652 9.33333 11.3337V34.0003C9.33333 35.1032 10.2305 36.0003 11.3333 36.0003H20.6667C21.0352 36.0003 21.3333 36.2985 21.3333 36.667C21.3333 37.0355 21.0352 37.3337 20.6667 37.3337Z" fill="#16365F"/>
</svg>

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -0,0 +1,15 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M42.4445 36.8305C42.4445 27.6083 47.2223 21.275 47.2223 16.8305C47.2223 12.3861 44.6667 3.05273 24.2223 3.05273C3.77783 3.05273 0.777832 15.6083 0.777832 20.4972C0.777831 43.3861 42.4445 53.1638 42.4445 36.8305Z" fill="#EFEFEF"/>
<path d="M32.8579 4.86426L33.8007 3.92145L35.6863 5.80707L34.7435 6.74988L32.8579 4.86426Z" fill="#FFC405"/>
<path d="M38.2852 10.2979L39.228 9.35505L41.1136 11.2407L40.1708 12.1835L38.2852 10.2979Z" fill="#FFC405"/>
<path d="M38.0425 5.80762L39.9281 3.922L40.8709 4.86481L38.9853 6.75043L38.0425 5.80762Z" fill="#FFC405"/>
<path d="M17.9992 36.6663H11.3332C9.86041 36.6663 8.6665 35.4724 8.6665 33.9997V11.333V11.333C8.6665 12.8058 9.86041 13.9997 11.3332 13.9997H29.9998V33.9997C29.9998 35.4724 28.8059 36.6663 27.3332 36.6663H17.9992Z" fill="#F3F3F1"/>
<path d="M27.3332 14.0003H11.3332C9.8665 14.0003 8.6665 12.8003 8.6665 11.3337V11.3337C8.6665 9.86699 9.8665 8.66699 11.3332 8.66699H27.3332V14.0003Z" fill="#FF8083"/>
<path d="M29.0431 38.6265L25.0361 39.3336L25.7432 35.3267L35.6427 25.4272C36.1634 24.9065 36.772 24.6708 37.2927 25.1915L38.9426 26.8414C39.4633 27.3621 39.4633 28.2063 38.9426 28.727L29.0431 38.6265Z" fill="#FF8083"/>
<path d="M28.4099 35.3267L37.9189 25.8177L37.2926 25.1914C36.772 24.6708 36.1634 24.9064 35.6427 25.4272L25.7432 35.3267L25.0361 39.3336L27.7885 38.8479L28.4099 35.3267Z" fill="#4D53E0"/>
<path d="M11.3332 33.9997V13.9997C9.86043 13.9997 8.6665 12.8057 8.6665 11.333V33.9997C8.6665 35.4724 9.86043 36.6663 11.3332 36.6663H13.9998C12.5271 36.6663 11.3332 35.4724 11.3332 33.9997Z" fill="#D5DBE1"/>
<path d="M11.3332 11.3337C11.3332 9.86703 12.5332 8.66699 13.9998 8.66699H11.3332C9.86654 8.66699 8.6665 9.86703 8.6665 11.3337C8.6665 12.8003 9.86654 14.0003 11.3332 14.0003H13.9998C12.5332 14.0003 11.3332 12.8003 11.3332 11.3337Z" fill="#4D53E0"/>
<path d="M25.0365 40C24.8607 40 24.6915 39.931 24.5652 39.8047C24.4115 39.6511 24.3425 39.4317 24.3803 39.2175L25.0873 35.2103C25.1107 35.0755 25.1758 34.9512 25.2722 34.8548L35.1719 24.9557C36.2136 23.9141 37.1941 24.1497 37.7644 24.7201L39.4141 26.3698C40.1941 27.1497 40.1941 28.418 39.4141 29.1979L29.5144 39.0977C29.418 39.1947 29.293 39.2591 29.1589 39.2826L25.1524 39.9896C25.1133 39.9968 25.0756 40 25.0365 40ZM29.043 38.6263H29.056H29.043ZM26.3633 35.6491L25.8581 38.5111L28.7201 38.0065L38.4714 28.2552C38.7318 27.9954 38.7318 27.5723 38.4714 27.3125L36.8217 25.6628C36.7396 25.5794 36.5847 25.4277 36.1146 25.8984L26.3633 35.6491Z" fill="#16365F"/>
<path d="M30 26.6667C29.6315 26.6667 29.3333 26.3685 29.3333 26V14.6667H11.3333C9.49479 14.6667 8 13.1712 8 11.3333C8 9.49544 9.49479 8 11.3333 8H27.3333C27.7018 8 28 8.29818 28 8.66667V13.3333H30C30.3685 13.3333 30.6667 13.6315 30.6667 14V26C30.6667 26.3685 30.3685 26.6667 30 26.6667ZM11.3333 9.33333C10.2305 9.33333 9.33333 10.2305 9.33333 11.3333C9.33333 12.4362 10.2305 13.3333 11.3333 13.3333H26.6667V9.33333H11.3333Z" fill="#16365F"/>
<path d="M20.6667 37.3337H11.3333C9.49479 37.3337 8 35.8382 8 34.0003V11.3337C8 10.9652 8.29818 10.667 8.66667 10.667C9.03516 10.667 9.33333 10.9652 9.33333 11.3337V34.0003C9.33333 35.1032 10.2305 36.0003 11.3333 36.0003H20.6667C21.0352 36.0003 21.3333 36.2985 21.3333 36.667C21.3333 37.0355 21.0352 37.3337 20.6667 37.3337Z" fill="#16365F"/>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -0,0 +1,18 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M36.8306 42.444C27.6079 42.444 21.2746 47.2213 16.8306 47.2213C12.3866 47.2213 3.05322 44.6667 3.05322 24.2227C3.05322 3.77868 15.6092 0.777344 20.4972 0.777344C43.3866 0.777344 53.1639 42.444 36.8306 42.444Z" fill="#EFEFEF"/>
<path d="M40.6665 6.66699C39.5638 6.66699 38.6665 5.76966 38.6665 4.66699C38.6665 3.56432 39.5638 2.66699 40.6665 2.66699C41.7692 2.66699 42.6665 3.56432 42.6665 4.66699C42.6665 5.76966 41.7692 6.66699 40.6665 6.66699ZM40.6665 4.00032C40.2985 4.00032 39.9998 4.29899 39.9998 4.66699C39.9998 5.03499 40.2985 5.33366 40.6665 5.33366C41.0345 5.33366 41.3332 5.03499 41.3332 4.66699C41.3332 4.29899 41.0345 4.00032 40.6665 4.00032Z" fill="#FF5668"/>
<path d="M10 31.3337H32.6667V11.3337C32.6667 9.86033 31.4733 8.66699 30 8.66699H22H12.6667C11.1933 8.66699 10 9.86033 10 11.3337V31.3337Z" fill="#F3F3F1"/>
<path d="M30 24.667C34.4183 24.667 38 21.0853 38 16.667C38 12.2487 34.4183 8.66699 30 8.66699C25.5817 8.66699 22 12.2487 22 16.667C22 21.0853 25.5817 24.667 30 24.667Z" fill="#FFC405"/>
<path d="M24.6667 34.0003H32.6667V28.667H12.6667C11.1933 28.667 10 29.8603 10 31.3337C10 32.807 11.1933 34.0003 12.6667 34.0003H18H24.6667Z" fill="#FFC405"/>
<path d="M18 31.333V39.333L21.3333 36.6663L24.6667 39.333V31.333H18Z" fill="#F3F3F1"/>
<path d="M24.6667 16.667C24.6667 12.7043 27.5507 9.42299 31.3333 8.78699C30.8987 8.71366 30.4547 8.66699 30 8.66699C25.5813 8.66699 22 12.2483 22 16.667C22 21.0856 25.5813 24.667 30 24.667C30.4547 24.667 30.8987 24.6203 31.3333 24.547C27.5507 23.911 24.6667 20.6296 24.6667 16.667Z" fill="#41D5E2"/>
<path d="M15.3333 8.66699H12.6667C11.1933 8.66699 10 9.86033 10 11.3337V31.3337H12.6667V11.3337C12.6667 9.86033 13.86 8.66699 15.3333 8.66699Z" fill="#D5DBE1"/>
<path d="M12.6667 31.3337C12.6667 29.8603 13.86 28.667 15.3333 28.667H12.6667C11.1933 28.667 10 29.8603 10 31.3337C10 32.807 11.1933 34.0003 12.6667 34.0003H15.3333C13.86 34.0003 12.6667 32.807 12.6667 31.3337Z" fill="#41D5E2"/>
<path d="M20.6667 31.333H18V39.333L20.6667 37.1997V31.333Z" fill="#D5DBE1"/>
<path d="M10.0002 32C9.63216 32 9.3335 31.7013 9.3335 31.3333V11.3333C9.3335 9.496 10.8295 8 12.6668 8H20.6668C21.0348 8 21.3335 8.29867 21.3335 8.66667C21.3335 9.03467 21.0348 9.33333 20.6668 9.33333H12.6668C11.5642 9.33333 10.6668 10.2307 10.6668 11.3333V31.3333C10.6668 31.7013 10.3682 32 10.0002 32Z" fill="#16365F"/>
<path d="M32.6668 34.6667H24.6668C24.2988 34.6667 24.0002 34.368 24.0002 34C24.0002 33.632 24.2988 33.3333 24.6668 33.3333H32.0002V29.3333H12.6668C11.5642 29.3333 10.6668 30.2307 10.6668 31.3333C10.6668 32.436 11.5642 33.3333 12.6668 33.3333H18.0002C18.3682 33.3333 18.6668 33.632 18.6668 34C18.6668 34.368 18.3682 34.6667 18.0002 34.6667H12.6668C10.8295 34.6667 9.3335 33.1707 9.3335 31.3333C9.3335 29.496 10.8295 28 12.6668 28H32.6668C33.0348 28 33.3335 28.2987 33.3335 28.6667V34C33.3335 34.368 33.0348 34.6667 32.6668 34.6667Z" fill="#16365F"/>
<path d="M24.6668 40.0003C24.5188 40.0003 24.3708 39.951 24.2495 39.855L21.3335 37.5203L18.4162 39.8537C18.2162 40.0137 17.9428 40.0443 17.7108 39.9337C17.4802 39.823 17.3335 39.5897 17.3335 39.3337V31.3337C17.3335 30.9657 17.6322 30.667 18.0002 30.667C18.3682 30.667 18.6668 30.9657 18.6668 31.3337V37.9457L20.9175 36.1457C21.1615 35.951 21.5068 35.951 21.7508 36.1457L24.0002 37.9457V31.3337C24.0002 30.9657 24.2988 30.667 24.6668 30.667C25.0348 30.667 25.3335 30.9657 25.3335 31.3337V39.3337C25.3335 39.5897 25.1868 39.823 24.9562 39.935C24.8642 39.979 24.7655 40.0003 24.6668 40.0003Z" fill="#16365F"/>
<path d="M27.3332 32.0003H15.3332C14.9652 32.0003 14.6665 31.7017 14.6665 31.3337C14.6665 30.9657 14.9652 30.667 15.3332 30.667H27.3332C27.7012 30.667 27.9998 30.9657 27.9998 31.3337C27.9998 31.7017 27.7012 32.0003 27.3332 32.0003Z" fill="#16365F"/>
<path d="M30.0002 25.3333C25.2215 25.3333 21.3335 21.4453 21.3335 16.6667C21.3335 11.888 25.2215 8 30.0002 8C34.7788 8 38.6668 11.888 38.6668 16.6667C38.6668 21.4453 34.7788 25.3333 30.0002 25.3333ZM30.0002 9.33333C25.9562 9.33333 22.6668 12.6227 22.6668 16.6667C22.6668 20.7107 25.9562 24 30.0002 24C34.0442 24 37.3335 20.7107 37.3335 16.6667C37.3335 12.6227 34.0442 9.33333 30.0002 9.33333Z" fill="#16365F"/>
<path d="M32.6668 20.6667C32.4962 20.6667 32.3255 20.6013 32.1948 20.472L29.5282 17.8053C29.4042 17.68 29.3335 17.5107 29.3335 17.3333V12.6667C29.3335 12.2987 29.6322 12 30.0002 12C30.3682 12 30.6668 12.2987 30.6668 12.6667V17.0573L33.1388 19.5293C33.3988 19.7893 33.3988 20.212 33.1388 20.472C33.0082 20.6013 32.8375 20.6667 32.6668 20.6667Z" fill="#16365F"/>
</svg>

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -0,0 +1,65 @@
<svg width="574" height="507" viewBox="0 0 574 507" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M239.781 1H55V92.3226H239.781V1Z" fill="white" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4.01206 250.459C18.6155 248.405 36.0462 238.174 48.0259 255.564C56.2836 267.564 54.209 283.978 72.6159 284.832C79.9177 285.178 86.5075 282.798 93.1177 287.049C98.8737 290.751 101.782 297.646 104.284 303.707C106.44 308.914 107.497 316.256 110.874 320.853C116.386 328.358 123.789 326.06 131.986 326.955C139.776 327.809 147.606 330.656 152.508 337.185C158.996 345.829 155.762 356.182 159.342 365.355C159.342 365.355 166.644 403.735 125.071 401.091C115.247 400.46 105.565 401.559 96.6567 395.416C89.9245 390.779 86.7516 383.07 85.5719 375.321C84.3516 367.185 86.3245 359.68 78.5956 354.494C73.8566 351.321 66.4938 350.568 61.1853 348.636C55.0226 346.379 48.0259 343.755 44.0801 338.162C39.5445 331.734 41.6598 325.043 41.0089 317.761C39.3818 299.415 23.0698 302.161 10.7443 294.412C-7.13378 283.165 2.36459 265.347 3.80867 250.663L4.01206 250.459Z" fill="#4D53E0"/>
<path d="M29.3547 274.988L159.667 399.992" stroke="white" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M79.4089 298.48L83.4971 326.914" stroke="white" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M130.013 371.558L104.508 375.504" stroke="white" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M67.1645 311.233L46.1135 309.687" stroke="white" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M158.773 336.168C158.773 336.168 173.661 210.737 56.2638 125.841C23.0297 253.998 140.366 358.338 140.366 358.338L158.773 336.168Z" fill="white" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M108.657 175.957L101.335 234.838" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M113.437 264.168L60.3521 234.391" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M68.6704 256.642L122.589 286.256" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M56.2632 125.862L148.806 349.714" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M562.219 181.509L556.361 144.431L565.433 137.068L541.819 107.902L532.727 115.245L497.683 101.78L495.873 90.2478L458.774 96.1258L460.605 107.658L431.418 131.272L420.516 127.082L407.072 162.126L417.974 166.316L423.832 203.394L414.76 210.757L438.374 239.923L447.466 232.581L482.51 246.045L484.32 257.578L521.419 251.7L519.588 240.167L548.775 216.554L559.656 220.744L573.121 185.699L562.219 181.509ZM518.144 184.682C512.185 200.16 494.815 207.91 479.337 201.95C463.839 196.011 456.11 178.621 462.049 163.143C468.008 147.665 485.378 139.936 500.856 145.875C516.354 151.814 524.083 169.204 518.144 184.682Z" fill="#C7D0D9"/>
<path d="M93.362 170.206H483.873C490.597 170.206 496.052 175.661 496.072 182.385V411.174H81.1838V182.384C81.1838 175.661 86.6383 170.206 93.362 170.206Z" fill="white" stroke="#4D53E0" stroke-width="0.62"/>
<path d="M477.263 187.042H99.9724V394.338H477.263V187.042Z" fill="white"/>
<path d="M504.172 430.685H73.0434C66.5552 430.685 61.2874 425.417 61.2874 418.928V411.484H515.928V418.928C515.928 425.417 510.68 430.685 504.172 430.685Z" fill="#C7D0D9" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M313.838 420.291H263.377C259.471 420.291 256.299 417.118 256.299 413.213V411.484H320.936V413.213C320.936 417.118 317.763 420.291 313.838 420.291Z" fill="#4D53E0"/>
<path d="M531.324 377.314H348.943C340.462 377.314 333.587 370.44 333.587 361.958V250.052C333.587 241.571 340.462 234.696 348.943 234.696H531.324C539.806 234.696 546.68 241.571 546.68 250.052V361.958C546.68 370.44 539.785 377.314 531.324 377.314Z" fill="#FFC405"/>
<path d="M30.9614 430.684H546.68" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M167.478 298.602H300.76V219.503L167.478 239.415V298.602Z" fill="#4D53E0"/>
<path d="M218.447 88.8244C218.447 88.8244 233.783 68.4039 239.417 66.5327C246.108 69.909 257.457 81.1769 257.457 81.1769L251.824 87.1973L259.085 83.9023L266.813 91.8753L240.678 117.218L218.447 88.8244Z" fill="#4D53E0"/>
<path d="M353.947 165.706C353.947 165.706 353.194 149.354 360.435 144.187C363.852 141.747 377.622 136.296 377.622 136.296L380.449 141.645L371.154 146.445L391.167 147.299L401.601 137.984L405.547 141.096L393.425 159.971L377.927 165.706H353.947Z" fill="white" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M165.545 506L186.352 484.604H203.925V506H165.545Z" fill="#4D53E0"/>
<path d="M279.993 506L266.529 484.604H248.956V506H279.993Z" fill="#4D53E0"/>
<path d="M290.285 298.195V490.278H236.387V337.063H229.349L219.464 490.278H165.545L175.43 337.063L177.952 298.195H290.285Z" fill="white" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M315.974 203.293C315.974 158.893 281.967 139.083 237.567 138.025C236.651 138.005 235.736 137.984 234.821 137.984C168.047 137.984 146.976 186.534 143.803 194.914C136.766 213.565 116.935 272.06 180.8 299.111C200.021 307.247 213.749 287.518 224 282.229C241.878 273.036 248.326 270.717 248.326 270.717L315.974 203.293Z" fill="#4D53E0"/>
<path d="M303.784 282.302L229.502 208.02L133.992 303.529L208.274 377.811L303.784 282.302Z" fill="#C7D0D9"/>
<path d="M291.639 277.26L234.544 220.164L151.446 303.262L208.541 360.358L291.639 277.26Z" fill="white"/>
<path d="M286.401 257.375L276.455 267.321L244.482 235.348L254.428 225.402L265.33 236.304C268.177 234.27 272.143 234.554 274.706 237.097C277.248 239.639 277.533 243.626 275.499 246.473L286.401 257.375Z" fill="white" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M219.159 246.392L218.447 250.887L226.746 248.284" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M227.132 254.12L262.848 289.836" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M209.458 256.073L208.766 260.589L217.044 257.985" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M217.43 263.822L253.166 299.538" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M199.776 265.775L199.064 270.27L207.342 267.667" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M207.749 273.504L243.465 309.24" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M231.586 150.005C238.318 150.005 243.769 144.554 243.769 137.822V98.262H219.423V137.822C219.403 144.554 224.854 150.005 231.586 150.005Z" fill="white" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M254.386 110.669C252.922 114.106 248.956 115.713 245.518 114.269C244.99 114.045 244.502 113.76 244.054 113.414C242.671 115.489 240.901 117.218 238.888 118.519C234.047 121.672 227.762 122.425 222.047 120.004C212.874 116.119 208.583 105.543 212.467 96.3701C216.352 87.1972 226.929 82.9056 236.101 86.7904C242.325 89.4141 246.291 95.1294 246.983 101.394C248.224 101.17 249.546 101.292 250.786 101.821C254.224 103.265 255.83 107.231 254.386 110.669Z" fill="white" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M243.912 109.082C243.912 109.082 245.437 106.011 248.346 107.76" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M286.4 225.401C286.4 225.401 293.539 257.883 333.363 250.866C373.187 243.849 382.95 165.706 382.95 165.706H352.136L329.6 210.798C329.6 210.798 313.248 168.431 292.787 153.93C280.298 145.062 286.4 225.401 286.4 225.401Z" fill="#4D53E0"/>
<path d="M300.292 212.669V246.392" stroke="white" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M236.102 86.7905C243.912 90.6753 246.76 100.255 241.471 105.319C246.983 101.394 246.983 101.394 246.983 101.394L255.77 95.821C255.77 95.821 239.234 83.6583 236.102 86.7905Z" fill="#4D53E0"/>
<path d="M207.993 291.85L219.2 303.117L228.23 313.796L224.427 317.599L227.763 321.992L209.051 336.535L184.745 307.307L207.993 291.85Z" fill="white" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M223.878 324.799L215.844 315.626" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M218.61 328.399L210.556 319.246" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M213.647 332.385L205.613 323.212" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M224.549 317.782L218.61 310.927" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M177.993 214.378C172.704 225.646 174.128 237.28 178.603 247.937C188.406 271.388 212.915 290.182 212.915 290.182L181.918 313.287C181.918 313.287 140.284 278.039 138.148 254.181" fill="#4D53E0"/>
<path d="M177.993 214.378C172.705 225.646 174.128 237.28 178.603 247.937" stroke="white" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M94.434 53.769C95.139 53.769 95.7158 53.716 96.1644 53.61C96.6343 53.4827 97.0082 53.3237 97.2859 53.1328C97.5636 52.9207 97.7559 52.6768 97.8627 52.4011C97.9695 52.1254 98.0229 51.8179 98.0229 51.4786C98.0229 50.7575 97.6811 50.1637 96.9975 49.6971C96.3139 49.2093 95.139 48.6897 93.4727 48.1383C92.7464 47.8838 92.0201 47.5975 91.2938 47.2794C90.5675 46.9401 89.9159 46.5265 89.3392 46.0387C88.7624 45.5297 88.2924 44.9253 87.9293 44.2254C87.5661 43.5044 87.3845 42.6349 87.3845 41.6169C87.3845 40.5989 87.5768 39.687 87.9613 38.8811C88.3458 38.0539 88.8906 37.3541 89.5955 36.7815C90.3005 36.2089 91.1549 35.7741 92.159 35.4772C93.163 35.1591 94.2952 35 95.5555 35C97.0509 35 98.3433 35.1591 99.4328 35.4772C100.522 35.7953 101.419 36.1452 102.124 36.527L100.682 40.4398C100.063 40.1217 99.3687 39.846 98.5997 39.6127C97.852 39.3582 96.9441 39.231 95.876 39.231C94.6797 39.231 93.8145 39.4006 93.2805 39.74C92.7678 40.0581 92.5114 40.5565 92.5114 41.2351C92.5114 41.6381 92.6076 41.9774 92.7998 42.2531C92.9921 42.5288 93.2591 42.7833 93.6009 43.0166C93.9641 43.2287 94.3699 43.4302 94.8186 43.621C95.2885 43.7907 95.8012 43.971 96.3566 44.1618C97.5102 44.586 98.5142 45.0101 99.3687 45.4343C100.223 45.8373 100.928 46.3144 101.484 46.8658C102.06 47.4172 102.488 48.0641 102.765 48.8064C103.043 49.5486 103.182 50.45 103.182 51.5104C103.182 53.5675 102.456 55.1687 101.003 56.314C99.5503 57.438 97.3607 58 94.434 58C93.4514 58 92.5648 57.9364 91.7744 57.8091C90.984 57.7031 90.2791 57.5652 89.6596 57.3956C89.0614 57.2259 88.5381 57.0456 88.0895 56.8548C87.6622 56.6639 87.2991 56.4836 87 56.314L88.4099 52.3693C89.0721 52.7298 89.8839 53.0586 90.8452 53.3555C91.8279 53.6312 93.0241 53.769 94.434 53.769Z" fill="#4D53E0"/>
<path d="M107.028 57.5546V35.509H122.024V39.6763H112.027V44.0028H120.903V48.0747H112.027V53.3873H122.761V57.5546H107.028Z" fill="#4D53E0"/>
<path d="M136.586 58C132.976 58 130.22 57.0032 128.319 55.0097C126.439 53.0161 125.499 50.1849 125.499 46.5159C125.499 44.692 125.788 43.0696 126.364 41.6487C126.941 40.2065 127.732 38.9977 128.736 38.0221C129.74 37.0254 130.936 36.2725 132.324 35.7635C133.713 35.2545 135.219 35 136.843 35C137.782 35 138.637 35.0742 139.406 35.2227C140.175 35.3499 140.848 35.509 141.425 35.6999C142.001 35.8695 142.482 36.0498 142.867 36.2407C143.251 36.4315 143.529 36.58 143.7 36.686L142.258 40.6943C141.574 40.3338 140.773 40.0263 139.855 39.7718C138.957 39.5173 137.932 39.39 136.778 39.39C136.009 39.39 135.251 39.5173 134.503 39.7718C133.777 40.0263 133.126 40.4398 132.549 41.0124C131.993 41.5639 131.545 42.2849 131.203 43.1757C130.861 44.0664 130.69 45.148 130.69 46.4205C130.69 47.4385 130.797 48.3928 131.011 49.2835C131.246 50.1531 131.609 50.9059 132.1 51.5422C132.613 52.1784 133.275 52.6874 134.087 53.0692C134.899 53.4297 135.881 53.61 137.035 53.61C137.761 53.61 138.413 53.5675 138.989 53.4827C139.566 53.3979 140.079 53.3024 140.528 53.1964C140.976 53.0692 141.371 52.9313 141.713 52.7829C142.055 52.6344 142.365 52.4965 142.642 52.3693L144.02 56.3458C143.315 56.7699 142.322 57.1517 141.04 57.491C139.758 57.8303 138.274 58 136.586 58Z" fill="#4D53E0"/>
<path d="M155.922 58C154.363 58 153.017 57.7879 151.885 57.3638C150.753 56.9184 149.813 56.314 149.065 55.5505C148.339 54.7658 147.794 53.8432 147.431 52.7829C147.089 51.7012 146.918 50.5136 146.918 49.2199V35.509H151.917V48.8064C151.917 49.6971 152.013 50.4606 152.205 51.0968C152.419 51.7118 152.697 52.2208 153.038 52.6238C153.402 53.0055 153.829 53.2812 154.32 53.4509C154.833 53.6206 155.388 53.7054 155.986 53.7054C157.204 53.7054 158.187 53.3343 158.934 52.592C159.703 51.8497 160.088 50.5878 160.088 48.8064V35.509H165.087V49.2199C165.087 50.5136 164.905 51.7012 164.542 52.7829C164.179 53.8645 163.623 54.7976 162.876 55.5823C162.128 56.3458 161.177 56.9396 160.024 57.3638C158.87 57.7879 157.503 58 155.922 58Z" fill="#4D53E0"/>
<path d="M176.399 35.2545C179.731 35.2545 182.284 35.8483 184.057 37.036C185.83 38.2024 186.717 40.0263 186.717 42.5076C186.717 44.0558 186.354 45.3177 185.627 46.2932C184.922 47.2476 183.897 48.0005 182.551 48.5519C183 49.1033 183.47 49.7395 183.961 50.4606C184.452 51.1604 184.933 51.9027 185.403 52.6874C185.894 53.4509 186.364 54.2568 186.813 55.1051C187.262 55.9322 187.678 56.7487 188.063 57.5546H182.455C182.049 56.8336 181.633 56.1019 181.205 55.3596C180.8 54.6173 180.372 53.8963 179.924 53.1964C179.496 52.4965 179.069 51.8391 178.642 51.2241C178.215 50.5878 177.787 50.0152 177.36 49.5062H174.893V57.5546H169.894V35.8271C170.984 35.615 172.105 35.4666 173.259 35.3817C174.434 35.2969 175.48 35.2545 176.399 35.2545ZM176.687 39.4855C176.324 39.4855 175.993 39.4961 175.694 39.5173C175.416 39.5385 175.149 39.5597 174.893 39.5809V45.5616H176.303C178.183 45.5616 179.528 45.3283 180.34 44.8617C181.152 44.3951 181.558 43.5998 181.558 42.4758C181.558 41.3942 181.141 40.6307 180.308 40.1853C179.496 39.7188 178.289 39.4855 176.687 39.4855Z" fill="#4D53E0"/>
<path d="M191.267 57.5546V35.509H206.263V39.6763H196.266V44.0028H205.141V48.0747H196.266V53.3873H207V57.5546H191.267Z" fill="#4D53E0"/>
<path d="M520.361 257.171H359.865V281.842H520.361V257.171Z" fill="white"/>
<path d="M520.361 292.215H359.865V316.887H520.361V292.215Z" fill="white"/>
<path d="M488.449 334.907H391.818V359.579H488.449V334.907Z" fill="#FF5668"/>
<path d="M353.256 102.431C343.147 93.3397 337.35 80.343 337.35 66.7361V32.6274H424.849V66.7361C424.849 80.3227 419.053 93.3397 408.944 102.431L381.1 127.469L353.256 102.431Z" fill="#4D53E0"/>
<path d="M346.137 41.4141H416.083V66.7363C416.083 77.8618 411.364 88.4584 403.086 95.9026L381.12 115.652L359.154 95.9026C350.876 88.4584 346.157 77.8618 346.157 66.7363V41.4141H346.137Z" fill="white"/>
<path d="M389.072 75.1158C395.621 75.1158 400.93 69.8069 400.93 63.2581C400.93 56.7093 395.621 51.4004 389.072 51.4004C382.523 51.4004 377.214 56.7093 377.214 63.2581C377.214 69.8069 382.523 75.1158 389.072 75.1158Z" fill="#4D53E0"/>
<path d="M389.072 63.2583L368.428 83.9025L374.896 90.35" stroke="#4D53E0" stroke-width="3" stroke-miterlimit="10"/>
<path d="M378.984 82.8245L374.245 78.0854" stroke="#4D53E0" stroke-width="3" stroke-miterlimit="10"/>
<path d="M389.072 69.5631C392.554 69.5631 395.377 66.7402 395.377 63.258C395.377 59.7758 392.554 56.9529 389.072 56.9529C385.59 56.9529 382.767 59.7758 382.767 63.258C382.767 66.7402 385.59 69.5631 389.072 69.5631Z" fill="white"/>
<path d="M145.043 506H328.035" stroke="#4D53E0" stroke-width="0.6158" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1,8 @@
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="40" height="40" fill="#E5E5E5"/>
<rect width="1440" height="1508" transform="translate(-304 -1359)" fill="#F7F8FB"/>
<rect x="-40" y="-341" width="760" height="421" rx="8" fill="white"/>
<rect x="-16" y="-13" width="712" height="66" rx="8" fill="#F7F8FB"/>
<circle cx="20" cy="20" r="20" fill="#FFC405"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.7044 11.519C18.034 11.519 17.4637 11.9848 17.3037 12.6126H22.6863C22.5263 11.9848 21.956 11.519 21.2856 11.519H18.7044ZM24.2071 12.6126H26.1881C28.2891 12.6126 30 14.3443 30 16.4709C30 16.4709 29.94 17.3711 29.92 18.6248C29.918 18.724 29.8699 18.8212 29.7909 18.88C29.3097 19.2354 28.8694 19.5291 28.8294 19.5493C27.1686 20.6632 25.2386 21.447 23.1826 21.8369C23.0485 21.8632 22.9165 21.7934 22.8484 21.6739C22.2721 20.6754 21.1956 20.0253 19.995 20.0253C18.8024 20.0253 17.7159 20.6683 17.1226 21.6678C17.0535 21.7853 16.9235 21.8531 16.7904 21.8278C14.7514 21.4369 12.8214 20.6541 11.1706 19.5594L10.2101 18.8911C10.1301 18.8405 10.08 18.7493 10.08 18.6481C10.05 18.1316 10 16.4709 10 16.4709C10 14.3443 11.7109 12.6126 13.8119 12.6126H15.7829C15.973 11.1443 17.2036 10 18.7044 10H21.2856C22.7864 10 24.017 11.1443 24.2071 12.6126ZM29.6598 20.8152L29.6198 20.8355C27.5988 22.1924 25.1676 23.0937 22.6163 23.4684C22.2561 23.519 21.8959 23.2861 21.7959 22.9216C21.5758 22.0912 20.8654 21.5443 20.015 21.5443H20.005H19.985C19.1346 21.5443 18.4242 22.0912 18.2041 22.9216C18.1041 23.2861 17.7439 23.519 17.3837 23.4684C14.8324 23.0937 12.4012 22.1924 10.3802 20.8355C10.3702 20.8254 10.2701 20.7646 10.1901 20.8152C10.1001 20.8659 10.1001 20.9874 10.1001 20.9874L10.1701 26.1519C10.1701 28.2785 11.8709 30 13.972 30H26.018C28.1191 30 29.8199 28.2785 29.8199 26.1519L29.9 20.9874C29.9 20.9874 29.9 20.8659 29.8099 20.8152C29.7599 20.7849 29.6999 20.795 29.6598 20.8152ZM20.7454 25.0583C20.7454 25.4836 20.4152 25.8177 19.995 25.8177C19.5848 25.8177 19.2446 25.4836 19.2446 25.0583V23.7519C19.2446 23.3367 19.5848 22.9924 19.995 22.9924C20.4152 22.9924 20.7454 23.3367 20.7454 23.7519V25.0583Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,8 @@
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="40" height="40" fill="#E5E5E5"/>
<rect width="1440" height="1508" transform="translate(-304 -1113)" fill="#F7F8FB"/>
<rect x="-40" y="-95" width="760" height="421" rx="8" fill="white"/>
<rect x="-16" y="-13" width="712" height="66" rx="8" fill="#F7F8FB"/>
<circle cx="20" cy="20" r="20" fill="#FF5668"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.1213 19.2331H24.8891C25.3088 19.2331 25.6386 18.8861 25.6386 18.4677C25.6386 18.0391 25.3088 17.7024 24.8891 17.7024H22.1213C21.7016 17.7024 21.3719 18.0391 21.3719 18.4677C21.3719 18.8861 21.7016 19.2331 22.1213 19.2331ZM28.1766 13.9275C28.7861 13.9275 29.1858 14.1418 29.5855 14.6112C29.9852 15.0807 30.0551 15.7542 29.9652 16.3655L29.0159 23.06C28.8361 24.3469 27.7569 25.2949 26.4879 25.2949H15.5864C14.2574 25.2949 13.1583 24.255 13.0484 22.908L12.1291 11.7834L10.6203 11.5181C10.2206 11.4466 9.94079 11.0486 10.0107 10.6404C10.0807 10.223 10.4704 9.94649 10.8801 10.0087L13.2632 10.3751C13.6029 10.4374 13.8527 10.7221 13.8827 11.069L14.0726 13.355C14.1025 13.6826 14.3623 13.9275 14.6821 13.9275H28.1766ZM15.4263 26.9079C14.587 26.9079 13.9075 27.6018 13.9075 28.459C13.9075 29.3061 14.587 30 15.4263 30C16.2557 30 16.9351 29.3061 16.9351 28.459C16.9351 27.6018 16.2557 26.9079 15.4263 26.9079ZM26.6676 26.9079C25.8282 26.9079 25.1487 27.6018 25.1487 28.459C25.1487 29.3061 25.8282 30 26.6676 30C27.4969 30 28.1764 29.3061 28.1764 28.459C28.1764 27.6018 27.4969 26.9079 26.6676 26.9079Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

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