restream-admin-ui-icons 2.0.1 → 2.2.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.
Files changed (62) hide show
  1. package/README.md +56 -13
  2. package/dist/16/index.cjs +15 -16
  3. package/dist/16/index.d.cts +1 -1
  4. package/dist/16/index.d.ts +1 -1
  5. package/dist/16/index.js +3 -4
  6. package/dist/16/media/index.cjs +27 -23
  7. package/dist/16/media/index.d.cts +1 -1
  8. package/dist/16/media/index.d.ts +1 -1
  9. package/dist/16/media/index.js +1 -1
  10. package/dist/24/business/index.cjs +49 -45
  11. package/dist/24/business/index.d.cts +1 -1
  12. package/dist/24/business/index.d.ts +1 -1
  13. package/dist/24/business/index.js +1 -1
  14. package/dist/24/culture/index.cjs +35 -27
  15. package/dist/24/culture/index.d.cts +1 -1
  16. package/dist/24/culture/index.d.ts +1 -1
  17. package/dist/24/culture/index.js +1 -1
  18. package/dist/24/index.cjs +15 -15
  19. package/dist/24/index.d.cts +3 -3
  20. package/dist/24/index.d.ts +3 -3
  21. package/dist/24/index.js +6 -6
  22. package/dist/24/media/index.cjs +75 -71
  23. package/dist/24/media/index.d.cts +1 -1
  24. package/dist/24/media/index.d.ts +1 -1
  25. package/dist/24/media/index.js +1 -1
  26. package/dist/8/index.cjs +5 -6
  27. package/dist/8/index.js +1 -2
  28. package/dist/{chunk-EFOWDO5Z.cjs → chunk-5F5YCPCL.cjs} +15 -0
  29. package/dist/{chunk-EQXPGHMB.js → chunk-EG2QKKWY.js} +15 -1
  30. package/dist/{chunk-P6CETHIC.cjs → chunk-HVVOH6IO.cjs} +15 -0
  31. package/dist/chunk-IWB5Y6JA.cjs +2 -0
  32. package/dist/{chunk-5B6Z76TB.js → chunk-KSWTBCBV.js} +15 -1
  33. package/dist/chunk-LBQ37QF5.js +1 -0
  34. package/dist/{chunk-HRHUSLAY.cjs → chunk-UZRBMEWB.cjs} +15 -0
  35. package/dist/{chunk-RJTHXN7R.cjs → chunk-WTVLSZOB.cjs} +30 -0
  36. package/dist/{chunk-XU6L5TBJ.js → chunk-YS4CCVQ3.js} +15 -1
  37. package/dist/{chunk-7CV76NM5.js → chunk-ZU4DAKD5.js} +29 -1
  38. package/dist/{index-DRLluCqw.d.cts → index-CzMaswA0.d.cts} +8 -2
  39. package/dist/{index-DRLluCqw.d.ts → index-CzMaswA0.d.ts} +8 -2
  40. package/dist/{index-5ToZKUDg.d.cts → index-D01eZHoR.d.cts} +8 -2
  41. package/dist/{index-5ToZKUDg.d.ts → index-D01eZHoR.d.ts} +8 -2
  42. package/dist/{index-Day051Iz.d.cts → index-DdIp0oLM.d.cts} +8 -2
  43. package/dist/{index-Day051Iz.d.ts → index-DdIp0oLM.d.ts} +8 -2
  44. package/dist/{index-D6SB0h7i.d.cts → index-ld4nlytj.d.cts} +14 -2
  45. package/dist/{index-D6SB0h7i.d.ts → index-ld4nlytj.d.ts} +14 -2
  46. package/dist/index.cjs +60 -38
  47. package/dist/index.d.cts +13 -32
  48. package/dist/index.d.ts +13 -32
  49. package/dist/index.js +14 -32
  50. package/package.json +7 -2
  51. package/dist/chunk-652EDI3M.cjs +0 -36
  52. package/dist/chunk-67D73ETG.js +0 -34
  53. package/dist/chunk-DJY2ZT47.cjs +0 -16
  54. package/dist/chunk-JDQYKY6U.js +0 -14
  55. package/dist/chunk-QFE476CS.js +0 -34
  56. package/dist/chunk-YW3CYQZO.cjs +0 -36
  57. package/dist/index-9wawOzmn.d.ts +0 -19
  58. package/dist/index-CK0phSMO.d.cts +0 -9
  59. package/dist/index-CNtiUTY3.d.cts +0 -19
  60. package/dist/index-COesY55N.d.ts +0 -9
  61. package/dist/index-DT-ZD2vN.d.cts +0 -19
  62. package/dist/index-EphVdsek.d.ts +0 -19
@@ -1,111 +1,119 @@
1
1
  'use strict';
2
2
 
3
- var chunkRJTHXN7R_cjs = require('../../chunk-RJTHXN7R.cjs');
3
+ var chunkWTVLSZOB_cjs = require('../../chunk-WTVLSZOB.cjs');
4
4
  require('../../chunk-75ZPJI57.cjs');
5
5
 
6
6
 
7
7
 
8
8
  Object.defineProperty(exports, "Achievement", {
9
9
  enumerable: true,
10
- get: function () { return chunkRJTHXN7R_cjs.Achievement; }
10
+ get: function () { return chunkWTVLSZOB_cjs.Achievement; }
11
11
  });
12
12
  Object.defineProperty(exports, "AdhesivePlaster", {
13
13
  enumerable: true,
14
- get: function () { return chunkRJTHXN7R_cjs.AdhesivePlaster; }
14
+ get: function () { return chunkWTVLSZOB_cjs.AdhesivePlaster; }
15
15
  });
16
16
  Object.defineProperty(exports, "Backpack", {
17
17
  enumerable: true,
18
- get: function () { return chunkRJTHXN7R_cjs.Backpack; }
18
+ get: function () { return chunkWTVLSZOB_cjs.Backpack; }
19
19
  });
20
20
  Object.defineProperty(exports, "Book", {
21
21
  enumerable: true,
22
- get: function () { return chunkRJTHXN7R_cjs.Book; }
22
+ get: function () { return chunkWTVLSZOB_cjs.Book; }
23
23
  });
24
24
  Object.defineProperty(exports, "BookOpen", {
25
25
  enumerable: true,
26
- get: function () { return chunkRJTHXN7R_cjs.BookOpen; }
26
+ get: function () { return chunkWTVLSZOB_cjs.BookOpen; }
27
27
  });
28
28
  Object.defineProperty(exports, "Column", {
29
29
  enumerable: true,
30
- get: function () { return chunkRJTHXN7R_cjs.Column; }
30
+ get: function () { return chunkWTVLSZOB_cjs.Column; }
31
31
  });
32
32
  Object.defineProperty(exports, "Cross", {
33
33
  enumerable: true,
34
- get: function () { return chunkRJTHXN7R_cjs.Cross; }
34
+ get: function () { return chunkWTVLSZOB_cjs.Cross; }
35
35
  });
36
36
  Object.defineProperty(exports, "Cup", {
37
37
  enumerable: true,
38
- get: function () { return chunkRJTHXN7R_cjs.Cup; }
38
+ get: function () { return chunkWTVLSZOB_cjs.Cup; }
39
39
  });
40
40
  Object.defineProperty(exports, "Education", {
41
41
  enumerable: true,
42
- get: function () { return chunkRJTHXN7R_cjs.Education; }
42
+ get: function () { return chunkWTVLSZOB_cjs.Education; }
43
43
  });
44
44
  Object.defineProperty(exports, "FirstAidKit", {
45
45
  enumerable: true,
46
- get: function () { return chunkRJTHXN7R_cjs.FirstAidKit; }
46
+ get: function () { return chunkWTVLSZOB_cjs.FirstAidKit; }
47
47
  });
48
48
  Object.defineProperty(exports, "Glasses", {
49
49
  enumerable: true,
50
- get: function () { return chunkRJTHXN7R_cjs.Glasses; }
50
+ get: function () { return chunkWTVLSZOB_cjs.Glasses; }
51
51
  });
52
52
  Object.defineProperty(exports, "Globe", {
53
53
  enumerable: true,
54
- get: function () { return chunkRJTHXN7R_cjs.Globe; }
54
+ get: function () { return chunkWTVLSZOB_cjs.Globe; }
55
55
  });
56
56
  Object.defineProperty(exports, "Government", {
57
57
  enumerable: true,
58
- get: function () { return chunkRJTHXN7R_cjs.Government; }
58
+ get: function () { return chunkWTVLSZOB_cjs.Government; }
59
59
  });
60
60
  Object.defineProperty(exports, "GovernmentFill", {
61
61
  enumerable: true,
62
- get: function () { return chunkRJTHXN7R_cjs.GovernmentFill; }
62
+ get: function () { return chunkWTVLSZOB_cjs.GovernmentFill; }
63
63
  });
64
64
  Object.defineProperty(exports, "Insurance", {
65
65
  enumerable: true,
66
- get: function () { return chunkRJTHXN7R_cjs.Insurance; }
66
+ get: function () { return chunkWTVLSZOB_cjs.Insurance; }
67
67
  });
68
68
  Object.defineProperty(exports, "Libra", {
69
69
  enumerable: true,
70
- get: function () { return chunkRJTHXN7R_cjs.Libra; }
70
+ get: function () { return chunkWTVLSZOB_cjs.Libra; }
71
71
  });
72
72
  Object.defineProperty(exports, "Medal", {
73
73
  enumerable: true,
74
- get: function () { return chunkRJTHXN7R_cjs.Medal; }
74
+ get: function () { return chunkWTVLSZOB_cjs.Medal; }
75
75
  });
76
76
  Object.defineProperty(exports, "Newspaper", {
77
77
  enumerable: true,
78
- get: function () { return chunkRJTHXN7R_cjs.Newspaper; }
78
+ get: function () { return chunkWTVLSZOB_cjs.Newspaper; }
79
79
  });
80
80
  Object.defineProperty(exports, "Palette", {
81
81
  enumerable: true,
82
- get: function () { return chunkRJTHXN7R_cjs.Palette; }
82
+ get: function () { return chunkWTVLSZOB_cjs.Palette; }
83
83
  });
84
84
  Object.defineProperty(exports, "Passport", {
85
85
  enumerable: true,
86
- get: function () { return chunkRJTHXN7R_cjs.Passport; }
86
+ get: function () { return chunkWTVLSZOB_cjs.Passport; }
87
87
  });
88
88
  Object.defineProperty(exports, "Phonendoscope", {
89
89
  enumerable: true,
90
- get: function () { return chunkRJTHXN7R_cjs.Phonendoscope; }
90
+ get: function () { return chunkWTVLSZOB_cjs.Phonendoscope; }
91
91
  });
92
92
  Object.defineProperty(exports, "Pill", {
93
93
  enumerable: true,
94
- get: function () { return chunkRJTHXN7R_cjs.Pill; }
94
+ get: function () { return chunkWTVLSZOB_cjs.Pill; }
95
95
  });
96
96
  Object.defineProperty(exports, "Pulse", {
97
97
  enumerable: true,
98
- get: function () { return chunkRJTHXN7R_cjs.Pulse; }
98
+ get: function () { return chunkWTVLSZOB_cjs.Pulse; }
99
99
  });
100
100
  Object.defineProperty(exports, "Seal", {
101
101
  enumerable: true,
102
- get: function () { return chunkRJTHXN7R_cjs.Seal; }
102
+ get: function () { return chunkWTVLSZOB_cjs.Seal; }
103
103
  });
104
104
  Object.defineProperty(exports, "Syringe", {
105
105
  enumerable: true,
106
- get: function () { return chunkRJTHXN7R_cjs.Syringe; }
106
+ get: function () { return chunkWTVLSZOB_cjs.Syringe; }
107
+ });
108
+ Object.defineProperty(exports, "TheatreMasks", {
109
+ enumerable: true,
110
+ get: function () { return chunkWTVLSZOB_cjs.TheatreMasks; }
111
+ });
112
+ Object.defineProperty(exports, "TheatreMasksFill", {
113
+ enumerable: true,
114
+ get: function () { return chunkWTVLSZOB_cjs.TheatreMasksFill; }
107
115
  });
108
116
  Object.defineProperty(exports, "Virus", {
109
117
  enumerable: true,
110
- get: function () { return chunkRJTHXN7R_cjs.Virus; }
118
+ get: function () { return chunkWTVLSZOB_cjs.Virus; }
111
119
  });
@@ -1,3 +1,3 @@
1
- export { A as Achievement, a as AdhesivePlaster, B as Backpack, b as Book, c as BookOpen, C as Column, d as Cross, e as Cup, E as Education, F as FirstAidKit, G as Glasses, f as Globe, g as Government, h as GovernmentFill, I as Insurance, L as Libra, M as Medal, N as Newspaper, P as Palette, j as Passport, k as Phonendoscope, l as Pill, m as Pulse, S as Seal, n as Syringe, V as Virus } from '../../index-D6SB0h7i.cjs';
1
+ export { A as Achievement, a as AdhesivePlaster, B as Backpack, b as Book, c as BookOpen, C as Column, d as Cross, e as Cup, E as Education, F as FirstAidKit, G as Glasses, f as Globe, g as Government, h as GovernmentFill, I as Insurance, L as Libra, M as Medal, N as Newspaper, P as Palette, j as Passport, k as Phonendoscope, l as Pill, m as Pulse, S as Seal, n as Syringe, T as TheatreMasks, o as TheatreMasksFill, V as Virus } from '../../index-ld4nlytj.cjs';
2
2
  import 'react/jsx-runtime';
3
3
  import 'react';
@@ -1,3 +1,3 @@
1
- export { A as Achievement, a as AdhesivePlaster, B as Backpack, b as Book, c as BookOpen, C as Column, d as Cross, e as Cup, E as Education, F as FirstAidKit, G as Glasses, f as Globe, g as Government, h as GovernmentFill, I as Insurance, L as Libra, M as Medal, N as Newspaper, P as Palette, j as Passport, k as Phonendoscope, l as Pill, m as Pulse, S as Seal, n as Syringe, V as Virus } from '../../index-D6SB0h7i.js';
1
+ export { A as Achievement, a as AdhesivePlaster, B as Backpack, b as Book, c as BookOpen, C as Column, d as Cross, e as Cup, E as Education, F as FirstAidKit, G as Glasses, f as Globe, g as Government, h as GovernmentFill, I as Insurance, L as Libra, M as Medal, N as Newspaper, P as Palette, j as Passport, k as Phonendoscope, l as Pill, m as Pulse, S as Seal, n as Syringe, T as TheatreMasks, o as TheatreMasksFill, V as Virus } from '../../index-ld4nlytj.js';
2
2
  import 'react/jsx-runtime';
3
3
  import 'react';
@@ -1,2 +1,2 @@
1
- export { Achievement, AdhesivePlaster, Backpack, Book, BookOpen, Column, Cross, Cup, Education, FirstAidKit, Glasses, Globe, Government, GovernmentFill, Insurance, Libra, Medal, Newspaper, Palette, Passport, Phonendoscope, Pill, Pulse, Seal, Syringe, Virus } from '../../chunk-7CV76NM5.js';
1
+ export { Achievement, AdhesivePlaster, Backpack, Book, BookOpen, Column, Cross, Cup, Education, FirstAidKit, Glasses, Globe, Government, GovernmentFill, Insurance, Libra, Medal, Newspaper, Palette, Passport, Phonendoscope, Pill, Pulse, Seal, Syringe, TheatreMasks, TheatreMasksFill, Virus } from '../../chunk-ZU4DAKD5.js';
2
2
  import '../../chunk-MLKGABMK.js';
package/dist/24/index.cjs CHANGED
@@ -1,18 +1,18 @@
1
1
  'use strict';
2
2
 
3
- require('../chunk-YW3CYQZO.cjs');
3
+ require('../chunk-IWB5Y6JA.cjs');
4
4
  var chunkFLODM2MN_cjs = require('../chunk-FLODM2MN.cjs');
5
- var chunkRJTHXN7R_cjs = require('../chunk-RJTHXN7R.cjs');
5
+ var chunkWTVLSZOB_cjs = require('../chunk-WTVLSZOB.cjs');
6
6
  var chunk5E6YCRWP_cjs = require('../chunk-5E6YCRWP.cjs');
7
- var chunkP6CETHIC_cjs = require('../chunk-P6CETHIC.cjs');
7
+ var chunkHVVOH6IO_cjs = require('../chunk-HVVOH6IO.cjs');
8
8
  var chunkJV7VTU2W_cjs = require('../chunk-JV7VTU2W.cjs');
9
9
  var chunkRRGQQVT3_cjs = require('../chunk-RRGQQVT3.cjs');
10
- var chunkVYJ4FQIM_cjs = require('../chunk-VYJ4FQIM.cjs');
11
10
  var chunkX7TNY7YV_cjs = require('../chunk-X7TNY7YV.cjs');
12
11
  var chunk666BKIZ6_cjs = require('../chunk-666BKIZ6.cjs');
13
- var chunkYVIRETI5_cjs = require('../chunk-YVIRETI5.cjs');
12
+ var chunkVYJ4FQIM_cjs = require('../chunk-VYJ4FQIM.cjs');
14
13
  var chunkOBEPQDMI_cjs = require('../chunk-OBEPQDMI.cjs');
15
- var chunkEFOWDO5Z_cjs = require('../chunk-EFOWDO5Z.cjs');
14
+ var chunkYVIRETI5_cjs = require('../chunk-YVIRETI5.cjs');
15
+ var chunk5F5YCPCL_cjs = require('../chunk-5F5YCPCL.cjs');
16
16
  var chunkML76OME2_cjs = require('../chunk-ML76OME2.cjs');
17
17
  require('../chunk-75ZPJI57.cjs');
18
18
 
@@ -24,7 +24,7 @@ Object.defineProperty(exports, "technology", {
24
24
  });
25
25
  Object.defineProperty(exports, "culture", {
26
26
  enumerable: true,
27
- get: function () { return chunkRJTHXN7R_cjs.culture_exports; }
27
+ get: function () { return chunkWTVLSZOB_cjs.culture_exports; }
28
28
  });
29
29
  Object.defineProperty(exports, "logo", {
30
30
  enumerable: true,
@@ -32,7 +32,7 @@ Object.defineProperty(exports, "logo", {
32
32
  });
33
33
  Object.defineProperty(exports, "media", {
34
34
  enumerable: true,
35
- get: function () { return chunkP6CETHIC_cjs.media_exports; }
35
+ get: function () { return chunkHVVOH6IO_cjs.media_exports; }
36
36
  });
37
37
  Object.defineProperty(exports, "editor", {
38
38
  enumerable: true,
@@ -42,10 +42,6 @@ Object.defineProperty(exports, "document", {
42
42
  enumerable: true,
43
43
  get: function () { return chunkRRGQQVT3_cjs.document_exports; }
44
44
  });
45
- Object.defineProperty(exports, "rating", {
46
- enumerable: true,
47
- get: function () { return chunkVYJ4FQIM_cjs.rating_exports; }
48
- });
49
45
  Object.defineProperty(exports, "navigation", {
50
46
  enumerable: true,
51
47
  get: function () { return chunkX7TNY7YV_cjs.navigation_exports; }
@@ -54,17 +50,21 @@ Object.defineProperty(exports, "place", {
54
50
  enumerable: true,
55
51
  get: function () { return chunk666BKIZ6_cjs.place_exports; }
56
52
  });
57
- Object.defineProperty(exports, "alert", {
53
+ Object.defineProperty(exports, "rating", {
58
54
  enumerable: true,
59
- get: function () { return chunkYVIRETI5_cjs.alert_exports; }
55
+ get: function () { return chunkVYJ4FQIM_cjs.rating_exports; }
60
56
  });
61
57
  Object.defineProperty(exports, "action", {
62
58
  enumerable: true,
63
59
  get: function () { return chunkOBEPQDMI_cjs.action_exports; }
64
60
  });
61
+ Object.defineProperty(exports, "alert", {
62
+ enumerable: true,
63
+ get: function () { return chunkYVIRETI5_cjs.alert_exports; }
64
+ });
65
65
  Object.defineProperty(exports, "business", {
66
66
  enumerable: true,
67
- get: function () { return chunkEFOWDO5Z_cjs.business_exports; }
67
+ get: function () { return chunk5F5YCPCL_cjs.business_exports; }
68
68
  });
69
69
  Object.defineProperty(exports, "communication", {
70
70
  enumerable: true,
@@ -1,12 +1,12 @@
1
1
  export { i as action } from '../index-CaVxPDmN.cjs';
2
2
  export { i as alert } from '../index-BgJGQLg9.cjs';
3
- export { i as business } from '../index-Day051Iz.cjs';
3
+ export { i as business } from '../index-DdIp0oLM.cjs';
4
4
  export { i as communication } from '../index-D_h78ilz.cjs';
5
- export { i as culture } from '../index-D6SB0h7i.cjs';
5
+ export { i as culture } from '../index-ld4nlytj.cjs';
6
6
  export { i as document } from '../index-CrIDfvJA.cjs';
7
7
  export { i as editor } from '../index-ASBR6v-E.cjs';
8
8
  export { i as logo } from '../index-B7umJpPL.cjs';
9
- export { i as media } from '../index-5ToZKUDg.cjs';
9
+ export { i as media } from '../index-D01eZHoR.cjs';
10
10
  export { i as navigation } from '../index-Ce_7C4Dg.cjs';
11
11
  export { i as place } from '../index-B7LKlvJk.cjs';
12
12
  export { i as rating } from '../index-Bb_sUOUj.cjs';
@@ -1,12 +1,12 @@
1
1
  export { i as action } from '../index-CaVxPDmN.js';
2
2
  export { i as alert } from '../index-BgJGQLg9.js';
3
- export { i as business } from '../index-Day051Iz.js';
3
+ export { i as business } from '../index-DdIp0oLM.js';
4
4
  export { i as communication } from '../index-D_h78ilz.js';
5
- export { i as culture } from '../index-D6SB0h7i.js';
5
+ export { i as culture } from '../index-ld4nlytj.js';
6
6
  export { i as document } from '../index-CrIDfvJA.js';
7
7
  export { i as editor } from '../index-ASBR6v-E.js';
8
8
  export { i as logo } from '../index-B7umJpPL.js';
9
- export { i as media } from '../index-5ToZKUDg.js';
9
+ export { i as media } from '../index-D01eZHoR.js';
10
10
  export { i as navigation } from '../index-Ce_7C4Dg.js';
11
11
  export { i as place } from '../index-B7LKlvJk.js';
12
12
  export { i as rating } from '../index-Bb_sUOUj.js';
package/dist/24/index.js CHANGED
@@ -1,15 +1,15 @@
1
- import '../chunk-67D73ETG.js';
1
+ import '../chunk-LBQ37QF5.js';
2
2
  export { technology_exports as technology } from '../chunk-47J5D6BQ.js';
3
- export { culture_exports as culture } from '../chunk-7CV76NM5.js';
3
+ export { culture_exports as culture } from '../chunk-ZU4DAKD5.js';
4
4
  export { logo_exports as logo } from '../chunk-AOV2RSFU.js';
5
- export { media_exports as media } from '../chunk-5B6Z76TB.js';
5
+ export { media_exports as media } from '../chunk-KSWTBCBV.js';
6
6
  export { editor_exports as editor } from '../chunk-6SSOEAFO.js';
7
7
  export { document_exports as document } from '../chunk-BL7ETGXC.js';
8
- export { rating_exports as rating } from '../chunk-DSLRKEEM.js';
9
8
  export { navigation_exports as navigation } from '../chunk-MBDNDFW5.js';
10
9
  export { place_exports as place } from '../chunk-5TSOG4AS.js';
11
- export { alert_exports as alert } from '../chunk-WA2RZKLP.js';
10
+ export { rating_exports as rating } from '../chunk-DSLRKEEM.js';
12
11
  export { action_exports as action } from '../chunk-EDXVFXFG.js';
13
- export { business_exports as business } from '../chunk-XU6L5TBJ.js';
12
+ export { alert_exports as alert } from '../chunk-WA2RZKLP.js';
13
+ export { business_exports as business } from '../chunk-YS4CCVQ3.js';
14
14
  export { communication_exports as communication } from '../chunk-H3Z6UNJ6.js';
15
15
  import '../chunk-MLKGABMK.js';