imbric-theme 0.4.1 → 0.4.3
Sign up to get free protection for your applications and to get access to all the features.
- package/atoms/Icon/constants.js +236 -142
- package/index.js +2 -0
- package/layout/DynamicTable/DynamicTable.js +48 -42
- package/molecules/CardProductTypesBooking/CardProductTypesBooking.js +57 -0
- package/molecules/CardProductTypesBooking/CardProductTypesBooking.module.css +71 -0
- package/molecules/CardProductTypesBooking/CardProductTypesBooking.stories.js +25 -0
- package/molecules/CardProductTypesBooking/constants.js +1 -0
- package/molecules/CardProductTypesBooking/index.js +3 -0
- package/molecules/CardServices/CardServices.js +287 -0
- package/molecules/CardServices/CardServices.module.css +93 -0
- package/molecules/CardServices/CardServices.stories.js +41 -0
- package/molecules/CardServices/constants.js +5 -0
- package/molecules/CardServices/index.js +3 -0
- package/molecules/ItemMenu/ItemMenu.js +2 -0
- package/molecules/RowTable/RowTable.js +85 -58
- package/molecules/RowTable/RowTable.module.css +6 -0
- package/molecules/RowTable/constants.js +36 -16
- package/package.json +1 -1
- package/public/static/images/email-svgrepo-com.svg +10 -0
- package/public/static/images/user-svgrepo-com (1).svg +27 -0
- package/public/static/images/user-svgrepo-com (2).svg +24 -0
- package/public/static/images/user-svgrepo-com (3).svg +24 -0
- package/public/static/images/user-svgrepo-com.svg +31 -0
@@ -38,8 +38,8 @@ export const options = {
|
|
38
38
|
idSupplierTax: "11",
|
39
39
|
idSupplierServic: "15828",
|
40
40
|
cancelledWithCharg: false,
|
41
|
-
priceCustomer:
|
42
|
-
priceSupplier: "
|
41
|
+
priceCustomer: "1.5",
|
42
|
+
priceSupplier: "1.5",
|
43
43
|
phoneNumberSupplier: "676800672",
|
44
44
|
idAuthorizationGroup: 335,
|
45
45
|
supplierTaxiDescription: "Seat León | 4",
|
@@ -70,7 +70,8 @@ export const options = {
|
|
70
70
|
authorizationBreakValue3: "95",
|
71
71
|
authorizationBreakValue5: "SC",
|
72
72
|
authorizationBreakValue6: "U0193271095",
|
73
|
-
authorizationBreakValue7: "FACILITIES"
|
73
|
+
authorizationBreakValue7: "FACILITIES",
|
74
|
+
iconUrl: "https://resources.callcenter.cab/img/travelprograms/imbric_taxi_satin.png",
|
74
75
|
},
|
75
76
|
{
|
76
77
|
id: 346248955,
|
@@ -135,7 +136,8 @@ export const options = {
|
|
135
136
|
authorizationBreakValue3: "95",
|
136
137
|
authorizationBreakValue5: "SC",
|
137
138
|
authorizationBreakValue6: "U0193271095",
|
138
|
-
authorizationBreakValue7: "FACILITIES"
|
139
|
+
authorizationBreakValue7: "FACILITIES",
|
140
|
+
iconUrl: "https://resources.callcenter.cab/img/travelprograms/imbric_taxi_satin.png",
|
139
141
|
},
|
140
142
|
{
|
141
143
|
id: 346248954,
|
@@ -168,8 +170,8 @@ export const options = {
|
|
168
170
|
idSupplierService: "15826",
|
169
171
|
cancelledWithCharge: false,
|
170
172
|
distanceMeters: 22044,
|
171
|
-
priceCustomer: "
|
172
|
-
priceSupplier: "
|
173
|
+
priceCustomer: "1225.32000",
|
174
|
+
priceSupplier: "1225.32000",
|
173
175
|
phoneNumberSupplier: "676800672",
|
174
176
|
idAuthorizationGroup: 335,
|
175
177
|
supplierTaxiDescription: "Seat León | 4",
|
@@ -200,11 +202,26 @@ export const options = {
|
|
200
202
|
authorizationBreakValue3: "95",
|
201
203
|
authorizationBreakValue5: "SC",
|
202
204
|
authorizationBreakValue6: "U0193271095",
|
203
|
-
authorizationBreakValue7: "FACILITIES"
|
205
|
+
authorizationBreakValue7: "FACILITIES",
|
206
|
+
iconUrl: "https://resources.callcenter.cab/img/travelprograms/imbric_taxi_satin.png",
|
204
207
|
}
|
205
208
|
],
|
206
209
|
|
207
210
|
columns: [
|
211
|
+
{
|
212
|
+
activeView: true,
|
213
|
+
sortable: false,
|
214
|
+
accessor: 'iconUrl',
|
215
|
+
subAccessor: '',
|
216
|
+
title: 'Icons',
|
217
|
+
viewIsFilter: false,
|
218
|
+
typeFilter: '',
|
219
|
+
subTypeFilter: false,
|
220
|
+
idInput: '',
|
221
|
+
nameInput: '',
|
222
|
+
placeholder: '',
|
223
|
+
isPicture: true,
|
224
|
+
},
|
208
225
|
{
|
209
226
|
activeView: true,
|
210
227
|
sortable: true,
|
@@ -258,18 +275,18 @@ export const options = {
|
|
258
275
|
placeholder: 'Destino'
|
259
276
|
},
|
260
277
|
{
|
261
|
-
activeView: true,
|
262
|
-
sortable: true,
|
263
278
|
accessor: 'priceCustomer',
|
264
279
|
subAccessor: '',
|
265
|
-
|
266
|
-
|
267
|
-
typeFilter: 'text',
|
268
|
-
subTypeFilter: true,
|
269
|
-
idInput: 'precio',
|
280
|
+
activeView: true,
|
281
|
+
idInput: 'priceCustomer',
|
270
282
|
nameInput: 'Precio',
|
271
283
|
placeholder: 'Precio',
|
272
|
-
|
284
|
+
sortable: true,
|
285
|
+
subTypeFilter: true,
|
286
|
+
title: 'Precio',
|
287
|
+
typeFilter: 'text',
|
288
|
+
viewIsFilter: true,
|
289
|
+
characterExtra: '€',
|
273
290
|
},
|
274
291
|
{
|
275
292
|
accessor: 'distanceMeters',
|
@@ -279,7 +296,7 @@ export const options = {
|
|
279
296
|
nameInput: 'distanceMeters',
|
280
297
|
placeholder: 'Distancia (km)',
|
281
298
|
sortable: true,
|
282
|
-
subTypeFilter:
|
299
|
+
subTypeFilter: true,
|
283
300
|
title: 'Distancia (km)',
|
284
301
|
typeFilter: 'number',
|
285
302
|
viewIsFilter: true,
|
@@ -350,6 +367,9 @@ export const options = {
|
|
350
367
|
title: '',
|
351
368
|
typeFilter: 'text',
|
352
369
|
viewIsFilter: false,
|
370
|
+
viewEdit: true,
|
371
|
+
viewTrash: true,
|
372
|
+
viewEmailSend: true,
|
353
373
|
},
|
354
374
|
],
|
355
375
|
|
package/package.json
CHANGED
@@ -0,0 +1,10 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 25.4.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<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"
|
4
|
+
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
|
5
|
+
<g>
|
6
|
+
<path d="M24,5.8h-8.2v1.5h6.7v1L12,14.7L1.5,8.3V7.3h6.6V5.8H0v16.9h24V5.8z M22.5,19.7l-5.2-6.5l5.2-3.2V19.7z M12,16.3
|
7
|
+
c0.1,0,0.3,0,0.4-0.1L16,14l5.7,7.1H2.3L8,14l3.6,2.2C11.7,16.3,11.9,16.3,12,16.3z M6.7,13.2l-5.2,6.5v-9.6L6.7,13.2z"/>
|
8
|
+
<polygon points="12.7,10.8 12.7,5.2 14.7,5.2 12,1.4 9.3,5.2 11.3,5.2 11.3,10.8 "/>
|
9
|
+
</g>
|
10
|
+
</svg>
|
@@ -0,0 +1,27 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 25.4.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
4
|
+
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
|
5
|
+
<g>
|
6
|
+
<g>
|
7
|
+
<g>
|
8
|
+
<path d="M5.6,5.2c0,1.4,0.5,3,1.5,4.3c1,1.5,2.4,2.3,3.7,2.3s2.7-0.8,3.7-2.3C15.4,8.2,16,6.6,16,5.2C16,2.3,13.6,0,10.8,0
|
9
|
+
C7.9,0,5.6,2.3,5.6,5.2z M10.8,0.8c2.4,0,4.3,1.9,4.3,4.3c0,1.2-0.5,2.7-1.3,3.8c-0.9,1.2-2,1.9-3,1.9s-2.1-0.7-3-1.9
|
10
|
+
C7,7.9,6.5,6.4,6.5,5.2C6.5,2.8,8.4,0.8,10.8,0.8z"/>
|
11
|
+
<path d="M13,22C13,22,13,22,13,22c0-0.1-0.1-0.1-0.1-0.1c-0.2-0.2-0.4-0.2-0.6,0c-0.2,0.2-0.2,0.4,0,0.6c0.2,0.2,0.4,0.2,0.6,0
|
12
|
+
C13,22.3,13.1,22.2,13,22C13,22,13,22,13,22z"/>
|
13
|
+
<path d="M18,13.6c-0.9-1.2-2-2.2-3.4-2.8c-0.2-0.1-0.4,0-0.5,0.1c-1,1-2.2,1.5-3.4,1.5c-1.2,0-2.4-0.5-3.4-1.5
|
14
|
+
c-0.1-0.1-0.3-0.2-0.5-0.1c-1.5,0.7-2.8,1.8-3.7,3.3c-0.9,1.5-1.4,3.1-1.4,4.9v0c0,0.1,0.1,0.2,0.1,0.3c2.4,2.2,5.6,3.4,8.9,3.4
|
15
|
+
c0.2,0,0.4,0,0.6,0c0.2,0,0.4-0.2,0.4-0.4c0-0.2-0.2-0.4-0.4-0.4c-0.2,0-0.4,0-0.6,0c-3,0-5.9-1.1-8.2-3.1c0-1.5,0.5-3,1.3-4.2
|
16
|
+
c0.8-1.2,1.8-2.2,3.1-2.8c1.1,1,2.4,1.6,3.8,1.6c1.3,0,2.6-0.5,3.8-1.6c0.9,0.5,1.7,1.1,2.4,1.8c-2.6,0.2-4.7,2.3-4.7,5
|
17
|
+
c0,2.8,2.2,5,5,5s5-2.2,5-5C22.2,16.1,20.4,14,18,13.6z M17.2,22.7c-2.3,0-4.2-1.9-4.2-4.2c0-2.3,1.9-4.2,4.2-4.2
|
18
|
+
s4.2,1.9,4.2,4.2C21.4,20.9,19.5,22.7,17.2,22.7z"/>
|
19
|
+
<path d="M20.7,17.4c0-0.2-0.2-0.3-0.3-0.3l-1.9-0.3l-0.9-1.7c-0.1-0.1-0.2-0.2-0.4-0.2s-0.3,0.1-0.4,0.2L16,16.9l-1.9,0.3
|
20
|
+
c-0.2,0-0.3,0.1-0.3,0.3c0,0.2,0,0.3,0.1,0.4l1.4,1.3l-0.3,1.9c0,0.2,0,0.3,0.2,0.4c0.1,0.1,0.3,0.1,0.4,0l1.7-0.9l1.7,0.9
|
21
|
+
c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0,0.2-0.1c0.1-0.1,0.2-0.3,0.2-0.4l-0.3-1.9l1.4-1.3C20.7,17.8,20.7,17.6,20.7,17.4z M18.5,18.8
|
22
|
+
c-0.1,0.1-0.1,0.2-0.1,0.4l0.2,1.3l-1.2-0.6c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0l-1.2,0.6l0.2-1.3c0-0.1,0-0.3-0.1-0.4
|
23
|
+
L15,17.9l1.3-0.2c0.1,0,0.3-0.1,0.3-0.2l0.6-1.2l0.6,1.2c0.1,0.1,0.2,0.2,0.3,0.2l1.3,0.2L18.5,18.8z"/>
|
24
|
+
</g>
|
25
|
+
</g>
|
26
|
+
</g>
|
27
|
+
</svg>
|
@@ -0,0 +1,24 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 25.4.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
4
|
+
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
|
5
|
+
<g>
|
6
|
+
<g>
|
7
|
+
<g>
|
8
|
+
<path d="M19.2,10c-1.4,0-2.5,0.8-3.1,2c-0.6-0.5-1.2-0.9-1.9-1.3c-0.2-0.1-0.3,0-0.5,0.1c-1,1-2.2,1.5-3.3,1.5
|
9
|
+
c-1.2,0-2.3-0.5-3.3-1.5c-0.1-0.1-0.3-0.2-0.5-0.1c-1.5,0.7-2.8,1.8-3.7,3.2c-0.9,1.4-1.4,3.1-1.4,4.8v0c0,0.1,0,0.2,0.1,0.3
|
10
|
+
c2.4,2.2,5.5,3.4,8.8,3.4c1.2,0,2.5-0.2,3.6-0.5c0.2-0.1,0.3-0.3,0.3-0.5s-0.3-0.3-0.5-0.3c-1.1,0.3-2.2,0.5-3.4,0.5
|
11
|
+
c-3,0-5.8-1.1-8.1-3c0-1.5,0.5-2.9,1.3-4.2c0.8-1.2,1.8-2.1,3.1-2.8c1.1,1,2.4,1.6,3.7,1.6c1.3,0,2.6-0.5,3.7-1.6
|
12
|
+
c0.6,0.3,1.2,0.8,1.8,1.3c0,0.2,0,0.3,0,0.5v7.9c0,1.5,1.2,2.7,2.7,2.7s2.7-1.2,2.7-2.7v-6.4c0-1.1-0.9-2-2-2c-1.1,0-2,0.9-2,2
|
13
|
+
v5.7c0,0.2,0.2,0.4,0.4,0.4c0.2,0,0.4-0.2,0.4-0.4v-5.7c0-0.7,0.5-1.2,1.2-1.2c0.7,0,1.2,0.5,1.2,1.2v6.4c0,1-0.8,1.9-1.9,1.9
|
14
|
+
s-1.9-0.8-1.9-1.9v-7.9c0-1.4,1.1-2.5,2.5-2.5s2.5,1.1,2.5,2.5v7.2c0,0.2,0.2,0.4,0.4,0.4c0.2,0,0.4-0.2,0.4-0.4v-7.2
|
15
|
+
C22.5,11.5,21,10,19.2,10z"/>
|
16
|
+
<path d="M10.4,11.7c1.3,0,2.6-0.8,3.7-2.3c0.9-1.3,1.4-2.9,1.4-4.3c0-2.8-2.3-5.1-5.1-5.1C7.5,0,5.3,2.3,5.3,5.1
|
17
|
+
c0,1.4,0.5,3,1.4,4.3C7.7,10.9,9,11.7,10.4,11.7z M10.4,0.8c2.4,0,4.3,1.9,4.3,4.3c0,1.2-0.5,2.7-1.3,3.8c-0.9,1.2-1.9,1.9-3,1.9
|
18
|
+
s-2.1-0.7-3-1.9C6.6,7.8,6.1,6.3,6.1,5.1C6.1,2.8,8,0.8,10.4,0.8z"/>
|
19
|
+
<path d="M15.4,21C15.4,21,15.4,21,15.4,21L15.4,21z"/>
|
20
|
+
<path d="M15,20.7c-0.2,0-0.3,0.1-0.4,0.3c-0.1,0.4,0.3,0.7,0.6,0.5c0.2-0.1,0.2-0.3,0.1-0.5C15.4,20.8,15.2,20.7,15,20.7z"/>
|
21
|
+
</g>
|
22
|
+
</g>
|
23
|
+
</g>
|
24
|
+
</svg>
|
@@ -0,0 +1,24 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 25.4.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
4
|
+
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
|
5
|
+
<g>
|
6
|
+
<g>
|
7
|
+
<g>
|
8
|
+
<path d="M10.2,11.7c1.3,0,2.6-0.8,3.7-2.3c0.9-1.3,1.4-2.9,1.4-4.3C15.3,2.3,13,0,10.2,0C7.4,0,5.1,2.3,5.1,5.1
|
9
|
+
c0,1.4,0.5,3,1.4,4.3C7.6,10.9,8.9,11.7,10.2,11.7z M10.2,0.8c2.4,0,4.3,1.9,4.3,4.3c0,1.2-0.5,2.7-1.3,3.8
|
10
|
+
c-0.9,1.2-1.9,1.9-3,1.9s-2.1-0.7-3-1.9C6.4,7.8,5.9,6.3,5.9,5.1C5.9,2.8,7.9,0.8,10.2,0.8z"/>
|
11
|
+
<path d="M12.2,21.6C12.2,21.6,12.2,21.6,12.2,21.6C12.2,21.6,12.2,21.6,12.2,21.6c-0.2-0.1-0.4-0.1-0.5,0
|
12
|
+
c-0.1,0.1-0.2,0.3-0.1,0.5c0.1,0.2,0.2,0.3,0.4,0.3c0.2,0,0.3-0.1,0.4-0.3C12.4,21.9,12.4,21.7,12.2,21.6z"/>
|
13
|
+
<path d="M17.3,13.2c0,0-0.1,0-0.1,0c-0.8-1-1.9-1.9-3.1-2.4c-0.2-0.1-0.3,0-0.5,0.1c-1,1-2.2,1.5-3.3,1.5c-1.2,0-2.3-0.5-3.3-1.5
|
14
|
+
c-0.1-0.1-0.3-0.2-0.5-0.1c-1.5,0.7-2.8,1.8-3.7,3.2c-0.9,1.4-1.4,3.1-1.4,4.8v0c0,0.1,0,0.2,0.1,0.3c2.4,2.2,5.5,3.4,8.8,3.4
|
15
|
+
c0.2,0,0.3,0,0.5,0c0.2,0,0.4-0.2,0.4-0.4s-0.2-0.4-0.4-0.4c-0.2,0-0.3,0-0.5,0c-3,0-5.8-1.1-8.1-3c0-1.5,0.5-2.9,1.3-4.2
|
16
|
+
c0.8-1.2,1.8-2.1,3.1-2.8c1.1,1,2.4,1.6,3.7,1.6c1.3,0,2.6-0.5,3.7-1.6c0.8,0.4,1.6,1,2.2,1.7c-2.4,0.5-4.3,2.7-4.3,5.3
|
17
|
+
c0,3,2.4,5.4,5.4,5.4s5.4-2.4,5.4-5.4C22.7,15.6,20.3,13.2,17.3,13.2z M17.3,23.2c-2.5,0-4.6-2.1-4.6-4.6s2.1-4.6,4.6-4.6
|
18
|
+
s4.6,2.1,4.6,4.6S19.8,23.2,17.3,23.2z"/>
|
19
|
+
<path d="M20.7,18.2h-3v-3c0-0.2-0.2-0.4-0.4-0.4c-0.2,0-0.4,0.2-0.4,0.4v3h-3c-0.2,0-0.4,0.2-0.4,0.4c0,0.2,0.2,0.4,0.4,0.4h3v3
|
20
|
+
c0,0.2,0.2,0.4,0.4,0.4c0.2,0,0.4-0.2,0.4-0.4v-3h3c0.2,0,0.4-0.2,0.4-0.4C21.1,18.4,21,18.2,20.7,18.2z"/>
|
21
|
+
</g>
|
22
|
+
</g>
|
23
|
+
</g>
|
24
|
+
</svg>
|
@@ -0,0 +1,31 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 25.4.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
4
|
+
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
|
5
|
+
<g>
|
6
|
+
<g>
|
7
|
+
<g>
|
8
|
+
<path d="M8.5,6.4c0,1.3,0.5,2.8,1.4,4c1,1.4,2.2,2.1,3.4,2.1s2.5-0.8,3.4-2.1c0.9-1.2,1.4-2.7,1.4-4c0-2.6-2.2-4.8-4.8-4.8
|
9
|
+
C10.6,1.6,8.5,3.8,8.5,6.4z M13.3,2.4c2.2,0,4,1.8,4,4c0,1.1-0.5,2.5-1.2,3.6c-0.8,1.1-1.8,1.8-2.8,1.8s-2-0.7-2.8-1.8
|
10
|
+
C9.7,8.9,9.2,7.6,9.2,6.4C9.2,4.2,11,2.4,13.3,2.4z"/>
|
11
|
+
<path d="M17.4,21.6C17.4,21.5,17.4,21.5,17.4,21.6c0,0,0-0.1-0.1-0.1c-0.1-0.1-0.4-0.2-0.5,0c-0.1,0.1-0.2,0.3-0.1,0.5
|
12
|
+
c0.1,0.2,0.3,0.2,0.5,0.2C17.4,22,17.5,21.7,17.4,21.6C17.4,21.6,17.4,21.6,17.4,21.6z"/>
|
13
|
+
<path d="M4.4,17.7c-1.3-0.4-2.5-1.1-3.6-2c0-1.2,0.4-2.3,1-3.3c0.6-0.9,1.4-1.7,2.4-2.2c0.9,0.8,1.9,1.3,3,1.3
|
14
|
+
c0.6,0,1.3-0.2,1.9-0.5c0.2-0.1,0.3-0.3,0.2-0.5c-0.1-0.2-0.3-0.3-0.5-0.2c-0.5,0.2-1,0.4-1.5,0.4c-0.9,0-1.9-0.4-2.7-1.2
|
15
|
+
C4.5,9.3,4.3,9.2,4.1,9.3c-1.2,0.6-2.3,1.5-3,2.6C0.4,13.1,0,14.5,0,15.9v0c0,0.1,0,0.2,0.1,0.3c1.1,1,2.5,1.8,4,2.3
|
16
|
+
c0,0,0.1,0,0.1,0c0.2,0,0.3-0.1,0.4-0.3C4.7,18,4.6,17.8,4.4,17.7z"/>
|
17
|
+
<path d="M7.3,10c0.4,0,0.9-0.1,1.3-0.3c0.2-0.1,0.3-0.3,0.2-0.5C8.6,9,8.4,8.9,8.2,9c-0.3,0.2-0.6,0.2-1,0.2
|
18
|
+
c-0.8,0-1.7-0.6-2.4-1.5c-0.6-0.9-1-2.1-1-3c0-1.9,1.5-3.4,3.4-3.4c0.9,0,1.7,0.3,2.4,1c0.2,0.1,0.4,0.1,0.6,0
|
19
|
+
c0.1-0.2,0.1-0.4,0-0.6C9.4,0.9,8.3,0.5,7.3,0.5c-2.3,0-4.2,1.9-4.2,4.2c0,1.1,0.4,2.4,1.2,3.5C5.1,9.4,6.2,10,7.3,10z"/>
|
20
|
+
<path d="M20.8,10.4c-1.3,0-2.4,0.8-2.9,1.9c-0.4-0.2-0.7-0.5-1.1-0.6c-0.1-0.1-0.3,0-0.4,0.1c-0.9,0.9-2,1.4-3.1,1.4
|
21
|
+
c-1.1,0-2.2-0.5-3.1-1.4c-0.1-0.1-0.3-0.1-0.4-0.1c-1.4,0.7-2.6,1.7-3.4,3c-0.9,1.3-1.3,2.9-1.3,4.5v0c0,0.1,0,0.2,0.1,0.3
|
22
|
+
c2.3,2,5.2,3.2,8.2,3.2c1,0,1.9-0.1,2.8-0.3c0.2,0,0.3-0.3,0.3-0.5c0-0.2-0.3-0.3-0.5-0.3c-0.9,0.2-1.8,0.3-2.7,0.3
|
23
|
+
c-2.8,0-5.5-1-7.6-2.9c0-1.4,0.4-2.8,1.2-3.9c0.7-1.1,1.7-2,2.9-2.6c1,1,2.2,1.5,3.5,1.5c1.2,0,2.4-0.5,3.5-1.5
|
24
|
+
c0.3,0.2,0.7,0.4,1,0.6c0,0.1,0,0.3,0,0.4V21c0,1.4,1.1,2.6,2.6,2.6s2.6-1.1,2.6-2.6v-6c0-1.1-0.9-1.9-1.9-1.9S19,13.9,19,15v5.4
|
25
|
+
c0,0.2,0.2,0.4,0.4,0.4s0.4-0.2,0.4-0.4V15c0-0.6,0.5-1.1,1.1-1.1c0.6,0,1.1,0.5,1.1,1.1v6c0,1-0.8,1.8-1.8,1.8s-1.8-0.8-1.8-1.8
|
26
|
+
v-7.4c0-1.3,1.1-2.4,2.4-2.4c1.3,0,2.4,1.1,2.4,2.4v6.8c0,0.2,0.2,0.4,0.4,0.4c0.2,0,0.4-0.2,0.4-0.4v-6.8
|
27
|
+
C24,11.8,22.6,10.4,20.8,10.4z"/>
|
28
|
+
</g>
|
29
|
+
</g>
|
30
|
+
</g>
|
31
|
+
</svg>
|