@odx/icons 3.47.0 → 3.49.0
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/CHANGELOG.md +14 -0
- package/core/core-demo-poster.html +232 -15
- package/core/core-iconmap.scss +46 -15
- package/core/core-icons.css +1 -1
- package/core/core-icons.eot +0 -0
- package/core/core-icons.scss +126 -33
- package/core/core-icons.ttf +0 -0
- package/core/core-icons.woff +0 -0
- package/core/core-icons.woff2 +0 -0
- package/core/core-metadata.json +130 -6
- package/core/svg/battery-alarm-mono.svg +4 -0
- package/core/svg/battery-error-mono.svg +4 -0
- package/core/svg/battery-warning-mono.svg +5 -0
- package/core/svg/blocked-mono.svg +4 -0
- package/core/svg/blocked.svg +5 -1
- package/core/svg/calendar-bumptest-error-mono.svg +4 -0
- package/core/svg/calendar-bumptest-warning-mono.svg +4 -0
- package/core/svg/calendar-calibration-error-mono.svg +4 -0
- package/core/svg/calendar-calibration-warning-mono.svg +4 -0
- package/core/svg/calendar-flag-mono.svg +4 -0
- package/core/svg/calendar-user-error-mono.svg +4 -0
- package/core/svg/calendar-user-warning-mono.svg +4 -0
- package/core/svg/check-filled-mono.svg +4 -0
- package/core/svg/check-filled.svg +2 -1
- package/core/svg/cloud-error-mono.svg +4 -0
- package/core/svg/cloud-ok-mono.svg +4 -0
- package/core/svg/cloud-warning-mono.svg +4 -0
- package/core/svg/delete-success-mono.svg +4 -0
- package/core/svg/document-flag-mono.svg +4 -0
- package/core/svg/document-ok-mono.svg +4 -0
- package/core/svg/error-filled-mono.svg +4 -0
- package/core/svg/error-filled.svg +2 -1
- package/core/svg/feedback-warning-filled-mono.svg +4 -0
- package/core/svg/feedback-warning-filled.svg +2 -1
- package/core/svg/ifu-error-mono.svg +4 -0
- package/core/svg/ifu-success-mono.svg +4 -0
- package/core/svg/location-scan-error-mono.svg +4 -0
- package/core/svg/location-scan-success-mono.svg +4 -0
- package/core/svg/mail-error-mono.svg +4 -0
- package/core/svg/mail-success-mono.svg +4 -0
- package/core/svg/print-error-mono.svg +4 -0
- package/core/svg/print-success-mono.svg +4 -0
- package/core/svg/print-warning-mono.svg +4 -0
- package/core/svg/shoppingcart-history.svg +4 -0
- package/core/svg/sync-off-success-mono.svg +4 -0
- package/core/svg/sync-success-mono.svg +4 -0
- package/core/svg/user-id-error-mono.svg +4 -0
- package/core/svg/user-id-invalid-mono.svg +4 -0
- package/core/svg/user-id-success-mono.svg +4 -0
- package/core/svg/warning-filled-mono.svg +4 -0
- package/core/svg/warning-filled.svg +2 -1
- package/medical/medical-demo-poster.html +2 -2
- package/package.json +1 -1
- package/safety/safety-demo-poster.html +3 -3
- package/safety/safety-iconmap.scss +4 -7
- package/safety/safety-icons.css +1 -1
- package/safety/safety-icons.eot +0 -0
- package/safety/safety-icons.scss +6 -16
- package/safety/safety-icons.ttf +0 -0
- package/safety/safety-icons.woff +0 -0
- package/safety/safety-icons.woff2 +0 -0
- package/safety/svg/clearance.svg +8 -18
- package/safety/svg/quickview.svg +1 -1
- package/safety/svg/substance-management.svg +7 -1
- package/safety/svg/system-storage-error.svg +14 -1
- package/safety/svg/underrange-error.svg +6 -1
- package/safety/svg/unplanned-measuring.svg +1 -8
- package/uib-legacy/uib-legacy-demo-poster.html +2 -2
- package/core/svg/blocked-colored.svg +0 -1
- package/core/svg/check-colored.svg +0 -5
- package/core/svg/error-colored.svg +0 -5
- package/core/svg/feedback-warning-colored.svg +0 -5
- package/core/svg/warning-colored.svg +0 -5
package/core/core-metadata.json
CHANGED
|
@@ -111,6 +111,10 @@
|
|
|
111
111
|
"name": "battery-75",
|
|
112
112
|
"set": "core"
|
|
113
113
|
},
|
|
114
|
+
{
|
|
115
|
+
"name": "battery-alarm-mono",
|
|
116
|
+
"set": "core"
|
|
117
|
+
},
|
|
114
118
|
{
|
|
115
119
|
"name": "battery-alarm",
|
|
116
120
|
"set": "core"
|
|
@@ -119,6 +123,10 @@
|
|
|
119
123
|
"name": "battery-charge",
|
|
120
124
|
"set": "core"
|
|
121
125
|
},
|
|
126
|
+
{
|
|
127
|
+
"name": "battery-error-mono",
|
|
128
|
+
"set": "core"
|
|
129
|
+
},
|
|
122
130
|
{
|
|
123
131
|
"name": "battery-error",
|
|
124
132
|
"set": "core"
|
|
@@ -127,16 +135,20 @@
|
|
|
127
135
|
"name": "battery-uncalibrated",
|
|
128
136
|
"set": "core"
|
|
129
137
|
},
|
|
138
|
+
{
|
|
139
|
+
"name": "battery-warning-mono",
|
|
140
|
+
"set": "core"
|
|
141
|
+
},
|
|
130
142
|
{
|
|
131
143
|
"name": "battery-warning",
|
|
132
144
|
"set": "core"
|
|
133
145
|
},
|
|
134
146
|
{
|
|
135
|
-
"name": "blocked",
|
|
147
|
+
"name": "blocked-mono",
|
|
136
148
|
"set": "core"
|
|
137
149
|
},
|
|
138
150
|
{
|
|
139
|
-
"name": "blocked
|
|
151
|
+
"name": "blocked",
|
|
140
152
|
"set": "core"
|
|
141
153
|
},
|
|
142
154
|
{
|
|
@@ -203,6 +215,10 @@
|
|
|
203
215
|
"name": "calendar-bumptest",
|
|
204
216
|
"set": "core"
|
|
205
217
|
},
|
|
218
|
+
{
|
|
219
|
+
"name": "calendar-bumptest-error-mono",
|
|
220
|
+
"set": "core"
|
|
221
|
+
},
|
|
206
222
|
{
|
|
207
223
|
"name": "calendar-bumptest-error",
|
|
208
224
|
"set": "core"
|
|
@@ -211,10 +227,18 @@
|
|
|
211
227
|
"name": "calendar-bumptest-warning",
|
|
212
228
|
"set": "core"
|
|
213
229
|
},
|
|
230
|
+
{
|
|
231
|
+
"name": "calendar-bumptest-warning-mono",
|
|
232
|
+
"set": "core"
|
|
233
|
+
},
|
|
214
234
|
{
|
|
215
235
|
"name": "calendar-calibration",
|
|
216
236
|
"set": "core"
|
|
217
237
|
},
|
|
238
|
+
{
|
|
239
|
+
"name": "calendar-calibration-error-mono",
|
|
240
|
+
"set": "core"
|
|
241
|
+
},
|
|
218
242
|
{
|
|
219
243
|
"name": "calendar-calibration-error",
|
|
220
244
|
"set": "core"
|
|
@@ -223,6 +247,10 @@
|
|
|
223
247
|
"name": "calendar-calibration-warning",
|
|
224
248
|
"set": "core"
|
|
225
249
|
},
|
|
250
|
+
{
|
|
251
|
+
"name": "calendar-calibration-warning-mono",
|
|
252
|
+
"set": "core"
|
|
253
|
+
},
|
|
226
254
|
{
|
|
227
255
|
"name": "calendar-day-view",
|
|
228
256
|
"set": "core"
|
|
@@ -231,6 +259,10 @@
|
|
|
231
259
|
"name": "calendar-event",
|
|
232
260
|
"set": "core"
|
|
233
261
|
},
|
|
262
|
+
{
|
|
263
|
+
"name": "calendar-flag-mono",
|
|
264
|
+
"set": "core"
|
|
265
|
+
},
|
|
234
266
|
{
|
|
235
267
|
"name": "calendar-flag",
|
|
236
268
|
"set": "core"
|
|
@@ -255,6 +287,10 @@
|
|
|
255
287
|
"name": "calendar-user",
|
|
256
288
|
"set": "core"
|
|
257
289
|
},
|
|
290
|
+
{
|
|
291
|
+
"name": "calendar-user-error-mono",
|
|
292
|
+
"set": "core"
|
|
293
|
+
},
|
|
258
294
|
{
|
|
259
295
|
"name": "calendar-user-error",
|
|
260
296
|
"set": "core"
|
|
@@ -263,6 +299,10 @@
|
|
|
263
299
|
"name": "calendar-user-warning",
|
|
264
300
|
"set": "core"
|
|
265
301
|
},
|
|
302
|
+
{
|
|
303
|
+
"name": "calendar-user-warning-mono",
|
|
304
|
+
"set": "core"
|
|
305
|
+
},
|
|
266
306
|
{
|
|
267
307
|
"name": "calendar-week-view",
|
|
268
308
|
"set": "core"
|
|
@@ -280,7 +320,7 @@
|
|
|
280
320
|
"set": "core"
|
|
281
321
|
},
|
|
282
322
|
{
|
|
283
|
-
"name": "check-
|
|
323
|
+
"name": "check-filled-mono",
|
|
284
324
|
"set": "core"
|
|
285
325
|
},
|
|
286
326
|
{
|
|
@@ -331,10 +371,18 @@
|
|
|
331
371
|
"name": "cloud-disabled",
|
|
332
372
|
"set": "core"
|
|
333
373
|
},
|
|
374
|
+
{
|
|
375
|
+
"name": "cloud-error-mono",
|
|
376
|
+
"set": "core"
|
|
377
|
+
},
|
|
334
378
|
{
|
|
335
379
|
"name": "cloud-error",
|
|
336
380
|
"set": "core"
|
|
337
381
|
},
|
|
382
|
+
{
|
|
383
|
+
"name": "cloud-ok-mono",
|
|
384
|
+
"set": "core"
|
|
385
|
+
},
|
|
338
386
|
{
|
|
339
387
|
"name": "cloud-ok",
|
|
340
388
|
"set": "core"
|
|
@@ -347,6 +395,10 @@
|
|
|
347
395
|
"name": "cloud-warning",
|
|
348
396
|
"set": "core"
|
|
349
397
|
},
|
|
398
|
+
{
|
|
399
|
+
"name": "cloud-warning-mono",
|
|
400
|
+
"set": "core"
|
|
401
|
+
},
|
|
350
402
|
{
|
|
351
403
|
"name": "colorpicker",
|
|
352
404
|
"set": "core"
|
|
@@ -427,6 +479,10 @@
|
|
|
427
479
|
"name": "delete",
|
|
428
480
|
"set": "core"
|
|
429
481
|
},
|
|
482
|
+
{
|
|
483
|
+
"name": "delete-success-mono",
|
|
484
|
+
"set": "core"
|
|
485
|
+
},
|
|
430
486
|
{
|
|
431
487
|
"name": "delete-success",
|
|
432
488
|
"set": "core"
|
|
@@ -447,6 +503,10 @@
|
|
|
447
503
|
"name": "document-check",
|
|
448
504
|
"set": "core"
|
|
449
505
|
},
|
|
506
|
+
{
|
|
507
|
+
"name": "document-flag-mono",
|
|
508
|
+
"set": "core"
|
|
509
|
+
},
|
|
450
510
|
{
|
|
451
511
|
"name": "document-flag",
|
|
452
512
|
"set": "core"
|
|
@@ -455,6 +515,10 @@
|
|
|
455
515
|
"name": "document-ok",
|
|
456
516
|
"set": "core"
|
|
457
517
|
},
|
|
518
|
+
{
|
|
519
|
+
"name": "document-ok-mono",
|
|
520
|
+
"set": "core"
|
|
521
|
+
},
|
|
458
522
|
{
|
|
459
523
|
"name": "document-qa",
|
|
460
524
|
"set": "core"
|
|
@@ -496,7 +560,7 @@
|
|
|
496
560
|
"set": "core"
|
|
497
561
|
},
|
|
498
562
|
{
|
|
499
|
-
"name": "error-
|
|
563
|
+
"name": "error-filled-mono",
|
|
500
564
|
"set": "core"
|
|
501
565
|
},
|
|
502
566
|
{
|
|
@@ -528,7 +592,7 @@
|
|
|
528
592
|
"set": "core"
|
|
529
593
|
},
|
|
530
594
|
{
|
|
531
|
-
"name": "feedback-warning-
|
|
595
|
+
"name": "feedback-warning-filled-mono",
|
|
532
596
|
"set": "core"
|
|
533
597
|
},
|
|
534
598
|
{
|
|
@@ -663,10 +727,18 @@
|
|
|
663
727
|
"name": "ifu",
|
|
664
728
|
"set": "core"
|
|
665
729
|
},
|
|
730
|
+
{
|
|
731
|
+
"name": "ifu-error-mono",
|
|
732
|
+
"set": "core"
|
|
733
|
+
},
|
|
666
734
|
{
|
|
667
735
|
"name": "ifu-error",
|
|
668
736
|
"set": "core"
|
|
669
737
|
},
|
|
738
|
+
{
|
|
739
|
+
"name": "ifu-success-mono",
|
|
740
|
+
"set": "core"
|
|
741
|
+
},
|
|
670
742
|
{
|
|
671
743
|
"name": "ifu-success",
|
|
672
744
|
"set": "core"
|
|
@@ -731,10 +803,18 @@
|
|
|
731
803
|
"name": "location-scan",
|
|
732
804
|
"set": "core"
|
|
733
805
|
},
|
|
806
|
+
{
|
|
807
|
+
"name": "location-scan-error-mono",
|
|
808
|
+
"set": "core"
|
|
809
|
+
},
|
|
734
810
|
{
|
|
735
811
|
"name": "location-scan-error",
|
|
736
812
|
"set": "core"
|
|
737
813
|
},
|
|
814
|
+
{
|
|
815
|
+
"name": "location-scan-success-mono",
|
|
816
|
+
"set": "core"
|
|
817
|
+
},
|
|
738
818
|
{
|
|
739
819
|
"name": "location-scan-success",
|
|
740
820
|
"set": "core"
|
|
@@ -755,6 +835,10 @@
|
|
|
755
835
|
"name": "mail",
|
|
756
836
|
"set": "core"
|
|
757
837
|
},
|
|
838
|
+
{
|
|
839
|
+
"name": "mail-error-mono",
|
|
840
|
+
"set": "core"
|
|
841
|
+
},
|
|
758
842
|
{
|
|
759
843
|
"name": "mail-error",
|
|
760
844
|
"set": "core"
|
|
@@ -775,6 +859,10 @@
|
|
|
775
859
|
"name": "mail-sending",
|
|
776
860
|
"set": "core"
|
|
777
861
|
},
|
|
862
|
+
{
|
|
863
|
+
"name": "mail-success-mono",
|
|
864
|
+
"set": "core"
|
|
865
|
+
},
|
|
778
866
|
{
|
|
779
867
|
"name": "mail-success",
|
|
780
868
|
"set": "core"
|
|
@@ -935,6 +1023,10 @@
|
|
|
935
1023
|
"name": "print-config",
|
|
936
1024
|
"set": "core"
|
|
937
1025
|
},
|
|
1026
|
+
{
|
|
1027
|
+
"name": "print-error-mono",
|
|
1028
|
+
"set": "core"
|
|
1029
|
+
},
|
|
938
1030
|
{
|
|
939
1031
|
"name": "print-error",
|
|
940
1032
|
"set": "core"
|
|
@@ -947,6 +1039,10 @@
|
|
|
947
1039
|
"name": "print-selection",
|
|
948
1040
|
"set": "core"
|
|
949
1041
|
},
|
|
1042
|
+
{
|
|
1043
|
+
"name": "print-success-mono",
|
|
1044
|
+
"set": "core"
|
|
1045
|
+
},
|
|
950
1046
|
{
|
|
951
1047
|
"name": "print-success",
|
|
952
1048
|
"set": "core"
|
|
@@ -955,6 +1051,10 @@
|
|
|
955
1051
|
"name": "print-warning",
|
|
956
1052
|
"set": "core"
|
|
957
1053
|
},
|
|
1054
|
+
{
|
|
1055
|
+
"name": "print-warning-mono",
|
|
1056
|
+
"set": "core"
|
|
1057
|
+
},
|
|
958
1058
|
{
|
|
959
1059
|
"name": "rearrange",
|
|
960
1060
|
"set": "core"
|
|
@@ -1079,6 +1179,10 @@
|
|
|
1079
1179
|
"name": "shoppingcart",
|
|
1080
1180
|
"set": "core"
|
|
1081
1181
|
},
|
|
1182
|
+
{
|
|
1183
|
+
"name": "shoppingcart-history",
|
|
1184
|
+
"set": "core"
|
|
1185
|
+
},
|
|
1082
1186
|
{
|
|
1083
1187
|
"name": "shot-close",
|
|
1084
1188
|
"set": "core"
|
|
@@ -1139,10 +1243,18 @@
|
|
|
1139
1243
|
"name": "sync-off",
|
|
1140
1244
|
"set": "core"
|
|
1141
1245
|
},
|
|
1246
|
+
{
|
|
1247
|
+
"name": "sync-off-success-mono",
|
|
1248
|
+
"set": "core"
|
|
1249
|
+
},
|
|
1142
1250
|
{
|
|
1143
1251
|
"name": "sync-off-success",
|
|
1144
1252
|
"set": "core"
|
|
1145
1253
|
},
|
|
1254
|
+
{
|
|
1255
|
+
"name": "sync-success-mono",
|
|
1256
|
+
"set": "core"
|
|
1257
|
+
},
|
|
1146
1258
|
{
|
|
1147
1259
|
"name": "sync-success",
|
|
1148
1260
|
"set": "core"
|
|
@@ -1219,10 +1331,18 @@
|
|
|
1219
1331
|
"name": "user-id-edit",
|
|
1220
1332
|
"set": "core"
|
|
1221
1333
|
},
|
|
1334
|
+
{
|
|
1335
|
+
"name": "user-id-error-mono",
|
|
1336
|
+
"set": "core"
|
|
1337
|
+
},
|
|
1222
1338
|
{
|
|
1223
1339
|
"name": "user-id-error",
|
|
1224
1340
|
"set": "core"
|
|
1225
1341
|
},
|
|
1342
|
+
{
|
|
1343
|
+
"name": "user-id-invalid-mono",
|
|
1344
|
+
"set": "core"
|
|
1345
|
+
},
|
|
1226
1346
|
{
|
|
1227
1347
|
"name": "user-id-invalid",
|
|
1228
1348
|
"set": "core"
|
|
@@ -1235,6 +1355,10 @@
|
|
|
1235
1355
|
"name": "user-id-reading",
|
|
1236
1356
|
"set": "core"
|
|
1237
1357
|
},
|
|
1358
|
+
{
|
|
1359
|
+
"name": "user-id-success-mono",
|
|
1360
|
+
"set": "core"
|
|
1361
|
+
},
|
|
1238
1362
|
{
|
|
1239
1363
|
"name": "user-id-success",
|
|
1240
1364
|
"set": "core"
|
|
@@ -1304,7 +1428,7 @@
|
|
|
1304
1428
|
"set": "core"
|
|
1305
1429
|
},
|
|
1306
1430
|
{
|
|
1307
|
-
"name": "warning-
|
|
1431
|
+
"name": "warning-filled-mono",
|
|
1308
1432
|
"set": "core"
|
|
1309
1433
|
},
|
|
1310
1434
|
{
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M15.6,12h3.8c.24,0,.48.1.65.27l2.68,2.68c.17.17.27.41.27.65v3.8c0,.24-.1.48-.27.65l-2.68,2.68c-.17.17-.41.27-.65.27h-3.8c-.24,0-.48-.1-.65-.27l-2.68-2.68c-.17-.17-.27-.41-.27-.65v-3.8c0-.24.1-.48.27-.65l2.68-2.68c.17-.17.41-.27.65-.27ZM21,14.87l-.87-.87-2.63,2.63-2.63-2.63-.87.87,2.63,2.63-2.63,2.63.87.87,2.63-2.63,2.63,2.63.87-.87-2.63-2.63,2.63-2.63ZM11,16h-7v-8h15v3h.4c.51,0,.99.2,1.36.56l1.25,1.25v-1.81c0-.55-.45-1-1-1v-2c0-1.1-.9-2-2-2H4c-1.1,0-2,.9-2,2v8c0,1.1.9,2,2,2h7v-2Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M15.6,12h3.8c.24,0,.48.1.65.27l2.68,2.68c.17.17.27.41.27.65v3.8c0,.24-.1.48-.27.65l-2.68,2.68c-.17.17-.41.27-.65.27h-3.8c-.24,0-.48-.1-.65-.27l-2.68-2.68c-.17-.17-.27-.41-.27-.65v-3.8c0-.24.1-.48.27-.65l2.68-2.68c.17-.17.41-.27.65-.27ZM21,14.87l-.87-.87-2.63,2.63-2.63-2.63-.87.87,2.63,2.63-2.63,2.63.87.87,2.63-2.63,2.63,2.63.87-.87-2.63-2.63,2.63-2.63ZM5,15h6.1c.09-.28.24-.54.46-.75l2.68-2.68c.36-.36.84-.56,1.36-.56h2.4v-2H5v6ZM11,18h-7c-1.1,0-2-.9-2-2v-8c0-1.1.9-2,2-2h15c1.1,0,2,.9,2,2v2c.55,0,1,.45,1,1v1.81l-1.25-1.25c-.36-.36-.84-.56-1.36-.56h-.4v-3H4v8h7v2Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M16.5,11.23l-7,11.77h14l-7-11.77ZM15.9,15h1.2v4.5h-1.2v-4.5ZM16.5,21.85c-.47,0-.85-.38-.85-.85s.38-.85.85-.85.85.38.85.85-.38.85-.85.85Z" style="fill: #f0f;"/>
|
|
4
|
+
<path d="M12.5,16H4v-8h15v5.48s1.88,3.17,1.88,3.17c.07-.2.12-.42.12-.65v-2c.55,0,1-.45,1-1v-2c0-.55-.45-1-1-1v-2c0-1.1-.9-2-2-2H4c-1.1,0-2,.9-2,2v8c0,1.1.9,2,2,2h7.31l1.19-2Z" style="fill: #f0f;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M12,2C6.49,2,2,6.49,2,12s4.49,10,10,10,10-4.49,10-10S17.51,2,12,2ZM4,12c0-4.41,3.59-8,8-8,1.85,0,3.54.63,4.9,1.69l-11.21,11.21c-1.05-1.36-1.69-3.05-1.69-4.9ZM12,20c-1.85,0-3.54-.63-4.9-1.69l11.21-11.21c1.05,1.36,1.69,3.05,1.69,4.9,0,4.41-3.59,8-8,8Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
package/core/svg/blocked.svg
CHANGED
|
@@ -1 +1,5 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M12,2C6.49,2,2,6.49,2,12s4.49,10,10,10,10-4.49,10-10S17.51,2,12,2Z" style="fill: #f30303;"/>
|
|
4
|
+
<path d="M4,12c0-4.41,3.59-8,8-8,1.85,0,3.54.63,4.9,1.69l-11.21,11.21c-1.05-1.36-1.69-3.05-1.69-4.9ZM20,12c0-1.85-.63-3.54-1.69-4.9l-11.21,11.21c1.36,1.05,3.05,1.69,4.9,1.69,4.41,0,8-3.59,8-8Z" style="fill: #fff;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M15.6,12h3.8c.24,0,.48.1.65.27l2.68,2.68c.17.17.27.41.27.65v3.8c0,.24-.1.48-.27.65l-2.68,2.68c-.17.17-.41.27-.65.27h-3.8c-.24,0-.48-.1-.65-.27l-2.68-2.68c-.17-.17-.27-.41-.27-.65v-3.8c0-.24.1-.48.27-.65l2.68-2.68c.17-.17.41-.27.65-.27ZM21,14.87l-.87-.87-2.63,2.63-2.63-2.63-.87.87,2.63,2.63-2.63,2.63.87.87,2.63-2.63,2.63,2.63.87-.87-2.63-2.63,2.63-2.63ZM11.16,11.76h1.83v1.06l1.26-1.26c.36-.36.84-.56,1.36-.56h.37v-.28h-4.81v1.04ZM11.56,20.75c-.36-.36-.56-.84-.56-1.36v-.4h-6v-10h14v2h.4c.51,0,.99.2,1.36.56l.25.25v-6.81c0-1.1-.9-2-2-2h-2v-1h-2v1h-6v-1h-2v1h-2c-1.1,0-2,.9-2,2v14c0,1.1.9,2,2,2h6.81l-.25-.25ZM5,5h2v1h2v-1h6v1h2v-1h2v3H5v-3ZM10.39,12.33c0-1.06-.75-1.61-2.04-1.61h-2.35v5.95h2.54c1.39,0,2.17-.58,2.17-1.68,0-.67-.38-1.22-1.1-1.46.47-.23.78-.65.78-1.2ZM7.16,11.72h1.1c.54,0,.93.17.93.71s-.37.71-.93.71h-1.1v-1.42ZM8.5,15.68h-1.33v-1.61h1.33c.62,0,1.01.23,1.01.81s-.39.8-1.01.8Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M12.99,15.18v-3.42h-1.83v-1.04h4.48l-.62,1.04h-.88v1.48l-1.16,1.94ZM9.53,21h-4.53c-1.1,0-2-.9-2-2V5c0-1.1.9-2,2-2h2v-1h2v1h6v-1h2v1h2c1.1,0,2,.9,2,2v11.84l-2-3.36v-4.48H5v10h5.72l-1.19,2ZM5,8h14v-3h-2v1h-2v-1h-6v1h-2v-1h-2v3ZM9.61,13.53c.71.25,1.1.79,1.1,1.46,0,1.1-.77,1.68-2.17,1.68h-2.54v-5.95h2.35c1.29,0,2.04.54,2.04,1.61,0,.55-.31.97-.78,1.2ZM7.16,13.14h1.1c.55,0,.93-.15.93-.71s-.38-.71-.93-.71h-1.1v1.42ZM9.51,14.88c0-.58-.39-.81-1.01-.81h-1.33v1.61h1.33c.62,0,1.01-.22,1.01-.8ZM16.5,11.23l-7,11.77h14l-7-11.77ZM15.9,15h1.2v4.5h-1.2v-4.5ZM16.5,21.85c-.47,0-.85-.38-.85-.85s.38-.85.85-.85.85.38.85.85-.38.85-.85.85Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M22.73,14.95l-2.68-2.68c-.17-.17-.41-.27-.65-.27h-3.8c-.24,0-.48.1-.65.27l-2.68,2.68c-.17.17-.27.41-.27.65v3.8c0,.24.1.48.27.65l2.68,2.68c.17.17.41.27.65.27h3.8c.24,0,.48-.1.65-.27l2.68-2.68c.17-.17.27-.41.27-.65v-3.8c0-.24-.1-.48-.27-.65ZM21,20.13l-.87.87-2.63-2.63-2.63,2.63-.87-.87,2.63-2.63-2.63-2.63.87-.87,2.63,2.63,2.63-2.63.87.87-2.63,2.63,2.63,2.63ZM11.07,10.72h-1.13l-2.34,5.95h1.21l.57-1.54h1.69c.08-.33.25-.64.5-.89l.64-.64-1.14-2.88ZM9.72,14.18l.54-1.41c.12-.32.22-.65.22-.77h.03c0,.12.1.45.22.77l.54,1.41h-1.55ZM14.25,11.56c.32-.32.73-.5,1.16-.54v-.3h-1.16v.84ZM7.36,15.32l-.98-.6c-.3.62-.82,1-1.5,1-1.03,0-1.77-.76-1.77-2.01s.74-2.01,1.77-2.01c.68,0,1.21.37,1.5,1l.98-.6c-.47-.94-1.37-1.45-2.48-1.45-1.74,0-2.98,1.25-2.98,3.08s1.24,3.08,2.98,3.08c1.11,0,2.01-.52,2.48-1.45ZM19,3h-2v-1h-2v1h-6v-1h-2v1h-2c-1.1,0-2,.9-2,2v4h16v2h.4c.51,0,.99.2,1.36.56l.25.25v-6.81c0-1.1-.9-2-2-2ZM19,8H5v-3h2v1h2v-1h6v1h2v-1h2v3ZM11.56,20.75c-.36-.36-.56-.84-.56-1.36v-.4h-6v-1h-2v1c0,1.1.9,2,2,2h6.81l-.25-.25Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M14.25,10.72h1.16v.38l-1.16,1.96v-2.34ZM12.89,15.34l-.75,1.25-.54-1.46h-2.23l-.57,1.54h-1.21l2.34-5.95h1.13l1.82,4.62ZM11.26,14.18l-.54-1.41c-.12-.32-.22-.65-.22-.77h-.03c0,.12-.1.45-.22.77l-.54,1.41h1.55ZM7.36,15.32l-.98-.6c-.3.62-.82,1-1.5,1-1.03,0-1.77-.76-1.77-2.01s.74-2.01,1.77-2.01c.68,0,1.21.37,1.5,1l.98-.6c-.47-.94-1.37-1.45-2.48-1.45-1.74,0-2.98,1.25-2.98,3.08s1.24,3.08,2.98,3.08c1.11,0,2.01-.52,2.48-1.45ZM5,9h-2v-4c0-1.1.9-2,2-2h2v-1h2v1h6v-1h2v1h2c1.1,0,2,.9,2,2v11.84l-2-3.36v-4.48H5ZM5,8h14v-3h-2v1h-2v-1h-6v1h-2v-1h-2v3ZM10.72,19h-5.72v-1h-2v1c0,1.1.9,2,2,2h4.53l1.19-2ZM16.5,11.23l-7,11.77h14l-7-11.77ZM15.9,15h1.2v4.5h-1.2v-4.5ZM16.5,21.85c-.47,0-.85-.38-.85-.85s.38-.85.85-.85.85.38.85.85-.38.85-.85.85Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M12,15h11l-2,4,2,4h-11v-8ZM19,3h-2v-1h-2v1h-6v-1h-2v1h-2c-1.1,0-2,.9-2,2v14c0,1.1.9,2,2,2h6v-2h-6v-10h14v5h2V5c0-1.1-.9-2-2-2ZM19,8H5v-3h2v1h2v-1h6v1h2v-1h2v3Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M15.6,12h3.8c.24,0,.48.1.65.27l2.68,2.68c.17.17.27.41.27.65v3.8c0,.24-.1.48-.27.65l-2.68,2.68c-.17.17-.41.27-.65.27h-3.8c-.24,0-.48-.1-.65-.27l-2.68-2.68c-.17-.17-.27-.41-.27-.65v-3.8c0-.24.1-.48.27-.65l2.68-2.68c.17-.17.41-.27.65-.27ZM21,14.87l-.87-.87-2.63,2.63-2.63-2.63-.87.87,2.63,2.63-2.63,2.63.87.87,2.63-2.63,2.63,2.63.87-.87-2.63-2.63,2.63-2.63ZM9.5,10c-.55,0-1.08.24-1.44.66-.36.42-.52.97-.44,1.52l.15,1c.13.85.87,1.48,1.72,1.48s1.6-.64,1.72-1.48l.15-1c.08-.55-.08-1.1-.44-1.52-.36-.42-.88-.66-1.44-.66ZM6.61,15.75l1.25-.64c.46.35,1.03.56,1.64.56.58,0,1.11-.19,1.56-.51-.03.14-.06.29-.06.44v2.4h-4.22c-.43,0-.78-.35-.78-.78v-.49c0-.42.23-.8.61-.99ZM11.56,20.75c-.36-.36-.56-.84-.56-1.36v-.4h-6v-10h14v2h.4c.51,0,.99.2,1.36.56l.25.25v-6.81c0-1.1-.9-2-2-2h-2v-1h-2v1h-6v-1h-2v1h-2c-1.1,0-2,.9-2,2v14c0,1.1.9,2,2,2h6.81l-.25-.25ZM5,5h2v1h2v-1h6v1h2v-1h2v3H5v-3Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M6.61,15.75l1.25-.64c.46.35,1.03.56,1.64.56s1.18-.21,1.64-.56l1.25.64c.07.03.12.08.18.13l-1.27,2.13h-4.53c-.43,0-.78-.35-.78-.78v-.49c0-.42.23-.8.61-.99ZM9.5,14.67c.86,0,1.6-.64,1.72-1.48l.15-1c.08-.55-.08-1.1-.44-1.52-.36-.42-.88-.66-1.44-.66s-1.08.24-1.44.66c-.36.42-.52.97-.44,1.52l.15,1c.13.85.87,1.48,1.72,1.48ZM9.53,21h-4.53c-1.1,0-2-.9-2-2V5c0-1.1.9-2,2-2h2v-1h2v1h6v-1h2v1h2c1.1,0,2,.9,2,2v11.84l-2-3.36v-4.48H5v10h5.72l-1.19,2ZM5,8h14v-3h-2v1h-2v-1h-6v1h-2v-1h-2v3ZM16.5,11.23l-7,11.77h14l-7-11.77ZM15.9,15h1.2v4.5h-1.2v-4.5ZM16.5,21.85c-.47,0-.85-.38-.85-.85s.38-.85.85-.85.85.38.85.85-.38.85-.85.85Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M12,2C6.49,2,2,6.49,2,12s4.49,10,10,10,10-4.49,10-10S17.51,2,12,2ZM16.66,7.74l-5,10c-.15.3-.43.5-.76.54-.04,0-.09,0-.13,0-.28,0-.55-.12-.74-.33l-3.38-3.76c-.37-.41-.33-1.04.08-1.41s1.04-.34,1.41.08l2.4,2.67,4.34-8.69c.25-.49.85-.69,1.34-.45s.69.85.45,1.34Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
-
<path d="M12,
|
|
3
|
+
<path d="M12,22c-5.51,0-10-4.49-10-10S6.49,2,12,2s10,4.49,10,10-4.49,10-10,10Z" style="fill: #00dd31;"/>
|
|
4
|
+
<path d="M10.76,18.29c-.28,0-.55-.12-.74-.33l-3.38-3.76c-.37-.41-.33-1.04.08-1.41s1.04-.34,1.41.08l2.4,2.67,4.34-8.69c.25-.49.85-.69,1.34-.45s.69.85.45,1.34l-5,10c-.15.3-.43.5-.76.54-.04,0-.09,0-.13,0Z" style="fill: #002766;"/>
|
|
4
5
|
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M15.6,12h3.8c.24,0,.48.1.65.27l2.68,2.68c.17.17.27.41.27.65v3.8c0,.24-.1.48-.27.65l-2.68,2.68c-.17.17-.41.27-.65.27h-3.8c-.24,0-.48-.1-.65-.27l-2.68-2.68c-.17-.17-.27-.41-.27-.65v-3.8c0-.24.1-.48.27-.65l2.68-2.68c.17-.17.41-.27.65-.27ZM21,14.87l-.87-.87-2.63,2.63-2.63-2.63-.87.87,2.63,2.63-2.63,2.63.87.87,2.63-2.63,2.63,2.63.87-.87-2.63-2.63,2.63-2.63ZM11,17h-5c-1.1,0-2-.9-2-2,0-.85.53-1.58,1.31-1.86h0s1.49-.58,1.49-.58l-.67-1.45h0c-.08-.17-.14-.37-.14-.6,0-.83.67-1.5,1.5-1.5.16,0,.31.03.45.07h0s2.44.71,2.44.71l.76-2.14s0-.02,0-.02h0c.36-.96,1.28-1.63,2.34-1.63,1.38,0,2.5,1.12,2.5,2.5v1.44l.89.1c.79.09,1.49.44,2.02.96h.49c.51,0,.99.2,1.36.56l1.18,1.18c-.3-2.15-1.85-3.93-3.95-4.52-.14-2.35-2.1-4.23-4.49-4.23-2.06,0-3.84,1.39-4.36,3.41-.5-.27-1.06-.41-1.64-.41-1.93,0-3.5,1.57-3.5,3.5,0,.33.05.65.14.97-1.29.67-2.14,2-2.14,3.53,0,2.21,1.79,4,4,4h5v-2Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M17.5,23c-3.03,0-5.5-2.47-5.5-5.5s2.47-5.5,5.5-5.5,5.5,2.47,5.5,5.5-2.47,5.5-5.5,5.5ZM21.46,15.41l-.78-.78-4.84,4.84-1.81-1.81-.78.78,2.59,2.59,5.61-5.61ZM11,17.5c0-.17.01-.33.03-.5h-5.03c-1.1,0-2-.9-2-2,0-.85.53-1.58,1.31-1.86h0s1.49-.58,1.49-.58l-.67-1.45h0c-.08-.17-.14-.37-.14-.6,0-.83.67-1.5,1.5-1.5.16,0,.31.03.45.07h0s2.44.71,2.44.71l.76-2.14s0-.02,0-.02h0c.36-.96,1.28-1.63,2.34-1.63,1.38,0,2.5,1.12,2.5,2.5v1.44l.89.1c.9.1,1.69.54,2.25,1.17,1.07.28,2.02.82,2.8,1.55-.29-2.16-1.84-3.95-3.95-4.54-.14-2.35-2.1-4.23-4.49-4.23-2.06,0-3.84,1.39-4.36,3.41-.5-.27-1.06-.41-1.64-.41-1.93,0-3.5,1.57-3.5,3.5,0,.33.05.65.14.97-1.29.67-2.14,2-2.14,3.53,0,2.21,1.79,4,4,4h5.18c-.11-.48-.18-.98-.18-1.5Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M10.72,19h-4.72c-2.21,0-4-1.79-4-4,0-1.53.85-2.86,2.14-3.53-.09-.31-.14-.64-.14-.97,0-1.93,1.57-3.5,3.5-3.5.58,0,1.14.14,1.64.41.53-2.02,2.3-3.41,4.36-3.41,2.39,0,4.35,1.87,4.49,4.23,2.34.65,4.01,2.78,4.01,5.27,0,1.21-.4,2.33-1.06,3.24l-1.18-1.98c.15-.39.24-.81.24-1.25,0-1.77-1.34-3.26-3.11-3.46l-.89-.1v-1.44c0-1.38-1.12-2.5-2.5-2.5-1.06,0-1.99.66-2.34,1.63h0s0,0,0,.02l-.76,2.14-2.44-.72h0c-.14-.04-.3-.07-.45-.07-.83,0-1.5.67-1.5,1.5,0,.24.06.44.14.6h0s.67,1.45.67,1.45l-1.49.58h0c-.78.28-1.31,1.01-1.31,1.87,0,1.1.9,2,2,2h5.91l-1.19,2ZM16.5,11.23l-7,11.77h14l-7-11.77ZM15.9,15h1.2v4.5h-1.2v-4.5ZM16.5,21.85c-.47,0-.85-.38-.85-.85s.38-.85.85-.85.85.38.85.85-.38.85-.85.85Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M17.5,23c-3.03,0-5.5-2.47-5.5-5.5s2.47-5.5,5.5-5.5,5.5,2.47,5.5,5.5-2.47,5.5-5.5,5.5ZM21.46,15.41l-.78-.78-4.84,4.84-1.81-1.81-.78.78,2.59,2.59,5.61-5.61ZM15,7h1v4.18c-.34.08-.68.19-1,.32v-4.5ZM11.5,20h-4.5V5h10v6.03c.17-.01.33-.03.5-.03.52,0,1.02.07,1.5.18v-6.18h2c0-1.1-.9-2-2-2h-5v-1h-4v1h-5c-1.1,0-2,.9-2,2h2v15c0,1.1.9,2,2,2h5.82c-.55-.58-1.01-1.25-1.32-2ZM9,18V7h-1v11h1ZM11,17.5c0-1.84.77-3.5,2-4.68v-5.82h-2v10.5Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M12,15h11l-2,4,2,4h-11v-8ZM12,7h-4v1h4v-1ZM16,9v1h-8v-1h8ZM8,11h8v1h-8v-1ZM8,13h8v1h-8v-1ZM8,15h3v1h-3v-1ZM8,17h3v1h-3v-1ZM11,22h-5c-1.1,0-2-.9-2-2V4c0-1.1.9-2,2-2h9.59c.53,0,1.04.21,1.41.59l2.41,2.41c.37.37.59.89.59,1.41v7.59h-2v-7h-3v-3H6v16h5v2Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M8,11h8v.2c-.7.2-1.4.4-1.9.8h-6.1v-1ZM8,10h8v-1h-8v1ZM11.5,20h-5.5V4h9v3h3v4c.7.1,1.4.2,2,.5v-5.1c0-.5-.2-1-.6-1.4l-2.4-2.4c-.4-.4-.9-.6-1.4-.6H6c-1.1,0-2,.9-2,2v16c0,1.1.9,2,2,2h6.8c-.5-.6-1-1.2-1.3-2h0ZM8,7v1h4v-1h-4ZM8,14h4c.2-.4.5-.7.8-1h-4.8v1ZM8,18h3v-1h-3v1ZM8,16h3.2c.1-.3.2-.7.3-1h-3.5v1ZM17.5,12c-3,0-5.5,2.5-5.5,5.5s2.5,5.5,5.5,5.5,5.5-2.5,5.5-5.5-2.5-5.5-5.5-5.5ZM15.8,21l-2.6-2.6.8-.8,1.8,1.8,4.8-4.8.8.8-5.6,5.6Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M12,2C6.48,2,2,6.48,2,12s4.48,10,10,10,10-4.48,10-10S17.52,2,12,2ZM16.71,15.29c.39.39.39,1.02,0,1.41-.2.2-.45.29-.71.29s-.51-.1-.71-.29l-3.29-3.29-3.29,3.29c-.2.2-.45.29-.71.29s-.51-.1-.71-.29c-.39-.39-.39-1.02,0-1.41l3.29-3.29-3.29-3.29c-.39-.39-.39-1.02,0-1.41s1.02-.39,1.41,0l3.29,3.29,3.29-3.29c.39-.39,1.02-.39,1.41,0s.39,1.02,0,1.41l-3.29,3.29,3.29,3.29Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
-
<
|
|
3
|
+
<circle cx="12" cy="12" r="10" style="fill: #f30303;"/>
|
|
4
|
+
<path d="M13.41,12l3.29-3.29c.39-.39.39-1.02,0-1.41s-1.02-.39-1.41,0l-3.29,3.29-3.29-3.29c-.39-.39-1.02-.39-1.41,0s-.39,1.02,0,1.41l3.29,3.29-3.29,3.29c-.39.39-.39,1.02,0,1.41.2.2.45.29.71.29s.51-.1.71-.29l3.29-3.29,3.29,3.29c.2.2.45.29.71.29s.51-.1.71-.29c.39-.39.39-1.02,0-1.41l-3.29-3.29Z" style="fill: #fff;"/>
|
|
4
5
|
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M12,2C6.48,2,2,6.48,2,12s4.48,10,10,10,10-4.48,10-10S17.52,2,12,2ZM11,6.58c0-.55.45-1,1-1s1,.45,1,1v6.75c0,.55-.45,1-1,1s-1-.45-1-1v-6.75ZM12,18.25c-.69,0-1.25-.56-1.25-1.25s.56-1.25,1.25-1.25,1.25.56,1.25,1.25-.56,1.25-1.25,1.25Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
-
<
|
|
3
|
+
<circle cx="12" cy="12" r="10" style="fill: #ffe300;"/>
|
|
4
|
+
<path d="M11,13.33v-6.75c0-.55.45-1,1-1s1,.45,1,1v6.75c0,.55-.45,1-1,1s-1-.45-1-1ZM12,15.75c-.69,0-1.25.56-1.25,1.25s.56,1.25,1.25,1.25,1.25-.56,1.25-1.25-.56-1.25-1.25-1.25Z" style="fill: #002766;"/>
|
|
4
5
|
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M22.73,14.95l-2.68-2.68c-.17-.17-.41-.27-.65-.27h-3.8c-.24,0-.48.1-.65.27l-2.68,2.68c-.17.17-.27.41-.27.65v3.8c0,.24.1.48.27.65l2.68,2.68c.17.17.41.27.65.27h3.8c.24,0,.48-.1.65-.27l2.68-2.68c.17-.17.27-.41.27-.65v-3.8c0-.24-.1-.48-.27-.65ZM21,14.87l-2.63,2.63,2.63,2.63-.87.87-2.63-2.63-2.63,2.63-.87-.87,2.63-2.63-2.63-2.63.87-.87,2.63,2.63,2.63-2.63.87.87ZM16.07,10.3c.91,0,1.52-.05,1.75-.06h.18v.76h-1.69v-.13h-.75v-.57h.51ZM11,18.33c-1.04-.58-2.18-.6-3.49-.06-1.28.53-2.63.98-4,.98-.61,0-1.23-.09-1.85-.31l-.67-.24V5.17l1.26.34c1.17.32,2.5.16,3.95-.46,1.47-.67,3.63-1.38,5.77-.13,1.53-.97,3.48-.92,5.82.15,1.45.61,2.75.76,3.94.45l1.25-.33v8.62l-2-2v-4.15c-1.25.09-2.57-.16-4-.76-2.87-1.31-3.96-.33-4.32,0l-.19.17v6.25l-.94.94s-.04.05-.06.07v-7.31l-.1-.08c-1.16-.91-2.47-.93-4.38-.06-1.41.61-2.76.86-4.02.78v9.56c1.1.16,2.32-.21,3.75-.8,1.49-.61,2.93-.69,4.25-.26v2.17ZM17.12,9.86c-.27,0-.49-.09-.64-.27-.17-.16-.25-.38-.25-.62,0-.26.09-.48.26-.66.16-.15.39-.24.66-.24s.47.09.62.27c.17.17.26.38.26.63s-.09.46-.26.64c-.17.17-.39.26-.64.26h-.01Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M17.5,23c-3.03,0-5.5-2.47-5.5-5.5s2.47-5.5,5.5-5.5,5.5,2.47,5.5,5.5-2.47,5.5-5.5,5.5ZM21.46,15.41l-.78-.78-4.84,4.84-1.81-1.81-.78.78,2.59,2.59,5.61-5.61ZM17.5,11c.17,0,.33.01.5.03v-.78h-.18c-.23,0-.84.06-1.75.06h-.51v.57h.75v.24c.39-.07.78-.11,1.19-.11ZM11,17.5c0-.44.05-.87.13-1.29-1.35-.48-2.84-.43-4.38.21-1.43.59-2.65.95-3.75.8V7.65c1.26.08,2.61-.17,4.02-.78,1.9-.87,3.21-.85,4.38.06l.1.08v7.98c.25-.6.59-1.16,1-1.65v-6.29l.19-.17c.36-.32,1.44-1.3,4.32,0,1.42.6,2.74.85,4,.76v4.37c.81.52,1.49,1.21,2,2.02V5.19l-1.25.33c-1.19.31-2.48.16-3.94-.45-2.34-1.07-4.3-1.12-5.82-.15-2.14-1.25-4.3-.54-5.77.13-1.45.62-2.78.78-3.95.46l-1.26-.34v13.53l.67.24c.62.22,1.24.31,1.85.31,1.37,0,2.71-.45,4-.98,1.33-.55,2.5-.51,3.55.1-.04-.29-.06-.57-.06-.87ZM17.13,9.87c.25,0,.47-.09.64-.26.17-.18.26-.39.26-.64s-.09-.46-.26-.63c-.15-.18-.35-.27-.62-.27s-.5.09-.66.24c-.17.18-.26.4-.26.66,0,.24.08.46.25.62.15.18.37.27.64.27h.01Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M15.6,12h3.8c.24,0,.48.1.65.27l2.68,2.68c.17.17.27.41.27.65v3.8c0,.24-.1.48-.27.65l-2.68,2.68c-.17.17-.41.27-.65.27h-3.8c-.24,0-.48-.1-.65-.27l-2.68-2.68c-.17-.17-.27-.41-.27-.65v-3.8c0-.24.1-.48.27-.65l2.68-2.68c.17-.17.41-.27.65-.27ZM21,14.87l-.87-.87-2.63,2.63-2.63-2.63-.87.87,2.63,2.63-2.63,2.63.87.87,2.63-2.63,2.63,2.63.87-.87-2.63-2.63,2.63-2.63ZM11.98,21.17l.02.04h0s-.03-.04-.03-.04ZM21,4v3h1v-3c0-1.1-.9-2-2-2h-3v1h3c.55,0,1,.45,1,1ZM6,9.48c0-3.31,2.69-6,6-6s6,2.69,6,6c0,.53-.07,1.04-.2,1.52h-2.1c.2-.48.31-1,.31-1.52,0-2.21-1.79-4-4-4s-4,1.79-4,4c0,.7.19,1.4.55,2.01l2.45,4.12v3.79c0,.05.01.1.01.15l-4.19-7.05c-.52-.89-.82-1.92-.82-3.02ZM3,7h-1v-3c0-1.1.9-2,2-2h3v1h-3c-.55,0-1,.45-1,1v3ZM4,21h3v1h-3c-1.1,0-2-.9-2-2v-3h1v3c0,.55.45,1,1,1ZM12,8.76c.39,0,.71.32.71.71s-.32.71-.71.71-.71-.32-.71-.71.32-.71.71-.71M12,7.76c-.95,0-1.71.77-1.71,1.71s.77,1.71,1.71,1.71,1.71-.77,1.71-1.71-.77-1.71-1.71-1.71h0Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M17.5,23c-3.03,0-5.5-2.47-5.5-5.5s2.47-5.5,5.5-5.5,5.5,2.47,5.5,5.5-2.47,5.5-5.5,5.5ZM21.46,15.41l-.78-.78-4.84,4.84-1.81-1.81-.78.78,2.59,2.59,5.61-5.61ZM3,7h-1v-3c0-1.1.9-2,2-2h3v1h-3c-.55,0-1,.45-1,1v3ZM21,4v3h1v-3c0-1.1-.9-2-2-2h-3v1h3c.55,0,1,.45,1,1ZM3,20v-3h-1v3c0,1.1.9,2,2,2h3v-1h-3c-.55,0-1-.45-1-1ZM11,17.5c0-.54.07-1.06.2-1.56l-2.65-4.45c-.36-.61-.55-1.31-.55-2.01,0-2.21,1.79-4,4-4s4,1.79,4,4c0,.64-.16,1.26-.45,1.82.62-.19,1.27-.3,1.95-.3.1,0,.2.01.29.01.13-.49.21-1.01.21-1.54,0-3.31-2.69-6-6-6s-6,2.69-6,6c0,1.1.3,2.13.82,3.02l5.18,8.71.08-.13c-.68-1.03-1.08-2.26-1.08-3.58ZM12,8.76c-.39,0-.71.32-.71.71s.32.71.71.71.71-.32.71-.71-.32-.71-.71-.71M12,7.76c.95,0,1.71.77,1.71,1.71s-.77,1.71-1.71,1.71-1.71-.77-1.71-1.71.77-1.71,1.71-1.71h0Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M22.73,14.95l-2.68-2.68c-.17-.17-.41-.27-.65-.27h-3.8c-.24,0-.48.1-.65.27l-2.68,2.68c-.17.17-.27.41-.27.65v3.8c0,.24.1.48.27.65l2.68,2.68c.17.17.41.27.65.27h3.8c.24,0,.48-.1.65-.27l2.68-2.68c.17-.17.27-.41.27-.65v-3.8c0-.24-.1-.48-.27-.65ZM21,20.13l-.87.87-2.63-2.63-2.63,2.63-.87-.87,2.63-2.63-2.63-2.63.87-.87,2.63,2.63,2.63-2.63.87.87-2.63,2.63,2.63,2.63ZM20,4H4c-1.1,0-2,.9-2,2v12c0,1.1.9,2,2,2h7.1c-.06-.19-.1-.39-.1-.6v-1.4h-6.19l5.61-5.31.55.52c.29.27.66.41,1.03.41.08,0,.15-.03.23-.04l2.02-2.02c.3-.3.68-.48,1.09-.54l4.66-4.42v4.49c.28.09.54.24.75.46l1.25,1.25v-6.81c0-1.1-.9-2-2-2ZM4,17.39V6.61l5.69,5.39-5.69,5.39ZM12.34,12.49c-.19.18-.49.18-.69,0l-6.85-6.49h14.38l-6.85,6.49Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M17.5,23c-3.03,0-5.5-2.47-5.5-5.5s2.47-5.5,5.5-5.5,5.5,2.47,5.5,5.5-2.47,5.5-5.5,5.5ZM21.46,15.41l-.78-.78-4.84,4.84-1.81-1.81-.78.78,2.59,2.59,5.61-5.61ZM20,4H4c-1.1,0-2,.9-2,2v12c0,1.1.9,2,2,2h7.5c-.26-.62-.42-1.3-.48-2h-6.21l5.61-5.31.55.52c.29.27.66.41,1.03.41.12,0,.23-.04.34-.06.62-.8,1.41-1.46,2.33-1.9l5.33-5.05v4.89c.75.31,1.42.76,2,1.32v-6.82c0-1.1-.9-2-2-2ZM4,17.39V6.61l5.69,5.39-5.69,5.39ZM12.34,12.49c-.19.18-.49.18-.69,0l-6.85-6.49h14.38l-6.85,6.49Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M15.6,12h3.8c.24,0,.48.1.65.27l2.68,2.68c.17.17.27.41.27.65v3.8c0,.24-.1.48-.27.65l-2.68,2.68c-.17.17-.41.27-.65.27h-3.8c-.24,0-.48-.1-.65-.27l-2.68-2.68c-.17-.17-.27-.41-.27-.65v-3.8c0-.24.1-.48.27-.65l2.68-2.68c.17-.17.41-.27.65-.27ZM21,14.87l-.87-.87-2.63,2.63-2.63-2.63-.87.87,2.63,2.63-2.63,2.63.87.87,2.63-2.63,2.63,2.63.87-.87-2.63-2.63,2.63-2.63ZM22,9v3.81l-1.25-1.25c-.21-.21-.47-.36-.75-.46v-2.1H4v6h2v-2h6.81l-1.25,1.25c-.21.21-.36.47-.46.75h-3.1v3h3v1.4c0,.21.04.41.1.6h-3.1c-1.1,0-2-.9-2-2v-1h-2c-1.1,0-2-.9-2-2v-6c0-1.1.9-2,2-2h3v-1c0-1.1.9-2,2-2h6c1.1,0,2,.9,2,2v1h3c1.1,0,2,.9,2,2ZM15,7v-1h-6v1h6ZM9,12v-1h-1v1h1ZM7,12v-1h-1v1h1Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M17.5,12c-3.03,0-5.5,2.47-5.5,5.5s2.47,5.5,5.5,5.5,5.5-2.47,5.5-5.5-2.47-5.5-5.5-5.5ZM15.85,21.03l-2.59-2.59.78-.78,1.81,1.81,4.84-4.84.78.78-5.61,5.61ZM20,7h-3v-1c0-1.1-.9-2-2-2h-6c-1.1,0-2,.9-2,2v1h-3c-1.1,0-2,.9-2,2v6c0,1.1.9,2,2,2h2v1c0,1.1.9,2,2,2h3.5c-.26-.62-.42-1.3-.48-2h-3.03v-3h3.5c.31-.75.76-1.42,1.32-2h-6.82v2h-2v-6h16v2.5c.75.31,1.42.76,2,1.32v-3.82c0-1.1-.9-2-2-2ZM9,7v-1h6v1s-6,0-6,0ZM6,12v-1h1v1h-1ZM8,12v-1h1v1h-1Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M6,12v-1h1v1h-1ZM20,7h-3v-1c0-1.1-.9-2-2-2h-6c-1.1,0-2,.9-2,2v1h-3c-1.1,0-2,.9-2,2v6c0,1.1.9,2,2,2h2v1c0,1.1.9,2,2,2h2.12l1.19-2h-3.31v-3h5.09l1.19-2H6v2h-2v-6h16v6h-.09l1.04,1.75c.62-.34,1.05-.99,1.05-1.75v-6c0-1.1-.9-2-2-2ZM9,7v-1h6v1s-6,0-6,0ZM9,12v-1h-1v1h1ZM16.5,11.23l-7,11.77h14l-7-11.77ZM15.9,15h1.2v4.5h-1.2v-4.5ZM16.5,21.85c-.47,0-.85-.38-.85-.85s.38-.85.85-.85.85.38.85.85-.38.85-.85.85Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M17.5,12c-3.04,0-5.5,2.46-5.5,5.5s2.46,5.5,5.5,5.5,5.5-2.46,5.5-5.5-2.46-5.5-5.5-5.5ZM14,18h-1v-1h1v1ZM18,22h-1v-1h1v1ZM19.11,19.89l-2.11-2.27v-4.62h1v4.23l1.85,1.99-.73.68ZM21,18v-1h1v1h-1ZM11.5,15c.31-.75.76-1.42,1.32-2h-3.98l-1.07-6h11.95l-1.03,4.11c.67.12,1.31.35,1.9.66l1.7-6.78H7.41l-.26-1.45c-.21-.91-1.01-1.55-1.95-1.55h-3.2v2l3.19-.05,1.76,9.9-2.37,4.73c-.36.36-.59.86-.59,1.42,0,1.1.9,2,2,2s2-.9,2-2c0-.37-.11-.7-.28-1h3.46c-.11-.48-.18-.98-.18-1.5,0-.17.01-.33.03-.5h-3.41l1-2h2.88ZM6,21c-.55,0-1-.45-1-1s.45-1,1-1,1,.45,1,1-.45,1-1,1Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M17.5,23c-3.03,0-5.5-2.47-5.5-5.5s2.47-5.5,5.5-5.5,5.5,2.47,5.5,5.5-2.47,5.5-5.5,5.5ZM21.46,15.41l-.78-.78-4.84,4.84-1.81-1.81-.78.78,2.59,2.59,5.61-5.61ZM8.67,5.85l-1.45-1.45c1.39-.88,3.03-1.39,4.79-1.39,2.83,0,5.35,1.32,7,3.37v-3.37h2v7h-7v-2h3.74c-1.27-1.81-3.36-3-5.74-3-1.21,0-2.34.31-3.33.85ZM3,12h2c0-1.57.53-3.02,1.4-4.18l5.85,5.85c.4-.54.87-1.02,1.41-1.41L2.71,1.29l-1.41,1.41,3.68,3.68c-1.23,1.54-1.98,3.49-1.98,5.61ZM11.17,18.95c-2.03-.24-3.79-1.35-4.91-2.95h3.74v-2H3v7h2v-3.37c1.65,2.05,4.17,3.37,7,3.37,0,0,.02,0,.03,0-.4-.62-.69-1.31-.86-2.05Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M17.5,23c-3.03,0-5.5-2.47-5.5-5.5s2.47-5.5,5.5-5.5,5.5,2.47,5.5,5.5-2.47,5.5-5.5,5.5ZM21.46,15.41l-.78-.78-4.84,4.84-1.81-1.81-.78.78,2.59,2.59,5.61-5.61ZM21,3v7h-7v-2h3.74c-1.27-1.81-3.36-3-5.74-3-3.86,0-7,3.14-7,7h-2C3,7.04,7.04,3,12,3c2.83,0,5.35,1.32,7,3.37v-3.37h2ZM11.17,18.95c-2.03-.24-3.79-1.35-4.91-2.95h3.74v-2H3v7h2v-3.37c1.65,2.05,4.17,3.37,7,3.37.01,0,.02,0,.03,0-.4-.62-.69-1.31-.86-2.05ZM21,12.03s0-.02,0-.03h-.05s.03.02.05.03Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M15.6,12h3.8c.24,0,.48.1.65.27l2.68,2.68c.17.17.27.41.27.65v3.8c0,.24-.1.48-.27.65l-2.68,2.68c-.17.17-.41.27-.65.27h-3.8c-.24,0-.48-.1-.65-.27l-2.68-2.68c-.17-.17-.27-.41-.27-.65v-3.8c0-.24.1-.48.27-.65l2.68-2.68c.17-.17.41-.27.65-.27ZM21,14.87l-.87-.87-2.63,2.63-2.63-2.63-.87.87,2.63,2.63-2.63,2.63.87.87,2.63-2.63,2.63,2.63.87-.87-2.63-2.63,2.63-2.63ZM8.5,12.67c.86,0,1.6-.64,1.72-1.48l.15-1c.08-.55-.08-1.1-.44-1.52-.36-.42-.88-.66-1.44-.66s-1.08.24-1.44.66c-.36.42-.52.97-.44,1.52l.15,1c.13.85.87,1.48,1.72,1.48ZM5.61,13.75l1.25-.64c.46.35,1.03.56,1.64.56s1.18-.21,1.64-.56l1.25.64c.15.07.26.18.36.31l-.19.19c-.36.36-.56.84-.56,1.36v.4h-5.22c-.43,0-.78-.35-.78-.78v-.49c0-.42.23-.8.61-.99ZM14.25,11.56l-.44.44h-.81v-1h2.6c-.51,0-.99.2-1.36.56ZM13,9h6v1h-6v-1ZM11.1,20h-7.1c-1.1,0-2-.9-2-2V6c0-1.1.9-2,2-2h16c1.1,0,2,.9,2,2v6.81l-1.25-1.25c-.21-.21-.47-.36-.75-.46v-5.1H4v12h7v1.4c0,.21.04.41.1.6Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M17.5,23c-3.03,0-5.5-2.47-5.5-5.5s2.47-5.5,5.5-5.5,5.5,2.47,5.5,5.5-2.47,5.5-5.5,5.5ZM19.35,14.35c-1.4-.83-3.24-.65-4.45.56s-1.38,3.04-.56,4.45l5-5ZM15.65,20.65c1.4.83,3.24.65,4.45-.56s1.38-3.04.56-4.45l-5,5ZM11.88,14.25c-.31.54-.55,1.13-.7,1.75h-5.4c-.43,0-.78-.35-.78-.78v-.49c0-.42.23-.8.61-.99l1.25-.64c.46.35,1.03.56,1.64.56s1.18-.21,1.64-.56l1.25.64c.22.11.38.29.48.51ZM11.03,18h-7.03V6h16v5.5c.75.31,1.42.76,2,1.32v-6.82c0-1.1-.9-2-2-2H4c-1.1,0-2,.9-2,2v12c0,1.1.9,2,2,2h7.5c-.26-.62-.42-1.3-.48-2ZM8.5,12.67c.86,0,1.6-.64,1.72-1.48l.15-1c.08-.55-.08-1.1-.44-1.52-.36-.42-.88-.66-1.44-.66s-1.08.24-1.44.66c-.36.42-.52.97-.44,1.52l.15,1c.13.85.87,1.48,1.72,1.48ZM19,11h-1.5c.52,0,1.02.07,1.5.18v-.18ZM13,11v1h1.05c1-.63,2.18-1,3.45-1h-4.5ZM13,10h6v-1h-6v1Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|