4
.github/workflows/client.yml
vendored
|
|
@ -148,13 +148,13 @@ jobs:
|
|||
with:
|
||||
name: build
|
||||
path: app/client/build
|
||||
|
||||
|
||||
- name: Pull release server docker container and start it locally
|
||||
if: github.ref == 'refs/heads/release'
|
||||
shell: bash
|
||||
run: |
|
||||
echo ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} | docker login -u ${{ secrets.DOCKER_HUB_USERNAME }} --password-stdin
|
||||
|
||||
|
||||
docker run -d --net=host --name appsmith-internal-server -p 8080:8080 \
|
||||
--env APPSMITH_MONGODB_URI=mongodb://localhost:27017/appsmith \
|
||||
--env APPSMITH_REDIS_URL=redis://localhost:6379 \
|
||||
|
|
|
|||
30
.github/workflows/duplicate-issue-detector.yml
vendored
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
name: Potential Duplicate Issues
|
||||
on:
|
||||
issues:
|
||||
types: [opened, edited]
|
||||
jobs:
|
||||
run:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: bubkoo/potential-duplicates@v1
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# Label to set, when potential duplicates are detected.
|
||||
label: potential-duplicate
|
||||
# Get issues with state to compare. Supported state: 'all', 'closed', 'open'.
|
||||
state: open
|
||||
# If similarity is higher than this threshold([0,1]), issue will be marked as duplicate.
|
||||
threshold: 0.6
|
||||
# Reactions to be add to comment when potential duplicates are detected.
|
||||
# Available reactions: "-1", "+1", "confused", "laugh", "heart", "hooray", "rocket", "eyes"
|
||||
reactions: 'confused'
|
||||
# Comment to post when potential duplicates are detected.
|
||||
comment: >
|
||||
We have found issues that are potential duplicates:
|
||||
{{#issues}}
|
||||
- [#{{ number }}] {{ title }} ({{ accuracy }}%)
|
||||
{{/issues}}
|
||||
|
||||
If any of the issues listed above are a duplicate, please consider closing this issue & upvoting the original one.
|
||||
|
||||
Alternatively, if neither of the listed issues addresses your feature/bug, keep this issue open.
|
||||
BIN
API.png
|
Before Width: | Height: | Size: 333 KiB After Width: | Height: | Size: 239 KiB |
BIN
Query.png
|
Before Width: | Height: | Size: 220 KiB After Width: | Height: | Size: 155 KiB |
133
README.md
|
|
@ -1,89 +1,96 @@
|
|||
<div align="center">
|
||||
<a href="https://appsmith.com">
|
||||
<img src="https://github.com/appsmithOrg/appsmith/blob/release/static/logo-no-padding.png" alt="Appsmith.com logo" height="130"><h1>Appsmith</h1>
|
||||
</a>
|
||||
<h3>A plug and play web framework to build internal tools.</h3>
|
||||
<p>
|
||||
|
||||
[](https://github.com/appsmithorg/appsmith/releases/latest)
|
||||
[](https://appsmith.com)
|
||||
[](https://discord.gg/rBTTVJp)
|
||||
[](https://docs.appsmith.com)
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
||||
[](#-contributors)
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
||||
|
||||
<p align="center">
|
||||
<img src="https://github.com/appsmithOrg/appsmith/blob/release/static/appsmith_logo_primary.png" alt="Appsmith.com logo" width="400"/>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://docs.appsmith.com/">Documentation</a>
|
||||
·
|
||||
<a href="https://github.com/appsmithorg/appsmith/releases/latest">Latest Release</a>
|
||||
·
|
||||
<a href="https://discord.gg/rBTTVJp">Discord</a>
|
||||
<br>
|
||||
<br>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
-----------------
|
||||
<div align="center"><h3>Build apps by connecting UI widgets to database queries or APIs. Write any logic in JS.</h3>
|
||||
<div>
|
||||
Appsmith is a JavaScript-based visual development platform to build and launch internal tools quickly. Drag-and-drop pre-built widgets, and connect them using JavaScript to create interactive pages. Connect UI to your APIs and Databases to build complex workflows in minutes.<br/><br/>
|
||||
|
||||

|
||||
**API Support**: REST APIs<br/>
|
||||
**Database Support**: PostgreSQL, MongoDB, MySQL, Redshift, Elastic Search, DynamoDB, Redis, & MSFT SQL Server<br/>
|
||||
**Hosting**: Cloud-hosted & On-premise
|
||||
|
||||
Already familiar with Appsmith? [Quickly start building on your own](#%EF%B8%8F-quickstart).
|
||||
</div>
|
||||
|
||||
### Here's how you build something:
|
||||
1. Compose a page using pre-built UI components like table, charts, map viewers and forms.
|
||||
2. Connect the UI components to any REST API or databases like MySQL, Postgres, and MongoDB. Write any logic in JS.
|
||||
3. Deploy the internal tool to a custom URL and invite users to sign in with their Google accounts.
|
||||
|
||||
-------------------
|
||||
|
||||
## 📺 Demo Video
|
||||
|
||||
* [Build a tool in 5 minutes!](http://bit.ly/appsmith-demo-github)
|
||||
|
||||
## 🗂 Example Applications
|
||||
|
||||
* [Customer Support Dashboard](https://bit.ly/cs-dashboard-appsmith)
|
||||
* [Job Application Tracker](https://bit.ly/3hbYtTi)
|
||||
|
||||
## 🏃♀️ Getting Started
|
||||
You can try our online sandbox or deploy a Docker image on a server.
|
||||
* [Online sandbox](https://bit.ly/appsmith-signup-github)
|
||||
* [Deploy with Docker](https://bit.ly/appsmith-docker-github)
|
||||
|
||||
## 😇 Why Appsmith?
|
||||
|
||||
When we build internal tools today, we turn to admin panels, UI frameworks or use a bootstrap theme. We took inspirations from the best admin panels, bootstrap themes, and brought back the easy UI builder of Visual Basic.
|
||||
|
||||
Appsmith is a quicker way of building internal tools by visualising them as modular blocks (**Widgets, APIs, Queries, JS**) and giving developers a simple user interface to configure them. Building new features, creating UI, changing dataflows, and modifying business logic becomes simpler because you no longer have to trudge through large undocumented code bases or wrestle with HTML/CSS.
|
||||
Appsmith doesn't take the fun out of coding, because it treats every block as an object and exposes it via javascript so that you can read, transform and manipulate it. Whether it's a widget, API or query, you get to decide where you need to configure using UI and where you need to code.
|
||||
<img src="https://github.com/appsmithOrg/appsmith/blob/release/static/UI.gif">
|
||||
<p align="center">
|
||||
<img src="https://github.com/appsmithOrg/appsmith/blob/release/static/Query2.png" width="270">
|
||||
<img src="https://github.com/appsmithOrg/appsmith/blob/release/static/API2.png" width="270">
|
||||
<img src="https://github.com/appsmithOrg/appsmith/blob/release/static/Share5.png" width="270">
|
||||
</p>
|
||||
|
||||
## 🏭 Features
|
||||
|
||||
* **5 minute setup**: Deploy Appsmith on your servers in 5 minutes.
|
||||
* **Build custom UI**: Drag & drop, resize and style widgets **without HTML / CSS**.
|
||||
* **Query data**: Query & update your database directly from the UI. Connect to **PostgreSQL, MongoDB, MySQL, REST & GraphQL APIs**.
|
||||
* **JS Logic**: Write snippets of business logic using JS to transform data, manipulate UI or trigger workflows. Use popular libraries like lodash & moment anywhere in the app
|
||||
* **Data Workflows**: Simple configuration to create flows when users interact with the UI.
|
||||
* **Realtime Editor**: Changes in your application reflect instantly with every edit. No need to compile!
|
||||
* **Works with existing, live databases**: Connect directly to any PostgreSQL, MySQL & MongoDB
|
||||
* **Fine-grained access control**: Control who can edit / view your applications from a single control panel
|
||||
* **App management**: Build and organise multiple applications on a single platform
|
||||
* **5-minute setup**: Deploy Appsmith on your server, or use our cloud version to start building in 5 minutes. [Quick Start](#%EF%B8%8F-quickstart)
|
||||
* **Frontend as a service**: Drag-and-drop to build sophisticated **dashboards** and **workflows, without writing HTML/CSS**. Write JavaScript anywhere to transform data, and dynamically control widget-properties.
|
||||
* **Database CRUD**: Query & update your database directly by connecting it to the UI. Connect to **PostgreSQL, MongoDB, MySQL & more!**
|
||||
* **Trigger APIs**: Connect to REST APIs to build custom apps.
|
||||
* **Security**: DB Credentials are AES 256 encrypted and no data is stored by appsmith. Deploy behind your private VPC for additional security!
|
||||
* **One-click deployment**: Managed deployment of your apps with a click of a button.
|
||||
* **Access-control**: Assign users different roles & control who can edit / view your applications.
|
||||
* **Supports OAuth**: Allow users to authenticate via Google Auth or GitHub Auth.
|
||||
|
||||
## 📕 Documentation & Support
|
||||
## 📺 Demo
|
||||
|
||||
If you have encountered a bug or need to get in touch with us, you can contact us using one of the following channels:
|
||||
Unsure if Appsmith is for you? [Watch it in action here](http://bit.ly/appsmith-demo-github)
|
||||
|
||||
But if you’d rather check out some real applications that can be built with Appsmith, check below:
|
||||
* [Customer Support Dashboard](https://bit.ly/cs-dashboard-appsmith)
|
||||
* [Job Application Tracker](https://bit.ly/3hbYtTi)
|
||||
|
||||
## 🏃♀️ Quickstart
|
||||
|
||||
The following steps introduce you to building a simple user-list dashboard on Appsmith.
|
||||
1. [Sign up on Appsmith Cloud](https://bit.ly/appsmith-signup-github) or [Deploy Appsmith via Docker](https://bit.ly/appsmith-docker-github).
|
||||
2. Create a new app within the organization that has already been created for you.
|
||||
3. Click on the `+` icon next to the `Queries` section to add a new query in the mock database
|
||||
1. Name the query `usersQuery`.
|
||||
2. Write the query `select * from users limit 5;`.
|
||||
3. Run the query.
|
||||
4. In query window, switch to the `Settings` tab, and enable `Run Query on Page Load`.
|
||||
4. Click on the `+` icon next to the `Widgets` section and drag a table onto the screen
|
||||
5. Link the table data property to the `usersQuery` using JavaScript `{{usersQuery.data}}`
|
||||
6. Hit the Deploy button and checkout the view mode of the app.
|
||||
|
||||
Congratulations 🎉 You just built your first app on Appsmith!
|
||||
Connect your own data to build apps for your team. [Read more here.](https://docs.appsmith.com/core-concepts/connecting-to-databases)
|
||||
|
||||
## 📕 Support & Troubleshooting
|
||||
|
||||
If you encountered a bug or need help troubleshooting an issue, you can use one of the following channels:
|
||||
|
||||
* Self Help: [Documentation](https://docs.appsmith.com/)
|
||||
* Community Support: [Discord](https://discord.gg/rBTTVJp)
|
||||
* Issue & bug tracking: [GitHub Issues](https://github.com/appsmithorg/appsmith/issues/new/choose)
|
||||
* Community & Support: [Discord](https://discord.gg/rBTTVJp)
|
||||
* Documentation: [Documentation](https://docs.appsmith.com)
|
||||
|
||||
We are committed to fostering an open and welcoming environment in the community. Please see the [Code of Conduct](CODE_OF_CONDUCT.md).
|
||||
## 🧑🤝🧑 Contributing
|
||||
|
||||
## ∞ Contributing to Appsmith
|
||||
If you're interested in contributing to Appsmith:
|
||||
1. Start by reading our [Contribution Guide](https://github.com/appsmithorg/appsmith/blob/master/CONTRIBUTING.md).
|
||||
2. Learn how to set up your local environment, in our [developer-guide](https://github.com/appsmithorg/appsmith/blob/master/contributions/CodeContributionsGuidelines.md#-setup-for-local-development).
|
||||
3. Explore our list of [good first issues](https://github.com/appsmithorg/appsmith/issues?q=is%3Aissue+is%3Aopen+label%3A%22Good+First+Issue%22).
|
||||
|
||||
Read our [Contribution Guide](https://github.com/appsmithorg/appsmith/blob/master/CONTRIBUTING.md) and join our community of contributors!
|
||||
We are committed to fostering an open and welcoming environment in the community. Please read our [Code of Conduct](CODE_OF_CONDUCT.md).
|
||||
|
||||
## 📑 License
|
||||
|
||||
The Appsmith platform is available under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) (Apache-2.0).
|
||||
|
||||
## 🧑🤝🧑 Contributors
|
||||
## Contributors
|
||||
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
||||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove / modify this section -->
|
||||
<!-- prettier-ignore-start -->
|
||||
<!-- markdownlint-disable -->
|
||||
<table>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
**Edit a file, create a new file, and clone from Bitbucket in under 2 minutes**
|
||||
|
||||
When you're done, you can delete the content in this README and update the file with details for others getting started with your repository.
|
||||
When you're done, you can delete the content in this README and then update the file with details for others getting started with your repository.
|
||||
|
||||
*We recommend that you open this README in another tab as you perform the tasks below. You can [watch our video](https://youtu.be/0ocf7u76WSo) for a full demo of all the steps in this tutorial. Open the video in a new tab to avoid leaving Bitbucket.*
|
||||
|
||||
|
|
|
|||
42
app/client/cypress/fixtures/buttondsl.json
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"dsl": {
|
||||
"widgetName": "MainContainer",
|
||||
"backgroundColor": "none",
|
||||
"rightColumn": 1224,
|
||||
"snapColumns": 16,
|
||||
"detachFromLayout": true,
|
||||
"widgetId": "0",
|
||||
"topRow": 0,
|
||||
"bottomRow": 1280,
|
||||
"containerStyle": "none",
|
||||
"snapRows": 33,
|
||||
"parentRowSpace": 1,
|
||||
"type": "CANVAS_WIDGET",
|
||||
"canExtend": true,
|
||||
"dynamicBindings": {},
|
||||
"version": 6,
|
||||
"minHeight": 1292,
|
||||
"parentColumnSpace": 1,
|
||||
"leftColumn": 0,
|
||||
"children": [
|
||||
{
|
||||
"isVisible": true,
|
||||
"text": "Submit",
|
||||
"buttonStyle": "PRIMARY_BUTTON",
|
||||
"widgetName": "Button1",
|
||||
"isDisabled": false,
|
||||
"isDefaultClickDisabled": true,
|
||||
"type": "BUTTON_WIDGET",
|
||||
"isLoading": false,
|
||||
"parentColumnSpace": 74,
|
||||
"parentRowSpace": 40,
|
||||
"leftColumn": 5,
|
||||
"rightColumn": 7,
|
||||
"topRow": 2,
|
||||
"bottomRow": 3,
|
||||
"parentId": "0",
|
||||
"widgetId": "3qg87le9t4"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
61
app/client/cypress/fixtures/containerdsl.json
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
{
|
||||
"dsl": {
|
||||
"widgetName": "MainContainer",
|
||||
"backgroundColor": "none",
|
||||
"rightColumn": 1224,
|
||||
"snapColumns": 16,
|
||||
"detachFromLayout": true,
|
||||
"widgetId": "0",
|
||||
"topRow": 0,
|
||||
"bottomRow": 1280,
|
||||
"containerStyle": "none",
|
||||
"snapRows": 33,
|
||||
"parentRowSpace": 1,
|
||||
"type": "CANVAS_WIDGET",
|
||||
"canExtend": true,
|
||||
"dynamicBindings": {},
|
||||
"version": 6,
|
||||
"minHeight": 1292,
|
||||
"parentColumnSpace": 1,
|
||||
"leftColumn": 0,
|
||||
"children": [
|
||||
{
|
||||
"isVisible": true,
|
||||
"backgroundColor": "#FFFFFF",
|
||||
"widgetName": "Container1",
|
||||
"containerStyle": "card",
|
||||
"children": [
|
||||
{
|
||||
"isVisible": true,
|
||||
"widgetName": "Canvas1",
|
||||
"containerStyle": "none",
|
||||
"canExtend": false,
|
||||
"detachFromLayout": true,
|
||||
"children": [],
|
||||
"minHeight": 400,
|
||||
"type": "CANVAS_WIDGET",
|
||||
"isLoading": false,
|
||||
"parentColumnSpace": 1,
|
||||
"parentRowSpace": 1,
|
||||
"leftColumn": 0,
|
||||
"rightColumn": 592,
|
||||
"topRow": 0,
|
||||
"bottomRow": 400,
|
||||
"parentId": "76mznwu5lq",
|
||||
"widgetId": "tik1oqc468"
|
||||
}
|
||||
],
|
||||
"type": "CONTAINER_WIDGET",
|
||||
"isLoading": false,
|
||||
"parentColumnSpace": 74,
|
||||
"parentRowSpace": 40,
|
||||
"leftColumn": 3,
|
||||
"rightColumn": 11,
|
||||
"topRow": 16,
|
||||
"bottomRow": 26,
|
||||
"parentId": "0",
|
||||
"widgetId": "76mznwu5lq"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
40
app/client/cypress/fixtures/inputdsl.json
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"dsl": {
|
||||
"widgetName": "MainContainer",
|
||||
"backgroundColor": "none",
|
||||
"rightColumn": 1224,
|
||||
"snapColumns": 16,
|
||||
"detachFromLayout": true,
|
||||
"widgetId": "0",
|
||||
"topRow": 0,
|
||||
"bottomRow": 1280,
|
||||
"containerStyle": "none",
|
||||
"snapRows": 33,
|
||||
"parentRowSpace": 1,
|
||||
"type": "CANVAS_WIDGET",
|
||||
"canExtend": true,
|
||||
"dynamicBindings": {},
|
||||
"version": 6,
|
||||
"minHeight": 1292,
|
||||
"parentColumnSpace": 1,
|
||||
"leftColumn": 0,
|
||||
"children": [
|
||||
{
|
||||
"isVisible": true,
|
||||
"inputType": "TEXT",
|
||||
"label": "",
|
||||
"widgetName": "Input1",
|
||||
"type": "INPUT_WIDGET",
|
||||
"isLoading": false,
|
||||
"parentColumnSpace": 74,
|
||||
"parentRowSpace": 40,
|
||||
"leftColumn": 2,
|
||||
"rightColumn": 7,
|
||||
"topRow": 0,
|
||||
"bottomRow": 1,
|
||||
"parentId": "0",
|
||||
"widgetId": "2lhsjdd5sg"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -172,5 +172,7 @@
|
|||
"productName": "Avocado Panini",
|
||||
"orderAmount": 7.99
|
||||
}
|
||||
]
|
||||
],
|
||||
"addInputWidgetBinding": "{{Table1.selectedRow.date",
|
||||
"externalPage": "https://www.appsmith.com/"
|
||||
}
|
||||
|
|
@ -0,0 +1,70 @@
|
|||
const homePage = require("../../../locators/HomePage.json");
|
||||
const commonlocators = require("../../../locators/commonlocators.json");
|
||||
import tinycolor from "tinycolor2";
|
||||
|
||||
describe("Update Application", function() {
|
||||
let appname;
|
||||
let iconname;
|
||||
let colorname;
|
||||
|
||||
it("Open the application menu and update name and then check whether update is reflected in the application card", function() {
|
||||
cy.get(commonlocators.homeIcon).click({ force: true });
|
||||
appname = localStorage.getItem("AppName");
|
||||
cy.get(homePage.searchInput).type(appname);
|
||||
cy.wait(2000);
|
||||
|
||||
cy.get(homePage.applicationCard)
|
||||
.first()
|
||||
.trigger("mouseover");
|
||||
cy.get(homePage.appMoreIcon)
|
||||
.first()
|
||||
.click({ force: true });
|
||||
cy.get(homePage.applicationName).type(appname + "{enter}");
|
||||
cy.wait("@updateApplication").should(
|
||||
"have.nested.property",
|
||||
"response.body.responseMeta.status",
|
||||
200,
|
||||
);
|
||||
cy.get(homePage.applicationCardName).should("contain", appname);
|
||||
});
|
||||
|
||||
it("Open the application menu and update icon and then check whether update is reflected in the application card", function() {
|
||||
cy.get(homePage.applicationIconSelector)
|
||||
.first()
|
||||
.click();
|
||||
cy.wait("@updateApplication")
|
||||
.then(xhr => {
|
||||
iconname = xhr.response.body.data.icon;
|
||||
})
|
||||
.should("have.nested.property", "response.body.responseMeta.status", 200);
|
||||
cy.get(homePage.applicationCard)
|
||||
.first()
|
||||
.within(() => {
|
||||
cy.get("a")
|
||||
.invoke("attr", "name")
|
||||
.should("equal", iconname);
|
||||
});
|
||||
});
|
||||
|
||||
it("Open the application menu and update card color and then check whether update is reflected in the application card", function() {
|
||||
cy.get(homePage.applicationColorSelector)
|
||||
.first()
|
||||
.click();
|
||||
cy.wait("@updateApplication")
|
||||
.then(xhr => {
|
||||
colorname = tinycolor(xhr.response.body.data.color).toRgbString();
|
||||
})
|
||||
.should("have.nested.property", "response.body.responseMeta.status", 200);
|
||||
cy.wait(2000);
|
||||
|
||||
cy.get(homePage.applicationCard)
|
||||
.first()
|
||||
.within(() => {
|
||||
cy.get(homePage.applicationBackgroundColor).should(
|
||||
"have.css",
|
||||
"background-color",
|
||||
colorname,
|
||||
);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
const commonlocators = require("../../../locators/commonlocators.json");
|
||||
const formWidgetsPage = require("../../../locators/FormWidgets.json");
|
||||
const dsl = require("../../../fixtures/buttondsl.json");
|
||||
const pages = require("../../../locators/Pages.json");
|
||||
const widgetsPage = require("../../../locators/Widgets.json");
|
||||
const publish = require("../../../locators/publishWidgetspage.json");
|
||||
const testdata = require("../../../fixtures/testdata.json");
|
||||
const dsl2 = require("../../../fixtures/displayWidgetDsl.json");
|
||||
const explorer = require("../../../locators/explorerlocators.json");
|
||||
|
||||
describe("Binding the button Widgets and validating NavigateTo Page functionality", function() {
|
||||
before(() => {
|
||||
cy.addDsl(dsl);
|
||||
});
|
||||
|
||||
it("Button widget with action navigate to page", function() {
|
||||
cy.openPropertyPane("buttonwidget");
|
||||
cy.get(widgetsPage.actionSelect).click();
|
||||
cy.get(commonlocators.chooseAction)
|
||||
.children()
|
||||
.contains("Navigate To")
|
||||
.click();
|
||||
cy.enterActionValue(testdata.externalPage);
|
||||
cy.get(commonlocators.editPropCrossButton).click();
|
||||
cy.wait(300);
|
||||
});
|
||||
|
||||
it("Button click should take the control to page link validation", function() {
|
||||
cy.PublishtheApp();
|
||||
cy.get(publish.buttonWidget).click();
|
||||
cy.wait(500);
|
||||
cy.get(publish.buttonWidget).should("not.be.visible");
|
||||
cy.go("back");
|
||||
cy.get(publish.backToEditor)
|
||||
.first()
|
||||
.click();
|
||||
cy.wait("@getPage").should(
|
||||
"have.nested.property",
|
||||
"response.body.responseMeta.status",
|
||||
200,
|
||||
);
|
||||
});
|
||||
});
|
||||
|
|
@ -31,8 +31,6 @@ describe("Postgres datasource test cases", function() {
|
|||
200,
|
||||
);
|
||||
|
||||
cy.GlobalSearchEntity(`${datasourceName}`);
|
||||
cy.get(`.t--entity-name:contains(${datasourceName})`).click();
|
||||
cy.deleteDataSource();
|
||||
cy.deletePostgresDatasource(datasourceName);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -9,13 +9,7 @@ describe("Entity explorer API pane related testcases", function() {
|
|||
cy.NavigateToWidgetsInExplorer();
|
||||
cy.get(explorer.NoWidgetsMsg).should("be.visible");
|
||||
cy.NavigateToAPI_Panel();
|
||||
cy.get(explorer.NoApiMsg)
|
||||
.should("be.visible")
|
||||
.should("be.visible");
|
||||
cy.NavigateToQueriesInExplorer();
|
||||
cy.get(explorer.NoQueryMsg)
|
||||
.should("be.visible")
|
||||
.should("be.visible");
|
||||
cy.reload();
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -74,11 +74,12 @@ describe("Entity explorer tests related to copy query", function() {
|
|||
});
|
||||
|
||||
it("Delete query and rename datasource in explorer", function() {
|
||||
cy.deleteQuery();
|
||||
cy.get(commonlocators.entityExplorersearch).clear();
|
||||
cy.NavigateToDatasourceEditor();
|
||||
cy.GlobalSearchEntity(`${datasourceName}`);
|
||||
cy.get(`.t--entity-name:contains(${datasourceName})`).click();
|
||||
cy.get(`.t--entity-name:contains(${datasourceName})`)
|
||||
.last()
|
||||
.click();
|
||||
cy.generateUUID().then(uid => {
|
||||
updatedName = uid;
|
||||
cy.log("complete uid :" + updatedName);
|
||||
|
|
@ -86,7 +87,6 @@ describe("Entity explorer tests related to copy query", function() {
|
|||
cy.log("sliced id :" + updatedName);
|
||||
cy.EditEntityNameByDoubleClick(datasourceName, updatedName);
|
||||
cy.SearchEntityandOpen(updatedName);
|
||||
cy.get(datasource.editDatasource).click();
|
||||
cy.testSaveDatasource();
|
||||
cy.hoverAndClick();
|
||||
cy.get(apiwidget.delete).click({ force: true });
|
||||
|
|
@ -97,5 +97,8 @@ describe("Entity explorer tests related to copy query", function() {
|
|||
409,
|
||||
);
|
||||
});
|
||||
|
||||
cy.SearchEntityandOpen("Query1Copy");
|
||||
cy.deleteQuery();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ const explorer = require("../../../locators/explorerlocators.json");
|
|||
const queryEditor = require("../../../locators/QueryEditor.json");
|
||||
const queryLocators = require("../../../locators/QueryEditor.json");
|
||||
const commonlocators = require("../../../locators/commonlocators.json");
|
||||
const apiwidget = require("../../../locators/apiWidgetslocator.json");
|
||||
|
||||
let datasourceName;
|
||||
|
||||
|
|
@ -15,6 +16,23 @@ describe("Entity explorer datasource structure", function() {
|
|||
});
|
||||
|
||||
it("Entity explorer datasource structure", function() {
|
||||
cy.NavigateToQueryEditor();
|
||||
cy.contains(".t--datasource-name", datasourceName)
|
||||
.find(queryLocators.createQuery)
|
||||
.click();
|
||||
cy.wait("@createNewApi").should(
|
||||
"have.nested.property",
|
||||
"response.body.responseMeta.status",
|
||||
201,
|
||||
);
|
||||
|
||||
cy.get(apiwidget.apiTxt)
|
||||
.clear()
|
||||
.type("MyQuery", { force: true })
|
||||
.should("have.value", "MyQuery")
|
||||
.blur();
|
||||
cy.WaitAutoSave();
|
||||
|
||||
cy.GlobalSearchEntity(datasourceName);
|
||||
cy.wait("@getDatasourceStructure").should(
|
||||
"have.nested.property",
|
||||
|
|
@ -51,10 +69,27 @@ describe("Entity explorer datasource structure", function() {
|
|||
200,
|
||||
);
|
||||
|
||||
cy.GlobalSearchEntity("MyQuery");
|
||||
cy.get(`.t--entity-name:contains(MyQuery)`).click();
|
||||
cy.get(queryEditor.deleteQuery).click();
|
||||
cy.wait("@deleteAction").should(
|
||||
"have.nested.property",
|
||||
"response.body.responseMeta.status",
|
||||
200,
|
||||
);
|
||||
|
||||
cy.get(commonlocators.entityExplorersearch).clear();
|
||||
|
||||
cy.deletePostgresDatasource(datasourceName);
|
||||
});
|
||||
|
||||
it("Refresh datasource structure", function() {
|
||||
cy.NavigateToQueryEditor();
|
||||
cy.contains(".t--datasource-name", datasourceName)
|
||||
.find(queryLocators.createQuery)
|
||||
.click();
|
||||
cy.get(queryLocators.templateMenu).click();
|
||||
|
||||
cy.GlobalSearchEntity(datasourceName);
|
||||
cy.get(`.t--entity.datasource:contains(${datasourceName})`)
|
||||
.find(explorer.collapse)
|
||||
|
|
@ -68,12 +103,6 @@ describe("Entity explorer datasource structure", function() {
|
|||
|
||||
cy.get(commonlocators.entityExplorersearch).clear();
|
||||
|
||||
cy.NavigateToQueryEditor();
|
||||
cy.contains(".t--datasource-name", datasourceName)
|
||||
.find(queryLocators.createQuery)
|
||||
.click();
|
||||
cy.get(queryLocators.templateMenu).click();
|
||||
|
||||
const tableName = Math.random()
|
||||
.toString(36)
|
||||
.replace(/[^a-z]+/g, "");
|
||||
|
|
@ -127,6 +156,8 @@ describe("Entity explorer datasource structure", function() {
|
|||
"response.body.responseMeta.status",
|
||||
200,
|
||||
);
|
||||
|
||||
cy.get(commonlocators.entityExplorersearch).clear();
|
||||
cy.deletePostgresDatasource(datasourceName);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -4,8 +4,15 @@ const apiwidget = require("../../../locators/apiWidgetslocator.json");
|
|||
const commonlocators = require("../../../locators/commonlocators.json");
|
||||
|
||||
const pageid = "MyPage";
|
||||
let datasourceName;
|
||||
|
||||
describe("Entity explorer tests related to query and datasource", function() {
|
||||
before(() => {
|
||||
cy.generateUUID().then(uid => {
|
||||
datasourceName = uid;
|
||||
});
|
||||
});
|
||||
|
||||
it("Create a page/moveQuery/rename/delete in explorer", function() {
|
||||
cy.NavigateToDatasourceEditor();
|
||||
cy.get(datasource.PostgreSQL).click();
|
||||
|
|
@ -16,15 +23,17 @@ describe("Entity explorer tests related to query and datasource", function() {
|
|||
|
||||
cy.testSaveDatasource();
|
||||
|
||||
cy.get(".t--edit-datasource-name").click();
|
||||
cy.get(".t--edit-datasource-name input")
|
||||
.clear()
|
||||
.type(datasourceName, { force: true })
|
||||
.should("have.value", datasourceName)
|
||||
.blur();
|
||||
|
||||
cy.NavigateToQueryEditor();
|
||||
|
||||
cy.get("@createDatasource").then(httpResponse => {
|
||||
const datasourceName = httpResponse.response.body.data.name;
|
||||
|
||||
cy.contains(".t--datasource-name", datasourceName)
|
||||
.find(queryLocators.createQuery)
|
||||
.click();
|
||||
});
|
||||
cy.contains(".t--datasource-name", datasourceName)
|
||||
.find(queryLocators.createQuery)
|
||||
.click();
|
||||
|
||||
cy.get("@getPluginForm").should(
|
||||
"have.nested.property",
|
||||
|
|
@ -40,15 +49,11 @@ describe("Entity explorer tests related to query and datasource", function() {
|
|||
|
||||
cy.EvaluateCurrentValue("select * from users");
|
||||
|
||||
cy.get("@createDatasource").then(httpResponse => {
|
||||
const datasourceName = httpResponse.response.body.data.name;
|
||||
|
||||
cy.get(apiwidget.propertyList).then(function($lis) {
|
||||
expect($lis).to.have.length(3);
|
||||
expect($lis.eq(0)).to.contain("{{Query1.isLoading}}");
|
||||
expect($lis.eq(1)).to.contain("{{Query1.data}}");
|
||||
expect($lis.eq(2)).to.contain("{{Query1.run()}}");
|
||||
});
|
||||
cy.get(apiwidget.propertyList).then(function($lis) {
|
||||
expect($lis).to.have.length(3);
|
||||
expect($lis.eq(0)).to.contain("{{Query1.isLoading}}");
|
||||
expect($lis.eq(1)).to.contain("{{Query1.data}}");
|
||||
expect($lis.eq(2)).to.contain("{{Query1.run()}}");
|
||||
});
|
||||
cy.Createpage(pageid);
|
||||
cy.GlobalSearchEntity("Query1");
|
||||
|
|
@ -62,14 +67,17 @@ describe("Entity explorer tests related to query and datasource", function() {
|
|||
cy.MoveAPIToPage(pageid);
|
||||
cy.SearchEntityandOpen("MyQuery");
|
||||
cy.runQuery();
|
||||
|
||||
cy.deleteQuery();
|
||||
cy.get(commonlocators.entityExplorersearch).clear();
|
||||
cy.NavigateToDatasourceEditor();
|
||||
cy.get("@createDatasource").then(httpResponse => {
|
||||
const datasourceName = httpResponse.response.body.data.name;
|
||||
cy.GlobalSearchEntity(`${datasourceName}`);
|
||||
cy.get(`.t--entity-name:contains(${datasourceName})`).click();
|
||||
});
|
||||
cy.deleteDataSource();
|
||||
|
||||
cy.contains(".t--datasource-name", datasourceName)
|
||||
.find(".t--edit-datasource")
|
||||
.click();
|
||||
cy.get(".t--delete-datasource").click();
|
||||
cy.wait("@deleteDatasource").should(
|
||||
"have.nested.property",
|
||||
"response.body.responseMeta.status",
|
||||
200,
|
||||
);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
const commonlocators = require("../../../locators/commonlocators.json");
|
||||
const widgetsPage = require("../../../locators/Widgets.json");
|
||||
const dsl = require("../../../fixtures/layoutdsl.json");
|
||||
const dsl = require("../../../fixtures/containerdsl.json");
|
||||
|
||||
describe("Container Widget Functionality", function() {
|
||||
before(() => {
|
||||
|
|
|
|||
|
|
@ -29,7 +29,9 @@ describe("Create new org and share with a user", function() {
|
|||
cy.wait(2000);
|
||||
cy.get(homePage.appsContainer).contains(orgid);
|
||||
cy.xpath(homePage.ShareBtn).should("not.exist");
|
||||
cy.get(homePage.applicationCard).trigger("mouseover");
|
||||
cy.get(homePage.applicationCard)
|
||||
.first()
|
||||
.trigger("mouseover");
|
||||
cy.get(homePage.appEditIcon).should("not.exist");
|
||||
cy.launchApp(appid);
|
||||
cy.LogOut();
|
||||
|
|
@ -62,7 +64,9 @@ describe("Create new org and share with a user", function() {
|
|||
cy.xpath(homePage.ShareBtn)
|
||||
.first()
|
||||
.should("be.visible");
|
||||
cy.get(homePage.applicationCard).trigger("mouseover");
|
||||
cy.get(homePage.applicationCard)
|
||||
.first()
|
||||
.trigger("mouseover");
|
||||
cy.get(homePage.appEditIcon)
|
||||
.first()
|
||||
.click({ force: true });
|
||||
|
|
|
|||
|
|
@ -1,128 +1,129 @@
|
|||
// /// <reference types="Cypress" />
|
||||
//
|
||||
// const homePage = require("../../../locators/HomePage.json");
|
||||
// const publish = require("../../../locators/publishWidgetspage.json");
|
||||
//
|
||||
// describe("Create new org and share with a user", function() {
|
||||
// let orgid;
|
||||
// let appid;
|
||||
// let currentUrl;
|
||||
//
|
||||
// it("create org and then share with a user from Application share option within application", function() {
|
||||
// cy.NavigateToHome();
|
||||
// cy.generateUUID().then(uid => {
|
||||
// orgid = uid;
|
||||
// appid = uid;
|
||||
// localStorage.setItem("OrgName", orgid);
|
||||
// cy.createOrg(orgid);
|
||||
// cy.CreateAppForOrg(orgid, appid);
|
||||
// cy.wait("@getPagesForApp").should(
|
||||
// "have.nested.property",
|
||||
// "response.body.responseMeta.status",
|
||||
// 200,
|
||||
// );
|
||||
// cy.get("h2").contains("Drag and drop a widget here");
|
||||
// cy.get(homePage.shareApp).click();
|
||||
// cy.shareApp(Cypress.env("TESTUSERNAME1"), homePage.viewerRole);
|
||||
// });
|
||||
// cy.LogOut();
|
||||
// });
|
||||
//
|
||||
// it("login as invited user and then validate viewer privilage", function() {
|
||||
// cy.LogintoApp(Cypress.env("TESTUSERNAME1"), Cypress.env("TESTPASSWORD1"));
|
||||
// cy.get(homePage.searchInput).type(appid);
|
||||
// cy.wait(2000);
|
||||
// cy.get(homePage.appsContainer).contains(orgid);
|
||||
// cy.xpath(homePage.ShareBtn).should("not.exist");
|
||||
// cy.get(homePage.applicationCard).trigger("mouseover");
|
||||
// cy.get(homePage.appEditIcon).should("not.exist");
|
||||
// cy.launchApp(appid);
|
||||
// cy.LogOut();
|
||||
// });
|
||||
//
|
||||
// it("Enable public access to Application", function() {
|
||||
// cy.LoginFromAPI(Cypress.env("USERNAME"), Cypress.env("PASSWORD"));
|
||||
// cy.visit("/applications");
|
||||
// cy.wait("@applications").should(
|
||||
// "have.nested.property",
|
||||
// "response.body.responseMeta.status",
|
||||
// 200,
|
||||
// );
|
||||
// cy.SearchApp(appid);
|
||||
// cy.wait("@getPagesForApp").should(
|
||||
// "have.nested.property",
|
||||
// "response.body.responseMeta.status",
|
||||
// 200,
|
||||
// );
|
||||
// cy.get("h2").contains("Drag and drop a widget here");
|
||||
// cy.get(homePage.shareApp).click();
|
||||
// cy.enablePublicAccess();
|
||||
// cy.PublishtheApp();
|
||||
// currentUrl = cy.url();
|
||||
// cy.url().then(url => {
|
||||
// currentUrl = url;
|
||||
// cy.log(currentUrl);
|
||||
// });
|
||||
// cy.get(publish.backToEditor).click();
|
||||
// cy.LogOut();
|
||||
// });
|
||||
//
|
||||
// it("login as uninvited user and then validate public access of Application", function() {
|
||||
// cy.LogintoApp(Cypress.env("TESTUSERNAME2"), Cypress.env("TESTPASSWORD2"));
|
||||
// cy.visit(currentUrl);
|
||||
// cy.wait("@getPagesForApp").should(
|
||||
// "have.nested.property",
|
||||
// "response.body.responseMeta.status",
|
||||
// 200,
|
||||
// );
|
||||
// cy.get(publish.pageInfo)
|
||||
// .invoke("text")
|
||||
// .then(text => {
|
||||
// const someText = text;
|
||||
// expect(someText).to.equal("This page seems to be blank");
|
||||
// });
|
||||
// cy.LogOut();
|
||||
// });
|
||||
// it("login as Owner and disable public access", function() {
|
||||
// cy.LoginFromAPI(Cypress.env("USERNAME"), Cypress.env("PASSWORD"));
|
||||
// cy.visit("/applications");
|
||||
// cy.wait("@applications").should(
|
||||
// "have.nested.property",
|
||||
// "response.body.responseMeta.status",
|
||||
// 200,
|
||||
// );
|
||||
// cy.SearchApp(appid);
|
||||
// cy.wait("@getPagesForApp").should(
|
||||
// "have.nested.property",
|
||||
// "response.body.responseMeta.status",
|
||||
// 200,
|
||||
// );
|
||||
// cy.get("h2").contains("Drag and drop a widget here");
|
||||
// cy.get(homePage.shareApp).click();
|
||||
// cy.enablePublicAccess();
|
||||
// cy.LogOut();
|
||||
// });
|
||||
//
|
||||
// it("login as uninvited user and then validate public access disable feature", function() {
|
||||
// cy.LogintoApp(Cypress.env("TESTUSERNAME2"), Cypress.env("TESTPASSWORD2"));
|
||||
// cy.visit(currentUrl);
|
||||
// cy.wait("@getPagesForApp").should(
|
||||
// "have.nested.property",
|
||||
// "response.body.responseMeta.status",
|
||||
// 404,
|
||||
// );
|
||||
// cy.LogOut();
|
||||
// });
|
||||
//
|
||||
// it("login as owner and delete App ", function() {
|
||||
// cy.LoginFromAPI(Cypress.env("USERNAME"), Cypress.env("PASSWORD"));
|
||||
// cy.visit("/applications");
|
||||
// cy.wait("@applications").should(
|
||||
// "have.nested.property",
|
||||
// "response.body.responseMeta.status",
|
||||
// 200,
|
||||
// );
|
||||
// cy.SearchApp(appid);
|
||||
// cy.get("#loading").should("not.exist");
|
||||
// });
|
||||
// });
|
||||
/// <reference types="Cypress" />
|
||||
|
||||
const homePage = require("../../../locators/HomePage.json");
|
||||
const publish = require("../../../locators/publishWidgetspage.json");
|
||||
|
||||
describe("Create new org and share with a user", function() {
|
||||
let orgid;
|
||||
let appid;
|
||||
let currentUrl;
|
||||
|
||||
it("create org and then share with a user from Application share option within application", function() {
|
||||
cy.NavigateToHome();
|
||||
cy.generateUUID().then(uid => {
|
||||
orgid = uid;
|
||||
appid = uid;
|
||||
localStorage.setItem("OrgName", orgid);
|
||||
cy.createOrg(orgid);
|
||||
cy.CreateAppForOrg(orgid, appid);
|
||||
cy.wait("@getPagesForCreateApp").should(
|
||||
"have.nested.property",
|
||||
"response.body.responseMeta.status",
|
||||
200,
|
||||
);
|
||||
cy.get("h2").contains("Drag and drop a widget here");
|
||||
cy.get(homePage.shareApp).click({ force: true });
|
||||
cy.shareApp(Cypress.env("TESTUSERNAME1"), homePage.viewerRole);
|
||||
});
|
||||
cy.LogOut();
|
||||
});
|
||||
|
||||
it("login as invited user and then validate viewer privilage", function() {
|
||||
cy.LogintoApp(Cypress.env("TESTUSERNAME1"), Cypress.env("TESTPASSWORD1"));
|
||||
cy.get(homePage.searchInput).type(appid);
|
||||
cy.wait(2000);
|
||||
cy.get(homePage.appsContainer).contains(orgid);
|
||||
cy.xpath(homePage.ShareBtn).should("not.exist");
|
||||
cy.get(homePage.applicationCard).trigger("mouseover");
|
||||
cy.get(homePage.appEditIcon).should("not.exist");
|
||||
cy.launchApp(appid);
|
||||
cy.LogOut();
|
||||
});
|
||||
|
||||
it("Enable public access to Application", function() {
|
||||
cy.LoginFromAPI(Cypress.env("USERNAME"), Cypress.env("PASSWORD"));
|
||||
cy.visit("/applications");
|
||||
cy.wait("@applications").should(
|
||||
"have.nested.property",
|
||||
"response.body.responseMeta.status",
|
||||
200,
|
||||
);
|
||||
cy.SearchApp(appid);
|
||||
cy.wait("@getPagesForCreateApp").should(
|
||||
"have.nested.property",
|
||||
"response.body.responseMeta.status",
|
||||
200,
|
||||
);
|
||||
cy.get("h2").contains("Drag and drop a widget here");
|
||||
cy.get(homePage.shareApp).click();
|
||||
cy.enablePublicAccess();
|
||||
cy.PublishtheApp();
|
||||
currentUrl = cy.url();
|
||||
cy.url().then(url => {
|
||||
currentUrl = url;
|
||||
cy.log(currentUrl);
|
||||
});
|
||||
cy.get(publish.backToEditor).click();
|
||||
cy.LogOut();
|
||||
});
|
||||
|
||||
it("login as uninvited user and then validate public access of Application", function() {
|
||||
cy.LogintoApp(Cypress.env("TESTUSERNAME2"), Cypress.env("TESTPASSWORD2"));
|
||||
cy.visit(currentUrl);
|
||||
cy.wait("@getPagesForViewApp").should(
|
||||
"have.nested.property",
|
||||
"response.body.responseMeta.status",
|
||||
200,
|
||||
);
|
||||
cy.get(publish.pageInfo)
|
||||
.invoke("text")
|
||||
.then(text => {
|
||||
const someText = text;
|
||||
expect(someText).to.equal("This page seems to be blank");
|
||||
});
|
||||
cy.LogOut();
|
||||
});
|
||||
|
||||
it("login as Owner and disable public access", function() {
|
||||
cy.LoginFromAPI(Cypress.env("USERNAME"), Cypress.env("PASSWORD"));
|
||||
cy.visit("/applications");
|
||||
cy.wait("@applications").should(
|
||||
"have.nested.property",
|
||||
"response.body.responseMeta.status",
|
||||
200,
|
||||
);
|
||||
cy.SearchApp(appid);
|
||||
cy.wait("@getPagesForCreateApp").should(
|
||||
"have.nested.property",
|
||||
"response.body.responseMeta.status",
|
||||
200,
|
||||
);
|
||||
cy.get("h2").contains("Drag and drop a widget here");
|
||||
cy.get(homePage.shareApp).click();
|
||||
cy.enablePublicAccess();
|
||||
cy.LogOut();
|
||||
});
|
||||
|
||||
it("login as uninvited user and then validate public access disable feature", function() {
|
||||
cy.LogintoApp(Cypress.env("TESTUSERNAME2"), Cypress.env("TESTPASSWORD2"));
|
||||
cy.visit(currentUrl);
|
||||
cy.wait("@viewApp").should(
|
||||
"have.nested.property",
|
||||
"response.body.responseMeta.status",
|
||||
404,
|
||||
);
|
||||
cy.LogOut();
|
||||
});
|
||||
|
||||
it("login as owner and delete App ", function() {
|
||||
cy.LoginFromAPI(Cypress.env("USERNAME"), Cypress.env("PASSWORD"));
|
||||
cy.visit("/applications");
|
||||
cy.wait("@applications").should(
|
||||
"have.nested.property",
|
||||
"response.body.responseMeta.status",
|
||||
200,
|
||||
);
|
||||
cy.SearchApp(appid);
|
||||
cy.get("#loading").should("not.exist");
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -0,0 +1,71 @@
|
|||
const homePage = require("../../../locators/HomePage.json");
|
||||
|
||||
describe("Update Organization", function() {
|
||||
let orgid;
|
||||
|
||||
it("Open the org general settings and update org name. The update should reflect in the org. It should also reflect in the org names on the left side and the org dropdown. ", function() {
|
||||
cy.NavigateToHome();
|
||||
cy.generateUUID().then(uid => {
|
||||
orgid = uid;
|
||||
localStorage.setItem("OrgName", orgid);
|
||||
cy.createOrg(orgid);
|
||||
cy.get(homePage.orgList.concat(orgid).concat(")"))
|
||||
.scrollIntoView()
|
||||
.should("be.visible")
|
||||
.within(() => {
|
||||
cy.get(".t--org-name")
|
||||
.first()
|
||||
.click();
|
||||
});
|
||||
cy.get(homePage.orgSettingOption).click();
|
||||
});
|
||||
cy.generateUUID().then(uid => {
|
||||
orgid = uid;
|
||||
localStorage.setItem("OrgName", orgid);
|
||||
cy.get(homePage.orgNameInput).clear();
|
||||
cy.get(homePage.orgNameInput).type(orgid);
|
||||
cy.wait(2000);
|
||||
cy.get(homePage.orgHeaderName).should("have.text", orgid);
|
||||
});
|
||||
cy.NavigateToHome();
|
||||
cy.get(homePage.leftPanelContainer).within(() => {
|
||||
cy.get("span").should(item => {
|
||||
expect(item).to.contain.text(orgid);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
it("Open the org general settings and update org email. The update should reflect in the org.", function() {
|
||||
cy.get(homePage.orgList.concat(orgid).concat(")"))
|
||||
.scrollIntoView()
|
||||
.should("be.visible")
|
||||
.within(() => {
|
||||
cy.get(".t--org-name")
|
||||
.first()
|
||||
.click();
|
||||
});
|
||||
cy.get(homePage.orgSettingOption).click();
|
||||
cy.get(homePage.orgEmailInput).clear();
|
||||
cy.get(homePage.orgEmailInput).type(Cypress.env("TESTUSERNAME2"));
|
||||
cy.wait("@updateOrganization").should(
|
||||
"have.nested.property",
|
||||
"response.body.responseMeta.status",
|
||||
200,
|
||||
);
|
||||
cy.get(homePage.orgEmailInput).should(
|
||||
"have.value",
|
||||
Cypress.env("TESTUSERNAME2"),
|
||||
);
|
||||
});
|
||||
|
||||
it("Open the org general settings and update org website. The update should reflect in the org.", function() {
|
||||
cy.get(homePage.orgWebsiteInput).clear();
|
||||
cy.get(homePage.orgWebsiteInput).type("demowebsite");
|
||||
cy.wait("@updateOrganization").should(
|
||||
"have.nested.property",
|
||||
"response.body.responseMeta.status",
|
||||
200,
|
||||
);
|
||||
cy.get(homePage.orgWebsiteInput).should("have.value", "demowebsite");
|
||||
});
|
||||
});
|
||||
|
|
@ -0,0 +1,78 @@
|
|||
const queryLocators = require("../../../locators/QueryEditor.json");
|
||||
const queryEditor = require("../../../locators/QueryEditor.json");
|
||||
const dsl = require("../../../fixtures/inputdsl.json");
|
||||
const pages = require("../../../locators/Pages.json");
|
||||
const widgetsPage = require("../../../locators/Widgets.json");
|
||||
const publish = require("../../../locators/publishWidgetspage.json");
|
||||
const testdata = require("../../../fixtures/testdata.json");
|
||||
const commonlocators = require("../../../locators/commonlocators.json");
|
||||
|
||||
let datasourceName;
|
||||
|
||||
describe("Addwidget from Query and bind with other widgets", function() {
|
||||
before(() => {
|
||||
cy.addDsl(dsl);
|
||||
});
|
||||
|
||||
it("Create a PostgresDataSource", () => {
|
||||
cy.createPostgresDatasource();
|
||||
cy.get("@createDatasource").then(httpResponse => {
|
||||
datasourceName = httpResponse.response.body.data.name;
|
||||
});
|
||||
});
|
||||
|
||||
it("Create a query and populate response by choosing addWidget and validate in Table Widget", () => {
|
||||
cy.NavigateToQueryEditor();
|
||||
cy.contains(".t--datasource-name", datasourceName)
|
||||
.find(queryLocators.createQuery)
|
||||
.click();
|
||||
cy.get(queryLocators.templateMenu).click();
|
||||
cy.get(".CodeMirror textarea")
|
||||
.first()
|
||||
.focus()
|
||||
.type('SELECT * FROM public."covidCases" LIMIT 10;');
|
||||
cy.wait(500);
|
||||
cy.get(queryEditor.runQuery).click();
|
||||
cy.wait("@postExecute").should(
|
||||
"have.nested.property",
|
||||
"response.body.responseMeta.status",
|
||||
200,
|
||||
);
|
||||
cy.get(".t--add-widget").click();
|
||||
cy.SearchEntityandOpen("Table1");
|
||||
cy.isSelectRow(1);
|
||||
cy.readTabledataPublish("1", "0").then(tabData => {
|
||||
const tabValue = tabData;
|
||||
cy.log("the value is" + tabValue);
|
||||
expect(tabValue).to.be.equal("2020-01-23");
|
||||
});
|
||||
});
|
||||
|
||||
it("Input widget test with default value from table widget", () => {
|
||||
cy.SearchEntityandOpen("Input1");
|
||||
cy.get(widgetsPage.defaultInput).type(testdata.addInputWidgetBinding);
|
||||
cy.get(commonlocators.editPropCrossButton).click();
|
||||
cy.wait("@updateLayout").should(
|
||||
"have.nested.property",
|
||||
"response.body.responseMeta.status",
|
||||
200,
|
||||
);
|
||||
});
|
||||
|
||||
it("validation of data displayed in input widget based on row data selected", function() {
|
||||
cy.isSelectRow(1);
|
||||
cy.readTabledataPublish("1", "0").then(tabData => {
|
||||
const tabValue = tabData;
|
||||
cy.log("the value is" + tabValue);
|
||||
expect(tabValue).to.be.equal("2020-01-23");
|
||||
cy.get(publish.inputWidget + " " + "input")
|
||||
.first()
|
||||
.invoke("attr", "value")
|
||||
.should("contain", tabValue);
|
||||
cy.get(publish.inputWidget + " " + "input")
|
||||
.last()
|
||||
.invoke("attr", "value")
|
||||
.should("contain", tabValue);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
@ -22,16 +22,20 @@ describe("Add widget", function() {
|
|||
.first()
|
||||
.focus()
|
||||
.type("select * from configs");
|
||||
|
||||
cy.wait(500);
|
||||
cy.get(queryEditor.runQuery).click();
|
||||
cy.wait("@postExecute").should(
|
||||
"have.nested.property",
|
||||
"response.body.responseMeta.status",
|
||||
200,
|
||||
);
|
||||
|
||||
cy.get(".t--add-widget").click();
|
||||
|
||||
cy.SearchEntityandOpen("Table1");
|
||||
cy.isSelectRow(1);
|
||||
cy.readTabledataPublish("1", "0").then(tabData => {
|
||||
const tabValue = tabData;
|
||||
expect(tabValue).to.be.equal("5");
|
||||
cy.log("the value is " + tabValue);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@ const queryLocators = require("../../../locators/QueryEditor.json");
|
|||
const plugins = require("../../../fixtures/plugins.json");
|
||||
const datasource = require("../../../locators/DatasourcesEditor.json");
|
||||
|
||||
let datasourceName;
|
||||
|
||||
describe("Create a query with a mongo datasource, run, save and then delete the query", function() {
|
||||
it("Create a query with a mongo datasource, run, save and then delete the query", function() {
|
||||
cy.NavigateToDatasourceEditor();
|
||||
|
|
@ -16,7 +18,7 @@ describe("Create a query with a mongo datasource, run, save and then delete the
|
|||
cy.NavigateToQueryEditor();
|
||||
|
||||
cy.get("@createDatasource").then(httpResponse => {
|
||||
const datasourceName = httpResponse.response.body.data.name;
|
||||
datasourceName = httpResponse.response.body.data.name;
|
||||
|
||||
cy.contains(".t--datasource-name", datasourceName)
|
||||
.find(queryLocators.createQuery)
|
||||
|
|
@ -38,19 +40,10 @@ describe("Create a query with a mongo datasource, run, save and then delete the
|
|||
cy.EvaluateCurrentValue(`{"find": "planets"}`);
|
||||
cy.runAndDeleteQuery();
|
||||
|
||||
cy.NavigateToDatasourceEditor();
|
||||
cy.get("@createDatasource").then(httpResponse => {
|
||||
const datasourceName = httpResponse.response.body.data.name;
|
||||
datasourceName = httpResponse.response.body.data.name;
|
||||
|
||||
cy.get(`.t--entity-name:contains(${datasourceName})`).click();
|
||||
cy.deletePostgresDatasource(datasourceName);
|
||||
});
|
||||
|
||||
cy.get(datasource.editDatasource).click();
|
||||
cy.get(".t--delete-datasource").click();
|
||||
cy.wait("@deleteDatasource").should(
|
||||
"have.nested.property",
|
||||
"response.body.responseMeta.status",
|
||||
200,
|
||||
);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -48,9 +48,10 @@ describe("Create a query with a postgres datasource, run, save and then delete t
|
|||
cy.runAndDeleteQuery();
|
||||
});
|
||||
it("Deletes a datasource", () => {
|
||||
cy.NavigateToDatasourceEditor();
|
||||
cy.get(`.t--entity-name:contains(${datasourceName})`).click();
|
||||
cy.get(datasource.editDatasource).click();
|
||||
cy.NavigateToQueryEditor();
|
||||
cy.contains(".t--datasource-name", datasourceName)
|
||||
.find(".t--edit-datasource")
|
||||
.click();
|
||||
|
||||
cy.get(".t--delete-datasource").click();
|
||||
cy.wait("@deleteDatasource").should(
|
||||
|
|
|
|||
|
|
@ -30,4 +30,20 @@ describe("Login from UI and check the functionality", function() {
|
|||
cy.wait(500);
|
||||
cy.url().should("include", "user/login");
|
||||
});
|
||||
|
||||
it("Theme change test and validation", function() {
|
||||
cy.LogintoApp(Cypress.env("USERNAME"), Cypress.env("PASSWORD"));
|
||||
cy.get(homePage.profileMenu).click();
|
||||
cy.get(homePage.themeText).should("have.attr", "value", "true");
|
||||
cy.get("span")
|
||||
.contains("Light")
|
||||
.click({ force: true });
|
||||
cy.get(homePage.profileMenu).click();
|
||||
cy.get(homePage.themeText).should("have.attr", "value", "false");
|
||||
cy.get("span")
|
||||
.contains("Dark")
|
||||
.click({ force: true });
|
||||
cy.get(homePage.profileMenu).click();
|
||||
cy.get(homePage.themeText).should("have.attr", "value", "true");
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"createBlankApiCard": ".t--createBlankApiCard",
|
||||
"eachProviderCard": ".t--eachProviderCard",
|
||||
"nameOfApi": ".t--nameOfApi",
|
||||
"ApiNameField": ".bp3-editable-text",
|
||||
"ApiNameField": ".t--action-name-edit-field",
|
||||
"addToPageBtn": ".t--addToPageBtn",
|
||||
"ApiDeleteBtn": ".t--apiFormDeleteBtn",
|
||||
"ApiRunBtn": ".t--apiFormRunBtn",
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@
|
|||
"PostgreSQL": ".t--plugin-name:contains('PostgreSQL')",
|
||||
"sectionAuthentication": "[data-cy=section-Authentication]",
|
||||
"sectionSSL": "[data-cy=section-SSL\\ \\(optional\\)]",
|
||||
"addDatasourceEntity": ".plugins .t--entity-add-btn",
|
||||
"PostgresEntity": ".t--entity-name:contains(PostgreSQL)",
|
||||
"createQuerty": ".t--create-query",
|
||||
"editDatasource": ".t--edit-datasource"
|
||||
|
|
|
|||
|
|
@ -45,10 +45,21 @@
|
|||
"orgSection": "a:contains(",
|
||||
"createAppFrOrg": ") .t--create-app-popup",
|
||||
"shareApp": ".t--application-share-btn",
|
||||
"enablePublicAccess": ".bp3-control-indicator",
|
||||
"enablePublicAccess": ".slider",
|
||||
"closeBtn": ".bp3-dialog-close-button",
|
||||
"applicationName": ".t--application-name",
|
||||
"profileMenu": ".bp3-popover-wrapper.profile-menu",
|
||||
"signOutIcon": ".t--logout-icon",
|
||||
"headerAppSmithLogo": ".t--Appsmith-logo-image"
|
||||
}
|
||||
"headerAppSmithLogo": ".t--Appsmith-logo-image",
|
||||
"applicationCardName": "[data-cy=t--app-card-name]",
|
||||
"applicationIconSelector": ".t--icon-not-selected",
|
||||
"applicationColorSelector": ".t--color-not-selected",
|
||||
"applicationBackgroundColor": ".t--application-card-background",
|
||||
"orgSettingOption": "[data-cy=t--org-setting]",
|
||||
"orgNameInput": "[data-cy=t--org-name-input]",
|
||||
"orgEmailInput": "[data-cy=t--org-email-input]",
|
||||
"orgWebsiteInput": "[data-cy=t--org-website-input]",
|
||||
"orgHeaderName": ".t--organization-header",
|
||||
"leftPanelContainer": "[data-cy=t--left-panel]",
|
||||
"themeText": "label div"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"viewWidgets": ".t--page-sidebar-ViewWidgets",
|
||||
"widgetsEditor": ".t--nav-link-widgets-editor",
|
||||
"AddPage": ".pages .t--entity-add-btn",
|
||||
"editInput": "input.bp3-editable-text-input",
|
||||
"editInput": ".t--entity-name.editing",
|
||||
"Menuaction": ".bp3-overlay-open>.bp3-transition-container",
|
||||
"Delete": ":nth-child(2) > .bp3-menu-item",
|
||||
"apiEditorIcon": ".t--nav-link-api-editor",
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
"entityTable": ".t--entity-name:contains('Table1')",
|
||||
"entityText": ".t--entity-name:contains('Text1')",
|
||||
"entityExplorer": ".t--nav-link-entity-explorer",
|
||||
"popover": "//div[contains(@class,'t--entity page')]//*[local-name()='g' and @id='Icon/Outline/more-vertical']",
|
||||
"popover": "//div[contains(@class,'t--entity page')]//*[last()]//*[local-name()='g' and @id='Icon/Outline/more-vertical']",
|
||||
"editName": ".single-select >div:contains('Edit Name')",
|
||||
"clonePage": ".single-select >div:contains('Clone')",
|
||||
"deletePage": ".single-select >div:contains('Delete')",
|
||||
|
|
|
|||
|
|
@ -5,5 +5,6 @@
|
|||
"saveQuery": ".t--save-query",
|
||||
"deleteQuery": ".t--delete-query",
|
||||
"createQuery": ".t--create-query",
|
||||
"addQueryEntity": ".//div[contains(@class,'t--entity group queries')]//div[contains(@class,'t--entity-add-btn')]"
|
||||
"addQueryEntity": ".//div[contains(@class,'t--entity group queries')]//div[contains(@class,'t--entity-add-btn')]",
|
||||
"addDatasource": ".t--add-datasource"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
"labelTextStyle": ".bp3-ui-text span",
|
||||
"bodyTextStyle": ".bp3-running-text span",
|
||||
"headingTextStyle": ".bp3-heading span",
|
||||
"editWidgetName": ".bp3-editable-text",
|
||||
"editWidgetName": ".t--propery-page-title",
|
||||
"dropDownIcon": ".t--property-control-textstyle span.bp3-icon-chevron-down",
|
||||
"onDateSelectedField": ".t--property-control-ondateselected",
|
||||
"TableRow": ".t--draggable-tablewidget .tbody",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"NoApiMsg": "p:contains('No APIs yet.')",
|
||||
"NoQueryMsg": "p:contains('No Queries yet.')",
|
||||
"NoQueryMsg": "p:contains('No DB Queries yet.')",
|
||||
"NoWidgetsMsg": "p:contains('No widgets yet.')",
|
||||
"AddPage": ".pages .t--entity-add-btn",
|
||||
"addEntityAPI": ".apis .t--entity-add-btn",
|
||||
|
|
@ -24,5 +24,6 @@
|
|||
"entity":".t--entity-name",
|
||||
"addWidget":".widgets .t--entity-add-btn",
|
||||
"dropHere":".appsmith_widget_0",
|
||||
"closeWidgets":".t--close-widgets-sidebar"
|
||||
"closeWidgets":".t--close-widgets-sidebar",
|
||||
"addDBQueryEntity": ".dbqueries .t--entity-add-btn"
|
||||
}
|
||||
|
|
@ -202,7 +202,7 @@ Cypress.Commands.add("launchApp", appName => {
|
|||
.first()
|
||||
.click();
|
||||
cy.get("#loading").should("not.exist");
|
||||
cy.wait("@getPagesForApp").should(
|
||||
cy.wait("@getPagesForViewApp").should(
|
||||
"have.nested.property",
|
||||
"response.body.responseMeta.status",
|
||||
200,
|
||||
|
|
@ -214,28 +214,37 @@ Cypress.Commands.add("CreateAppForOrg", (orgName, appname) => {
|
|||
.scrollIntoView()
|
||||
.should("be.visible")
|
||||
.click();
|
||||
cy.get(homePage.inputAppName).type(appname);
|
||||
cy.get(homePage.CreateApp)
|
||||
.contains("Submit")
|
||||
.click({ force: true });
|
||||
cy.get("#loading").should("not.exist");
|
||||
cy.wait("@createNewApplication").should(
|
||||
"have.nested.property",
|
||||
"response.body.responseMeta.status",
|
||||
201,
|
||||
);
|
||||
cy.wait(1000);
|
||||
cy.get(homePage.applicationName).type(appname + "{enter}");
|
||||
cy.wait("@updateApplication").should(
|
||||
"have.nested.property",
|
||||
"response.body.responseMeta.status",
|
||||
200,
|
||||
);
|
||||
});
|
||||
|
||||
Cypress.Commands.add("CreateApp", appname => {
|
||||
cy.get(homePage.createNew)
|
||||
.first()
|
||||
.click({ force: true });
|
||||
cy.get(homePage.inputAppName).type(appname);
|
||||
cy.get(homePage.CreateApp)
|
||||
.contains("Submit")
|
||||
.click({ force: true });
|
||||
cy.wait("@createNewApplication").should(
|
||||
"have.nested.property",
|
||||
"response.body.responseMeta.status",
|
||||
201,
|
||||
);
|
||||
cy.get("#loading").should("not.exist");
|
||||
cy.wait("@getPagesForApp").should(
|
||||
cy.wait(1000);
|
||||
cy.get(homePage.applicationName).type(appname + "{enter}");
|
||||
cy.wait("@updateApplication").should(
|
||||
"have.nested.property",
|
||||
"response.body.responseMeta.status",
|
||||
200,
|
||||
);
|
||||
cy.get("h2").contains("Drag and drop a widget here");
|
||||
});
|
||||
|
||||
Cypress.Commands.add("DeleteApp", appName => {
|
||||
|
|
@ -301,7 +310,9 @@ Cypress.Commands.add("DeleteApp", appName => {
|
|||
cy.get(commonlocators.homeIcon).click({ force: true });
|
||||
cy.get(homePage.searchInput).type(appName);
|
||||
cy.wait(2000);
|
||||
cy.get(homePage.applicationCard).trigger("mouseover");
|
||||
cy.get(homePage.applicationCard)
|
||||
.first()
|
||||
.trigger("mouseover");
|
||||
cy.get(homePage.appMoreIcon)
|
||||
.first()
|
||||
.click({ force: true });
|
||||
|
|
@ -552,9 +563,9 @@ Cypress.Commands.add("SearchEntityandOpen", apiname1 => {
|
|||
cy.get(
|
||||
commonlocators.entitySearchResult.concat(apiname1).concat("')"),
|
||||
).should("be.visible");
|
||||
cy.get(
|
||||
commonlocators.entitySearchResult.concat(apiname1).concat("')"),
|
||||
).click({ force: true });
|
||||
cy.get(commonlocators.entitySearchResult.concat(apiname1).concat("')"))
|
||||
.last()
|
||||
.click({ force: true });
|
||||
});
|
||||
|
||||
Cypress.Commands.add("enterDatasourceAndPath", (datasource, path) => {
|
||||
|
|
@ -723,7 +734,7 @@ Cypress.Commands.add("MoveAPIToPage", pageName => {
|
|||
cy.get(apiwidget.page)
|
||||
.contains(pageName)
|
||||
.click();
|
||||
cy.wait("@saveAction").should(
|
||||
cy.wait("@moveAction").should(
|
||||
"have.nested.property",
|
||||
"response.body.responseMeta.status",
|
||||
200,
|
||||
|
|
@ -1304,11 +1315,14 @@ Cypress.Commands.add("importCurl", () => {
|
|||
});
|
||||
|
||||
Cypress.Commands.add("NavigateToDatasourceEditor", () => {
|
||||
cy.get(datasourceEditor.addDatasourceEntity).click({ force: true });
|
||||
cy.get(explorer.addDBQueryEntity)
|
||||
.last()
|
||||
.click({ force: true });
|
||||
cy.get(queryEditor.addDatasource).click();
|
||||
});
|
||||
|
||||
Cypress.Commands.add("NavigateToQueryEditor", () => {
|
||||
cy.xpath(queryEditor.addQueryEntity).click({ force: true });
|
||||
cy.get(explorer.addDBQueryEntity).click({ force: true });
|
||||
});
|
||||
|
||||
Cypress.Commands.add("testDatasource", () => {
|
||||
|
|
@ -1390,9 +1404,11 @@ Cypress.Commands.add("createPostgresDatasource", () => {
|
|||
});
|
||||
|
||||
Cypress.Commands.add("deletePostgresDatasource", datasourceName => {
|
||||
cy.NavigateToDatasourceEditor();
|
||||
cy.get(`.t--entity-name:contains(${datasourceName})`).click();
|
||||
cy.get(datasourceEditor.editDatasource).click();
|
||||
cy.NavigateToQueryEditor();
|
||||
|
||||
cy.contains(".t--datasource-name", datasourceName)
|
||||
.find(".t--edit-datasource")
|
||||
.click();
|
||||
cy.get(".t--delete-datasource").click();
|
||||
cy.wait("@deleteDatasource").should(
|
||||
"have.nested.property",
|
||||
|
|
@ -1591,7 +1607,9 @@ Cypress.Commands.add("startServerAndRoutes", () => {
|
|||
cy.route("POST", "/api/v1/logout").as("postLogout");
|
||||
|
||||
cy.route("GET", "/api/v1/datasources").as("getDataSources");
|
||||
cy.route("GET", "/api/v1/pages/application/*").as("getPagesForApp");
|
||||
cy.route("GET", "/api/v1/pages/application/*").as("getPagesForCreateApp");
|
||||
cy.route("GET", "/api/v1/applications/view/*").as("getPagesForViewApp");
|
||||
|
||||
cy.route("POST");
|
||||
cy.route("GET", "/api/v1/pages/*").as("getPage");
|
||||
cy.route("GET", "/api/v1/actions*").as("getActions");
|
||||
|
|
@ -1640,8 +1658,9 @@ Cypress.Commands.add("startServerAndRoutes", () => {
|
|||
cy.route("DELETE", "/api/v1/datasources/*").as("deleteDatasource");
|
||||
cy.route("DELETE", "/api/v1/applications/*").as("deleteApplication");
|
||||
cy.route("POST", "/api/v1/applications/?orgId=*").as("createNewApplication");
|
||||
cy.route("PUT", "/api/v1/applications/*").as("updateApplicationName");
|
||||
cy.route("PUT", "/api/v1/applications/*").as("updateApplication");
|
||||
cy.route("PUT", "/api/v1/actions/*").as("saveAction");
|
||||
cy.route("PUT", "/api/v1/actions/move").as("moveAction");
|
||||
|
||||
cy.route("POST", "/api/v1/organizations").as("createOrg");
|
||||
cy.route("POST", "/api/v1/users/invite").as("postInvite");
|
||||
|
|
@ -1652,6 +1671,9 @@ Cypress.Commands.add("startServerAndRoutes", () => {
|
|||
cy.route("POST", "/api/v1/pages").as("createPage");
|
||||
cy.route("POST", "/api/v1/pages/clone/*").as("clonePage");
|
||||
cy.route("PUT", "/api/v1/applications/*/changeAccess").as("changeAccess");
|
||||
|
||||
cy.route("PUT", "/api/v1/organizations/*").as("updateOrganization");
|
||||
cy.route("GET", "/api/v1/pages/view/application/*").as("viewApp");
|
||||
});
|
||||
|
||||
Cypress.Commands.add("alertValidate", text => {
|
||||
|
|
@ -1777,15 +1799,3 @@ Cypress.Commands.add("callApi", apiname => {
|
|||
Cypress.Commands.add("assertPageSave", () => {
|
||||
cy.get(commonlocators.saveStatusSuccess);
|
||||
});
|
||||
|
||||
Cypress.Commands.add("EditApp", appName => {
|
||||
cy.get(homePage.searchInput).type(appName);
|
||||
cy.wait(2000);
|
||||
cy.get(homePage.applicationCard)
|
||||
.first()
|
||||
.trigger("mouseover");
|
||||
cy.get(homePage.appEditIcon)
|
||||
.first()
|
||||
.click({ force: true });
|
||||
cy.get("#loading").should("not.exist");
|
||||
});
|
||||
|
|
|
|||
|
|
@ -46,21 +46,21 @@ server {
|
|||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header X-Forwarded-Host $host;
|
||||
|
||||
proxy_pass https://release-api.appsmith.com;
|
||||
proxy_pass http://host.docker.internal:8080;
|
||||
}
|
||||
|
||||
location /oauth2 {
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header X-Forwarded-Host $host;
|
||||
|
||||
proxy_pass https://release-api.appsmith.com;
|
||||
proxy_pass http://host.docker.internal:8080;
|
||||
}
|
||||
|
||||
location /login {
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header X-Forwarded-Host $host;
|
||||
|
||||
proxy_pass https://release-api.appsmith.com;
|
||||
proxy_pass http://host.docker.internal:8080;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -114,20 +114,20 @@ server {
|
|||
location /api {
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header X-Forwarded-Host $host;
|
||||
proxy_pass https://release-api.appsmith.com;
|
||||
proxy_pass http://host.docker.internal:8080;
|
||||
}
|
||||
|
||||
location /oauth2 {
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header X-Forwarded-Host $host;
|
||||
|
||||
proxy_pass https://release-api.appsmith.com;
|
||||
proxy_pass http://host.docker.internal:8080;
|
||||
}
|
||||
|
||||
location /login {
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header X-Forwarded-Host $host;
|
||||
|
||||
proxy_pass https://release-api.appsmith.com;
|
||||
proxy_pass http://host.docker.internal:8080;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -102,6 +102,7 @@
|
|||
"react-toastify": "^5.5.0",
|
||||
"react-transition-group": "^4.3.0",
|
||||
"react-use-gesture": "^7.0.4",
|
||||
"react-zoom-pan-pinch": "^1.6.1",
|
||||
"redux": "^4.0.1",
|
||||
"redux-form": "^8.2.6",
|
||||
"redux-saga": "^1.1.3",
|
||||
|
|
|
|||
|
|
@ -36,13 +36,15 @@ import { connect } from "react-redux";
|
|||
|
||||
import * as Sentry from "@sentry/react";
|
||||
import AnalyticsUtil from "utils/AnalyticsUtil";
|
||||
import { trimTrailingSlash } from "utils/helpers";
|
||||
|
||||
const SentryRoute = Sentry.withSentryRouting(Route);
|
||||
|
||||
const loadingIndicator = <PageLoadingBar />;
|
||||
|
||||
function changeAppBackground(currentTheme: any) {
|
||||
if (
|
||||
window.location.pathname === "/applications" ||
|
||||
trimTrailingSlash(window.location.pathname) === "/applications" ||
|
||||
window.location.pathname.indexOf("/settings/") !== -1
|
||||
) {
|
||||
document.body.style.backgroundColor =
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
import { ReduxActionTypes } from "constants/ReduxActionConstants";
|
||||
import { ReduxAction, ReduxActionTypes } from "constants/ReduxActionConstants";
|
||||
import { EditorModes } from "../components/editorComponents/CodeEditor/EditorConfig";
|
||||
import { APP_MODE } from "../reducers/entityReducers/appReducer";
|
||||
import { UpdateApplicationPayload } from "api/ApplicationApi";
|
||||
|
||||
export const setDefaultApplicationPageSuccess = (
|
||||
|
|
@ -20,6 +22,24 @@ export const fetchApplications = () => {
|
|||
};
|
||||
};
|
||||
|
||||
export interface FetchApplicationPayload {
|
||||
applicationId: string;
|
||||
mode: APP_MODE;
|
||||
}
|
||||
|
||||
export const fetchApplication = (
|
||||
applicationId: string,
|
||||
mode: APP_MODE,
|
||||
): ReduxAction<FetchApplicationPayload> => {
|
||||
return {
|
||||
type: ReduxActionTypes.FETCH_APPLICATION_INIT,
|
||||
payload: {
|
||||
applicationId,
|
||||
mode,
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
export const updateApplication = (
|
||||
id: string,
|
||||
data: UpdateApplicationPayload,
|
||||
|
|
@ -33,15 +53,6 @@ export const updateApplication = (
|
|||
};
|
||||
};
|
||||
|
||||
export const fetchApplication = (applicationId: string) => {
|
||||
return {
|
||||
type: ReduxActionTypes.FETCH_APPLICATION_INIT,
|
||||
payload: {
|
||||
applicationId,
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
export const publishApplication = (applicationId: string) => {
|
||||
return {
|
||||
type: ReduxActionTypes.PUBLISH_APPLICATION_INIT,
|
||||
|
|
|
|||
|
|
@ -2,23 +2,29 @@ import { FetchPageRequest, SavePageResponse } from "api/PageApi";
|
|||
import { WidgetOperation, WidgetProps } from "widgets/BaseWidget";
|
||||
import { WidgetType } from "constants/WidgetConstants";
|
||||
import {
|
||||
ReduxActionTypes,
|
||||
ReduxAction,
|
||||
ReduxActionTypes,
|
||||
UpdateCanvasPayload,
|
||||
FetchPageListPayload,
|
||||
} from "constants/ReduxActionConstants";
|
||||
import { CanvasWidgetsReduxState } from "reducers/entityReducers/canvasWidgetsReducer";
|
||||
import { ContainerWidgetProps } from "widgets/ContainerWidget";
|
||||
import AnalyticsUtil from "utils/AnalyticsUtil";
|
||||
import { APP_MODE, UrlDataState } from "reducers/entityReducers/appReducer";
|
||||
|
||||
export interface FetchPageListPayload {
|
||||
applicationId: string;
|
||||
mode: APP_MODE;
|
||||
}
|
||||
|
||||
export const fetchPageList = (
|
||||
applicationId: string,
|
||||
mode: APP_MODE,
|
||||
): ReduxAction<FetchPageListPayload> => {
|
||||
return {
|
||||
type: ReduxActionTypes.FETCH_PAGE_LIST_INIT,
|
||||
payload: {
|
||||
applicationId,
|
||||
mode,
|
||||
},
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -44,13 +44,10 @@ export interface ActionCreateUpdateResponse extends ApiResponse {
|
|||
export type PaginationField = "PREV" | "NEXT";
|
||||
|
||||
export interface ExecuteActionRequest extends APIRequest {
|
||||
action: Pick<RestAction, "id"> | Omit<RestAction, "id">;
|
||||
actionId: string;
|
||||
params?: Property[];
|
||||
paginationField?: PaginationField;
|
||||
}
|
||||
|
||||
export interface ExecuteQueryRequest extends APIRequest {
|
||||
action: Pick<RestAction, "id"> | Omit<RestAction, "id">;
|
||||
viewMode: boolean;
|
||||
}
|
||||
|
||||
export interface ExecuteActionResponse extends ApiResponse {
|
||||
|
|
|
|||
|
|
@ -129,6 +129,12 @@ class ApplicationApi extends Api {
|
|||
return Api.get(ApplicationApi.baseURL + applicationId);
|
||||
}
|
||||
|
||||
static fetchApplicationForViewMode(
|
||||
applicationId: string,
|
||||
): AxiosPromise<FetchApplicationsResponse> {
|
||||
return Api.get(ApplicationApi.baseURL + `view/${applicationId}`);
|
||||
}
|
||||
|
||||
static createApplication(
|
||||
request: CreateApplicationRequest,
|
||||
): AxiosPromise<PublishApplicationResponse> {
|
||||
|
|
|
|||
|
|
@ -161,6 +161,12 @@ class PageApi extends Api {
|
|||
return Api.get(PageApi.url + "/application/" + applicationId);
|
||||
}
|
||||
|
||||
static fetchPageListViewMode(
|
||||
applicationId: string,
|
||||
): AxiosPromise<FetchPageListResponse> {
|
||||
return Api.get(PageApi.url + "/view/application/" + applicationId);
|
||||
}
|
||||
|
||||
static deletePage(request: DeletePageRequest): AxiosPromise<ApiResponse> {
|
||||
return Api.delete(PageApi.url + "/" + request.id);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1 @@
|
|||
<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path opacity="0.6" d="M49.6451 39.5645H32.3753V42.0806H21.6245V39.5645H4.35474V50.4677H49.6451V39.5645Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.2258 8.53226H53V37.2009H32.3754V32.5117H21.6246V37.2009H1V8.53226H17.7742V3.5H36.2258V8.53226ZM21.129 8.53226H32.871V6.25488H21.129V8.53226Z" fill="white"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" fill="none" viewBox="0 0 54 54"><path fill="#fff" d="M49.6451 39.5645H32.3753V42.0806H21.6245V39.5645H4.35474V50.4677H49.6451V39.5645Z" opacity=".6"/><path fill="#fff" fill-rule="evenodd" d="M36.2258 8.53226H53V37.2009H32.3754V32.5117H21.6246V37.2009H1V8.53226H17.7742V3.5H36.2258V8.53226ZM21.129 8.53226H32.871V6.25488H21.129V8.53226Z" clip-rule="evenodd"/></svg>
|
||||
|
Before Width: | Height: | Size: 434 B After Width: | Height: | Size: 427 B |
|
|
@ -1,3 +1 @@
|
|||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.5 18V3H2.5V18L6.20911 16L10.0135 18L13.9968 16L17.5 18ZM10.1899 13.5142V14.1776H9.44851V13.5247C7.79097 13.4306 6.79009 12.6053 6.78479 11.3308H8.29935C8.33642 11.8479 8.78656 12.2345 9.44851 12.3024V10.3593L8.89247 10.2287C7.62151 9.93616 6.93836 9.21532 6.93836 8.12362C6.93836 6.83865 7.8704 6.01335 9.44851 5.88799V5.1776H10.1899V5.88799C11.6621 6.0238 12.6153 6.87522 12.6365 8.08183H11.159C11.1431 7.6065 10.746 7.21474 10.1899 7.13639V8.99594L10.7565 9.11085C12.1175 9.39814 12.7848 10.0929 12.7848 11.2211C12.7848 12.5531 11.8475 13.3784 10.1899 13.5142ZM8.47411 7.97737C8.47411 8.41613 8.80774 8.71909 9.44851 8.84446V7.13117C8.87658 7.16251 8.47411 7.51248 8.47411 7.97737ZM10.1899 10.4898C10.9313 10.6257 11.2808 10.9182 11.2808 11.3987C11.2808 11.9263 10.8783 12.2658 10.1899 12.3076V10.4898Z" fill="#9F9F9F"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"><path fill="#9F9F9F" fill-rule="evenodd" d="M17.5 18V3H2.5V18L6.20911 16L10.0135 18L13.9968 16L17.5 18ZM10.1899 13.5142V14.1776H9.44851V13.5247C7.79097 13.4306 6.79009 12.6053 6.78479 11.3308H8.29935C8.33642 11.8479 8.78656 12.2345 9.44851 12.3024V10.3593L8.89247 10.2287C7.62151 9.93616 6.93836 9.21532 6.93836 8.12362C6.93836 6.83865 7.8704 6.01335 9.44851 5.88799V5.1776H10.1899V5.88799C11.6621 6.0238 12.6153 6.87522 12.6365 8.08183H11.159C11.1431 7.6065 10.746 7.21474 10.1899 7.13639V8.99594L10.7565 9.11085C12.1175 9.39814 12.7848 10.0929 12.7848 11.2211C12.7848 12.5531 11.8475 13.3784 10.1899 13.5142ZM8.47411 7.97737C8.47411 8.41613 8.80774 8.71909 9.44851 8.84446V7.13117C8.87658 7.16251 8.47411 7.51248 8.47411 7.97737ZM10.1899 10.4898C10.9313 10.6257 11.2808 10.9182 11.2808 11.3987C11.2808 11.9263 10.8783 12.2658 10.1899 12.3076V10.4898Z" clip-rule="evenodd"/></svg>
|
||||
|
Before Width: | Height: | Size: 979 B After Width: | Height: | Size: 976 B |
|
|
@ -1,5 +1 @@
|
|||
<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.0415 4.5H20.7353C23.5968 4.5 25.9165 6.81968 25.9165 9.68116V41.5303H8.0415L8.0415 4.5Z" fill="white"/>
|
||||
<path opacity="0.6" d="M5.06242 15.176V45.3805H48.9374V15.176H52.7291V49.1725H1.27075V15.176H5.06242Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.0833 9.68116C28.0833 6.81969 30.4029 4.5 33.2644 4.5H45.9583V41.5303H28.0833V9.68116Z" fill="white"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" fill="none" viewBox="0 0 54 54"><path fill="#fff" fill-rule="evenodd" d="M8.0415 4.5H20.7353C23.5968 4.5 25.9165 6.81968 25.9165 9.68116V41.5303H8.0415L8.0415 4.5Z" clip-rule="evenodd"/><path fill="#fff" d="M5.06242 15.176V45.3805H48.9374V15.176H52.7291V49.1725H1.27075V15.176H5.06242Z" opacity=".6"/><path fill="#fff" fill-rule="evenodd" d="M28.0833 9.68116C28.0833 6.81969 30.4029 4.5 33.2644 4.5H45.9583V41.5303H28.0833V9.68116Z" clip-rule="evenodd"/></svg>
|
||||
|
Before Width: | Height: | Size: 532 B After Width: | Height: | Size: 523 B |
|
|
@ -1,4 +1 @@
|
|||
<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 49.6439V14.9216H52V49.6439H2ZM17.9091 23.3181H9.95455V30.1363H17.9091V23.3181ZM23.0227 23.3181H30.9773V30.1363H23.0227V23.3181ZM44.0455 23.3181H36.0909V30.1363H44.0455V23.3181ZM9.95455 34.6817H17.9091V41.4999H9.95455V34.6817ZM30.9773 34.6817H23.0227V41.4999H30.9773V34.6817Z" fill="white"/>
|
||||
<path opacity="0.6" d="M52 12.1439V4.69434H2V12.1439H52Z" fill="white"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" fill="none" viewBox="0 0 54 54"><path fill="#fff" fill-rule="evenodd" d="M2 49.6439V14.9216H52V49.6439H2ZM17.9091 23.3181H9.95455V30.1363H17.9091V23.3181ZM23.0227 23.3181H30.9773V30.1363H23.0227V23.3181ZM44.0455 23.3181H36.0909V30.1363H44.0455V23.3181ZM9.95455 34.6817H17.9091V41.4999H9.95455V34.6817ZM30.9773 34.6817H23.0227V41.4999H30.9773V34.6817Z" clip-rule="evenodd"/><path fill="#fff" d="M52 12.1439V4.69434H2V12.1439H52Z" opacity=".6"/></svg>
|
||||
|
Before Width: | Height: | Size: 519 B After Width: | Height: | Size: 512 B |
|
|
@ -1,5 +1 @@
|
|||
<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 50.9949V13.1768H53V50.9949H1ZM27 43.7727C33.527 43.7727 38.8182 38.4815 38.8182 31.9545C38.8182 25.4275 33.527 20.1364 27 20.1364C20.473 20.1364 15.1818 25.4275 15.1818 31.9545C15.1818 38.4815 20.473 43.7727 27 43.7727Z" fill="white"/>
|
||||
<path opacity="0.6" d="M26.9999 24.2727C28.262 24.2727 29.4828 24.5788 30.5749 25.1539L30.8985 25.3344L29.0972 28.3882C28.4673 28.0166 27.7502 27.8182 26.9999 27.8182C24.7155 27.8182 22.8636 29.6701 22.8636 31.9545C22.8636 32.4635 22.9548 32.9573 23.1301 33.4198L23.2453 33.6934L20.0294 35.1863C19.5631 34.1817 19.3181 33.0837 19.3181 31.9545C19.3181 27.712 22.7574 24.2727 26.9999 24.2727Z" fill="white"/>
|
||||
<path opacity="0.6" d="M17.3779 3H36.613L40 10.0909H14L17.3779 3Z" fill="white"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" fill="none" viewBox="0 0 54 54"><path fill="#fff" fill-rule="evenodd" d="M1 50.9949V13.1768H53V50.9949H1ZM27 43.7727C33.527 43.7727 38.8182 38.4815 38.8182 31.9545C38.8182 25.4275 33.527 20.1364 27 20.1364C20.473 20.1364 15.1818 25.4275 15.1818 31.9545C15.1818 38.4815 20.473 43.7727 27 43.7727Z" clip-rule="evenodd"/><path fill="#fff" d="M26.9999 24.2727C28.262 24.2727 29.4828 24.5788 30.5749 25.1539L30.8985 25.3344L29.0972 28.3882C28.4673 28.0166 27.7502 27.8182 26.9999 27.8182C24.7155 27.8182 22.8636 29.6701 22.8636 31.9545C22.8636 32.4635 22.9548 32.9573 23.1301 33.4198L23.2453 33.6934L20.0294 35.1863C19.5631 34.1817 19.3181 33.0837 19.3181 31.9545C19.3181 27.712 22.7574 24.2727 26.9999 24.2727Z" opacity=".6"/><path fill="#fff" d="M17.3779 3H36.613L40 10.0909H14L17.3779 3Z" opacity=".6"/></svg>
|
||||
|
Before Width: | Height: | Size: 880 B After Width: | Height: | Size: 870 B |
|
|
@ -1,4 +1 @@
|
|||
<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.8469 6.27637C13.0655 6.27637 2.70408 16.6378 2.70408 29.4192V31.7105V43.6137C2.70408 45.4113 2.33758 47.1901 1.62696 48.8414L0.5 51.46H26.398C38.8751 51.46 48.9898 41.3453 48.9898 28.8682C48.9898 16.3911 38.8751 6.27637 26.398 6.27637H25.8469ZM14.5795 32.6818C16.6129 32.6818 18.2613 31.0334 18.2613 29C18.2613 26.9666 16.6129 25.3182 14.5795 25.3182C12.5461 25.3182 10.8977 26.9666 10.8977 29C10.8977 31.0334 12.5461 32.6818 14.5795 32.6818ZM29.3068 29C29.3068 31.0334 27.6583 32.6818 25.6249 32.6818C23.5915 32.6818 21.9431 31.0334 21.9431 29C21.9431 26.9666 23.5915 25.3182 25.6249 25.3182C27.6583 25.3182 29.3068 26.9666 29.3068 29ZM36.6704 32.6818C38.7038 32.6818 40.3522 31.0334 40.3522 29C40.3522 26.9666 38.7038 25.3182 36.6704 25.3182C34.637 25.3182 32.9886 26.9666 32.9886 29C32.9886 31.0334 34.637 32.6818 36.6704 32.6818Z" fill="white"/>
|
||||
<path opacity="0.6" fill-rule="evenodd" clip-rule="evenodd" d="M21.9128 5.05022C23.9606 4.51378 26.1143 4.24417 28.3333 4.28187C40.6773 4.49157 50.8606 14.3808 51.2037 26.7219C51.2683 29.044 50.9884 31.2923 50.4115 33.4192C52.4164 30.1642 53.5402 26.3121 53.4536 22.1992C53.223 11.2485 44.3619 2.39015 33.4143 2.04154C29.2162 1.90785 25.2619 3.02407 21.9128 5.05022Z" fill="white"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" fill="none" viewBox="0 0 54 54"><path fill="#fff" fill-rule="evenodd" d="M25.8469 6.27637C13.0655 6.27637 2.70408 16.6378 2.70408 29.4192V31.7105V43.6137C2.70408 45.4113 2.33758 47.1901 1.62696 48.8414L0.5 51.46H26.398C38.8751 51.46 48.9898 41.3453 48.9898 28.8682C48.9898 16.3911 38.8751 6.27637 26.398 6.27637H25.8469ZM14.5795 32.6818C16.6129 32.6818 18.2613 31.0334 18.2613 29C18.2613 26.9666 16.6129 25.3182 14.5795 25.3182C12.5461 25.3182 10.8977 26.9666 10.8977 29C10.8977 31.0334 12.5461 32.6818 14.5795 32.6818ZM29.3068 29C29.3068 31.0334 27.6583 32.6818 25.6249 32.6818C23.5915 32.6818 21.9431 31.0334 21.9431 29C21.9431 26.9666 23.5915 25.3182 25.6249 25.3182C27.6583 25.3182 29.3068 26.9666 29.3068 29ZM36.6704 32.6818C38.7038 32.6818 40.3522 31.0334 40.3522 29C40.3522 26.9666 38.7038 25.3182 36.6704 25.3182C34.637 25.3182 32.9886 26.9666 32.9886 29C32.9886 31.0334 34.637 32.6818 36.6704 32.6818Z" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M21.9128 5.05022C23.9606 4.51378 26.1143 4.24417 28.3333 4.28187C40.6773 4.49157 50.8606 14.3808 51.2037 26.7219C51.2683 29.044 50.9884 31.2923 50.4115 33.4192C52.4164 30.1642 53.5402 26.3121 53.4536 22.1992C53.223 11.2485 44.3619 2.39015 33.4143 2.04154C29.2162 1.90785 25.2619 3.02407 21.9128 5.05022Z" clip-rule="evenodd" opacity=".6"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.3 KiB |
|
|
@ -1,3 +1 @@
|
|||
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 0C3.13401 0 0 3.13401 0 7C0 10.866 3.13401 14 7 14C10.866 14 14 10.866 14 7C14 3.13401 10.866 0 7 0ZM9.41379 10.5L7 8.08621L4.58621 10.5L3.5 9.41379L5.91379 7L3.5 4.58621L4.58621 3.5L7 5.91379L9.41379 3.5L10.5 4.58621L8.08621 7L10.5 9.41379L9.41379 10.5Z" fill="#9F9F9F"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none" viewBox="0 0 14 14"><path fill="#9F9F9F" fill-rule="evenodd" d="M7 0C3.13401 0 0 3.13401 0 7C0 10.866 3.13401 14 7 14C10.866 14 14 10.866 14 7C14 3.13401 10.866 0 7 0ZM9.41379 10.5L7 8.08621L4.58621 10.5L3.5 9.41379L5.91379 7L3.5 4.58621L4.58621 3.5L7 5.91379L9.41379 3.5L10.5 4.58621L8.08621 7L10.5 9.41379L9.41379 10.5Z" clip-rule="evenodd"/></svg>
|
||||
|
Before Width: | Height: | Size: 428 B After Width: | Height: | Size: 425 B |
|
|
@ -1,14 +1 @@
|
|||
<svg
|
||||
width="22"
|
||||
height="22"
|
||||
viewBox="0 0 22 22"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
fillRule="evenodd"
|
||||
clipRule="evenodd"
|
||||
d="M6 11C6 12.105 5.105 13 4 13C2.895 13 2 12.105 2 11C2 9.895 2.895 9 4 9C5.105 9 6 9.895 6 11ZM11 9C12.105 9 13 9.895 13 11C13 12.105 12.105 13 11 13C9.895 13 9 12.105 9 11C9 9.895 9.895 9 11 9ZM20 11C20 9.895 19.105 9 18 9C16.895 9 16 9.895 16 11C16 12.105 16.895 13 18 13C19.105 13 20 12.105 20 11Z"
|
||||
fill="white"
|
||||
/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" fill="none" viewBox="0 0 22 22"><path fill="#fff" d="M6 11C6 12.105 5.105 13 4 13C2.895 13 2 12.105 2 11C2 9.895 2.895 9 4 9C5.105 9 6 9.895 6 11ZM11 9C12.105 9 13 9.895 13 11C13 12.105 12.105 13 11 13C9.895 13 9 12.105 9 11C9 9.895 9.895 9 11 9ZM20 11C20 9.895 19.105 9 18 9C16.895 9 16 9.895 16 11C16 12.105 16.895 13 18 13C19.105 13 20 12.105 20 11Z" clipRule="evenodd" fillRule="evenodd"/></svg>
|
||||
|
Before Width: | Height: | Size: 531 B After Width: | Height: | Size: 462 B |
|
|
@ -1,4 +1 @@
|
|||
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8.8364 0V17.6727" stroke="#9F9F9F" stroke-width="3"/>
|
||||
<path d="M0 8.8364H17.6727" stroke="#9F9F9F" stroke-width="3"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none" viewBox="0 0 18 18"><path stroke="#9F9F9F" stroke-width="3" d="M8.8364 0V17.6727"/><path stroke="#9F9F9F" stroke-width="3" d="M0 8.8364H17.6727"/></svg>
|
||||
|
Before Width: | Height: | Size: 231 B After Width: | Height: | Size: 227 B |
|
|
@ -1,3 +1 @@
|
|||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.5 3.33333H17V4.66667H3V3.33333H6.5L7.5003 2H12.4997L13.5 3.33333ZM15.0167 18H4.98333L4.4 6H15.6L15.0167 18Z" fill="#9F9F9F"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"><path fill="#9F9F9F" fill-rule="evenodd" d="M13.5 3.33333H17V4.66667H3V3.33333H6.5L7.5003 2H12.4997L13.5 3.33333ZM15.0167 18H4.98333L4.4 6H15.6L15.0167 18Z" clip-rule="evenodd"/></svg>
|
||||
|
Before Width: | Height: | Size: 282 B After Width: | Height: | Size: 279 B |
|
|
@ -1,3 +1 @@
|
|||
<svg width="6" height="4" viewBox="0 0 6 4" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 0L3 4L6 0L0 0Z" fill="#6D6D6D"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="6" height="4" fill="none" viewBox="0 0 6 4"><path fill="#6D6D6D" fill-rule="evenodd" d="M0 0L3 4L6 0L0 0Z" clip-rule="evenodd"/></svg>
|
||||
|
Before Width: | Height: | Size: 184 B After Width: | Height: | Size: 181 B |
|
|
@ -1,3 +1 @@
|
|||
<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="M15.5 0H3.14706V1.41176H14.1747V13.6471H15.5V0ZM2 2.5H0.5V4V14V15.5H2H11H12.5V14V4V2.5H11H2ZM2 4H3.5H9.5H11V5.5V12.5V14H9.5H3.5H2V12.5V5.5V4Z" fill="#9F9F9F"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="#9F9F9F" fill-rule="evenodd" d="M15.5 0H3.14706V1.41176H14.1747V13.6471H15.5V0ZM2 2.5H0.5V4V14V15.5H2H11H12.5V14V4V2.5H11H2ZM2 4H3.5H9.5H11V5.5V12.5V14H9.5H3.5H2V12.5V5.5V4Z" clip-rule="evenodd"/></svg>
|
||||
|
Before Width: | Height: | Size: 312 B After Width: | Height: | Size: 309 B |
|
|
@ -1,3 +1 @@
|
|||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.2943 3L11.1507 5.11939L14.8564 8.78317L17 6.66379L13.2943 3ZM3.61901 12.9111L3 17L7.0907 16.1758C7.32717 16.1281 7.54455 16.0124 7.71608 15.8428L13.95 9.67931L10.2444 6.01552L3.97236 12.2167C3.78284 12.404 3.6589 12.6476 3.61901 12.9111Z" fill="#9F9F9F"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"><path fill="#9F9F9F" fill-rule="evenodd" d="M13.2943 3L11.1507 5.11939L14.8564 8.78317L17 6.66379L13.2943 3ZM3.61901 12.9111L3 17L7.0907 16.1758C7.32717 16.1281 7.54455 16.0124 7.71608 15.8428L13.95 9.67931L10.2444 6.01552L3.97236 12.2167C3.78284 12.404 3.6589 12.6476 3.61901 12.9111Z" clip-rule="evenodd"/></svg>
|
||||
|
Before Width: | Height: | Size: 412 B After Width: | Height: | Size: 409 B |
|
|
@ -1,4 +1 @@
|
|||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="16" height="16" rx="8" fill="#E22C2C"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 9.24138L10.7586 12L12 10.7586L9.24138 8L12 5.24138L10.7586 4L8 6.75862L5.24138 4L4 5.24138L6.75862 8L4 10.7586L5.24138 12L8 9.24138Z" fill="white"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><rect width="16" height="16" fill="#E22C2C" rx="8"/><path fill="#fff" fill-rule="evenodd" d="M8 9.24138L10.7586 12L12 10.7586L9.24138 8L12 5.24138L10.7586 4L8 6.75862L5.24138 4L4 5.24138L6.75862 8L4 10.7586L5.24138 12L8 9.24138Z" clip-rule="evenodd"/></svg>
|
||||
|
Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 352 B |
|
|
@ -1,4 +1 @@
|
|||
<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 16.9819H53L50.6364 51.2547H3.36364L1 16.9819Z" fill="white"/>
|
||||
<path opacity="0.6" fill-rule="evenodd" clip-rule="evenodd" d="M4.54541 14.6182V2.80005H18.0965L22.3659 7.52732H49.4545V14.6182H4.54541Z" fill="white"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" fill="none" viewBox="0 0 54 54"><path fill="#fff" fill-rule="evenodd" d="M1 16.9819H53L50.6364 51.2547H3.36364L1 16.9819Z" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M4.54541 14.6182V2.80005H18.0965L22.3659 7.52732H49.4545V14.6182H4.54541Z" clip-rule="evenodd" opacity=".6"/></svg>
|
||||
|
Before Width: | Height: | Size: 370 B After Width: | Height: | Size: 363 B |
|
|
@ -1,4 +1 @@
|
|||
<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M52.8053 26.8696C52.8053 40.6046 41.6708 51.7391 27.9357 51.7391C18.2605 51.7391 9.87574 46.2142 5.76424 38.1472L5.98236 38.235C9.60853 38.7286 18.7548 37.5776 24.9492 31.7352L22.9117 32.0707C22.6735 32.1096 22.43 32.1497 22.1818 32.1905L22.1818 32.1905C17.7294 32.9236 11.7435 33.9091 6.84507 32.8072C5.92148 32.5994 3.94021 31.8678 3.28299 30.1681C3.13997 29.0889 3.06616 27.9879 3.06616 26.8696C3.06616 13.1345 14.2006 2 27.9357 2C41.6708 2 52.8053 13.1345 52.8053 26.8696ZM22.739 27.287L27.6282 32.138L34.7587 28.972L37.0957 36.2061L40.3269 34.615V26.8696L48.5044 23.1474C48.9459 22.9465 49.1926 22.4696 49.1018 21.9932C48.9356 21.1223 48.2413 20.4492 47.3658 20.31L44.6154 19.8729C43.2129 19.6501 41.7767 19.9234 40.5542 20.6459L38.8075 21.6781L32.8236 18.9255L31.1775 19.5281L33.389 24.484L36.1251 23.4459L28.1895 28.0664L24.6247 26.5404L22.739 27.287Z" fill="white"/>
|
||||
<path opacity="0.6" fill-rule="evenodd" clip-rule="evenodd" d="M1.17292 29.6707C1.60432 31.3712 2.2354 32.5207 3.06617 33.1192C6.53513 35.6183 13.3918 35.4365 22.739 32.6277C19.0892 34.9831 12.0929 36.8837 8.5464 36.8837C4.99993 36.8837 3.52801 36.299 2.29258 35.1799C1.44491 34.4121 0.635993 32.6277 1.17292 29.6707Z" fill="white"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" fill="none" viewBox="0 0 54 54"><path fill="#fff" fill-rule="evenodd" d="M52.8053 26.8696C52.8053 40.6046 41.6708 51.7391 27.9357 51.7391C18.2605 51.7391 9.87574 46.2142 5.76424 38.1472L5.98236 38.235C9.60853 38.7286 18.7548 37.5776 24.9492 31.7352L22.9117 32.0707C22.6735 32.1096 22.43 32.1497 22.1818 32.1905L22.1818 32.1905C17.7294 32.9236 11.7435 33.9091 6.84507 32.8072C5.92148 32.5994 3.94021 31.8678 3.28299 30.1681C3.13997 29.0889 3.06616 27.9879 3.06616 26.8696C3.06616 13.1345 14.2006 2 27.9357 2C41.6708 2 52.8053 13.1345 52.8053 26.8696ZM22.739 27.287L27.6282 32.138L34.7587 28.972L37.0957 36.2061L40.3269 34.615V26.8696L48.5044 23.1474C48.9459 22.9465 49.1926 22.4696 49.1018 21.9932C48.9356 21.1223 48.2413 20.4492 47.3658 20.31L44.6154 19.8729C43.2129 19.6501 41.7767 19.9234 40.5542 20.6459L38.8075 21.6781L32.8236 18.9255L31.1775 19.5281L33.389 24.484L36.1251 23.4459L28.1895 28.0664L24.6247 26.5404L22.739 27.287Z" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M1.17292 29.6707C1.60432 31.3712 2.2354 32.5207 3.06617 33.1192C6.53513 35.6183 13.3918 35.4365 22.739 32.6277C19.0892 34.9831 12.0929 36.8837 8.5464 36.8837C4.99993 36.8837 3.52801 36.299 2.29258 35.1799C1.44491 34.4121 0.635993 32.6277 1.17292 29.6707Z" clip-rule="evenodd" opacity=".6"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
|
@ -1,5 +1 @@
|
|||
<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.2605 3.2605H51.7397V50.6563H2.2605V3.2605ZM48.0938 47.0105V6.90633H5.90633V47.0105H48.0938Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M43.6668 41.8466H10.3335L20.6274 30.7482L25.9515 35.9326L33.0025 24.875L43.6668 41.8466Z" fill="white"/>
|
||||
<ellipse opacity="0.6" cx="25.0469" cy="18.7075" rx="4.29688" ry="4.24904" fill="white"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" fill="none" viewBox="0 0 54 54"><path fill="#fff" fill-rule="evenodd" d="M2.2605 3.2605H51.7397V50.6563H2.2605V3.2605ZM48.0938 47.0105V6.90633H5.90633V47.0105H48.0938Z" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M43.6668 41.8466H10.3335L20.6274 30.7482L25.9515 35.9326L33.0025 24.875L43.6668 41.8466Z" clip-rule="evenodd"/><ellipse cx="25.047" cy="18.707" fill="#fff" opacity=".6" rx="4.297" ry="4.249"/></svg>
|
||||
|
Before Width: | Height: | Size: 507 B After Width: | Height: | Size: 492 B |
|
|
@ -1,3 +1 @@
|
|||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.5 2.30005V17.3H2.5V2.30005H17.5ZM15.625 4.17505H4.375V15.425H15.625V4.17505ZM13.2143 6.58576H6.78571V13.0143H13.2143V6.58576Z" fill="#E9E9E9"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"><path fill="#E9E9E9" fill-rule="evenodd" d="M17.5 2.30005V17.3H2.5V2.30005H17.5ZM15.625 4.17505H4.375V15.425H15.625V4.17505ZM13.2143 6.58576H6.78571V13.0143H13.2143V6.58576Z" clip-rule="evenodd"/></svg>
|
||||
|
Before Width: | Height: | Size: 300 B After Width: | Height: | Size: 297 B |
|
|
@ -1,4 +1 @@
|
|||
<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.9999 1.27075C12.7904 1.27075 1.27075 12.7904 1.27075 26.9999C1.27075 41.2095 12.7904 52.7291 26.9999 52.7291C41.2095 52.7291 52.7291 41.2095 52.7291 26.9999C52.7291 12.7904 41.2095 1.27075 26.9999 1.27075ZM43.9511 13.0739C47.0667 16.8619 48.9374 21.7125 48.9374 26.9999C48.9374 39.1154 39.1154 48.9374 26.9999 48.9374C21.5479 48.9374 16.5603 46.9484 12.7232 43.6564C13.2233 43.2163 13.6681 42.7197 13.9999 42.1666C15.2999 39.9999 16.1666 36.7499 13.9999 33.4999C13.5252 32.8217 12.923 32.1223 12.3198 31.4215L12.3198 31.4215C10.9958 29.8836 9.66659 28.3395 9.66659 26.9999C9.66659 25.5708 11.6303 24.6 13.7588 23.5476C15.5029 22.6854 17.3575 21.7684 18.3333 20.4999C20.2833 17.8999 18.1166 13.3499 17.2499 11.8333C16.5437 10.562 15.7454 9.56708 14.855 8.72829C17.7664 6.78924 21.1675 5.52747 24.8333 5.16807C24.8333 5.22226 24.8333 5.27731 24.8333 5.33325C24.8333 6.17359 25.1112 7.26366 25.9191 7.99258C26.3624 8.39254 26.9577 8.71827 27.5513 9.04302C28.3862 9.49983 29.2176 9.95468 29.6172 10.6114C29.9323 11.1293 29.9896 11.8245 30.0494 12.5498C30.1036 13.2073 30.1598 13.8895 30.4119 14.4871C30.9508 15.7643 32.3735 16.1666 33.4999 16.1666C34.4553 16.1666 39.623 14.9871 43.9511 13.0739Z" fill="white"/>
|
||||
<path opacity="0.6" fill-rule="evenodd" clip-rule="evenodd" d="M42.1665 28.95C42.1665 35.6666 33.4998 43.9 29.1665 42.1666C25.2665 40.65 28.0832 37.6166 26.9998 28.95C26.5665 25.4833 30.4665 22.45 34.5832 22.45C38.6998 22.45 42.1665 25.2666 42.1665 28.95Z" fill="white"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" fill="none" viewBox="0 0 54 54"><path fill="#fff" fill-rule="evenodd" d="M26.9999 1.27075C12.7904 1.27075 1.27075 12.7904 1.27075 26.9999C1.27075 41.2095 12.7904 52.7291 26.9999 52.7291C41.2095 52.7291 52.7291 41.2095 52.7291 26.9999C52.7291 12.7904 41.2095 1.27075 26.9999 1.27075ZM43.9511 13.0739C47.0667 16.8619 48.9374 21.7125 48.9374 26.9999C48.9374 39.1154 39.1154 48.9374 26.9999 48.9374C21.5479 48.9374 16.5603 46.9484 12.7232 43.6564C13.2233 43.2163 13.6681 42.7197 13.9999 42.1666C15.2999 39.9999 16.1666 36.7499 13.9999 33.4999C13.5252 32.8217 12.923 32.1223 12.3198 31.4215L12.3198 31.4215C10.9958 29.8836 9.66659 28.3395 9.66659 26.9999C9.66659 25.5708 11.6303 24.6 13.7588 23.5476C15.5029 22.6854 17.3575 21.7684 18.3333 20.4999C20.2833 17.8999 18.1166 13.3499 17.2499 11.8333C16.5437 10.562 15.7454 9.56708 14.855 8.72829C17.7664 6.78924 21.1675 5.52747 24.8333 5.16807C24.8333 5.22226 24.8333 5.27731 24.8333 5.33325C24.8333 6.17359 25.1112 7.26366 25.9191 7.99258C26.3624 8.39254 26.9577 8.71827 27.5513 9.04302C28.3862 9.49983 29.2176 9.95468 29.6172 10.6114C29.9323 11.1293 29.9896 11.8245 30.0494 12.5498C30.1036 13.2073 30.1598 13.8895 30.4119 14.4871C30.9508 15.7643 32.3735 16.1666 33.4999 16.1666C34.4553 16.1666 39.623 14.9871 43.9511 13.0739Z" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M42.1665 28.95C42.1665 35.6666 33.4998 43.9 29.1665 42.1666C25.2665 40.65 28.0832 37.6166 26.9998 28.95C26.5665 25.4833 30.4665 22.45 34.5832 22.45C38.6998 22.45 42.1665 25.2666 42.1665 28.95Z" clip-rule="evenodd" opacity=".6"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
|
@ -1,4 +1 @@
|
|||
<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M46.5678 8.51961C41.2932 3.16013 32.7407 3.16013 27.4661 8.51961C26.8155 9.18068 26.2504 9.89208 25.7619 10.6401C25.2734 9.89208 24.7061 9.1784 24.0577 8.51961C18.7831 3.16013 10.2306 3.16013 4.95598 8.51961C-0.318661 13.8791 -0.318661 22.5691 4.95598 27.9286L25.7597 49.0714L46.5678 27.9286C51.8425 22.5691 51.8425 13.8791 46.5678 8.51961Z" fill="white"/>
|
||||
<path opacity="0.6" fill-rule="evenodd" clip-rule="evenodd" d="M29.8486 47.8841C29.8486 47.8841 45.3266 32.5337 48.3548 29.0945C51.3829 25.6553 52.2625 20.4604 52.2625 20.4604C52.2625 20.4604 53.2056 27.3862 48.995 31.6177C44.7844 35.8491 31.3858 49.3848 31.3858 49.3848L29.8486 47.8841Z" fill="white"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" fill="none" viewBox="0 0 54 54"><path fill="#fff" fill-rule="evenodd" d="M46.5678 8.51961C41.2932 3.16013 32.7407 3.16013 27.4661 8.51961C26.8155 9.18068 26.2504 9.89208 25.7619 10.6401C25.2734 9.89208 24.7061 9.1784 24.0577 8.51961C18.7831 3.16013 10.2306 3.16013 4.95598 8.51961C-0.318661 13.8791 -0.318661 22.5691 4.95598 27.9286L25.7597 49.0714L46.5678 27.9286C51.8425 22.5691 51.8425 13.8791 46.5678 8.51961Z" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M29.8486 47.8841C29.8486 47.8841 45.3266 32.5337 48.3548 29.0945C51.3829 25.6553 52.2625 20.4604 52.2625 20.4604C52.2625 20.4604 53.2056 27.3862 48.995 31.6177C44.7844 35.8491 31.3858 49.3848 31.3858 49.3848L29.8486 47.8841Z" clip-rule="evenodd" opacity=".6"/></svg>
|
||||
|
Before Width: | Height: | Size: 813 B After Width: | Height: | Size: 806 B |
|
|
@ -1,3 +1 @@
|
|||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.19231 9.61818C9.99427 9.61818 11.4551 8.13665 11.4551 6.30909C11.4551 4.48153 9.99427 3 8.19231 3C6.39034 3 4.92956 4.48153 4.92956 6.30909C4.92956 8.13665 6.39034 9.61818 8.19231 9.61818ZM16.0833 6.74692V4.80303H14.5833V6.74692H12.6667V8.26823H14.5833V10.2121H16.0833V8.26823H18V6.74692H16.0833ZM5.15456 10.6909C3.41234 10.6909 2 12.1032 2 13.8454C2 15.5877 3.41235 17 5.15456 17H11.3945C13.1367 17 14.549 15.5877 14.549 13.8454C14.549 12.1032 13.1367 10.6909 11.3945 10.6909H5.15456Z" fill="#E9E9E9"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"><path fill="#E9E9E9" fill-rule="evenodd" d="M8.19231 9.61818C9.99427 9.61818 11.4551 8.13665 11.4551 6.30909C11.4551 4.48153 9.99427 3 8.19231 3C6.39034 3 4.92956 4.48153 4.92956 6.30909C4.92956 8.13665 6.39034 9.61818 8.19231 9.61818ZM16.0833 6.74692V4.80303H14.5833V6.74692H12.6667V8.26823H14.5833V10.2121H16.0833V8.26823H18V6.74692H16.0833ZM5.15456 10.6909C3.41234 10.6909 2 12.1032 2 13.8454C2 15.5877 3.41235 17 5.15456 17H11.3945C13.1367 17 14.549 15.5877 14.549 13.8454C14.549 12.1032 13.1367 10.6909 11.3945 10.6909H5.15456Z" clip-rule="evenodd"/></svg>
|
||||
|
Before Width: | Height: | Size: 659 B After Width: | Height: | Size: 656 B |
|
|
@ -1,3 +1 @@
|
|||
<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="M5.03741 7.0552C4.6888 5.0372 6.64849 2.65365 8.00001 2C9.36285 2.73919 11.2799 4.95461 10.9553 7.0552C10.6306 9.15579 10.1003 12.1104 10.1003 12.1104H5.89388C5.89388 12.1104 5.38602 9.07321 5.03741 7.0552ZM3.60001 9.68554L4.59657 8.38299L5.20001 12.1566L3.60001 13.1854V9.68554ZM11.4034 8.38299L12.4 9.68554V13.1854L10.8 12.1566L11.4034 8.38299ZM7.96849 14C7.2582 13.4988 6.79307 12.3992 6.79307 12.3992H9.19307C9.19307 12.3992 8.92792 13.2479 7.96849 14Z" fill="white"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="#fff" fill-rule="evenodd" d="M5.03741 7.0552C4.6888 5.0372 6.64849 2.65365 8.00001 2C9.36285 2.73919 11.2799 4.95461 10.9553 7.0552C10.6306 9.15579 10.1003 12.1104 10.1003 12.1104H5.89388C5.89388 12.1104 5.38602 9.07321 5.03741 7.0552ZM3.60001 9.68554L4.59657 8.38299L5.20001 12.1566L3.60001 13.1854V9.68554ZM11.4034 8.38299L12.4 9.68554V13.1854L10.8 12.1566L11.4034 8.38299ZM7.96849 14C7.2582 13.4988 6.79307 12.3992 6.79307 12.3992H9.19307C9.19307 12.3992 8.92792 13.2479 7.96849 14Z" clip-rule="evenodd"/></svg>
|
||||
|
Before Width: | Height: | Size: 625 B After Width: | Height: | Size: 621 B |
|
|
@ -1,15 +1 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 471.2 471.2" style="enable-background:new 0 0 471.2 471.2;" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<path d="M227.619,444.2h-122.9c-33.4,0-60.5-27.2-60.5-60.5V87.5c0-33.4,27.2-60.5,60.5-60.5h124.9c7.5,0,13.5-6,13.5-13.5
|
||||
s-6-13.5-13.5-13.5h-124.9c-48.3,0-87.5,39.3-87.5,87.5v296.2c0,48.3,39.3,87.5,87.5,87.5h122.9c7.5,0,13.5-6,13.5-13.5
|
||||
S235.019,444.2,227.619,444.2z"/>
|
||||
<path d="M450.019,226.1l-85.8-85.8c-5.3-5.3-13.8-5.3-19.1,0c-5.3,5.3-5.3,13.8,0,19.1l62.8,62.8h-273.9c-7.5,0-13.5,6-13.5,13.5
|
||||
s6,13.5,13.5,13.5h273.9l-62.8,62.8c-5.3,5.3-5.3,13.8,0,19.1c2.6,2.6,6.1,4,9.5,4s6.9-1.3,9.5-4l85.8-85.8
|
||||
C455.319,239.9,455.319,231.3,450.019,226.1z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Capa_1" x="0" y="0" version="1.1" viewBox="0 0 471.2 471.2" xml:space="preserve" style="enable-background:new 0 0 471.2 471.2"><g><g><path d="M227.619,444.2h-122.9c-33.4,0-60.5-27.2-60.5-60.5V87.5c0-33.4,27.2-60.5,60.5-60.5h124.9c7.5,0,13.5-6,13.5-13.5 s-6-13.5-13.5-13.5h-124.9c-48.3,0-87.5,39.3-87.5,87.5v296.2c0,48.3,39.3,87.5,87.5,87.5h122.9c7.5,0,13.5-6,13.5-13.5 S235.019,444.2,227.619,444.2z"/><path d="M450.019,226.1l-85.8-85.8c-5.3-5.3-13.8-5.3-19.1,0c-5.3,5.3-5.3,13.8,0,19.1l62.8,62.8h-273.9c-7.5,0-13.5,6-13.5,13.5 s6,13.5,13.5,13.5h273.9l-62.8,62.8c-5.3,5.3-5.3,13.8,0,19.1c2.6,2.6,6.1,4,9.5,4s6.9-1.3,9.5-4l85.8-85.8 C455.319,239.9,455.319,231.3,450.019,226.1z"/></g></g></svg>
|
||||
|
Before Width: | Height: | Size: 965 B After Width: | Height: | Size: 778 B |
|
|
@ -1,4 +1 @@
|
|||
<svg width="9" height="8" viewBox="0 0 9 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0 4H5.4" stroke="#9F9F9F" stroke-width="1.5" stroke-linejoin="round"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.40002 0L9.00002 4L4.40002 8V0Z" fill="#9F9F9F"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="9" height="8" fill="none" viewBox="0 0 9 8"><path stroke="#9F9F9F" stroke-linejoin="round" stroke-width="1.5" d="M0 4H5.4"/><path fill="#9F9F9F" fill-rule="evenodd" d="M4.40002 0L9.00002 4L4.40002 8V0Z" clip-rule="evenodd"/></svg>
|
||||
|
Before Width: | Height: | Size: 281 B After Width: | Height: | Size: 277 B |
|
|
@ -1,4 +1 @@
|
|||
<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.0455 31.2726V15.3635H2V49.4544H52V15.3635H34.9545V31.2726L26.8978 27.6791L19.0455 31.2726Z" fill="white"/>
|
||||
<path opacity="0.6" d="M11.6447 4H42.5078L52 12.5227H2L11.6447 4Z" fill="white"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" fill="none" viewBox="0 0 54 54"><path fill="#fff" fill-rule="evenodd" d="M19.0455 31.2726V15.3635H2V49.4544H52V15.3635H34.9545V31.2726L26.8978 27.6791L19.0455 31.2726Z" clip-rule="evenodd"/><path fill="#fff" d="M11.6447 4H42.5078L52 12.5227H2L11.6447 4Z" opacity=".6"/></svg>
|
||||
|
Before Width: | Height: | Size: 345 B After Width: | Height: | Size: 338 B |
|
|
@ -1,4 +1 @@
|
|||
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="5.85567" cy="5.85567" r="4.85567" stroke="#6D6D6D" stroke-width="1.5"/>
|
||||
<path d="M9.28491 9.30322L12.9775 12.9756" stroke="#6D6D6D" stroke-width="2.5"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none" viewBox="0 0 14 14"><circle cx="5.856" cy="5.856" r="4.856" stroke="#6D6D6D" stroke-width="1.5"/><path stroke="#6D6D6D" stroke-width="2.5" d="M9.28491 9.30322L12.9775 12.9756"/></svg>
|
||||
|
Before Width: | Height: | Size: 268 B After Width: | Height: | Size: 258 B |
|
|
@ -1,3 +1 @@
|
|||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.8787 12.4307V15.8085L18 9.40764L10.8787 3V6.43866C10.8787 6.43866 7.38734 6.75254 4.86771 9.14958C2.1425 11.76 2 17 2 17C2 17 4.86771 13.9275 7.14222 13.1274C9.41673 12.3273 10.8787 12.4307 10.8787 12.4307Z" fill="#9F9F9F"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"><path fill="#9F9F9F" fill-rule="evenodd" d="M10.8787 12.4307V15.8085L18 9.40764L10.8787 3V6.43866C10.8787 6.43866 7.38734 6.75254 4.86771 9.14958C2.1425 11.76 2 17 2 17C2 17 4.86771 13.9275 7.14222 13.1274C9.41673 12.3273 10.8787 12.4307 10.8787 12.4307Z" clip-rule="evenodd"/></svg>
|
||||
|
Before Width: | Height: | Size: 381 B After Width: | Height: | Size: 378 B |
|
|
@ -1,4 +1 @@
|
|||
<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.4367 17.9866H15.4112H7.85333L3 52.0755H51.5333L46.68 17.9866H39.0967V25.2666H34.85V17.9866H20.8842H19.6833V25.2666H15.4367V17.9866Z" fill="white"/>
|
||||
<path opacity="0.6" d="M27.2668 1.30322C33.6678 1.30322 38.9161 6.44311 39.0922 12.8032L39.0968 13.1332V17.9866H34.8501V13.1332C34.8501 8.96724 31.4327 5.54989 27.2668 5.54989C23.1934 5.54989 19.8357 8.81705 19.6885 12.8566L19.6834 13.1332V17.9866H15.4368V13.1332C15.4368 6.62187 20.7554 1.30322 27.2668 1.30322Z" fill="white"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" fill="none" viewBox="0 0 54 54"><path fill="#fff" fill-rule="evenodd" d="M15.4367 17.9866H15.4112H7.85333L3 52.0755H51.5333L46.68 17.9866H39.0967V25.2666H34.85V17.9866H20.8842H19.6833V25.2666H15.4367V17.9866Z" clip-rule="evenodd"/><path fill="#fff" d="M27.2668 1.30322C33.6678 1.30322 38.9161 6.44311 39.0922 12.8032L39.0968 13.1332V17.9866H34.8501V13.1332C34.8501 8.96724 31.4327 5.54989 27.2668 5.54989C23.1934 5.54989 19.8357 8.81705 19.6885 12.8566L19.6834 13.1332V17.9866H15.4368V13.1332C15.4368 6.62187 20.7554 1.30322 27.2668 1.30322Z" opacity=".6"/></svg>
|
||||
|
Before Width: | Height: | Size: 633 B After Width: | Height: | Size: 626 B |
|
|
@ -1,4 +1 @@
|
|||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="8" cy="8" r="8" fill="#218358"/>
|
||||
<path d="M5.05273 8.1028L6.88208 9.81141L10.9475 5.89453" stroke="white" stroke-width="1.8" stroke-linecap="square"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><circle cx="8" cy="8" r="8" fill="#218358"/><path stroke="#fff" stroke-linecap="square" stroke-width="1.8" d="M5.05273 8.1028L6.88208 9.81141L10.9475 5.89453"/></svg>
|
||||
|
Before Width: | Height: | Size: 266 B After Width: | Height: | Size: 261 B |
|
|
@ -1,3 +1 @@
|
|||
<svg width="6" height="4" viewBox="0 0 6 4" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 4L3 0L0 4L6 4Z" fill="#6D6D6D"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="6" height="4" fill="none" viewBox="0 0 6 4"><path fill="#6D6D6D" fill-rule="evenodd" d="M6 4L3 0L0 4L6 4Z" clip-rule="evenodd"/></svg>
|
||||
|
Before Width: | Height: | Size: 184 B After Width: | Height: | Size: 181 B |
|
|
@ -1,3 +1 @@
|
|||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.5483 6.04545C13.5483 8.00355 11.9186 9.59091 9.90829 9.59091C7.89798 9.59091 6.26829 8.00355 6.26829 6.04545C6.26829 4.08735 7.89798 2.5 9.90829 2.5C11.9186 2.5 13.5483 4.08735 13.5483 6.04545ZM6.37988 10.7402C4.51323 10.7402 3 12.2535 3 14.1201C3 15.9868 4.51323 17.5 6.37988 17.5H13.6201C15.4868 17.5 17 15.9868 17 14.1201C17 12.2535 15.4868 10.7402 13.6201 10.7402H6.37988Z" fill="white"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"><path fill="#fff" fill-rule="evenodd" d="M13.5483 6.04545C13.5483 8.00355 11.9186 9.59091 9.90829 9.59091C7.89798 9.59091 6.26829 8.00355 6.26829 6.04545C6.26829 4.08735 7.89798 2.5 9.90829 2.5C11.9186 2.5 13.5483 4.08735 13.5483 6.04545ZM6.37988 10.7402C4.51323 10.7402 3 12.2535 3 14.1201C3 15.9868 4.51323 17.5 6.37988 17.5H13.6201C15.4868 17.5 17 15.9868 17 14.1201C17 12.2535 15.4868 10.7402 13.6201 10.7402H6.37988Z" clip-rule="evenodd"/></svg>
|
||||
|
Before Width: | Height: | Size: 549 B After Width: | Height: | Size: 545 B |
|
|
@ -1,3 +1 @@
|
|||
<svg width="8" height="10" viewBox="0 0 8 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 9.5L8 4.9H4.75V0.5L3.25 0.5V4.9L0 4.9L4 9.5Z" fill="#9F9F9F"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="8" height="10" fill="none" viewBox="0 0 8 10"><path fill="#9F9F9F" fill-rule="evenodd" d="M4 9.5L8 4.9H4.75V0.5L3.25 0.5V4.9L0 4.9L4 9.5Z" clip-rule="evenodd"/></svg>
|
||||
|
Before Width: | Height: | Size: 216 B After Width: | Height: | Size: 213 B |
|
|
@ -1,3 +1 @@
|
|||
<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 7H7V0H0V7ZM9 7H16V0H9V7ZM7 16H0V9H7V16ZM8.26 12.5026L12.5026 16.7453L16.7453 12.5026L12.5026 8.26L8.26 12.5026Z" fill="#9F9F9F"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" fill="none" viewBox="0 0 17 17"><path fill="#9F9F9F" fill-rule="evenodd" d="M0 7H7V0H0V7ZM9 7H16V0H9V7ZM7 16H0V9H7V16ZM8.26 12.5026L12.5026 16.7453L16.7453 12.5026L12.5026 8.26L8.26 12.5026Z" clip-rule="evenodd"/></svg>
|
||||
|
Before Width: | Height: | Size: 285 B After Width: | Height: | Size: 282 B |
|
|
@ -1,3 +1 @@
|
|||
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M9.00033 0.666656C7.35215 0.666656 5.74099 1.1554 4.37058 2.07108C3.00017 2.98675 1.93206 4.28824 1.30133 5.81096C0.670603 7.33368 0.505575 9.00923 0.827119 10.6257C1.14866 12.2423 1.94234 13.7271 3.10777 14.8925C4.27321 16.058 5.75807 16.8517 7.37458 17.1732C8.99109 17.4947 10.6666 17.3297 12.1894 16.699C13.7121 16.0683 15.0136 15.0002 15.9292 13.6297C16.8449 12.2593 17.3337 10.6482 17.3337 8.99999C17.3337 7.90564 17.1181 6.82201 16.6993 5.81096C16.2805 4.79991 15.6667 3.88125 14.8929 3.10743C14.1191 2.33361 13.2004 1.71978 12.1894 1.30099C11.1783 0.882205 10.0947 0.666656 9.00033 0.666656ZM11.2587 10.075C11.3368 10.1525 11.3988 10.2446 11.4411 10.3462C11.4834 10.4477 11.5052 10.5566 11.5052 10.6667C11.5052 10.7767 11.4834 10.8856 11.4411 10.9871C11.3988 11.0887 11.3368 11.1809 11.2587 11.2583C11.1812 11.3364 11.089 11.3984 10.9875 11.4407C10.8859 11.483 10.777 11.5048 10.667 11.5048C10.557 11.5048 10.4481 11.483 10.3465 11.4407C10.245 11.3984 10.1528 11.3364 10.0753 11.2583L9.00033 10.175L7.92533 11.2583C7.84786 11.3364 7.75569 11.3984 7.65414 11.4407C7.55259 11.483 7.44367 11.5048 7.33366 11.5048C7.22365 11.5048 7.11473 11.483 7.01318 11.4407C6.91163 11.3984 6.81946 11.3364 6.742 11.2583C6.66389 11.1809 6.60189 11.0887 6.55959 10.9871C6.51728 10.8856 6.4955 10.7767 6.4955 10.6667C6.4955 10.5566 6.51728 10.4477 6.55959 10.3462C6.60189 10.2446 6.66389 10.1525 6.742 10.075L7.82533 8.99999L6.742 7.92499C6.58508 7.76807 6.49692 7.55524 6.49692 7.33332C6.49692 7.11141 6.58508 6.89858 6.742 6.74166C6.89892 6.58474 7.11174 6.49658 7.33366 6.49658C7.55558 6.49658 7.76841 6.58474 7.92533 6.74166L9.00033 7.82499L10.0753 6.74166C10.2322 6.58474 10.4451 6.49658 10.667 6.49658C10.8889 6.49658 11.1017 6.58474 11.2587 6.74166C11.4156 6.89858 11.5037 7.11141 11.5037 7.33332C11.5037 7.55524 11.4156 7.76807 11.2587 7.92499L10.1753 8.99999L11.2587 10.075Z" fill="#CE4257"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none" viewBox="0 0 18 18"><path fill="#CE4257" d="M9.00033 0.666656C7.35215 0.666656 5.74099 1.1554 4.37058 2.07108C3.00017 2.98675 1.93206 4.28824 1.30133 5.81096C0.670603 7.33368 0.505575 9.00923 0.827119 10.6257C1.14866 12.2423 1.94234 13.7271 3.10777 14.8925C4.27321 16.058 5.75807 16.8517 7.37458 17.1732C8.99109 17.4947 10.6666 17.3297 12.1894 16.699C13.7121 16.0683 15.0136 15.0002 15.9292 13.6297C16.8449 12.2593 17.3337 10.6482 17.3337 8.99999C17.3337 7.90564 17.1181 6.82201 16.6993 5.81096C16.2805 4.79991 15.6667 3.88125 14.8929 3.10743C14.1191 2.33361 13.2004 1.71978 12.1894 1.30099C11.1783 0.882205 10.0947 0.666656 9.00033 0.666656ZM11.2587 10.075C11.3368 10.1525 11.3988 10.2446 11.4411 10.3462C11.4834 10.4477 11.5052 10.5566 11.5052 10.6667C11.5052 10.7767 11.4834 10.8856 11.4411 10.9871C11.3988 11.0887 11.3368 11.1809 11.2587 11.2583C11.1812 11.3364 11.089 11.3984 10.9875 11.4407C10.8859 11.483 10.777 11.5048 10.667 11.5048C10.557 11.5048 10.4481 11.483 10.3465 11.4407C10.245 11.3984 10.1528 11.3364 10.0753 11.2583L9.00033 10.175L7.92533 11.2583C7.84786 11.3364 7.75569 11.3984 7.65414 11.4407C7.55259 11.483 7.44367 11.5048 7.33366 11.5048C7.22365 11.5048 7.11473 11.483 7.01318 11.4407C6.91163 11.3984 6.81946 11.3364 6.742 11.2583C6.66389 11.1809 6.60189 11.0887 6.55959 10.9871C6.51728 10.8856 6.4955 10.7767 6.4955 10.6667C6.4955 10.5566 6.51728 10.4477 6.55959 10.3462C6.60189 10.2446 6.66389 10.1525 6.742 10.075L7.82533 8.99999L6.742 7.92499C6.58508 7.76807 6.49692 7.55524 6.49692 7.33332C6.49692 7.11141 6.58508 6.89858 6.742 6.74166C6.89892 6.58474 7.11174 6.49658 7.33366 6.49658C7.55558 6.49658 7.76841 6.58474 7.92533 6.74166L9.00033 7.82499L10.0753 6.74166C10.2322 6.58474 10.4451 6.49658 10.667 6.49658C10.8889 6.49658 11.1017 6.58474 11.2587 6.74166C11.4156 6.89858 11.5037 7.11141 11.5037 7.33332C11.5037 7.55524 11.4156 7.76807 11.2587 7.92499L10.1753 8.99999L11.2587 10.075Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
|
@ -1,3 +1 @@
|
|||
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M9.00131 0.666687C7.35313 0.666687 5.74196 1.15543 4.37155 2.07111C3.00114 2.98679 1.93304 4.28827 1.30231 5.81099C0.671579 7.33371 0.506552 9.00926 0.828095 10.6258C1.14964 12.2423 1.94331 13.7271 3.10875 14.8926C4.27419 16.058 5.75905 16.8517 7.37555 17.1732C8.99206 17.4948 10.6676 17.3297 12.1903 16.699C13.7131 16.0683 15.0145 15.0002 15.9302 13.6298C16.8459 12.2594 17.3346 10.6482 17.3346 9.00002C17.3346 7.90567 17.1191 6.82204 16.7003 5.81099C16.2815 4.79994 15.6677 3.88129 14.8939 3.10746C14.12 2.33364 13.2014 1.71981 12.1903 1.30102C11.1793 0.882235 10.0957 0.666687 9.00131 0.666687ZM9.83464 12.3334C9.83464 12.5544 9.74684 12.7663 9.59056 12.9226C9.43428 13.0789 9.22232 13.1667 9.00131 13.1667C8.78029 13.1667 8.56833 13.0789 8.41205 12.9226C8.25577 12.7663 8.16797 12.5544 8.16797 12.3334V8.16669C8.16797 7.94567 8.25577 7.73371 8.41205 7.57743C8.56833 7.42115 8.78029 7.33335 9.00131 7.33335C9.22232 7.33335 9.43428 7.42115 9.59056 7.57743C9.74684 7.73371 9.83464 7.94567 9.83464 8.16669V12.3334ZM9.00131 6.50002C8.83649 6.50002 8.67537 6.45115 8.53833 6.35958C8.40129 6.26801 8.29448 6.13786 8.23141 5.98559C8.16833 5.83332 8.15183 5.66576 8.18398 5.50411C8.21614 5.34246 8.29551 5.19398 8.41205 5.07743C8.52859 4.96089 8.67708 4.88152 8.83873 4.84937C9.00038 4.81721 9.16794 4.83371 9.32021 4.89679C9.47248 4.95986 9.60263 5.06667 9.6942 5.20371C9.78576 5.34075 9.83464 5.50187 9.83464 5.66669C9.83464 5.8877 9.74684 6.09966 9.59056 6.25594C9.43428 6.41222 9.22232 6.50002 9.00131 6.50002Z" fill="#0384FE"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none" viewBox="0 0 18 18"><path fill="#0384FE" d="M9.00131 0.666687C7.35313 0.666687 5.74196 1.15543 4.37155 2.07111C3.00114 2.98679 1.93304 4.28827 1.30231 5.81099C0.671579 7.33371 0.506552 9.00926 0.828095 10.6258C1.14964 12.2423 1.94331 13.7271 3.10875 14.8926C4.27419 16.058 5.75905 16.8517 7.37555 17.1732C8.99206 17.4948 10.6676 17.3297 12.1903 16.699C13.7131 16.0683 15.0145 15.0002 15.9302 13.6298C16.8459 12.2594 17.3346 10.6482 17.3346 9.00002C17.3346 7.90567 17.1191 6.82204 16.7003 5.81099C16.2815 4.79994 15.6677 3.88129 14.8939 3.10746C14.12 2.33364 13.2014 1.71981 12.1903 1.30102C11.1793 0.882235 10.0957 0.666687 9.00131 0.666687ZM9.83464 12.3334C9.83464 12.5544 9.74684 12.7663 9.59056 12.9226C9.43428 13.0789 9.22232 13.1667 9.00131 13.1667C8.78029 13.1667 8.56833 13.0789 8.41205 12.9226C8.25577 12.7663 8.16797 12.5544 8.16797 12.3334V8.16669C8.16797 7.94567 8.25577 7.73371 8.41205 7.57743C8.56833 7.42115 8.78029 7.33335 9.00131 7.33335C9.22232 7.33335 9.43428 7.42115 9.59056 7.57743C9.74684 7.73371 9.83464 7.94567 9.83464 8.16669V12.3334ZM9.00131 6.50002C8.83649 6.50002 8.67537 6.45115 8.53833 6.35958C8.40129 6.26801 8.29448 6.13786 8.23141 5.98559C8.16833 5.83332 8.15183 5.66576 8.18398 5.50411C8.21614 5.34246 8.29551 5.19398 8.41205 5.07743C8.52859 4.96089 8.67708 4.88152 8.83873 4.84937C9.00038 4.81721 9.16794 4.83371 9.32021 4.89679C9.47248 4.95986 9.60263 5.06667 9.6942 5.20371C9.78576 5.34075 9.83464 5.50187 9.83464 5.66669C9.83464 5.8877 9.74684 6.09966 9.59056 6.25594C9.43428 6.41222 9.22232 6.50002 9.00131 6.50002Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
|
@ -1,3 +1 @@
|
|||
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M9.00033 0.666687C7.35215 0.666687 5.74099 1.15543 4.37058 2.07111C3.00017 2.98679 1.93206 4.28827 1.30133 5.81099C0.670603 7.33371 0.505575 9.00926 0.827119 10.6258C1.14866 12.2423 1.94234 13.7271 3.10777 14.8926C4.27321 16.058 5.75807 16.8517 7.37458 17.1732C8.99109 17.4948 10.6666 17.3297 12.1894 16.699C13.7121 16.0683 15.0136 15.0002 15.9292 13.6298C16.8449 12.2594 17.3337 10.6482 17.3337 9.00002C17.3337 7.90567 17.1181 6.82204 16.6993 5.81099C16.2805 4.79994 15.6667 3.88129 14.8929 3.10746C14.1191 2.33364 13.2004 1.71981 12.1894 1.30102C11.1783 0.882235 10.0947 0.666687 9.00033 0.666687ZM12.5837 7.00835L8.77533 12.0084C8.6977 12.1092 8.598 12.1909 8.48388 12.2473C8.36977 12.3036 8.24426 12.333 8.117 12.3334C7.99042 12.334 7.86535 12.3059 7.75128 12.251C7.63721 12.1961 7.53714 12.116 7.45866 12.0167L5.42533 9.42502C5.35803 9.33857 5.30841 9.2397 5.27932 9.13408C5.25022 9.02845 5.24222 8.91812 5.25576 8.8094C5.2693 8.70068 5.30412 8.59569 5.35824 8.50042C5.41236 8.40516 5.48471 8.32149 5.57116 8.25419C5.74576 8.11826 5.96721 8.05727 6.18678 8.08462C6.2955 8.09816 6.40049 8.13298 6.49576 8.1871C6.59102 8.24122 6.67469 8.31357 6.742 8.40002L8.10033 10.1334L11.2503 5.96669C11.3171 5.87914 11.4004 5.8056 11.4956 5.75026C11.5908 5.69492 11.6959 5.65887 11.805 5.64417C11.9141 5.62947 12.0251 5.6364 12.1315 5.66457C12.2379 5.69274 12.3378 5.7416 12.4253 5.80835C12.5129 5.87511 12.5864 5.95846 12.6418 6.05363C12.6971 6.14881 12.7331 6.25395 12.7478 6.36306C12.7625 6.47217 12.7556 6.58311 12.7274 6.68954C12.6993 6.79597 12.6504 6.89581 12.5837 6.98335V7.00835Z" fill="#36AB80"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none" viewBox="0 0 18 18"><path fill="#36AB80" d="M9.00033 0.666687C7.35215 0.666687 5.74099 1.15543 4.37058 2.07111C3.00017 2.98679 1.93206 4.28827 1.30133 5.81099C0.670603 7.33371 0.505575 9.00926 0.827119 10.6258C1.14866 12.2423 1.94234 13.7271 3.10777 14.8926C4.27321 16.058 5.75807 16.8517 7.37458 17.1732C8.99109 17.4948 10.6666 17.3297 12.1894 16.699C13.7121 16.0683 15.0136 15.0002 15.9292 13.6298C16.8449 12.2594 17.3337 10.6482 17.3337 9.00002C17.3337 7.90567 17.1181 6.82204 16.6993 5.81099C16.2805 4.79994 15.6667 3.88129 14.8929 3.10746C14.1191 2.33364 13.2004 1.71981 12.1894 1.30102C11.1783 0.882235 10.0947 0.666687 9.00033 0.666687ZM12.5837 7.00835L8.77533 12.0084C8.6977 12.1092 8.598 12.1909 8.48388 12.2473C8.36977 12.3036 8.24426 12.333 8.117 12.3334C7.99042 12.334 7.86535 12.3059 7.75128 12.251C7.63721 12.1961 7.53714 12.116 7.45866 12.0167L5.42533 9.42502C5.35803 9.33857 5.30841 9.2397 5.27932 9.13408C5.25022 9.02845 5.24222 8.91812 5.25576 8.8094C5.2693 8.70068 5.30412 8.59569 5.35824 8.50042C5.41236 8.40516 5.48471 8.32149 5.57116 8.25419C5.74576 8.11826 5.96721 8.05727 6.18678 8.08462C6.2955 8.09816 6.40049 8.13298 6.49576 8.1871C6.59102 8.24122 6.67469 8.31357 6.742 8.40002L8.10033 10.1334L11.2503 5.96669C11.3171 5.87914 11.4004 5.8056 11.4956 5.75026C11.5908 5.69492 11.6959 5.65887 11.805 5.64417C11.9141 5.62947 12.0251 5.6364 12.1315 5.66457C12.2379 5.69274 12.3378 5.7416 12.4253 5.80835C12.5129 5.87511 12.5864 5.95846 12.6418 6.05363C12.6971 6.14881 12.7331 6.25395 12.7478 6.36306C12.7625 6.47217 12.7556 6.58311 12.7274 6.68954C12.6993 6.79597 12.6504 6.89581 12.5837 6.98335V7.00835Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
|
@ -1,3 +1 @@
|
|||
<svg width="20" height="17" viewBox="0 0 20 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18.7999 12.5833L12.4083 1.98331C12.1498 1.57899 11.7937 1.24625 11.3728 1.01576C10.9519 0.785273 10.4798 0.664459 9.99992 0.664459C9.52005 0.664459 9.04791 0.785273 8.62702 1.01576C8.20613 1.24625 7.85004 1.57899 7.59159 1.98331L1.19992 12.5833C0.974132 12.9597 0.851411 13.3889 0.844097 13.8277C0.836783 14.2666 0.945133 14.6996 1.15825 15.0833C1.40465 15.5152 1.7613 15.8739 2.19176 16.1228C2.62221 16.3717 3.11102 16.5019 3.60825 16.5H16.3916C16.8855 16.5052 17.3722 16.3801 17.8023 16.1373C18.2325 15.8944 18.591 15.5423 18.8416 15.1166C19.061 14.729 19.1728 14.2897 19.1655 13.8443C19.1581 13.3989 19.0319 12.9636 18.7999 12.5833ZM9.99992 13.1666C9.8351 13.1666 9.67399 13.1178 9.53694 13.0262C9.3999 12.9346 9.29309 12.8045 9.23002 12.6522C9.16695 12.4999 9.15044 12.3324 9.1826 12.1707C9.21475 12.0091 9.29412 11.8606 9.41066 11.7441C9.52721 11.6275 9.67569 11.5481 9.83734 11.516C9.999 11.4838 10.1666 11.5003 10.3188 11.5634C10.4711 11.6265 10.6012 11.7333 10.6928 11.8703C10.7844 12.0074 10.8333 12.1685 10.8333 12.3333C10.8333 12.5543 10.7455 12.7663 10.5892 12.9226C10.4329 13.0788 10.2209 13.1666 9.99992 13.1666ZM10.8333 9.83331C10.8333 10.0543 10.7455 10.2663 10.5892 10.4226C10.4329 10.5788 10.2209 10.6666 9.99992 10.6666C9.77891 10.6666 9.56695 10.5788 9.41066 10.4226C9.25438 10.2663 9.16659 10.0543 9.16659 9.83331V6.49998C9.16659 6.27896 9.25438 6.067 9.41066 5.91072C9.56695 5.75444 9.77891 5.66665 9.99992 5.66665C10.2209 5.66665 10.4329 5.75444 10.5892 5.91072C10.7455 6.067 10.8333 6.27896 10.8333 6.49998V9.83331Z" fill="#F69D2C"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="17" fill="none" viewBox="0 0 20 17"><path fill="#F69D2C" d="M18.7999 12.5833L12.4083 1.98331C12.1498 1.57899 11.7937 1.24625 11.3728 1.01576C10.9519 0.785273 10.4798 0.664459 9.99992 0.664459C9.52005 0.664459 9.04791 0.785273 8.62702 1.01576C8.20613 1.24625 7.85004 1.57899 7.59159 1.98331L1.19992 12.5833C0.974132 12.9597 0.851411 13.3889 0.844097 13.8277C0.836783 14.2666 0.945133 14.6996 1.15825 15.0833C1.40465 15.5152 1.7613 15.8739 2.19176 16.1228C2.62221 16.3717 3.11102 16.5019 3.60825 16.5H16.3916C16.8855 16.5052 17.3722 16.3801 17.8023 16.1373C18.2325 15.8944 18.591 15.5423 18.8416 15.1166C19.061 14.729 19.1728 14.2897 19.1655 13.8443C19.1581 13.3989 19.0319 12.9636 18.7999 12.5833ZM9.99992 13.1666C9.8351 13.1666 9.67399 13.1178 9.53694 13.0262C9.3999 12.9346 9.29309 12.8045 9.23002 12.6522C9.16695 12.4999 9.15044 12.3324 9.1826 12.1707C9.21475 12.0091 9.29412 11.8606 9.41066 11.7441C9.52721 11.6275 9.67569 11.5481 9.83734 11.516C9.999 11.4838 10.1666 11.5003 10.3188 11.5634C10.4711 11.6265 10.6012 11.7333 10.6928 11.8703C10.7844 12.0074 10.8333 12.1685 10.8333 12.3333C10.8333 12.5543 10.7455 12.7663 10.5892 12.9226C10.4329 13.0788 10.2209 13.1666 9.99992 13.1666ZM10.8333 9.83331C10.8333 10.0543 10.7455 10.2663 10.5892 10.4226C10.4329 10.5788 10.2209 10.6666 9.99992 10.6666C9.77891 10.6666 9.56695 10.5788 9.41066 10.4226C9.25438 10.2663 9.16659 10.0543 9.16659 9.83331V6.49998C9.16659 6.27896 9.25438 6.067 9.41066 5.91072C9.56695 5.75444 9.77891 5.66665 9.99992 5.66665C10.2209 5.66665 10.4329 5.75444 10.5892 5.91072C10.7455 6.067 10.8333 6.27896 10.8333 6.49998V9.83331Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
|
@ -1,3 +1 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M12 14.4479C12 14.0035 11.9707 13.5955 11.9121 13.224C11.8535 12.8524 11.7575 12.4948 11.624 12.151C11.4906 11.8073 11.2936 11.5365 11.0332 11.3385C10.7728 11.1406 10.457 11.0417 10.0859 11.0417C10.0469 11.0694 9.94922 11.1319 9.79297 11.2292C9.63672 11.3264 9.51465 11.401 9.42676 11.4531C9.33887 11.5052 9.22331 11.566 9.08008 11.6354C8.93685 11.7049 8.79688 11.7552 8.66016 11.7865C8.52344 11.8177 8.38672 11.8333 8.25 11.8333C8.11329 11.8333 7.97657 11.8177 7.83985 11.7865C7.70313 11.7552 7.56316 11.7049 7.41993 11.6354C7.2767 11.566 7.16114 11.5052 7.07325 11.4531C6.98536 11.401 6.86329 11.3264 6.70704 11.2292C6.55079 11.1319 6.45313 11.0694 6.41407 11.0417C6.04297 11.0417 5.72722 11.1406 5.4668 11.3385C5.20638 11.5365 5.00944 11.8073 4.87598 12.151C4.74252 12.4948 4.64649 12.8524 4.5879 13.224C4.5293 13.5955 4.5 14.0035 4.5 14.4479C4.5 14.8924 4.62045 15.2621 4.86133 15.5573C5.10222 15.8524 5.39844 16 5.75 16H10.75C11.1016 16 11.3978 15.8524 11.6387 15.5573C11.8796 15.2621 12 14.8924 12 14.4479ZM10.4668 9.03125C10.4668 8.37847 10.2503 7.82118 9.81739 7.35937C9.38444 6.89756 8.86198 6.66666 8.25 6.66666C7.63803 6.66666 7.11556 6.89756 6.68262 7.35937C6.24968 7.82118 6.03321 8.37847 6.03321 9.03125C6.03321 9.68402 6.24968 10.2413 6.68262 10.7031C7.11556 11.1649 7.63803 11.3958 8.25 11.3958C8.86198 11.3958 9.38444 11.1649 9.81739 10.7031C10.2503 10.2413 10.4668 9.68402 10.4668 9.03125ZM19.5 14.3333V13.6667C19.5 13.5694 19.4707 13.4896 19.4121 13.4271C19.3535 13.3646 19.2787 13.3333 19.1875 13.3333H13.5625C13.4714 13.3333 13.3965 13.3646 13.3379 13.4271C13.2793 13.4896 13.25 13.5694 13.25 13.6667V14.3333C13.25 14.4306 13.2793 14.5104 13.3379 14.5729C13.3965 14.6354 13.4714 14.6667 13.5625 14.6667H19.1875C19.2787 14.6667 19.3535 14.6354 19.4121 14.5729C19.4707 14.5104 19.5 14.4306 19.5 14.3333ZM19.5 11.625V11.0417C19.5 10.9375 19.4658 10.849 19.3975 10.776C19.3291 10.7031 19.2461 10.6667 19.1484 10.6667H13.6016C13.5039 10.6667 13.4209 10.7031 13.3525 10.776C13.2842 10.849 13.25 10.9375 13.25 11.0417V11.625C13.25 11.7292 13.2842 11.8177 13.3525 11.8906C13.4209 11.9635 13.5039 12 13.6016 12H19.1484C19.2461 12 19.3291 11.9635 19.3975 11.8906C19.4658 11.8177 19.5 11.7292 19.5 11.625ZM19.5 9V8.33333C19.5 8.23611 19.4707 8.15625 19.4121 8.09375C19.3535 8.03125 19.2787 8 19.1875 8H13.5625C13.4714 8 13.3965 8.03125 13.3379 8.09375C13.2793 8.15625 13.25 8.23611 13.25 8.33333V9C13.25 9.09722 13.2793 9.17708 13.3379 9.23958C13.3965 9.30208 13.4714 9.33333 13.5625 9.33333H19.1875C19.2787 9.33333 19.3535 9.30208 19.4121 9.23958C19.4707 9.17708 19.5 9.09722 19.5 9ZM22 5.66666V18.3333C22 18.7917 21.847 19.184 21.541 19.5104C21.235 19.8368 20.8672 20 20.4375 20H17V19C17 18.9028 16.9707 18.8229 16.9121 18.7604C16.8535 18.6979 16.7787 18.6667 16.6875 18.6667H16.0625C15.9714 18.6667 15.8965 18.6979 15.8379 18.7604C15.7793 18.8229 15.75 18.9028 15.75 19V20H8.25V19C8.25 18.9028 8.22071 18.8229 8.16211 18.7604C8.10352 18.6979 8.02865 18.6667 7.9375 18.6667H7.3125C7.22136 18.6667 7.14649 18.6979 7.0879 18.7604C7.0293 18.8229 7 18.9028 7 19V20H3.5625C3.13282 20 2.76498 19.8368 2.45899 19.5104C2.153 19.184 2 18.7917 2 18.3333V5.66666C2 5.20833 2.153 4.81597 2.45899 4.48958C2.76498 4.16319 3.13282 4 3.5625 4H20.4375C20.8672 4 21.235 4.16319 21.541 4.48958C21.847 4.81597 22 5.20833 22 5.66666Z" fill="#BCCCD9"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="#BCCCD9" d="M12 14.4479C12 14.0035 11.9707 13.5955 11.9121 13.224C11.8535 12.8524 11.7575 12.4948 11.624 12.151C11.4906 11.8073 11.2936 11.5365 11.0332 11.3385C10.7728 11.1406 10.457 11.0417 10.0859 11.0417C10.0469 11.0694 9.94922 11.1319 9.79297 11.2292C9.63672 11.3264 9.51465 11.401 9.42676 11.4531C9.33887 11.5052 9.22331 11.566 9.08008 11.6354C8.93685 11.7049 8.79688 11.7552 8.66016 11.7865C8.52344 11.8177 8.38672 11.8333 8.25 11.8333C8.11329 11.8333 7.97657 11.8177 7.83985 11.7865C7.70313 11.7552 7.56316 11.7049 7.41993 11.6354C7.2767 11.566 7.16114 11.5052 7.07325 11.4531C6.98536 11.401 6.86329 11.3264 6.70704 11.2292C6.55079 11.1319 6.45313 11.0694 6.41407 11.0417C6.04297 11.0417 5.72722 11.1406 5.4668 11.3385C5.20638 11.5365 5.00944 11.8073 4.87598 12.151C4.74252 12.4948 4.64649 12.8524 4.5879 13.224C4.5293 13.5955 4.5 14.0035 4.5 14.4479C4.5 14.8924 4.62045 15.2621 4.86133 15.5573C5.10222 15.8524 5.39844 16 5.75 16H10.75C11.1016 16 11.3978 15.8524 11.6387 15.5573C11.8796 15.2621 12 14.8924 12 14.4479ZM10.4668 9.03125C10.4668 8.37847 10.2503 7.82118 9.81739 7.35937C9.38444 6.89756 8.86198 6.66666 8.25 6.66666C7.63803 6.66666 7.11556 6.89756 6.68262 7.35937C6.24968 7.82118 6.03321 8.37847 6.03321 9.03125C6.03321 9.68402 6.24968 10.2413 6.68262 10.7031C7.11556 11.1649 7.63803 11.3958 8.25 11.3958C8.86198 11.3958 9.38444 11.1649 9.81739 10.7031C10.2503 10.2413 10.4668 9.68402 10.4668 9.03125ZM19.5 14.3333V13.6667C19.5 13.5694 19.4707 13.4896 19.4121 13.4271C19.3535 13.3646 19.2787 13.3333 19.1875 13.3333H13.5625C13.4714 13.3333 13.3965 13.3646 13.3379 13.4271C13.2793 13.4896 13.25 13.5694 13.25 13.6667V14.3333C13.25 14.4306 13.2793 14.5104 13.3379 14.5729C13.3965 14.6354 13.4714 14.6667 13.5625 14.6667H19.1875C19.2787 14.6667 19.3535 14.6354 19.4121 14.5729C19.4707 14.5104 19.5 14.4306 19.5 14.3333ZM19.5 11.625V11.0417C19.5 10.9375 19.4658 10.849 19.3975 10.776C19.3291 10.7031 19.2461 10.6667 19.1484 10.6667H13.6016C13.5039 10.6667 13.4209 10.7031 13.3525 10.776C13.2842 10.849 13.25 10.9375 13.25 11.0417V11.625C13.25 11.7292 13.2842 11.8177 13.3525 11.8906C13.4209 11.9635 13.5039 12 13.6016 12H19.1484C19.2461 12 19.3291 11.9635 19.3975 11.8906C19.4658 11.8177 19.5 11.7292 19.5 11.625ZM19.5 9V8.33333C19.5 8.23611 19.4707 8.15625 19.4121 8.09375C19.3535 8.03125 19.2787 8 19.1875 8H13.5625C13.4714 8 13.3965 8.03125 13.3379 8.09375C13.2793 8.15625 13.25 8.23611 13.25 8.33333V9C13.25 9.09722 13.2793 9.17708 13.3379 9.23958C13.3965 9.30208 13.4714 9.33333 13.5625 9.33333H19.1875C19.2787 9.33333 19.3535 9.30208 19.4121 9.23958C19.4707 9.17708 19.5 9.09722 19.5 9ZM22 5.66666V18.3333C22 18.7917 21.847 19.184 21.541 19.5104C21.235 19.8368 20.8672 20 20.4375 20H17V19C17 18.9028 16.9707 18.8229 16.9121 18.7604C16.8535 18.6979 16.7787 18.6667 16.6875 18.6667H16.0625C15.9714 18.6667 15.8965 18.6979 15.8379 18.7604C15.7793 18.8229 15.75 18.9028 15.75 19V20H8.25V19C8.25 18.9028 8.22071 18.8229 8.16211 18.7604C8.10352 18.6979 8.02865 18.6667 7.9375 18.6667H7.3125C7.22136 18.6667 7.14649 18.6979 7.0879 18.7604C7.0293 18.8229 7 18.9028 7 19V20H3.5625C3.13282 20 2.76498 19.8368 2.45899 19.5104C2.153 19.184 2 18.7917 2 18.3333V5.66666C2 5.20833 2.153 4.81597 2.45899 4.48958C2.76498 4.16319 3.13282 4 3.5625 4H20.4375C20.8672 4 21.235 4.16319 21.541 4.48958C21.847 4.81597 22 5.20833 22 5.66666Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
|
|
@ -1,3 +1 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M14.7157 11.7348C15.3655 11.2472 15.9313 10.4625 15.9313 9.20802V9.17591C15.9313 8.37853 15.6636 7.68599 15.1358 7.1175C15.1333 7.11477 15.1307 7.11208 15.1281 7.10944C14.4137 6.38363 13.3447 6 12.0367 6H8.38389C8.17185 6 8 6.17185 8 6.38389V17.6161C8 17.8281 8.17185 18 8.38389 18H12.2369C13.4903 18 14.5529 17.6923 15.3098 17.1101C16.1092 16.4953 16.5317 15.6105 16.5317 14.5514V14.5192C16.5317 13.2609 15.9075 12.3103 14.7157 11.7348ZM12.2677 16.093H9.96879V12.8974H12.0521C12.8939 12.8974 13.5595 13.0489 13.9771 13.3355C14.3506 13.5919 14.5322 13.9528 14.5322 14.439V14.4711C14.5322 15.935 12.9485 16.093 12.2677 16.093ZM11.8356 11.0064H9.96879V7.90703H11.929C13.2017 7.90703 13.9317 8.43385 13.9317 9.35241V9.38449C13.9316 10.7957 12.6184 11.0064 11.8356 11.0064Z" fill="#BCCCD9"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="#BCCCD9" d="M14.7157 11.7348C15.3655 11.2472 15.9313 10.4625 15.9313 9.20802V9.17591C15.9313 8.37853 15.6636 7.68599 15.1358 7.1175C15.1333 7.11477 15.1307 7.11208 15.1281 7.10944C14.4137 6.38363 13.3447 6 12.0367 6H8.38389C8.17185 6 8 6.17185 8 6.38389V17.6161C8 17.8281 8.17185 18 8.38389 18H12.2369C13.4903 18 14.5529 17.6923 15.3098 17.1101C16.1092 16.4953 16.5317 15.6105 16.5317 14.5514V14.5192C16.5317 13.2609 15.9075 12.3103 14.7157 11.7348ZM12.2677 16.093H9.96879V12.8974H12.0521C12.8939 12.8974 13.5595 13.0489 13.9771 13.3355C14.3506 13.5919 14.5322 13.9528 14.5322 14.439V14.4711C14.5322 15.935 12.9485 16.093 12.2677 16.093ZM11.8356 11.0064H9.96879V7.90703H11.929C13.2017 7.90703 13.9317 8.43385 13.9317 9.35241V9.38449C13.9316 10.7957 12.6184 11.0064 11.8356 11.0064Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 900 B After Width: | Height: | Size: 897 B |
|
|
@ -1,3 +1 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M5.88889 5.93433H18.1111C18.602 5.93433 19 6.3323 19 6.82322V7.04544C19 7.53636 18.602 7.93433 18.1111 7.93433H5.88889C5.39797 7.93433 5 7.53636 5 7.04544V6.82322C5 6.3323 5.39797 5.93433 5.88889 5.93433ZM8.74314 10.9343H15.2569C15.7478 10.9343 16.1457 11.3323 16.1457 11.8232V12.0454C16.1457 12.5364 15.7478 12.9343 15.2569 12.9343H8.74314C8.25222 12.9343 7.85425 12.5364 7.85425 12.0454V11.8232C7.85425 11.3323 8.25222 10.9343 8.74314 10.9343ZM5.88889 15.9343H18.1111C18.602 15.9343 19 16.3323 19 16.8232V17.0454C19 17.5364 18.602 17.9343 18.1111 17.9343H5.88889C5.39797 17.9343 5 17.5364 5 17.0454V16.8232C5 16.3323 5.39797 15.9343 5.88889 15.9343Z" fill="#BCCCD9"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="#BCCCD9" d="M5.88889 5.93433H18.1111C18.602 5.93433 19 6.3323 19 6.82322V7.04544C19 7.53636 18.602 7.93433 18.1111 7.93433H5.88889C5.39797 7.93433 5 7.53636 5 7.04544V6.82322C5 6.3323 5.39797 5.93433 5.88889 5.93433ZM8.74314 10.9343H15.2569C15.7478 10.9343 16.1457 11.3323 16.1457 11.8232V12.0454C16.1457 12.5364 15.7478 12.9343 15.2569 12.9343H8.74314C8.25222 12.9343 7.85425 12.5364 7.85425 12.0454V11.8232C7.85425 11.3323 8.25222 10.9343 8.74314 10.9343ZM5.88889 15.9343H18.1111C18.602 15.9343 19 16.3323 19 16.8232V17.0454C19 17.5364 18.602 17.9343 18.1111 17.9343H5.88889C5.39797 17.9343 5 17.5364 5 17.0454V16.8232C5 16.3323 5.39797 15.9343 5.88889 15.9343Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 782 B After Width: | Height: | Size: 779 B |
|
|
@ -1,3 +1 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M12 15.5C11.8684 15.5008 11.7379 15.4755 11.6161 15.4258C11.4943 15.376 11.3834 15.3027 11.29 15.21L7.29 11.21C7.19676 11.1168 7.1228 11.0061 7.07234 10.8843C7.02188 10.7624 6.99591 10.6319 6.99591 10.5C6.99591 10.3681 7.02188 10.2376 7.07234 10.1158C7.1228 9.99393 7.19676 9.88324 7.29 9.79C7.38324 9.69676 7.49393 9.6228 7.61575 9.57234C7.73758 9.52188 7.86814 9.49591 8 9.49591C8.13186 9.49591 8.26243 9.52188 8.38425 9.57234C8.50607 9.6228 8.61676 9.69676 8.71 9.79L12 13.1L15.3 9.92C15.392 9.81771 15.5041 9.7355 15.6293 9.67852C15.7545 9.62153 15.8902 9.59099 16.0277 9.58881C16.1653 9.58664 16.3018 9.61286 16.4287 9.66585C16.5557 9.71884 16.6704 9.79746 16.7655 9.89678C16.8607 9.99611 16.9344 10.114 16.9819 10.2431C17.0295 10.3722 17.0499 10.5097 17.0418 10.647C17.0338 10.7844 16.9975 10.9186 16.9353 11.0413C16.873 11.1639 16.7861 11.2724 16.68 11.36L12.68 15.22C12.4971 15.3963 12.254 15.4964 12 15.5Z" fill="#BCCCD9"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="#BCCCD9" d="M12 15.5C11.8684 15.5008 11.7379 15.4755 11.6161 15.4258C11.4943 15.376 11.3834 15.3027 11.29 15.21L7.29 11.21C7.19676 11.1168 7.1228 11.0061 7.07234 10.8843C7.02188 10.7624 6.99591 10.6319 6.99591 10.5C6.99591 10.3681 7.02188 10.2376 7.07234 10.1158C7.1228 9.99393 7.19676 9.88324 7.29 9.79C7.38324 9.69676 7.49393 9.6228 7.61575 9.57234C7.73758 9.52188 7.86814 9.49591 8 9.49591C8.13186 9.49591 8.26243 9.52188 8.38425 9.57234C8.50607 9.6228 8.61676 9.69676 8.71 9.79L12 13.1L15.3 9.92C15.392 9.81771 15.5041 9.7355 15.6293 9.67852C15.7545 9.62153 15.8902 9.59099 16.0277 9.58881C16.1653 9.58664 16.3018 9.61286 16.4287 9.66585C16.5557 9.71884 16.6704 9.79746 16.7655 9.89678C16.8607 9.99611 16.9344 10.114 16.9819 10.2431C17.0295 10.3722 17.0499 10.5097 17.0418 10.647C17.0338 10.7844 16.9975 10.9186 16.9353 11.0413C16.873 11.1639 16.7861 11.2724 16.68 11.36L12.68 15.22C12.4971 15.3963 12.254 15.4964 12 15.5Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
|
@ -1,3 +1 @@
|
|||
<svg width="27" height="27" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M22.42 7.65373L20.7663 6L14.21 12.5563L7.65373 6L6 7.65373L12.5563 14.21L6 20.7663L7.65373 22.42L14.21 15.8637L20.7663 22.42L22.42 20.7663L15.8637 14.21L22.42 7.65373Z" fill="#80888D"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="27" height="27" fill="none" viewBox="0 0 27 27"><path fill="#80888D" d="M22.42 7.65373L20.7663 6L14.21 12.5563L7.65373 6L6 7.65373L12.5563 14.21L6 20.7663L7.65373 22.42L14.21 15.8637L20.7663 22.42L22.42 20.7663L15.8637 14.21L22.42 7.65373Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 298 B After Width: | Height: | Size: 295 B |
|
|
@ -1,3 +1 @@
|
|||
<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 0H2.5L0 5.00366L2.5 10H12V0ZM4.5 5C4.5 5.55228 4.05228 6 3.5 6C2.94772 6 2.5 5.55228 2.5 5C2.5 4.44772 2.94772 4 3.5 4C4.05228 4 4.5 4.44772 4.5 5ZM6.5 6C7.05228 6 7.5 5.55228 7.5 5C7.5 4.44772 7.05228 4 6.5 4C5.94772 4 5.5 4.44772 5.5 5C5.5 5.55228 5.94772 6 6.5 6ZM9.5 6C10.0523 6 10.5 5.55228 10.5 5C10.5 4.44772 10.0523 4 9.5 4C8.94772 4 8.5 4.44772 8.5 5C8.5 5.55228 8.94772 6 9.5 6Z" fill="white"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" fill="none" viewBox="0 0 12 10"><path fill="#fff" fill-rule="evenodd" d="M12 0H2.5L0 5.00366L2.5 10H12V0ZM4.5 5C4.5 5.55228 4.05228 6 3.5 6C2.94772 6 2.5 5.55228 2.5 5C2.5 4.44772 2.94772 4 3.5 4C4.05228 4 4.5 4.44772 4.5 5ZM6.5 6C7.05228 6 7.5 5.55228 7.5 5C7.5 4.44772 7.05228 4 6.5 4C5.94772 4 5.5 4.44772 5.5 5C5.5 5.55228 5.94772 6 6.5 6ZM9.5 6C10.0523 6 10.5 5.55228 10.5 5C10.5 4.44772 10.0523 4 9.5 4C8.94772 4 8.5 4.44772 8.5 5C8.5 5.55228 8.94772 6 9.5 6Z" clip-rule="evenodd"/></svg>
|
||||
|
Before Width: | Height: | Size: 561 B After Width: | Height: | Size: 557 B |
|
|
@ -1,5 +1 @@
|
|||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g>
|
||||
<path d="M10.0007 5.83333C12.3007 5.83333 14.1673 7.7 14.1673 10C14.1673 10.5417 14.059 11.05 13.8673 11.525L16.3007 13.9583C17.559 12.9083 18.5507 11.55 19.159 10C17.7173 6.34167 14.159 3.75 9.99232 3.75C8.82565 3.75 7.70898 3.95833 6.67565 4.33333L8.47565 6.13333C8.95065 5.94167 9.45898 5.83333 10.0007 5.83333ZM1.66732 3.55833L3.56732 5.45833L3.95065 5.84167C2.56732 6.91667 1.48398 8.35 0.833984 10C2.27565 13.6583 5.83398 16.25 10.0007 16.25C11.2923 16.25 12.5257 16 13.6507 15.55L14.0007 15.9L16.4423 18.3333L17.5007 17.275L2.72565 2.5L1.66732 3.55833ZM6.27565 8.16667L7.56732 9.45834C7.52565 9.63334 7.50065 9.81667 7.50065 10C7.50065 11.3833 8.61732 12.5 10.0007 12.5C10.184 12.5 10.3673 12.475 10.5423 12.4333L11.834 13.725C11.2757 14 10.659 14.1667 10.0007 14.1667C7.70065 14.1667 5.83398 12.3 5.83398 10C5.83398 9.34167 6.00065 8.725 6.27565 8.16667ZM9.86732 7.51667L12.4923 10.1417L12.509 10.0083C12.509 8.625 11.3923 7.50833 10.009 7.50833L9.86732 7.51667Z" fill="#2E3D49"/>
|
||||
</g>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"><g><path fill="#2E3D49" d="M10.0007 5.83333C12.3007 5.83333 14.1673 7.7 14.1673 10C14.1673 10.5417 14.059 11.05 13.8673 11.525L16.3007 13.9583C17.559 12.9083 18.5507 11.55 19.159 10C17.7173 6.34167 14.159 3.75 9.99232 3.75C8.82565 3.75 7.70898 3.95833 6.67565 4.33333L8.47565 6.13333C8.95065 5.94167 9.45898 5.83333 10.0007 5.83333ZM1.66732 3.55833L3.56732 5.45833L3.95065 5.84167C2.56732 6.91667 1.48398 8.35 0.833984 10C2.27565 13.6583 5.83398 16.25 10.0007 16.25C11.2923 16.25 12.5257 16 13.6507 15.55L14.0007 15.9L16.4423 18.3333L17.5007 17.275L2.72565 2.5L1.66732 3.55833ZM6.27565 8.16667L7.56732 9.45834C7.52565 9.63334 7.50065 9.81667 7.50065 10C7.50065 11.3833 8.61732 12.5 10.0007 12.5C10.184 12.5 10.3673 12.475 10.5423 12.4333L11.834 13.725C11.2757 14 10.659 14.1667 10.0007 14.1667C7.70065 14.1667 5.83398 12.3 5.83398 10C5.83398 9.34167 6.00065 8.725 6.27565 8.16667ZM9.86732 7.51667L12.4923 10.1417L12.509 10.0083C12.509 8.625 11.3923 7.50833 10.009 7.50833L9.86732 7.51667Z"/></g></svg>
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
|
@ -1,9 +1 @@
|
|||
<svg width="20" height="19" viewBox="0 0 20 19" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g>
|
||||
<path d="M8.14648 2.72705L9.60103 4.54523H20.0001V2.72705H8.14648Z" fill="#2E3D49"/>
|
||||
<path d="M19.9996 6.36377H6.36328V8.18195H19.9996V6.36377Z" fill="#2E3D49"/>
|
||||
<path d="M19.9996 10H6.36328V11.8182H19.9996V10Z" fill="#2E3D49"/>
|
||||
<path d="M8.14648 15.4544H20.0001V13.6362H9.60103L8.14648 15.4544Z" fill="#2E3D49"/>
|
||||
<path d="M4.54545 4.54545H7.27273L3.63636 0L0 4.54545H2.72727V13.6364H0L3.63636 18.1818L7.27273 13.6364H4.54545V4.54545Z" fill="#2E3D49"/>
|
||||
</g>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="19" fill="none" viewBox="0 0 20 19"><g><path fill="#2E3D49" d="M8.14648 2.72705L9.60103 4.54523H20.0001V2.72705H8.14648Z"/><path fill="#2E3D49" d="M19.9996 6.36377H6.36328V8.18195H19.9996V6.36377Z"/><path fill="#2E3D49" d="M19.9996 10H6.36328V11.8182H19.9996V10Z"/><path fill="#2E3D49" d="M8.14648 15.4544H20.0001V13.6362H9.60103L8.14648 15.4544Z"/><path fill="#2E3D49" d="M4.54545 4.54545H7.27273L3.63636 0L0 4.54545H2.72727V13.6364H0L3.63636 18.1818L7.27273 13.6364H4.54545V4.54545Z"/></g></svg>
|
||||
|
Before Width: | Height: | Size: 565 B After Width: | Height: | Size: 556 B |
|
|
@ -1,3 +1 @@
|
|||
<svg width="18" height="20" viewBox="0 0 18 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.1484 20H3.6875C1.96432 20 0.5625 18.5982 0.5625 16.875V6.28906C0.5625 4.56589 1.96432 3.16406 3.6875 3.16406H11.1484C12.8716 3.16406 14.2734 4.56589 14.2734 6.28906V16.875C14.2734 18.5982 12.8716 20 11.1484 20ZM3.6875 4.72656C2.82599 4.72656 2.125 5.42755 2.125 6.28906V16.875C2.125 17.7365 2.82599 18.4375 3.6875 18.4375H11.1484C12.0099 18.4375 12.7109 17.7365 12.7109 16.875V6.28906C12.7109 5.42755 12.0099 4.72656 11.1484 4.72656H3.6875ZM17.3984 14.9219V3.125C17.3984 1.40182 15.9966 0 14.2734 0H5.60156C5.17004 0 4.82031 0.349731 4.82031 0.78125C4.82031 1.21277 5.17004 1.5625 5.60156 1.5625H14.2734C15.1349 1.5625 15.8359 2.26349 15.8359 3.125V14.9219C15.8359 15.3534 16.1857 15.7031 16.6172 15.7031C17.0487 15.7031 17.3984 15.3534 17.3984 14.9219Z" fill="#A2A6A8"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="20" fill="none" viewBox="0 0 18 20"><path fill="#A2A6A8" d="M11.1484 20H3.6875C1.96432 20 0.5625 18.5982 0.5625 16.875V6.28906C0.5625 4.56589 1.96432 3.16406 3.6875 3.16406H11.1484C12.8716 3.16406 14.2734 4.56589 14.2734 6.28906V16.875C14.2734 18.5982 12.8716 20 11.1484 20ZM3.6875 4.72656C2.82599 4.72656 2.125 5.42755 2.125 6.28906V16.875C2.125 17.7365 2.82599 18.4375 3.6875 18.4375H11.1484C12.0099 18.4375 12.7109 17.7365 12.7109 16.875V6.28906C12.7109 5.42755 12.0099 4.72656 11.1484 4.72656H3.6875ZM17.3984 14.9219V3.125C17.3984 1.40182 15.9966 0 14.2734 0H5.60156C5.17004 0 4.82031 0.349731 4.82031 0.78125C4.82031 1.21277 5.17004 1.5625 5.60156 1.5625H14.2734C15.1349 1.5625 15.8359 2.26349 15.8359 3.125V14.9219C15.8359 15.3534 16.1857 15.7031 16.6172 15.7031C17.0487 15.7031 17.3984 15.3534 17.3984 14.9219Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 888 B After Width: | Height: | Size: 885 B |
|
|
@ -1,3 +1 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M7 15H9C9 16.084 10.374 17 12 17C13.626 17 15 16.084 15 15C15 13.901 13.962 13.521 11.757 12.97C9.637 12.44 7 11.78 7 9C7 7.212 8.474 5.695 10.5 5.184V3H13.5V5.184C15.526 5.694 17 7.212 17 9H15C15 7.916 13.626 7 12 7C10.374 7 9 7.916 9 9C9 10.1 10.039 10.479 12.243 11.03C14.363 11.56 17 12.22 17 15C17 16.788 15.526 18.305 13.5 18.816V21H10.5V18.816C8.474 18.306 7 16.788 7 15Z" fill="#BCCCD9"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="#BCCCD9" d="M7 15H9C9 16.084 10.374 17 12 17C13.626 17 15 16.084 15 15C15 13.901 13.962 13.521 11.757 12.97C9.637 12.44 7 11.78 7 9C7 7.212 8.474 5.695 10.5 5.184V3H13.5V5.184C15.526 5.694 17 7.212 17 9H15C15 7.916 13.626 7 12 7C10.374 7 9 7.916 9 9C9 10.1 10.039 10.479 12.243 11.03C14.363 11.56 17 12.22 17 15C17 16.788 15.526 18.305 13.5 18.816V21H10.5V18.816C8.474 18.306 7 16.788 7 15Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 509 B After Width: | Height: | Size: 506 B |
|
|
@ -1,3 +1 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M17.625 3.1875C17.625 3.80882 18.1287 4.3125 18.75 4.3125H19.3125C20.2445 4.3125 21 5.06802 21 6V19.1875C21 20.2921 20.1046 21.1875 19 21.1875H5C3.89543 21.1875 3 20.2921 3 19.1875V6C3 5.06802 3.75552 4.3125 4.6875 4.3125H5.25C5.87132 4.3125 6.375 3.80882 6.375 3.1875C6.375 2.72625 6.54375 2.3325 6.87 1.995C7.19625 1.66875 7.60125 1.5 8.0625 1.5C8.52375 1.5 8.92875 1.66875 9.255 1.995C9.58125 2.3325 9.75 2.72625 9.75 3.1875C9.75 3.80882 10.2537 4.3125 10.875 4.3125H13.125C13.7463 4.3125 14.25 3.80882 14.25 3.1875C14.25 2.72625 14.4187 2.3325 14.745 1.995C15.0712 1.66875 15.4762 1.5 15.9375 1.5C16.3988 1.5 16.8038 1.66875 17.13 1.995C17.4563 2.3325 17.625 2.72625 17.625 3.1875ZM7.5 3.1875V6C7.49863 6.07425 7.51224 6.14801 7.54002 6.21687C7.5678 6.28574 7.60918 6.3483 7.66169 6.40081C7.7142 6.45332 7.77676 6.4947 7.84563 6.52248C7.91449 6.55026 7.98825 6.56387 8.0625 6.5625C8.13675 6.56387 8.21051 6.55026 8.27937 6.52248C8.34824 6.4947 8.4108 6.45332 8.46331 6.40081C8.51582 6.3483 8.5572 6.28574 8.58498 6.21687C8.61276 6.14801 8.62637 6.07425 8.625 6V3.1875C8.625 3.03 8.56875 2.895 8.45625 2.79375C8.355 2.68125 8.22 2.625 8.0625 2.625C7.905 2.625 7.77 2.68125 7.66875 2.79375C7.55625 2.895 7.5 3.03 7.5 3.1875ZM15.375 3.1875V6C15.375 6.1575 15.4313 6.2925 15.5325 6.405C15.645 6.50625 15.78 6.5625 15.9375 6.5625C16.095 6.5625 16.23 6.50625 16.3425 6.405C16.4437 6.2925 16.5 6.1575 16.5 6V3.1875C16.5014 3.11325 16.4878 3.03949 16.46 2.97063C16.4322 2.90176 16.3908 2.8392 16.3383 2.78669C16.2858 2.73418 16.2232 2.6928 16.1544 2.66502C16.0855 2.63724 16.0117 2.62363 15.9375 2.625C15.8633 2.62363 15.7895 2.63724 15.7206 2.66502C15.6518 2.6928 15.5892 2.73418 15.5367 2.78669C15.4842 2.8392 15.4428 2.90176 15.415 2.97063C15.3872 3.03949 15.3736 3.11325 15.375 3.1875ZM17.875 20.0625C18.9796 20.0625 19.875 19.1671 19.875 18.0625V10.8125C19.875 9.70793 18.9796 8.8125 17.875 8.8125H6.125C5.02043 8.8125 4.125 9.70793 4.125 10.8125V18.0625C4.125 19.1671 5.02043 20.0625 6.125 20.0625H17.875ZM7.5 9.9375C8.12132 9.9375 8.625 10.4412 8.625 11.0625C8.625 11.6838 8.12132 12.1875 7.5 12.1875C6.87868 12.1875 6.375 11.6838 6.375 11.0625C6.375 10.4412 6.87868 9.9375 7.5 9.9375ZM10.875 11.0625C10.875 10.4412 11.3787 9.9375 12 9.9375C12.6213 9.9375 13.125 10.4412 13.125 11.0625C13.125 11.6838 12.6213 12.1875 12 12.1875C11.3787 12.1875 10.875 11.6838 10.875 11.0625ZM16.5 12.1875C15.8787 12.1875 15.375 11.6838 15.375 11.0625C15.375 10.4412 15.8787 9.9375 16.5 9.9375C17.1213 9.9375 17.625 10.4412 17.625 11.0625C17.625 11.6838 17.1213 12.1875 16.5 12.1875ZM7.5 13.3125C8.12132 13.3125 8.625 13.8162 8.625 14.4375C8.625 15.0588 8.12132 15.5625 7.5 15.5625C6.87868 15.5625 6.375 15.0588 6.375 14.4375C6.375 13.8162 6.87868 13.3125 7.5 13.3125ZM10.875 14.4375C10.875 13.8162 11.3787 13.3125 12 13.3125C12.6213 13.3125 13.125 13.8162 13.125 14.4375C13.125 15.0588 12.6213 15.5625 12 15.5625C11.3787 15.5625 10.875 15.0588 10.875 14.4375ZM16.5 15.5625C15.8787 15.5625 15.375 15.0588 15.375 14.4375C15.375 13.8162 15.8787 13.3125 16.5 13.3125C17.1213 13.3125 17.625 13.8162 17.625 14.4375C17.625 15.0588 17.1213 15.5625 16.5 15.5625ZM7.5 16.6875C8.12132 16.6875 8.625 17.1912 8.625 17.8125C8.625 18.4338 8.12132 18.9375 7.5 18.9375C6.87868 18.9375 6.375 18.4338 6.375 17.8125C6.375 17.1912 6.87868 16.6875 7.5 16.6875ZM13.125 17.8125C13.125 18.4338 12.6213 18.9375 12 18.9375C11.3787 18.9375 10.875 18.4338 10.875 17.8125C10.875 17.1912 11.3787 16.6875 12 16.6875C12.6213 16.6875 13.125 17.1912 13.125 17.8125ZM17.625 17.8125C17.625 18.4338 17.1213 18.9375 16.5 18.9375C15.8787 18.9375 15.375 18.4338 15.375 17.8125C15.375 17.1912 15.8787 16.6875 16.5 16.6875C17.1213 16.6875 17.625 17.1912 17.625 17.8125Z" fill="#BCCCD9"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="#BCCCD9" d="M17.625 3.1875C17.625 3.80882 18.1287 4.3125 18.75 4.3125H19.3125C20.2445 4.3125 21 5.06802 21 6V19.1875C21 20.2921 20.1046 21.1875 19 21.1875H5C3.89543 21.1875 3 20.2921 3 19.1875V6C3 5.06802 3.75552 4.3125 4.6875 4.3125H5.25C5.87132 4.3125 6.375 3.80882 6.375 3.1875C6.375 2.72625 6.54375 2.3325 6.87 1.995C7.19625 1.66875 7.60125 1.5 8.0625 1.5C8.52375 1.5 8.92875 1.66875 9.255 1.995C9.58125 2.3325 9.75 2.72625 9.75 3.1875C9.75 3.80882 10.2537 4.3125 10.875 4.3125H13.125C13.7463 4.3125 14.25 3.80882 14.25 3.1875C14.25 2.72625 14.4187 2.3325 14.745 1.995C15.0712 1.66875 15.4762 1.5 15.9375 1.5C16.3988 1.5 16.8038 1.66875 17.13 1.995C17.4563 2.3325 17.625 2.72625 17.625 3.1875ZM7.5 3.1875V6C7.49863 6.07425 7.51224 6.14801 7.54002 6.21687C7.5678 6.28574 7.60918 6.3483 7.66169 6.40081C7.7142 6.45332 7.77676 6.4947 7.84563 6.52248C7.91449 6.55026 7.98825 6.56387 8.0625 6.5625C8.13675 6.56387 8.21051 6.55026 8.27937 6.52248C8.34824 6.4947 8.4108 6.45332 8.46331 6.40081C8.51582 6.3483 8.5572 6.28574 8.58498 6.21687C8.61276 6.14801 8.62637 6.07425 8.625 6V3.1875C8.625 3.03 8.56875 2.895 8.45625 2.79375C8.355 2.68125 8.22 2.625 8.0625 2.625C7.905 2.625 7.77 2.68125 7.66875 2.79375C7.55625 2.895 7.5 3.03 7.5 3.1875ZM15.375 3.1875V6C15.375 6.1575 15.4313 6.2925 15.5325 6.405C15.645 6.50625 15.78 6.5625 15.9375 6.5625C16.095 6.5625 16.23 6.50625 16.3425 6.405C16.4437 6.2925 16.5 6.1575 16.5 6V3.1875C16.5014 3.11325 16.4878 3.03949 16.46 2.97063C16.4322 2.90176 16.3908 2.8392 16.3383 2.78669C16.2858 2.73418 16.2232 2.6928 16.1544 2.66502C16.0855 2.63724 16.0117 2.62363 15.9375 2.625C15.8633 2.62363 15.7895 2.63724 15.7206 2.66502C15.6518 2.6928 15.5892 2.73418 15.5367 2.78669C15.4842 2.8392 15.4428 2.90176 15.415 2.97063C15.3872 3.03949 15.3736 3.11325 15.375 3.1875ZM17.875 20.0625C18.9796 20.0625 19.875 19.1671 19.875 18.0625V10.8125C19.875 9.70793 18.9796 8.8125 17.875 8.8125H6.125C5.02043 8.8125 4.125 9.70793 4.125 10.8125V18.0625C4.125 19.1671 5.02043 20.0625 6.125 20.0625H17.875ZM7.5 9.9375C8.12132 9.9375 8.625 10.4412 8.625 11.0625C8.625 11.6838 8.12132 12.1875 7.5 12.1875C6.87868 12.1875 6.375 11.6838 6.375 11.0625C6.375 10.4412 6.87868 9.9375 7.5 9.9375ZM10.875 11.0625C10.875 10.4412 11.3787 9.9375 12 9.9375C12.6213 9.9375 13.125 10.4412 13.125 11.0625C13.125 11.6838 12.6213 12.1875 12 12.1875C11.3787 12.1875 10.875 11.6838 10.875 11.0625ZM16.5 12.1875C15.8787 12.1875 15.375 11.6838 15.375 11.0625C15.375 10.4412 15.8787 9.9375 16.5 9.9375C17.1213 9.9375 17.625 10.4412 17.625 11.0625C17.625 11.6838 17.1213 12.1875 16.5 12.1875ZM7.5 13.3125C8.12132 13.3125 8.625 13.8162 8.625 14.4375C8.625 15.0588 8.12132 15.5625 7.5 15.5625C6.87868 15.5625 6.375 15.0588 6.375 14.4375C6.375 13.8162 6.87868 13.3125 7.5 13.3125ZM10.875 14.4375C10.875 13.8162 11.3787 13.3125 12 13.3125C12.6213 13.3125 13.125 13.8162 13.125 14.4375C13.125 15.0588 12.6213 15.5625 12 15.5625C11.3787 15.5625 10.875 15.0588 10.875 14.4375ZM16.5 15.5625C15.8787 15.5625 15.375 15.0588 15.375 14.4375C15.375 13.8162 15.8787 13.3125 16.5 13.3125C17.1213 13.3125 17.625 13.8162 17.625 14.4375C17.625 15.0588 17.1213 15.5625 16.5 15.5625ZM7.5 16.6875C8.12132 16.6875 8.625 17.1912 8.625 17.8125C8.625 18.4338 8.12132 18.9375 7.5 18.9375C6.87868 18.9375 6.375 18.4338 6.375 17.8125C6.375 17.1912 6.87868 16.6875 7.5 16.6875ZM13.125 17.8125C13.125 18.4338 12.6213 18.9375 12 18.9375C11.3787 18.9375 10.875 18.4338 10.875 17.8125C10.875 17.1912 11.3787 16.6875 12 16.6875C12.6213 16.6875 13.125 17.1912 13.125 17.8125ZM17.625 17.8125C17.625 18.4338 17.1213 18.9375 16.5 18.9375C15.8787 18.9375 15.375 18.4338 15.375 17.8125C15.375 17.1912 15.8787 16.6875 16.5 16.6875C17.1213 16.6875 17.625 17.1912 17.625 17.8125Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
|
|
@ -1,3 +1 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M7.4123 12.3086C7.4123 12.3623 7.4123 12.416 7.4123 12.4746C7.4123 14.1152 6.9582 14.999 6.11836 14.999C5.57148 14.999 5.19063 14.623 4.99043 13.9053L7.4123 12.3086ZM4.8293 12.6504C4.8293 12.5918 4.8293 12.5332 4.8293 12.4746C4.8293 10.8389 5.2834 9.9502 6.11836 9.9502C6.67012 9.9502 7.05098 10.3311 7.25117 11.0537L4.8293 12.6504ZM6.11836 8.80273C4.42891 8.80273 3.47188 10.126 3.47188 12.4746C3.47188 14.8232 4.42891 16.1465 6.11836 16.1465C7.8127 16.1465 8.76973 14.8232 8.76973 12.4746C8.76973 10.126 7.8127 8.80273 6.11836 8.80273ZM13 16.0928C13.5908 16.0928 14.0742 15.5947 14.0742 14.9941C14.0742 14.3887 13.5908 13.8906 13 13.8906C12.4092 13.8906 11.9258 14.3887 11.9258 14.9941C11.9258 15.5947 12.4092 16.0928 13 16.0928ZM20.8143 14.8428V8.9541H19.4568L17.5525 10.2285V11.5371L19.3689 10.3311H19.4568V14.8428H17.5574V16H19.4568H20.8143H22.616V14.8428H20.8143Z" fill="#BCCCD9"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="#BCCCD9" d="M7.4123 12.3086C7.4123 12.3623 7.4123 12.416 7.4123 12.4746C7.4123 14.1152 6.9582 14.999 6.11836 14.999C5.57148 14.999 5.19063 14.623 4.99043 13.9053L7.4123 12.3086ZM4.8293 12.6504C4.8293 12.5918 4.8293 12.5332 4.8293 12.4746C4.8293 10.8389 5.2834 9.9502 6.11836 9.9502C6.67012 9.9502 7.05098 10.3311 7.25117 11.0537L4.8293 12.6504ZM6.11836 8.80273C4.42891 8.80273 3.47188 10.126 3.47188 12.4746C3.47188 14.8232 4.42891 16.1465 6.11836 16.1465C7.8127 16.1465 8.76973 14.8232 8.76973 12.4746C8.76973 10.126 7.8127 8.80273 6.11836 8.80273ZM13 16.0928C13.5908 16.0928 14.0742 15.5947 14.0742 14.9941C14.0742 14.3887 13.5908 13.8906 13 13.8906C12.4092 13.8906 11.9258 14.3887 11.9258 14.9941C11.9258 15.5947 12.4092 16.0928 13 16.0928ZM20.8143 14.8428V8.9541H19.4568L17.5525 10.2285V11.5371L19.3689 10.3311H19.4568V14.8428H17.5574V16H19.4568H20.8143H22.616V14.8428H20.8143Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 1000 B After Width: | Height: | Size: 997 B |
|
|
@ -1,3 +1 @@
|
|||
<svg width="12" height="2" viewBox="0 0 12 2" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.25 2H0.75C0.551088 2 0.360322 1.89464 0.21967 1.70711C0.0790178 1.51957 0 1.26522 0 1C0 0.734784 0.0790178 0.48043 0.21967 0.292893C0.360322 0.105357 0.551088 0 0.75 0H11.25C11.4489 0 11.6397 0.105357 11.7803 0.292893C11.921 0.48043 12 0.734784 12 1C12 1.26522 11.921 1.51957 11.7803 1.70711C11.6397 1.89464 11.4489 2 11.25 2Z" fill="#768896"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="2" fill="none" viewBox="0 0 12 2"><path fill="#768896" d="M11.25 2H0.75C0.551088 2 0.360322 1.89464 0.21967 1.70711C0.0790178 1.51957 0 1.26522 0 1C0 0.734784 0.0790178 0.48043 0.21967 0.292893C0.360322 0.105357 0.551088 0 0.75 0H11.25C11.4489 0 11.6397 0.105357 11.7803 0.292893C11.921 0.48043 12 0.734784 12 1C12 1.26522 11.921 1.51957 11.7803 1.70711C11.6397 1.89464 11.4489 2 11.25 2Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 459 B After Width: | Height: | Size: 456 B |
|
|
@ -1,3 +1 @@
|
|||
<svg width="10" height="12" viewBox="0 0 10 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M6.74996 1.5H8.99996C9.44996 1.5 9.74996 1.8 9.74996 2.25V3H-3.8147e-05V2.25C-3.8147e-05 1.8 0.374962 1.5 0.749962 1.5H2.99996C3.14996 0.675004 3.97496 3.8147e-06 4.87496 3.8147e-06C5.77496 3.8147e-06 6.59996 0.675004 6.74996 1.5ZM3.74996 1.5H5.99996C5.84996 1.05 5.32496 0.750004 4.87496 0.750004C4.42496 0.750004 3.89996 1.05 3.74996 1.5ZM0.749962 3.75H8.99996L8.32496 11.325C8.32496 11.7 7.94996 12 7.57496 12H2.17496C1.79996 12 1.49996 11.7 1.42496 11.325L0.749962 3.75Z" fill="#F2FAFF"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="10" height="12" fill="none" viewBox="0 0 10 12"><path fill="#F2FAFF" d="M6.74996 1.5H8.99996C9.44996 1.5 9.74996 1.8 9.74996 2.25V3H-3.8147e-05V2.25C-3.8147e-05 1.8 0.374962 1.5 0.749962 1.5H2.99996C3.14996 0.675004 3.97496 3.8147e-06 4.87496 3.8147e-06C5.77496 3.8147e-06 6.59996 0.675004 6.74996 1.5ZM3.74996 1.5H5.99996C5.84996 1.05 5.32496 0.750004 4.87496 0.750004C4.42496 0.750004 3.89996 1.05 3.74996 1.5ZM0.749962 3.75H8.99996L8.32496 11.325C8.32496 11.7 7.94996 12 7.57496 12H2.17496C1.79996 12 1.49996 11.7 1.42496 11.325L0.749962 3.75Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 605 B After Width: | Height: | Size: 602 B |
|
|
@ -1,5 +1 @@
|
|||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g>
|
||||
<path d="M16.125 8.36658C15.5583 5.49158 13.0333 3.33325 10 3.33325C7.59167 3.33325 5.5 4.69992 4.45833 6.69992C1.95 6.96658 0 9.09158 0 11.6666C0 14.4249 2.24167 16.6666 5 16.6666H15.8333C18.1333 16.6666 20 14.7999 20 12.4999C20 10.2999 18.2917 8.51658 16.125 8.36658ZM14.1667 10.8333L10 14.9999L5.83333 10.8333H8.33333V7.49992H11.6667V10.8333H14.1667Z" fill="#2E3D49"/>
|
||||
</g>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"><g><path fill="#2E3D49" d="M16.125 8.36658C15.5583 5.49158 13.0333 3.33325 10 3.33325C7.59167 3.33325 5.5 4.69992 4.45833 6.69992C1.95 6.96658 0 9.09158 0 11.6666C0 14.4249 2.24167 16.6666 5 16.6666H15.8333C18.1333 16.6666 20 14.7999 20 12.4999C20 10.2999 18.2917 8.51658 16.125 8.36658ZM14.1667 10.8333L10 14.9999L5.83333 10.8333H8.33333V7.49992H11.6667V10.8333H14.1667Z"/></g></svg>
|
||||
|
Before Width: | Height: | Size: 484 B After Width: | Height: | Size: 479 B |
|
|
@ -1,3 +1 @@
|
|||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M7.33268 11.9998C7.33268 12.7332 6.73268 13.3332 5.99935 13.3332C5.26602 13.3332 4.66602 12.7332 4.66602 11.9998C4.66602 11.2665 5.26602 10.6665 5.99935 10.6665C6.73268 10.6665 7.33268 11.2665 7.33268 11.9998ZM5.99935 6.6665C5.26602 6.6665 4.66602 7.2665 4.66602 7.99984C4.66602 8.73317 5.26602 9.33317 5.99935 9.33317C6.73268 9.33317 7.33268 8.73317 7.33268 7.99984C7.33268 7.2665 6.73268 6.6665 5.99935 6.6665ZM5.99935 2.6665C5.26602 2.6665 4.66602 3.2665 4.66602 3.99984C4.66602 4.73317 5.26602 5.33317 5.99935 5.33317C6.73268 5.33317 7.33268 4.73317 7.33268 3.99984C7.33268 3.2665 6.73268 2.6665 5.99935 2.6665ZM9.99935 5.33317C10.7327 5.33317 11.3327 4.73317 11.3327 3.99984C11.3327 3.2665 10.7327 2.6665 9.99935 2.6665C9.26602 2.6665 8.66602 3.2665 8.66602 3.99984C8.66602 4.73317 9.26602 5.33317 9.99935 5.33317ZM9.99935 6.6665C9.26602 6.6665 8.66602 7.2665 8.66602 7.99984C8.66602 8.73317 9.26602 9.33317 9.99935 9.33317C10.7327 9.33317 11.3327 8.73317 11.3327 7.99984C11.3327 7.2665 10.7327 6.6665 9.99935 6.6665ZM9.99935 10.6665C9.26602 10.6665 8.66602 11.2665 8.66602 11.9998C8.66602 12.7332 9.26602 13.3332 9.99935 13.3332C10.7327 13.3332 11.3327 12.7332 11.3327 11.9998C11.3327 11.2665 10.7327 10.6665 9.99935 10.6665Z" fill="#768896"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="#768896" d="M7.33268 11.9998C7.33268 12.7332 6.73268 13.3332 5.99935 13.3332C5.26602 13.3332 4.66602 12.7332 4.66602 11.9998C4.66602 11.2665 5.26602 10.6665 5.99935 10.6665C6.73268 10.6665 7.33268 11.2665 7.33268 11.9998ZM5.99935 6.6665C5.26602 6.6665 4.66602 7.2665 4.66602 7.99984C4.66602 8.73317 5.26602 9.33317 5.99935 9.33317C6.73268 9.33317 7.33268 8.73317 7.33268 7.99984C7.33268 7.2665 6.73268 6.6665 5.99935 6.6665ZM5.99935 2.6665C5.26602 2.6665 4.66602 3.2665 4.66602 3.99984C4.66602 4.73317 5.26602 5.33317 5.99935 5.33317C6.73268 5.33317 7.33268 4.73317 7.33268 3.99984C7.33268 3.2665 6.73268 2.6665 5.99935 2.6665ZM9.99935 5.33317C10.7327 5.33317 11.3327 4.73317 11.3327 3.99984C11.3327 3.2665 10.7327 2.6665 9.99935 2.6665C9.26602 2.6665 8.66602 3.2665 8.66602 3.99984C8.66602 4.73317 9.26602 5.33317 9.99935 5.33317ZM9.99935 6.6665C9.26602 6.6665 8.66602 7.2665 8.66602 7.99984C8.66602 8.73317 9.26602 9.33317 9.99935 9.33317C10.7327 9.33317 11.3327 8.73317 11.3327 7.99984C11.3327 7.2665 10.7327 6.6665 9.99935 6.6665ZM9.99935 10.6665C9.26602 10.6665 8.66602 11.2665 8.66602 11.9998C8.66602 12.7332 9.26602 13.3332 9.99935 13.3332C10.7327 13.3332 11.3327 12.7332 11.3327 11.9998C11.3327 11.2665 10.7327 10.6665 9.99935 10.6665Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
|
@ -1,4 +1 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18.2611 9H5.73889C5.33081 9 5 9.42533 5 9.95V10.05C5 10.5747 5.33081 11 5.73889 11H18.2611C18.6692 11 19 10.5747 19 10.05V9.95C19 9.42533 18.6692 9 18.2611 9Z" fill="#A3B3BF"/>
|
||||
<path d="M18.2611 13H5.73889C5.33081 13 5 13.4253 5 13.95V14.05C5 14.5747 5.33081 15 5.73889 15H18.2611C18.6692 15 19 14.5747 19 14.05V13.95C19 13.4253 18.6692 13 18.2611 13Z" fill="#A3B3BF"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="#A3B3BF" d="M18.2611 9H5.73889C5.33081 9 5 9.42533 5 9.95V10.05C5 10.5747 5.33081 11 5.73889 11H18.2611C18.6692 11 19 10.5747 19 10.05V9.95C19 9.42533 18.6692 9 18.2611 9Z"/><path fill="#A3B3BF" d="M18.2611 13H5.73889C5.33081 13 5 13.4253 5 13.95V14.05C5 14.5747 5.33081 15 5.73889 15H18.2611C18.6692 15 19 14.5747 19 14.05V13.95C19 13.4253 18.6692 13 18.2611 13Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 483 B After Width: | Height: | Size: 479 B |
|
|
@ -1,3 +1 @@
|
|||
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.3531 0L5.82196 1.51385L8.46885 4.13084L10 2.61699L7.3531 0ZM0.442272 7.07857L0 10L2.92266 9.41113C3.09109 9.3772 3.24592 9.29476 3.3681 9.17396L7.82144 4.77093L5.17454 2.15394L0.693954 6.58391C0.558962 6.71738 0.470687 6.89087 0.442272 7.07857Z" fill="white"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="none" viewBox="0 0 10 10"><path fill="#fff" fill-rule="evenodd" d="M7.3531 0L5.82196 1.51385L8.46885 4.13084L10 2.61699L7.3531 0ZM0.442272 7.07857L0 10L2.92266 9.41113C3.09109 9.3772 3.24592 9.29476 3.3681 9.17396L7.82144 4.77093L5.17454 2.15394L0.693954 6.58391C0.558962 6.71738 0.470687 6.89087 0.442272 7.07857Z" clip-rule="evenodd"/></svg>
|
||||
|
Before Width: | Height: | Size: 416 B After Width: | Height: | Size: 412 B |
|
|
@ -1,4 +1 @@
|
|||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="10" cy="10" r="10" fill="#21282C"/>
|
||||
<path d="M5.5 12.625V14.5H7.375L12.905 8.97L11.03 7.095L5.5 12.625ZM14.355 7.52C14.4014 7.47374 14.4381 7.4188 14.4632 7.35831C14.4883 7.29783 14.5012 7.23299 14.5012 7.1675C14.5012 7.10202 14.4883 7.03718 14.4632 6.97669C14.4381 6.9162 14.4014 6.86126 14.355 6.815L13.185 5.645C13.1387 5.59865 13.0838 5.56188 13.0233 5.53679C12.9628 5.51169 12.898 5.49878 12.8325 5.49878C12.767 5.49878 12.7022 5.51169 12.6417 5.53679C12.5812 5.56188 12.5263 5.59865 12.48 5.645L11.565 6.56L13.44 8.435L14.355 7.52Z" fill="white"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"><circle cx="10" cy="10" r="10" fill="#21282C"/><path fill="#fff" d="M5.5 12.625V14.5H7.375L12.905 8.97L11.03 7.095L5.5 12.625ZM14.355 7.52C14.4014 7.47374 14.4381 7.4188 14.4632 7.35831C14.4883 7.29783 14.5012 7.23299 14.5012 7.1675C14.5012 7.10202 14.4883 7.03718 14.4632 6.97669C14.4381 6.9162 14.4014 6.86126 14.355 6.815L13.185 5.645C13.1387 5.59865 13.0838 5.56188 13.0233 5.53679C12.9628 5.51169 12.898 5.49878 12.8325 5.49878C12.767 5.49878 12.7022 5.51169 12.6417 5.53679C12.5812 5.56188 12.5263 5.59865 12.48 5.645L11.565 6.56L13.44 8.435L14.355 7.52Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 669 B After Width: | Height: | Size: 664 B |
|
|
@ -1,3 +1 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M22 4H2V20H22V4ZM20 8L12 13L4 8V6L12 11L20 6V8Z" fill="#BCCCD9"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="#BCCCD9" d="M22 4H2V20H22V4ZM20 8L12 13L4 8V6L12 11L20 6V8Z"/></svg>
|
||||
|
Before Width: | Height: | Size: 178 B After Width: | Height: | Size: 175 B |
|
|
@ -1,5 +1 @@
|
|||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g>
|
||||
<path d="M11.6014 16C11.4571 16 11.3168 15.9532 11.2014 15.8667L8.53472 13.8333C8.45315 13.7705 8.38723 13.6897 8.34212 13.5972C8.29701 13.5047 8.27394 13.4029 8.27472 13.3V11.12L5.07472 4.97333C5.02202 4.87161 4.99642 4.75802 5.0004 4.64352C5.00438 4.52903 5.0378 4.41749 5.09743 4.31966C5.15706 4.22184 5.24089 4.14104 5.34084 4.08504C5.4408 4.02905 5.55349 3.99976 5.66805 4H15.0014C15.1171 4.00002 15.2308 4.03015 15.3313 4.08743C15.4318 4.1447 15.5157 4.22715 15.5747 4.32667C15.6332 4.42801 15.664 4.54298 15.664 4.66C15.664 4.77703 15.6332 4.89199 15.5747 4.99333L12.2414 11.1333V15.3333C12.2423 15.4576 12.2084 15.5796 12.1436 15.6856C12.0788 15.7916 11.9857 15.8774 11.8747 15.9333C11.7894 15.9747 11.6962 15.9975 11.6014 16Z" fill="#2E3D49"/>
|
||||
</g>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"><g><path fill="#2E3D49" d="M11.6014 16C11.4571 16 11.3168 15.9532 11.2014 15.8667L8.53472 13.8333C8.45315 13.7705 8.38723 13.6897 8.34212 13.5972C8.29701 13.5047 8.27394 13.4029 8.27472 13.3V11.12L5.07472 4.97333C5.02202 4.87161 4.99642 4.75802 5.0004 4.64352C5.00438 4.52903 5.0378 4.41749 5.09743 4.31966C5.15706 4.22184 5.24089 4.14104 5.34084 4.08504C5.4408 4.02905 5.55349 3.99976 5.66805 4H15.0014C15.1171 4.00002 15.2308 4.03015 15.3313 4.08743C15.4318 4.1447 15.5157 4.22715 15.5747 4.32667C15.6332 4.42801 15.664 4.54298 15.664 4.66C15.664 4.77703 15.6332 4.89199 15.5747 4.99333L12.2414 11.1333V15.3333C12.2423 15.4576 12.2084 15.5796 12.1436 15.6856C12.0788 15.7916 11.9857 15.8774 11.8747 15.9333C11.7894 15.9747 11.6962 15.9975 11.6014 16Z"/></g></svg>
|
||||
|
Before Width: | Height: | Size: 865 B After Width: | Height: | Size: 860 B |