isometrik-chat 3.9.4 → 3.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +74 -74
- package/build/chat-assets/audio_play.svg +6 -6
- package/build/chat-assets/back.svg +3 -3
- package/build/chat-assets/camera.svg +4 -4
- package/build/chat-assets/close.svg +5 -5
- package/build/chat-assets/crossCarousel.svg +3 -3
- package/build/chat-assets/delete.svg +3 -3
- package/build/chat-assets/downloadCarousel.svg +6 -6
- package/build/chat-assets/edit-pencil.svg +6 -6
- package/build/chat-assets/emoji.svg +8 -8
- package/build/chat-assets/leftArrowCarousel.svg +6 -6
- package/build/chat-assets/light-mode.svg +14 -14
- package/build/chat-assets/menu .svg +5 -5
- package/build/chat-assets/message.svg +3 -3
- package/build/chat-assets/right.svg +3 -3
- package/build/chat-assets/search.svg +3 -3
- package/build/chat-assets/send.svg +10 -10
- package/build/index.css +1097 -1097
- package/build/index.js +3 -3
- package/package.json +91 -91
package/README.md
CHANGED
|
@@ -1,74 +1,74 @@
|
|
|
1
|
-
# Getting Started with Create React App
|
|
2
|
-
|
|
3
|
-
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
|
|
4
|
-
|
|
5
|
-
## Available Scripts
|
|
6
|
-
|
|
7
|
-
In the project directory, you can run:
|
|
8
|
-
|
|
9
|
-
### `npm start`
|
|
10
|
-
|
|
11
|
-
Runs the app in the development mode.\
|
|
12
|
-
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
|
|
13
|
-
|
|
14
|
-
The page will reload when you make changes.\
|
|
15
|
-
You may also see any lint errors in the console.
|
|
16
|
-
|
|
17
|
-
### `npm test`
|
|
18
|
-
|
|
19
|
-
Launches the test runner in the interactive watch mode.\
|
|
20
|
-
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
|
|
21
|
-
|
|
22
|
-
### `npm run build`
|
|
23
|
-
|
|
24
|
-
Builds the app for production to the `build` folder.\
|
|
25
|
-
It correctly bundles React in production mode and optimizes the build for the best performance.
|
|
26
|
-
|
|
27
|
-
The build is minified and the filenames include the hashes.\
|
|
28
|
-
Your app is ready to be deployed!
|
|
29
|
-
|
|
30
|
-
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
|
|
31
|
-
|
|
32
|
-
### `npm run eject`
|
|
33
|
-
|
|
34
|
-
**Note: this is a one-way operation. Once you `eject`, you can't go back!**
|
|
35
|
-
|
|
36
|
-
If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
|
|
37
|
-
|
|
38
|
-
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
|
|
39
|
-
|
|
40
|
-
You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
|
|
41
|
-
|
|
42
|
-
## Learn More
|
|
43
|
-
|
|
44
|
-
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
|
|
45
|
-
|
|
46
|
-
To learn React, check out the [React documentation](https://reactjs.org/).
|
|
47
|
-
|
|
48
|
-
### Code Splitting
|
|
49
|
-
|
|
50
|
-
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
|
|
51
|
-
|
|
52
|
-
### Analyzing the Bundle Size
|
|
53
|
-
|
|
54
|
-
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
|
|
55
|
-
|
|
56
|
-
### Making a Progressive Web App
|
|
57
|
-
|
|
58
|
-
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
|
|
59
|
-
|
|
60
|
-
### Advanced Configuration
|
|
61
|
-
|
|
62
|
-
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
|
|
63
|
-
|
|
64
|
-
### Deployment
|
|
65
|
-
|
|
66
|
-
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
|
|
67
|
-
|
|
68
|
-
### `npm run build` fails to minify
|
|
69
|
-
|
|
70
|
-
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
1
|
+
# Getting Started with Create React App
|
|
2
|
+
|
|
3
|
+
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
|
|
4
|
+
|
|
5
|
+
## Available Scripts
|
|
6
|
+
|
|
7
|
+
In the project directory, you can run:
|
|
8
|
+
|
|
9
|
+
### `npm start`
|
|
10
|
+
|
|
11
|
+
Runs the app in the development mode.\
|
|
12
|
+
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
|
|
13
|
+
|
|
14
|
+
The page will reload when you make changes.\
|
|
15
|
+
You may also see any lint errors in the console.
|
|
16
|
+
|
|
17
|
+
### `npm test`
|
|
18
|
+
|
|
19
|
+
Launches the test runner in the interactive watch mode.\
|
|
20
|
+
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
|
|
21
|
+
|
|
22
|
+
### `npm run build`
|
|
23
|
+
|
|
24
|
+
Builds the app for production to the `build` folder.\
|
|
25
|
+
It correctly bundles React in production mode and optimizes the build for the best performance.
|
|
26
|
+
|
|
27
|
+
The build is minified and the filenames include the hashes.\
|
|
28
|
+
Your app is ready to be deployed!
|
|
29
|
+
|
|
30
|
+
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
|
|
31
|
+
|
|
32
|
+
### `npm run eject`
|
|
33
|
+
|
|
34
|
+
**Note: this is a one-way operation. Once you `eject`, you can't go back!**
|
|
35
|
+
|
|
36
|
+
If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
|
|
37
|
+
|
|
38
|
+
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
|
|
39
|
+
|
|
40
|
+
You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
|
|
41
|
+
|
|
42
|
+
## Learn More
|
|
43
|
+
|
|
44
|
+
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
|
|
45
|
+
|
|
46
|
+
To learn React, check out the [React documentation](https://reactjs.org/).
|
|
47
|
+
|
|
48
|
+
### Code Splitting
|
|
49
|
+
|
|
50
|
+
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
|
|
51
|
+
|
|
52
|
+
### Analyzing the Bundle Size
|
|
53
|
+
|
|
54
|
+
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
|
|
55
|
+
|
|
56
|
+
### Making a Progressive Web App
|
|
57
|
+
|
|
58
|
+
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
|
|
59
|
+
|
|
60
|
+
### Advanced Configuration
|
|
61
|
+
|
|
62
|
+
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
|
|
63
|
+
|
|
64
|
+
### Deployment
|
|
65
|
+
|
|
66
|
+
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
|
|
67
|
+
|
|
68
|
+
### `npm run build` fails to minify
|
|
69
|
+
|
|
70
|
+
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="19.059" height="24.256" viewBox="0 0 19.059 24.256">
|
|
2
|
-
<g id="Group_135733" data-name="Group 135733" transform="translate(611.805 -1556.98)">
|
|
3
|
-
<path id="Path_211412" data-name="Path 211412" d="M-611.8,1569.086q0-4.667,0-9.334a2.6,2.6,0,0,1,2.758-2.762c.785,0,1.569,0,2.354,0a2.592,2.592,0,0,1,2.683,2.672q0,9.456,0,18.912a2.591,2.591,0,0,1-2.662,2.667q-1.231.006-2.462,0a2.6,2.6,0,0,1-2.67-2.686Q-611.808,1573.82-611.8,1569.086Z" transform="translate(0 -0.008)" fill="#f53872"/>
|
|
4
|
-
<path id="Path_211413" data-name="Path 211413" d="M-448.367,1569.105q0,4.735,0,9.469a2.593,2.593,0,0,1-1.948,2.575,2.662,2.662,0,0,1-.7.085c-.83,0-1.66,0-2.489,0a2.593,2.593,0,0,1-2.661-2.668q0-9.455,0-18.912a2.6,2.6,0,0,1,2.684-2.672q1.218,0,2.435,0a2.594,2.594,0,0,1,2.674,2.682Q-448.363,1564.384-448.367,1569.105Z" transform="translate(-144.38 0)" fill="#f53872"/>
|
|
5
|
-
</g>
|
|
6
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="19.059" height="24.256" viewBox="0 0 19.059 24.256">
|
|
2
|
+
<g id="Group_135733" data-name="Group 135733" transform="translate(611.805 -1556.98)">
|
|
3
|
+
<path id="Path_211412" data-name="Path 211412" d="M-611.8,1569.086q0-4.667,0-9.334a2.6,2.6,0,0,1,2.758-2.762c.785,0,1.569,0,2.354,0a2.592,2.592,0,0,1,2.683,2.672q0,9.456,0,18.912a2.591,2.591,0,0,1-2.662,2.667q-1.231.006-2.462,0a2.6,2.6,0,0,1-2.67-2.686Q-611.808,1573.82-611.8,1569.086Z" transform="translate(0 -0.008)" fill="#f53872"/>
|
|
4
|
+
<path id="Path_211413" data-name="Path 211413" d="M-448.367,1569.105q0,4.735,0,9.469a2.593,2.593,0,0,1-1.948,2.575,2.662,2.662,0,0,1-.7.085c-.83,0-1.66,0-2.489,0a2.593,2.593,0,0,1-2.661-2.668q0-9.455,0-18.912a2.6,2.6,0,0,1,2.684-2.672q1.218,0,2.435,0a2.594,2.594,0,0,1,2.674,2.682Q-448.363,1564.384-448.367,1569.105Z" transform="translate(-144.38 0)" fill="#f53872"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="19.963" height="19.964" viewBox="0 0 19.963 19.964">
|
|
2
|
-
<path id="arrow-left" d="M24.124,12.8v2.521H9l6.932,6.932-1.79,1.79L4.16,14.062,14.142,4.08l1.79,1.79L9,12.8Z" transform="translate(-4.16 -4.08)" fill="#1d1c21"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="19.963" height="19.964" viewBox="0 0 19.963 19.964">
|
|
2
|
+
<path id="arrow-left" d="M24.124,12.8v2.521H9l6.932,6.932-1.79,1.79L4.16,14.062,14.142,4.08l1.79,1.79L9,12.8Z" transform="translate(-4.16 -4.08)" fill="#1d1c21"/>
|
|
3
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg id="Group_135679" data-name="Group 135679" xmlns="http://www.w3.org/2000/svg" width="18.715" height="15.229" viewBox="0 0 18.715 15.229">
|
|
2
|
-
<path id="Path_70973" data-name="Path 70973" d="M-200.684,319.159v-9.244c.063-.022.041-.083.052-.125a2.056,2.056,0,0,1,2.063-1.6q1.169-.008,2.338,0c.13,0,.161-.037.161-.163a3.5,3.5,0,0,1,.051-.963,1.8,1.8,0,0,1,1.845-1.4q2.1,0,4.2,0c.572,0,1.145-.009,1.716.012a1.8,1.8,0,0,1,1.571,1.225,3.374,3.374,0,0,1,.1,1.12c0,.135.031.173.17.172.834-.005,1.668-.014,2.5.007a2.034,2.034,0,0,1,1.907,1.709,9.239,9.239,0,0,1,.032,1.385c0,2.478,0,4.955,0,7.433a2.1,2.1,0,0,1-.2.973,2.051,2.051,0,0,1-1.972,1.192q-7.186,0-14.373,0c-.067,0-.133,0-.2-.006a2.058,2.058,0,0,1-1.871-1.442C-200.62,319.348-200.611,319.239-200.684,319.159Zm9.35-.051a4.585,4.585,0,0,0,4.57-4.556,4.578,4.578,0,0,0-4.563-4.58,4.582,4.582,0,0,0-4.572,4.553A4.587,4.587,0,0,0-191.334,319.108Z" transform="translate(200.684 -305.661)" fill="#1d1c21"/>
|
|
3
|
-
<path id="Path_70974" data-name="Path 70974" d="M-184.87,317.725a3.023,3.023,0,0,1-3.022,3.013,3.022,3.022,0,0,1-3.011-3.006,3.027,3.027,0,0,1,3.013-3.024A3.027,3.027,0,0,1-184.87,317.725Z" transform="translate(197.24 -308.847)" fill="#1d1c21"/>
|
|
4
|
-
</svg>
|
|
1
|
+
<svg id="Group_135679" data-name="Group 135679" xmlns="http://www.w3.org/2000/svg" width="18.715" height="15.229" viewBox="0 0 18.715 15.229">
|
|
2
|
+
<path id="Path_70973" data-name="Path 70973" d="M-200.684,319.159v-9.244c.063-.022.041-.083.052-.125a2.056,2.056,0,0,1,2.063-1.6q1.169-.008,2.338,0c.13,0,.161-.037.161-.163a3.5,3.5,0,0,1,.051-.963,1.8,1.8,0,0,1,1.845-1.4q2.1,0,4.2,0c.572,0,1.145-.009,1.716.012a1.8,1.8,0,0,1,1.571,1.225,3.374,3.374,0,0,1,.1,1.12c0,.135.031.173.17.172.834-.005,1.668-.014,2.5.007a2.034,2.034,0,0,1,1.907,1.709,9.239,9.239,0,0,1,.032,1.385c0,2.478,0,4.955,0,7.433a2.1,2.1,0,0,1-.2.973,2.051,2.051,0,0,1-1.972,1.192q-7.186,0-14.373,0c-.067,0-.133,0-.2-.006a2.058,2.058,0,0,1-1.871-1.442C-200.62,319.348-200.611,319.239-200.684,319.159Zm9.35-.051a4.585,4.585,0,0,0,4.57-4.556,4.578,4.578,0,0,0-4.563-4.58,4.582,4.582,0,0,0-4.572,4.553A4.587,4.587,0,0,0-191.334,319.108Z" transform="translate(200.684 -305.661)" fill="#1d1c21"/>
|
|
3
|
+
<path id="Path_70974" data-name="Path 70974" d="M-184.87,317.725a3.023,3.023,0,0,1-3.022,3.013,3.022,3.022,0,0,1-3.011-3.006,3.027,3.027,0,0,1,3.013-3.024A3.027,3.027,0,0,1-184.87,317.725Z" transform="translate(197.24 -308.847)" fill="#1d1c21"/>
|
|
4
|
+
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="18.775" height="18.775" viewBox="0 0 18.775 18.775">
|
|
2
|
-
<g id="Group_135683" data-name="Group 135683" transform="translate(-0.002 -0.001)">
|
|
3
|
-
<path id="Path_44" data-name="Path 44" d="M-210.749,270.4h.33a1.652,1.652,0,0,1,.69.478q3.105,3.113,6.213,6.222c.122.123.179.144.315.007q3.113-3.13,6.24-6.247a.94.94,0,0,1,1.436-.011c.336.329.665.666,1.005.99a1.577,1.577,0,0,1,.49.725v.367a2.876,2.876,0,0,1-.739.908q-2.928,2.93-5.86,5.855c-.119.118-.136.172-.006.3q3.043,3.022,6.076,6.054a1.85,1.85,0,0,1,.53.741v.367a1.782,1.782,0,0,1-.5.7c-.32.311-.632.63-.947.945a.95.95,0,0,1-1.514,0q-3.111-3.11-6.219-6.224c-.111-.111-.163-.119-.279,0q-3.117,3.13-6.245,6.25a.94.94,0,0,1-1.462.006q-.559-.556-1.115-1.114a.952.952,0,0,1,0-1.5q3.1-3.118,6.209-6.234c.111-.112.13-.169.006-.292q-3.188-3.175-6.367-6.361a.933.933,0,0,1,0-1.435c.336-.338.678-.67,1.009-1.013A1.566,1.566,0,0,1-210.749,270.4Z" transform="translate(212.806 -270.399)" fill="#1d1c21"/>
|
|
4
|
-
</g>
|
|
5
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="18.775" height="18.775" viewBox="0 0 18.775 18.775">
|
|
2
|
+
<g id="Group_135683" data-name="Group 135683" transform="translate(-0.002 -0.001)">
|
|
3
|
+
<path id="Path_44" data-name="Path 44" d="M-210.749,270.4h.33a1.652,1.652,0,0,1,.69.478q3.105,3.113,6.213,6.222c.122.123.179.144.315.007q3.113-3.13,6.24-6.247a.94.94,0,0,1,1.436-.011c.336.329.665.666,1.005.99a1.577,1.577,0,0,1,.49.725v.367a2.876,2.876,0,0,1-.739.908q-2.928,2.93-5.86,5.855c-.119.118-.136.172-.006.3q3.043,3.022,6.076,6.054a1.85,1.85,0,0,1,.53.741v.367a1.782,1.782,0,0,1-.5.7c-.32.311-.632.63-.947.945a.95.95,0,0,1-1.514,0q-3.111-3.11-6.219-6.224c-.111-.111-.163-.119-.279,0q-3.117,3.13-6.245,6.25a.94.94,0,0,1-1.462.006q-.559-.556-1.115-1.114a.952.952,0,0,1,0-1.5q3.1-3.118,6.209-6.234c.111-.112.13-.169.006-.292q-3.188-3.175-6.367-6.361a.933.933,0,0,1,0-1.435c.336-.338.678-.67,1.009-1.013A1.566,1.566,0,0,1-210.749,270.4Z" transform="translate(212.806 -270.399)" fill="#1d1c21"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16.775" height="16.775" viewBox="0 0 16.775 16.775">
|
|
2
|
-
<path id="Path_71218" data-name="Path 71218" d="M-210.968,270.4h.295a1.476,1.476,0,0,1,.616.427q2.774,2.781,5.551,5.559c.109.109.16.128.281.006q2.782-2.8,5.575-5.581a.84.84,0,0,1,1.283-.01c.3.294.594.595.9.884a1.409,1.409,0,0,1,.438.647v.327a2.569,2.569,0,0,1-.661.811q-2.616,2.617-5.236,5.231c-.106.106-.121.154-.006.269q2.719,2.7,5.428,5.409a1.653,1.653,0,0,1,.474.662v.328a1.592,1.592,0,0,1-.45.626c-.286.278-.565.563-.846.844a.849.849,0,0,1-1.352,0q-2.78-2.779-5.557-5.56c-.1-.1-.146-.107-.249,0q-2.785,2.8-5.579,5.584a.84.84,0,0,1-1.306.005q-.5-.5-1-1a.85.85,0,0,1,0-1.342q2.773-2.786,5.548-5.569c.1-.1.116-.151.005-.261q-2.849-2.837-5.688-5.683a.834.834,0,0,1,0-1.282c.3-.3.606-.6.9-.9A1.4,1.4,0,0,1-210.968,270.4Z" transform="translate(212.806 -270.399)" fill="#9e9cab"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16.775" height="16.775" viewBox="0 0 16.775 16.775">
|
|
2
|
+
<path id="Path_71218" data-name="Path 71218" d="M-210.968,270.4h.295a1.476,1.476,0,0,1,.616.427q2.774,2.781,5.551,5.559c.109.109.16.128.281.006q2.782-2.8,5.575-5.581a.84.84,0,0,1,1.283-.01c.3.294.594.595.9.884a1.409,1.409,0,0,1,.438.647v.327a2.569,2.569,0,0,1-.661.811q-2.616,2.617-5.236,5.231c-.106.106-.121.154-.006.269q2.719,2.7,5.428,5.409a1.653,1.653,0,0,1,.474.662v.328a1.592,1.592,0,0,1-.45.626c-.286.278-.565.563-.846.844a.849.849,0,0,1-1.352,0q-2.78-2.779-5.557-5.56c-.1-.1-.146-.107-.249,0q-2.785,2.8-5.579,5.584a.84.84,0,0,1-1.306.005q-.5-.5-1-1a.85.85,0,0,1,0-1.342q2.773-2.786,5.548-5.569c.1-.1.116-.151.005-.261q-2.849-2.837-5.688-5.683a.834.834,0,0,1,0-1.282c.3-.3.606-.6.9-.9A1.4,1.4,0,0,1-210.968,270.4Z" transform="translate(212.806 -270.399)" fill="#9e9cab"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="21" height="27" viewBox="0 0 21 27">
|
|
2
|
-
<path id="Path_71216" data-name="Path 71216" d="M11.5,30a3,3,0,0,0,3,3h12a3,3,0,0,0,3-3V12h-18ZM31,7.5H25.75L24.25,6h-7.5l-1.5,1.5H10v3H31Z" transform="translate(-10 -6)" fill="#f53872"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="21" height="27" viewBox="0 0 21 27">
|
|
2
|
+
<path id="Path_71216" data-name="Path 71216" d="M11.5,30a3,3,0,0,0,3,3h12a3,3,0,0,0,3-3V12h-18ZM31,7.5H25.75L24.25,6h-7.5l-1.5,1.5H10v3H31Z" transform="translate(-10 -6)" fill="#f53872"/>
|
|
3
|
+
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="18.203" viewBox="0 0 14 18.203">
|
|
2
|
-
<g id="Group_135696" data-name="Group 135696" transform="translate(5272 4991.203)">
|
|
3
|
-
<path id="Path_71219" data-name="Path 71219" d="M-476.717,1438.966a.6.6,0,0,1,.455.642c-.008,1.812,0,3.624-.007,5.435,0,.141.021.192.2.19.84-.011,1.68,0,2.52-.007a.617.617,0,0,1,.618.307.51.51,0,0,1-.142.614q-2.752,3.017-5.5,6.035a.613.613,0,0,1-1.018.006q-2.79-3.021-5.581-6.042a.508.508,0,0,1-.141-.614.6.6,0,0,1,.6-.306c.84,0,1.68-.005,2.52.006.19,0,.217-.049.216-.207-.007-1.806,0-3.612-.008-5.418a.6.6,0,0,1,.455-.642Z" transform="translate(-4785.629 -6430.168)" fill="#9e9cab"/>
|
|
4
|
-
<rect id="Rectangle_1777" data-name="Rectangle 1777" width="14" height="3" transform="translate(-5272 -4976)" fill="#9e9cab"/>
|
|
5
|
-
</g>
|
|
6
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="18.203" viewBox="0 0 14 18.203">
|
|
2
|
+
<g id="Group_135696" data-name="Group 135696" transform="translate(5272 4991.203)">
|
|
3
|
+
<path id="Path_71219" data-name="Path 71219" d="M-476.717,1438.966a.6.6,0,0,1,.455.642c-.008,1.812,0,3.624-.007,5.435,0,.141.021.192.2.19.84-.011,1.68,0,2.52-.007a.617.617,0,0,1,.618.307.51.51,0,0,1-.142.614q-2.752,3.017-5.5,6.035a.613.613,0,0,1-1.018.006q-2.79-3.021-5.581-6.042a.508.508,0,0,1-.141-.614.6.6,0,0,1,.6-.306c.84,0,1.68-.005,2.52.006.19,0,.217-.049.216-.207-.007-1.806,0-3.612-.008-5.418a.6.6,0,0,1,.455-.642Z" transform="translate(-4785.629 -6430.168)" fill="#9e9cab"/>
|
|
4
|
+
<rect id="Rectangle_1777" data-name="Rectangle 1777" width="14" height="3" transform="translate(-5272 -4976)" fill="#9e9cab"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16.344" height="16.322" viewBox="0 0 16.344 16.322">
|
|
2
|
-
<g id="Group_135681" data-name="Group 135681" transform="translate(748.303 -128.882)">
|
|
3
|
-
<path id="Path_71148" data-name="Path 71148" d="M-748.3,224.815a9.894,9.894,0,0,0,.285-1.069c.24-.946.473-1.894.708-2.841a.511.511,0,0,1,.139-.246q4.435-4.433,8.867-8.871c.083-.083.119-.069.194.006q1.649,1.657,3.307,3.305c.089.088.075.127,0,.206q-4.421,4.414-8.837,8.833a.615.615,0,0,1-.3.168q-1.947.479-3.893.964c-.008,0-.012.015-.018.023h-.16a.426.426,0,0,1-.287-.287Z" transform="translate(0 -80.09)" fill="#1d1c21"/>
|
|
4
|
-
<path id="Path_71149" data-name="Path 71149" d="M-411.962,128.882a1.75,1.75,0,0,1,1.264.515c.325.322.651.642.969.971a1.761,1.761,0,0,1-.009,2.54c-.369.376-.746.743-1.114,1.119-.067.068-.1.074-.172,0q-1.665-1.673-3.339-3.338c-.076-.075-.058-.109.006-.172.375-.369.746-.743,1.118-1.115A1.751,1.751,0,0,1-411.962,128.882Z" transform="translate(-322.767)" fill="#1d1c21"/>
|
|
5
|
-
</g>
|
|
6
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16.344" height="16.322" viewBox="0 0 16.344 16.322">
|
|
2
|
+
<g id="Group_135681" data-name="Group 135681" transform="translate(748.303 -128.882)">
|
|
3
|
+
<path id="Path_71148" data-name="Path 71148" d="M-748.3,224.815a9.894,9.894,0,0,0,.285-1.069c.24-.946.473-1.894.708-2.841a.511.511,0,0,1,.139-.246q4.435-4.433,8.867-8.871c.083-.083.119-.069.194.006q1.649,1.657,3.307,3.305c.089.088.075.127,0,.206q-4.421,4.414-8.837,8.833a.615.615,0,0,1-.3.168q-1.947.479-3.893.964c-.008,0-.012.015-.018.023h-.16a.426.426,0,0,1-.287-.287Z" transform="translate(0 -80.09)" fill="#1d1c21"/>
|
|
4
|
+
<path id="Path_71149" data-name="Path 71149" d="M-411.962,128.882a1.75,1.75,0,0,1,1.264.515c.325.322.651.642.969.971a1.761,1.761,0,0,1-.009,2.54c-.369.376-.746.743-1.114,1.119-.067.068-.1.074-.172,0q-1.665-1.673-3.339-3.338c-.076-.075-.058-.109.006-.172.375-.369.746-.743,1.118-1.115A1.751,1.751,0,0,1-411.962,128.882Z" transform="translate(-322.767)" fill="#1d1c21"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="25.5" height="25.5" viewBox="0 0 25.5 25.5">
|
|
2
|
-
<g id="Group_135681" data-name="Group 135681" transform="translate(364.639 -257.775)">
|
|
3
|
-
<path id="Path_71179" data-name="Path 71179" d="M-351.882,257.775a12.748,12.748,0,0,0-12.757,12.742A12.751,12.751,0,0,0-351.9,283.275a12.75,12.75,0,0,0,12.758-12.743A12.746,12.746,0,0,0-351.882,257.775Zm-.006,23.719a10.967,10.967,0,0,1-10.971-10.968,10.966,10.966,0,0,1,10.968-10.971,10.964,10.964,0,0,1,10.971,10.967A10.966,10.966,0,0,1-351.887,281.494Z" transform="translate(0 0)" fill="#f53872"/>
|
|
4
|
-
<path id="Path_71180" data-name="Path 71180" d="M-324.931,321.241c-2.093.024-4.187.009-6.28.009h-.695q-2.862,0-5.725,0a.9.9,0,0,0-1,1.016,6.789,6.789,0,0,0,.08,1.023,7.419,7.419,0,0,0,8.395,6.188,7.435,7.435,0,0,0,6.35-7.1A1,1,0,0,0-324.931,321.241Zm-.775,2.059a5.665,5.665,0,0,1-5.514,4.485,5.664,5.664,0,0,1-5.528-4.5c-.045-.22-.008-.259.209-.258,1.779.008,3.557,0,5.336,0,1.76,0,3.52,0,5.28-.005C-325.687,323.023-325.66,323.077-325.705,323.3Z" transform="translate(-20.665 -50.433)" fill="#f53872"/>
|
|
5
|
-
<path id="Path_71181" data-name="Path 71181" d="M-337.243,297.5a2.068,2.068,0,0,1,2.506.005.889.889,0,0,0,1.252-.209.9.9,0,0,0-.237-1.249,3.827,3.827,0,0,0-2.26-.746,3.873,3.873,0,0,0-2.272.737.894.894,0,0,0-.26,1.244A.9.9,0,0,0-337.243,297.5Z" transform="translate(-20.639 -29.819)" fill="#f53872"/>
|
|
6
|
-
<path id="Path_71182" data-name="Path 71182" d="M-290.989,297.489a2.161,2.161,0,0,1,.861-.361,2.068,2.068,0,0,1,1.6.381.854.854,0,0,0,.966.064.832.832,0,0,0,.453-.771.9.9,0,0,0-.421-.769,3.858,3.858,0,0,0-4.467-.008.9.9,0,0,0-.287,1.278A.9.9,0,0,0-290.989,297.489Z" transform="translate(-57.37 -29.833)" fill="#f53872"/>
|
|
7
|
-
</g>
|
|
8
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="25.5" height="25.5" viewBox="0 0 25.5 25.5">
|
|
2
|
+
<g id="Group_135681" data-name="Group 135681" transform="translate(364.639 -257.775)">
|
|
3
|
+
<path id="Path_71179" data-name="Path 71179" d="M-351.882,257.775a12.748,12.748,0,0,0-12.757,12.742A12.751,12.751,0,0,0-351.9,283.275a12.75,12.75,0,0,0,12.758-12.743A12.746,12.746,0,0,0-351.882,257.775Zm-.006,23.719a10.967,10.967,0,0,1-10.971-10.968,10.966,10.966,0,0,1,10.968-10.971,10.964,10.964,0,0,1,10.971,10.967A10.966,10.966,0,0,1-351.887,281.494Z" transform="translate(0 0)" fill="#f53872"/>
|
|
4
|
+
<path id="Path_71180" data-name="Path 71180" d="M-324.931,321.241c-2.093.024-4.187.009-6.28.009h-.695q-2.862,0-5.725,0a.9.9,0,0,0-1,1.016,6.789,6.789,0,0,0,.08,1.023,7.419,7.419,0,0,0,8.395,6.188,7.435,7.435,0,0,0,6.35-7.1A1,1,0,0,0-324.931,321.241Zm-.775,2.059a5.665,5.665,0,0,1-5.514,4.485,5.664,5.664,0,0,1-5.528-4.5c-.045-.22-.008-.259.209-.258,1.779.008,3.557,0,5.336,0,1.76,0,3.52,0,5.28-.005C-325.687,323.023-325.66,323.077-325.705,323.3Z" transform="translate(-20.665 -50.433)" fill="#f53872"/>
|
|
5
|
+
<path id="Path_71181" data-name="Path 71181" d="M-337.243,297.5a2.068,2.068,0,0,1,2.506.005.889.889,0,0,0,1.252-.209.9.9,0,0,0-.237-1.249,3.827,3.827,0,0,0-2.26-.746,3.873,3.873,0,0,0-2.272.737.894.894,0,0,0-.26,1.244A.9.9,0,0,0-337.243,297.5Z" transform="translate(-20.639 -29.819)" fill="#f53872"/>
|
|
6
|
+
<path id="Path_71182" data-name="Path 71182" d="M-290.989,297.489a2.161,2.161,0,0,1,.861-.361,2.068,2.068,0,0,1,1.6.381.854.854,0,0,0,.966.064.832.832,0,0,0,.453-.771.9.9,0,0,0-.421-.769,3.858,3.858,0,0,0-4.467-.008.9.9,0,0,0-.287,1.278A.9.9,0,0,0-290.989,297.489Z" transform="translate(-57.37 -29.833)" fill="#f53872"/>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="47" height="47" viewBox="0 0 47 47">
|
|
2
|
-
<g id="Group_135732" data-name="Group 135732" transform="translate(7019 4637)">
|
|
3
|
-
<circle id="Ellipse_18" data-name="Ellipse 18" cx="23.5" cy="23.5" r="23.5" transform="translate(-7019 -4637)" fill="#9e9cab"/>
|
|
4
|
-
<path id="Path_71227" data-name="Path 71227" d="M1.223,16.261a2.7,2.7,0,0,1-.885-.718.9.9,0,0,1,0-1.4q2.946-2.947,5.9-5.89c.1-.1.091-.146,0-.241Q3.277,5.067.334,2.118A.862.862,0,0,1,.138.986,3.047,3.047,0,0,1,.984.138.833.833,0,0,1,2,.217c.045.037.088.076.129.117L9.223,7.427a.909.909,0,0,1,.211,1.149,1.212,1.212,0,0,1-.21.256Q5.676,12.38,2.131,15.928a1.313,1.313,0,0,1-.558.333Z" transform="matrix(-1, -0.017, 0.017, -1, -6992.447, -4605.574)" fill="#fff"/>
|
|
5
|
-
</g>
|
|
6
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="47" height="47" viewBox="0 0 47 47">
|
|
2
|
+
<g id="Group_135732" data-name="Group 135732" transform="translate(7019 4637)">
|
|
3
|
+
<circle id="Ellipse_18" data-name="Ellipse 18" cx="23.5" cy="23.5" r="23.5" transform="translate(-7019 -4637)" fill="#9e9cab"/>
|
|
4
|
+
<path id="Path_71227" data-name="Path 71227" d="M1.223,16.261a2.7,2.7,0,0,1-.885-.718.9.9,0,0,1,0-1.4q2.946-2.947,5.9-5.89c.1-.1.091-.146,0-.241Q3.277,5.067.334,2.118A.862.862,0,0,1,.138.986,3.047,3.047,0,0,1,.984.138.833.833,0,0,1,2,.217c.045.037.088.076.129.117L9.223,7.427a.909.909,0,0,1,.211,1.149,1.212,1.212,0,0,1-.21.256Q5.676,12.38,2.131,15.928a1.313,1.313,0,0,1-.558.333Z" transform="matrix(-1, -0.017, 0.017, -1, -6992.447, -4605.574)" fill="#fff"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="37.02" height="37.022" viewBox="0 0 37.02 37.022">
|
|
2
|
-
<g id="Group_135680" data-name="Group 135680" transform="translate(516.357 -229.719)">
|
|
3
|
-
<path id="Path_71203" data-name="Path 71203" d="M-516.358,410.714a1.333,1.333,0,0,1,1.444-.8c.622.039,1.249.005,1.874.009a1.092,1.092,0,0,1,1.165,1.066,1.091,1.091,0,0,1-1.165,1.1c-.625,0-1.251-.029-1.874.009a1.336,1.336,0,0,1-1.444-.8Z" transform="translate(0 -162.774)" fill="#1d1c21"/>
|
|
4
|
-
<path id="Path_71204" data-name="Path 71204" d="M-335.359,570.914a1.335,1.335,0,0,1-.8-1.448c.038-.624,0-1.253.009-1.879a1.091,1.091,0,0,1,1.079-1.156,1.089,1.089,0,0,1,1.088,1.147c.006.663-.021,1.326.007,1.988a1.222,1.222,0,0,1-.874,1.348Z" transform="translate(-162.777 -304.173)" fill="#1d1c21"/>
|
|
5
|
-
<path id="Path_71205" data-name="Path 71205" d="M-432.279,302.3a11.516,11.516,0,0,1,11.5,11.516,11.517,11.517,0,0,1-11.5,11.478,11.519,11.519,0,0,1-11.5-11.517A11.516,11.516,0,0,1-432.279,302.3Zm1.083,20.765.493-.079a9.363,9.363,0,0,0,7.659-10.521,9.356,9.356,0,0,0-7.8-7.889c-.34-.06-.361.04-.361.326q.011,8.893.006,17.786Z" transform="translate(-65.567 -65.565)" fill="#1d1c21"/>
|
|
6
|
-
<path id="Path_71206" data-name="Path 71206" d="M-459.252,285.76a1.079,1.079,0,0,1-.636.954.982.982,0,0,1-1.143-.155c-.607-.566-1.2-1.153-1.762-1.76a1.054,1.054,0,0,1,.053-1.469,1.054,1.054,0,0,1,1.47-.045c.6.557,1.166,1.147,1.739,1.732A1.069,1.069,0,0,1-459.252,285.76Z" transform="translate(-48.142 -48.14)" fill="#1d1c21"/>
|
|
7
|
-
<path id="Path_71207" data-name="Path 71207" d="M-223.339,283.015a1.079,1.079,0,0,1,.955.59.985.985,0,0,1-.125,1.178c-.572.617-1.166,1.217-1.785,1.787a1.044,1.044,0,0,1-1.466-.081,1.044,1.044,0,0,1-.04-1.442c.564-.608,1.165-1.183,1.757-1.765A1.079,1.079,0,0,1-223.339,283.015Z" transform="translate(-262.234 -48.146)" fill="#1d1c21"/>
|
|
8
|
-
<path id="Path_71208" data-name="Path 71208" d="M-460.319,520.05a1.077,1.077,0,0,1,.955.622.974.974,0,0,1-.138,1.144c-.572.617-1.167,1.216-1.785,1.787a1.05,1.05,0,0,1-1.467-.078,1.054,1.054,0,0,1-.04-1.443c.565-.607,1.164-1.184,1.758-1.764A1.049,1.049,0,0,1-460.319,520.05Z" transform="translate(-48.146 -262.274)" fill="#1d1c21"/>
|
|
9
|
-
<path id="Path_71209" data-name="Path 71209" d="M-224.88,520.091a1.083,1.083,0,0,1,.7.312c.548.541,1.1,1.079,1.633,1.634a1.077,1.077,0,0,1,0,1.552,1.076,1.076,0,0,1-1.527-.021q-.832-.8-1.633-1.634a1.038,1.038,0,0,1-.219-1.2A1.1,1.1,0,0,1-224.88,520.091Z" transform="translate(-262.27 -262.311)" fill="#1d1c21"/>
|
|
10
|
-
<path id="Path_71210" data-name="Path 71210" d="M-336.061,231.932c0-.373-.007-.746,0-1.119a1.088,1.088,0,0,1,1.065-1.094,1.083,1.083,0,0,1,1.1,1.1c.01.77.012,1.54,0,2.31a1.08,1.08,0,0,1-1.082,1.077,1.086,1.086,0,0,1-1.082-1.078C-336.069,232.726-336.061,232.329-336.061,231.932Z" transform="translate(-162.87 0)" fill="#1d1c21"/>
|
|
11
|
-
<path id="Path_71211" data-name="Path 71211" d="M-177.408,410.012c.385,0,.77-.007,1.155,0a1.087,1.087,0,0,1,1.094,1.066,1.082,1.082,0,0,1-1.1,1.1c-.77.01-1.54.012-2.31,0a1.08,1.08,0,0,1-1.076-1.083,1.086,1.086,0,0,1,1.078-1.082C-178.179,410-177.793,410.012-177.408,410.012Z" transform="translate(-304.177 -162.867)" fill="#1d1c21"/>
|
|
12
|
-
<path id="Path_71212" data-name="Path 71212" d="M-313.636,344.184v-.376q0-8.893-.006-17.786c0-.286.021-.387.361-.326a9.357,9.357,0,0,1,7.8,7.889,9.363,9.363,0,0,1-7.659,10.521Z" transform="translate(-183.126 -86.686)" fill="#fff"/>
|
|
13
|
-
</g>
|
|
14
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="37.02" height="37.022" viewBox="0 0 37.02 37.022">
|
|
2
|
+
<g id="Group_135680" data-name="Group 135680" transform="translate(516.357 -229.719)">
|
|
3
|
+
<path id="Path_71203" data-name="Path 71203" d="M-516.358,410.714a1.333,1.333,0,0,1,1.444-.8c.622.039,1.249.005,1.874.009a1.092,1.092,0,0,1,1.165,1.066,1.091,1.091,0,0,1-1.165,1.1c-.625,0-1.251-.029-1.874.009a1.336,1.336,0,0,1-1.444-.8Z" transform="translate(0 -162.774)" fill="#1d1c21"/>
|
|
4
|
+
<path id="Path_71204" data-name="Path 71204" d="M-335.359,570.914a1.335,1.335,0,0,1-.8-1.448c.038-.624,0-1.253.009-1.879a1.091,1.091,0,0,1,1.079-1.156,1.089,1.089,0,0,1,1.088,1.147c.006.663-.021,1.326.007,1.988a1.222,1.222,0,0,1-.874,1.348Z" transform="translate(-162.777 -304.173)" fill="#1d1c21"/>
|
|
5
|
+
<path id="Path_71205" data-name="Path 71205" d="M-432.279,302.3a11.516,11.516,0,0,1,11.5,11.516,11.517,11.517,0,0,1-11.5,11.478,11.519,11.519,0,0,1-11.5-11.517A11.516,11.516,0,0,1-432.279,302.3Zm1.083,20.765.493-.079a9.363,9.363,0,0,0,7.659-10.521,9.356,9.356,0,0,0-7.8-7.889c-.34-.06-.361.04-.361.326q.011,8.893.006,17.786Z" transform="translate(-65.567 -65.565)" fill="#1d1c21"/>
|
|
6
|
+
<path id="Path_71206" data-name="Path 71206" d="M-459.252,285.76a1.079,1.079,0,0,1-.636.954.982.982,0,0,1-1.143-.155c-.607-.566-1.2-1.153-1.762-1.76a1.054,1.054,0,0,1,.053-1.469,1.054,1.054,0,0,1,1.47-.045c.6.557,1.166,1.147,1.739,1.732A1.069,1.069,0,0,1-459.252,285.76Z" transform="translate(-48.142 -48.14)" fill="#1d1c21"/>
|
|
7
|
+
<path id="Path_71207" data-name="Path 71207" d="M-223.339,283.015a1.079,1.079,0,0,1,.955.59.985.985,0,0,1-.125,1.178c-.572.617-1.166,1.217-1.785,1.787a1.044,1.044,0,0,1-1.466-.081,1.044,1.044,0,0,1-.04-1.442c.564-.608,1.165-1.183,1.757-1.765A1.079,1.079,0,0,1-223.339,283.015Z" transform="translate(-262.234 -48.146)" fill="#1d1c21"/>
|
|
8
|
+
<path id="Path_71208" data-name="Path 71208" d="M-460.319,520.05a1.077,1.077,0,0,1,.955.622.974.974,0,0,1-.138,1.144c-.572.617-1.167,1.216-1.785,1.787a1.05,1.05,0,0,1-1.467-.078,1.054,1.054,0,0,1-.04-1.443c.565-.607,1.164-1.184,1.758-1.764A1.049,1.049,0,0,1-460.319,520.05Z" transform="translate(-48.146 -262.274)" fill="#1d1c21"/>
|
|
9
|
+
<path id="Path_71209" data-name="Path 71209" d="M-224.88,520.091a1.083,1.083,0,0,1,.7.312c.548.541,1.1,1.079,1.633,1.634a1.077,1.077,0,0,1,0,1.552,1.076,1.076,0,0,1-1.527-.021q-.832-.8-1.633-1.634a1.038,1.038,0,0,1-.219-1.2A1.1,1.1,0,0,1-224.88,520.091Z" transform="translate(-262.27 -262.311)" fill="#1d1c21"/>
|
|
10
|
+
<path id="Path_71210" data-name="Path 71210" d="M-336.061,231.932c0-.373-.007-.746,0-1.119a1.088,1.088,0,0,1,1.065-1.094,1.083,1.083,0,0,1,1.1,1.1c.01.77.012,1.54,0,2.31a1.08,1.08,0,0,1-1.082,1.077,1.086,1.086,0,0,1-1.082-1.078C-336.069,232.726-336.061,232.329-336.061,231.932Z" transform="translate(-162.87 0)" fill="#1d1c21"/>
|
|
11
|
+
<path id="Path_71211" data-name="Path 71211" d="M-177.408,410.012c.385,0,.77-.007,1.155,0a1.087,1.087,0,0,1,1.094,1.066,1.082,1.082,0,0,1-1.1,1.1c-.77.01-1.54.012-2.31,0a1.08,1.08,0,0,1-1.076-1.083,1.086,1.086,0,0,1,1.078-1.082C-178.179,410-177.793,410.012-177.408,410.012Z" transform="translate(-304.177 -162.867)" fill="#1d1c21"/>
|
|
12
|
+
<path id="Path_71212" data-name="Path 71212" d="M-313.636,344.184v-.376q0-8.893-.006-17.786c0-.286.021-.387.361-.326a9.357,9.357,0,0,1,7.8,7.889,9.363,9.363,0,0,1-7.659,10.521Z" transform="translate(-183.126 -86.686)" fill="#fff"/>
|
|
13
|
+
</g>
|
|
14
|
+
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<svg id="Group_135683" data-name="Group 135683" xmlns="http://www.w3.org/2000/svg" width="5.5" height="21.983" viewBox="0 0 5.5 21.983">
|
|
2
|
-
<path id="Path_38" data-name="Path 38" d="M-239.6,420.384a2.736,2.736,0,0,0-.515-.169,2.768,2.768,0,0,1-1.793-2.831,2.752,2.752,0,0,1,2.343-2.461,2.75,2.75,0,0,1,3.1,2.205,2.767,2.767,0,0,1-2.145,3.2c-.07.015-.16-.034-.212.053Z" transform="translate(241.924 -398.401)" fill="#1d1c21"/>
|
|
3
|
-
<path id="Path_39" data-name="Path 39" d="M-239.109,176.2a2.761,2.761,0,0,1-2.742-2.747,2.761,2.761,0,0,1,2.764-2.748,2.761,2.761,0,0,1,2.731,2.758A2.761,2.761,0,0,1-239.109,176.2Z" transform="translate(241.856 -170.701)" fill="#1d1c21"/>
|
|
4
|
-
<path id="Path_40" data-name="Path 40" d="M-241.852,295.487a2.761,2.761,0,0,1,2.757-2.732,2.76,2.76,0,0,1,2.738,2.773,2.761,2.761,0,0,1-2.768,2.722A2.761,2.761,0,0,1-241.852,295.487Z" transform="translate(241.857 -284.511)" fill="#1d1c21"/>
|
|
5
|
-
</svg>
|
|
1
|
+
<svg id="Group_135683" data-name="Group 135683" xmlns="http://www.w3.org/2000/svg" width="5.5" height="21.983" viewBox="0 0 5.5 21.983">
|
|
2
|
+
<path id="Path_38" data-name="Path 38" d="M-239.6,420.384a2.736,2.736,0,0,0-.515-.169,2.768,2.768,0,0,1-1.793-2.831,2.752,2.752,0,0,1,2.343-2.461,2.75,2.75,0,0,1,3.1,2.205,2.767,2.767,0,0,1-2.145,3.2c-.07.015-.16-.034-.212.053Z" transform="translate(241.924 -398.401)" fill="#1d1c21"/>
|
|
3
|
+
<path id="Path_39" data-name="Path 39" d="M-239.109,176.2a2.761,2.761,0,0,1-2.742-2.747,2.761,2.761,0,0,1,2.764-2.748,2.761,2.761,0,0,1,2.731,2.758A2.761,2.761,0,0,1-239.109,176.2Z" transform="translate(241.856 -170.701)" fill="#1d1c21"/>
|
|
4
|
+
<path id="Path_40" data-name="Path 40" d="M-241.852,295.487a2.761,2.761,0,0,1,2.757-2.732,2.76,2.76,0,0,1,2.738,2.773,2.761,2.761,0,0,1-2.768,2.722A2.761,2.761,0,0,1-241.852,295.487Z" transform="translate(241.857 -284.511)" fill="#1d1c21"/>
|
|
5
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg id="Group_135680" data-name="Group 135680" xmlns="http://www.w3.org/2000/svg" width="26.426" height="25.412" viewBox="0 0 26.426 25.412">
|
|
2
|
-
<path id="Path_37" data-name="Path 37" d="M-641.29,133.128V111.849c.093-.034.066-.124.083-.19a4.073,4.073,0,0,1,4.178-3.238q8.989,0,17.977,0a4.062,4.062,0,0,1,4.188,4.193q0,5.971,0,11.942a4.372,4.372,0,0,1-.1,1.008,4.061,4.061,0,0,1-4.12,3.182q-7.194,0-14.388,0a.818.818,0,0,0-.573.2q-2.688,2.255-5.39,4.494c-.729.606-1.278.517-1.8-.279C-641.247,133.142-641.272,133.137-641.29,133.128Zm13.215-16.577c2.021,0,4.042,0,6.063,0a1.011,1.011,0,0,0,1.048-1.006A1.023,1.023,0,0,0-622,114.52c-.074,0-.148,0-.222,0h-11.713a2.892,2.892,0,0,0-.349.01,1.022,1.022,0,0,0-.9.954,1.014,1.014,0,0,0,.8,1.042,2.127,2.127,0,0,0,.442.027Q-631.012,116.553-628.075,116.551Zm-2.034,4.066h3.872c.736,0,1.2-.391,1.208-1.007s-.469-1.024-1.224-1.025h-2.38q-2.714,0-5.427,0a1.037,1.037,0,0,0-1.032.6,1.007,1.007,0,0,0,.953,1.433C-632.8,120.624-631.453,120.616-630.11,120.617Z" transform="translate(641.29 -108.42)" fill="#1d1c21"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg id="Group_135680" data-name="Group 135680" xmlns="http://www.w3.org/2000/svg" width="26.426" height="25.412" viewBox="0 0 26.426 25.412">
|
|
2
|
+
<path id="Path_37" data-name="Path 37" d="M-641.29,133.128V111.849c.093-.034.066-.124.083-.19a4.073,4.073,0,0,1,4.178-3.238q8.989,0,17.977,0a4.062,4.062,0,0,1,4.188,4.193q0,5.971,0,11.942a4.372,4.372,0,0,1-.1,1.008,4.061,4.061,0,0,1-4.12,3.182q-7.194,0-14.388,0a.818.818,0,0,0-.573.2q-2.688,2.255-5.39,4.494c-.729.606-1.278.517-1.8-.279C-641.247,133.142-641.272,133.137-641.29,133.128Zm13.215-16.577c2.021,0,4.042,0,6.063,0a1.011,1.011,0,0,0,1.048-1.006A1.023,1.023,0,0,0-622,114.52c-.074,0-.148,0-.222,0h-11.713a2.892,2.892,0,0,0-.349.01,1.022,1.022,0,0,0-.9.954,1.014,1.014,0,0,0,.8,1.042,2.127,2.127,0,0,0,.442.027Q-631.012,116.553-628.075,116.551Zm-2.034,4.066h3.872c.736,0,1.2-.391,1.208-1.007s-.469-1.024-1.224-1.025h-2.38q-2.714,0-5.427,0a1.037,1.037,0,0,0-1.032.6,1.007,1.007,0,0,0,.953,1.433C-632.8,120.624-631.453,120.616-630.11,120.617Z" transform="translate(641.29 -108.42)" fill="#1d1c21"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="18.346" height="13.63" viewBox="0 0 18.346 13.63">
|
|
2
|
-
<path id="Path_71205" data-name="Path 71205" d="M-511.323,193.394a2.01,2.01,0,0,1-.542.726q-5.479,5.475-10.955,10.953a.9.9,0,0,1-1.162.221,1.169,1.169,0,0,1-.23-.183q-2.325-2.321-4.645-4.645a.888.888,0,0,1,.2-1.482.848.848,0,0,1,.9.09,1.757,1.757,0,0,1,.207.186q1.929,1.927,3.854,3.86c.131.132.189.116.311-.007q5.219-5.23,10.447-10.452a.909.909,0,0,1,1.178-.214,1.036,1.036,0,0,1,.431.6Z" transform="translate(529.418 -192.052)" fill="#1d1c21" stroke="#9e9cab" stroke-width="0.5"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="18.346" height="13.63" viewBox="0 0 18.346 13.63">
|
|
2
|
+
<path id="Path_71205" data-name="Path 71205" d="M-511.323,193.394a2.01,2.01,0,0,1-.542.726q-5.479,5.475-10.955,10.953a.9.9,0,0,1-1.162.221,1.169,1.169,0,0,1-.23-.183q-2.325-2.321-4.645-4.645a.888.888,0,0,1,.2-1.482.848.848,0,0,1,.9.09,1.757,1.757,0,0,1,.207.186q1.929,1.927,3.854,3.86c.131.132.189.116.311-.007q5.219-5.23,10.447-10.452a.909.909,0,0,1,1.178-.214,1.036,1.036,0,0,1,.431.6Z" transform="translate(529.418 -192.052)" fill="#1d1c21" stroke="#9e9cab" stroke-width="0.5"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="20.711" height="20.722" viewBox="0 0 20.711 20.722">
|
|
2
|
-
<path id="Path_71203" data-name="Path 71203" d="M-490.895,244.9a9.336,9.336,0,0,1,7.4-9.1,9.308,9.308,0,0,1,11.017,7.295,9.085,9.085,0,0,1-1.709,7.4c-.12.161-.127.239.022.387q1.826,1.8,3.632,3.626a1.037,1.037,0,0,1-.059,1.607,1.034,1.034,0,0,1-1.4-.138q-1.407-1.4-2.809-2.806c-.291-.291-.587-.577-.871-.875-.1-.1-.157-.113-.276-.023a8.9,8.9,0,0,1-6.764,1.855,9.1,9.1,0,0,1-7.311-5.319A8.768,8.768,0,0,1-490.895,244.9Zm16.531.011a7.215,7.215,0,0,0-7.194-7.237,7.213,7.213,0,0,0-7.269,7.185,7.233,7.233,0,0,0,7.229,7.282A7.234,7.234,0,0,0-474.364,244.913Z" transform="translate(490.895 -235.605)" fill="#1d1c21"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20.711" height="20.722" viewBox="0 0 20.711 20.722">
|
|
2
|
+
<path id="Path_71203" data-name="Path 71203" d="M-490.895,244.9a9.336,9.336,0,0,1,7.4-9.1,9.308,9.308,0,0,1,11.017,7.295,9.085,9.085,0,0,1-1.709,7.4c-.12.161-.127.239.022.387q1.826,1.8,3.632,3.626a1.037,1.037,0,0,1-.059,1.607,1.034,1.034,0,0,1-1.4-.138q-1.407-1.4-2.809-2.806c-.291-.291-.587-.577-.871-.875-.1-.1-.157-.113-.276-.023a8.9,8.9,0,0,1-6.764,1.855,9.1,9.1,0,0,1-7.311-5.319A8.768,8.768,0,0,1-490.895,244.9Zm16.531.011a7.215,7.215,0,0,0-7.194-7.237,7.213,7.213,0,0,0-7.269,7.185,7.233,7.233,0,0,0,7.229,7.282A7.234,7.234,0,0,0-474.364,244.913Z" transform="translate(490.895 -235.605)" fill="#1d1c21"/>
|
|
3
|
+
</svg>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="22" height="23" viewBox="0 0 22 23">
|
|
2
|
-
<defs>
|
|
3
|
-
<clipPath id="clip-path">
|
|
4
|
-
<rect id="Rectangle_1765" data-name="Rectangle 1765" width="22" height="23" transform="translate(0.15 0)" fill="#f53872"/>
|
|
5
|
-
</clipPath>
|
|
6
|
-
</defs>
|
|
7
|
-
<g id="send-2" transform="translate(-0.15)" clip-path="url(#clip-path)">
|
|
8
|
-
<path id="Path_71218" data-name="Path 71218" d="M4.161,15.623l6.491-1.3c.58-.116.58-.3,0-.42l-6.491-1.3a1.158,1.158,0,0,1-.84-.84l-1.3-6.491c-.116-.58.226-.849.763-.6l19.808,9.142c.358.165.358.434,0,.6L2.785,23.556c-.537.248-.879-.022-.763-.6l1.3-6.491A1.158,1.158,0,0,1,4.161,15.623Z" transform="translate(-0.525 -2.164)" fill="#f53872"/>
|
|
9
|
-
</g>
|
|
10
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="22" height="23" viewBox="0 0 22 23">
|
|
2
|
+
<defs>
|
|
3
|
+
<clipPath id="clip-path">
|
|
4
|
+
<rect id="Rectangle_1765" data-name="Rectangle 1765" width="22" height="23" transform="translate(0.15 0)" fill="#f53872"/>
|
|
5
|
+
</clipPath>
|
|
6
|
+
</defs>
|
|
7
|
+
<g id="send-2" transform="translate(-0.15)" clip-path="url(#clip-path)">
|
|
8
|
+
<path id="Path_71218" data-name="Path 71218" d="M4.161,15.623l6.491-1.3c.58-.116.58-.3,0-.42l-6.491-1.3a1.158,1.158,0,0,1-.84-.84l-1.3-6.491c-.116-.58.226-.849.763-.6l19.808,9.142c.358.165.358.434,0,.6L2.785,23.556c-.537.248-.879-.022-.763-.6l1.3-6.491A1.158,1.158,0,0,1,4.161,15.623Z" transform="translate(-0.525 -2.164)" fill="#f53872"/>
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|