@ozen-ui/icons 0.80.0 → 0.81.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/__inner__/cjs/ui/actions/DotBigIcon/DotBigIcon.js +19 -0
- package/__inner__/cjs/ui/actions/DotBigIcon/DotBigMIcon.js +8 -0
- package/__inner__/cjs/ui/actions/DotBigIcon/DotBigSIcon.js +8 -0
- package/__inner__/cjs/ui/actions/DotBigIcon/index.js +5 -0
- package/__inner__/cjs/ui/actions/DotBigIcon/meta.js +10 -0
- package/__inner__/cjs/ui/actions/index.js +266 -265
- package/__inner__/cjs/ui/brands/BrFacebookColoredIcon/BrFacebookColoredMIcon.js +10 -2
- package/__inner__/cjs/ui/brands/BrFacebookFilledColoredIcon/BrFacebookFilledColoredMIcon.js +2 -1
- package/__inner__/cjs/ui/brands/BrFacebookFilledIcon/BrFacebookFilledMIcon.js +1 -1
- package/__inner__/cjs/ui/brands/BrFacebookIcon/BrFacebookMIcon.js +10 -2
- package/__inner__/cjs/ui/brands/index.js +36 -36
- package/__inner__/cjs/ui/files/index.js +3 -3
- package/__inner__/cjs/ui/flags/index.js +202 -202
- package/__inner__/cjs/ui/logos/index.js +15 -15
- package/__inner__/cjs/ui/media/MediaAlatauColoredIcon/MediaAlatauColoredIcon.js +12 -0
- package/__inner__/cjs/ui/media/MediaAlatauColoredIcon/index.js +5 -0
- package/__inner__/cjs/ui/media/MediaAlatauColoredIcon/meta.js +10 -0
- package/__inner__/cjs/ui/media/MediaFacebookColoredIcon/MediaFacebookColoredIcon.js +10 -0
- package/__inner__/cjs/ui/media/MediaFacebookColoredIcon/index.js +5 -0
- package/__inner__/cjs/ui/media/MediaFacebookColoredIcon/meta.js +10 -0
- package/__inner__/cjs/ui/media/MediaInstagramColoredIcon/MediaInstagramColoredIcon.js +21 -0
- package/__inner__/cjs/ui/media/MediaInstagramColoredIcon/index.js +5 -0
- package/__inner__/cjs/ui/media/MediaInstagramColoredIcon/meta.js +10 -0
- package/__inner__/cjs/ui/media/MediaVKColoredIcon/MediaVKColoredIcon.js +10 -0
- package/__inner__/cjs/ui/media/MediaVKColoredIcon/index.js +5 -0
- package/__inner__/cjs/ui/media/MediaVKColoredIcon/meta.js +10 -0
- package/__inner__/cjs/ui/media/index.js +20 -16
- package/__inner__/cjs/ui/meta.js +5 -0
- package/__inner__/esm/ui/actions/DotBigIcon/DotBigIcon.js +16 -0
- package/__inner__/esm/ui/actions/DotBigIcon/DotBigMIcon.js +5 -0
- package/__inner__/esm/ui/actions/DotBigIcon/DotBigSIcon.js +5 -0
- package/__inner__/esm/ui/actions/DotBigIcon/index.js +2 -0
- package/__inner__/esm/ui/actions/DotBigIcon/meta.js +7 -0
- package/__inner__/esm/ui/actions/index.js +266 -265
- package/__inner__/esm/ui/brands/BrFacebookColoredIcon/BrFacebookColoredMIcon.js +10 -2
- package/__inner__/esm/ui/brands/BrFacebookFilledColoredIcon/BrFacebookFilledColoredMIcon.js +2 -1
- package/__inner__/esm/ui/brands/BrFacebookFilledIcon/BrFacebookFilledMIcon.js +1 -1
- package/__inner__/esm/ui/brands/BrFacebookIcon/BrFacebookMIcon.js +10 -2
- package/__inner__/esm/ui/brands/index.js +36 -36
- package/__inner__/esm/ui/files/index.js +3 -3
- package/__inner__/esm/ui/flags/index.js +202 -202
- package/__inner__/esm/ui/logos/index.js +15 -15
- package/__inner__/esm/ui/media/MediaAlatauColoredIcon/MediaAlatauColoredIcon.js +9 -0
- package/__inner__/esm/ui/media/MediaAlatauColoredIcon/index.js +2 -0
- package/__inner__/esm/ui/media/MediaAlatauColoredIcon/meta.js +7 -0
- package/__inner__/esm/ui/media/MediaFacebookColoredIcon/MediaFacebookColoredIcon.js +7 -0
- package/__inner__/esm/ui/media/MediaFacebookColoredIcon/index.js +2 -0
- package/__inner__/esm/ui/media/MediaFacebookColoredIcon/meta.js +7 -0
- package/__inner__/esm/ui/media/MediaInstagramColoredIcon/MediaInstagramColoredIcon.js +18 -0
- package/__inner__/esm/ui/media/MediaInstagramColoredIcon/index.js +2 -0
- package/__inner__/esm/ui/media/MediaInstagramColoredIcon/meta.js +7 -0
- package/__inner__/esm/ui/media/MediaVKColoredIcon/MediaVKColoredIcon.js +7 -0
- package/__inner__/esm/ui/media/MediaVKColoredIcon/index.js +2 -0
- package/__inner__/esm/ui/media/MediaVKColoredIcon/meta.js +7 -0
- package/__inner__/esm/ui/media/index.js +20 -16
- package/__inner__/esm/ui/meta.js +7 -2
- package/__inner__/types/ui/actions/DotBigIcon/DotBigIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/DotBigIcon/DotBigMIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/DotBigIcon/DotBigSIcon.d.ts +3 -0
- package/__inner__/types/ui/actions/DotBigIcon/index.d.ts +2 -0
- package/__inner__/types/ui/actions/DotBigIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/actions/index.d.ts +266 -265
- package/__inner__/types/ui/brands/index.d.ts +36 -36
- package/__inner__/types/ui/files/index.d.ts +3 -3
- package/__inner__/types/ui/flags/index.d.ts +202 -202
- package/__inner__/types/ui/logos/index.d.ts +15 -15
- package/__inner__/types/ui/media/MediaAlatauColoredIcon/MediaAlatauColoredIcon.d.ts +3 -0
- package/__inner__/types/ui/media/MediaAlatauColoredIcon/index.d.ts +2 -0
- package/__inner__/types/ui/media/MediaAlatauColoredIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/media/MediaFacebookColoredIcon/MediaFacebookColoredIcon.d.ts +3 -0
- package/__inner__/types/ui/media/MediaFacebookColoredIcon/index.d.ts +2 -0
- package/__inner__/types/ui/media/MediaFacebookColoredIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/media/MediaInstagramColoredIcon/MediaInstagramColoredIcon.d.ts +3 -0
- package/__inner__/types/ui/media/MediaInstagramColoredIcon/index.d.ts +2 -0
- package/__inner__/types/ui/media/MediaInstagramColoredIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/media/MediaVKColoredIcon/MediaVKColoredIcon.d.ts +3 -0
- package/__inner__/types/ui/media/MediaVKColoredIcon/index.d.ts +2 -0
- package/__inner__/types/ui/media/MediaVKColoredIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/media/index.d.ts +20 -16
- package/br_facebook_colored_m_icon.svg +35 -2
- package/br_facebook_filled_colored_m_icon.svg +15 -2
- package/br_facebook_filled_m_icon.svg +1 -3
- package/br_facebook_m_icon.svg +28 -4
- package/dot_big_m_icon.svg +12 -0
- package/dot_big_s_icon.svg +12 -0
- package/media_alatau_colored_icon.svg +25 -0
- package/media_facebook_colored_icon.svg +17 -0
- package/media_instagram_colored_icon.svg +48 -0
- package/media_vkcolored_icon.svg +17 -0
- package/package.json +1 -1
|
@@ -1,245 +1,245 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./FlagTFIcon"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./FlagCNIcon"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./FlagBJIcon"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./FlagBAIcon"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./FlagFRIcon"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./FlagGIIcon"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./FlagIEIcon"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./FlagBHIcon"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./FlagBFIcon"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./FlagKMIcon"), exports);
|
|
14
4
|
tslib_1.__exportStar(require("./FlagARIcon"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./
|
|
16
|
-
tslib_1.__exportStar(require("./
|
|
17
|
-
tslib_1.__exportStar(require("./
|
|
18
|
-
tslib_1.__exportStar(require("./
|
|
19
|
-
tslib_1.__exportStar(require("./
|
|
20
|
-
tslib_1.__exportStar(require("./
|
|
21
|
-
tslib_1.__exportStar(require("./
|
|
22
|
-
tslib_1.__exportStar(require("./FlagITIcon"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./FlagCMIcon"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./FlagBFIcon"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./FlagATIcon"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./FlagAEIcon"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./FlagBOIcon"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./FlagJPIcon"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./FlagCAIcon"), exports);
|
|
23
12
|
tslib_1.__exportStar(require("./FlagCZIcon"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./FlagASIcon"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./FlagBJIcon"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./FlagKGIcon"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./FlagCFIcon"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./FlagBGIcon"), exports);
|
|
24
18
|
tslib_1.__exportStar(require("./FlagAWIcon"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./FlagGSIcon"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./FlagBWIcon"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./FlagECIcon"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./FlagMMIcon"), exports);
|
|
29
19
|
tslib_1.__exportStar(require("./FlagCXIcon"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./
|
|
31
|
-
tslib_1.__exportStar(require("./
|
|
32
|
-
tslib_1.__exportStar(require("./
|
|
20
|
+
tslib_1.__exportStar(require("./FlagERIcon"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./FlagLYIcon"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./FlagPFIcon"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./FlagCVIcon"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./FlagGSIcon"), exports);
|
|
33
25
|
tslib_1.__exportStar(require("./FlagVGIcon"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./FlagAOIcon"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./FlagCGIcon"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./FlagISIcon"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./FlagRUIcon"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./FlagJPIcon"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./FlagMQIcon"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./FlagFKIcon"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./FlagGMIcon"), exports);
|
|
42
26
|
tslib_1.__exportStar(require("./FlagBSIcon"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./
|
|
44
|
-
tslib_1.__exportStar(require("./
|
|
45
|
-
tslib_1.__exportStar(require("./
|
|
46
|
-
tslib_1.__exportStar(require("./
|
|
47
|
-
tslib_1.__exportStar(require("./
|
|
27
|
+
tslib_1.__exportStar(require("./FlagAGIcon"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./FlagALIcon"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./FlagGMIcon"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./FlagLSIcon"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./FlagILIcon"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./FlagFOIcon"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./FlagECIcon"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./FlagIQIcon"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./FlagAMIcon"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./FlagTFIcon"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./FlagIEIcon"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./FlagGGIcon"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./FlagJMIcon"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./FlagCWIcon"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./FlagLVIcon"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./FlagIRIcon"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./FlagBHIcon"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./FlagLAIcon"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./FlagKMIcon"), exports);
|
|
48
46
|
tslib_1.__exportStar(require("./FlagKWIcon"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./FlagHKIcon"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./FlagLRIcon"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./FlagHNIcon"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./FlagCYIcon"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./FlagDOIcon"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./FlagDJIcon"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./FlagCKIcon"), exports);
|
|
49
54
|
tslib_1.__exportStar(require("./FlagJOIcon"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./
|
|
51
|
-
tslib_1.__exportStar(require("./
|
|
52
|
-
tslib_1.__exportStar(require("./
|
|
55
|
+
tslib_1.__exportStar(require("./FlagBDIcon"), exports);
|
|
56
|
+
tslib_1.__exportStar(require("./FlagEEIcon"), exports);
|
|
57
|
+
tslib_1.__exportStar(require("./FlagWFIcon"), exports);
|
|
53
58
|
tslib_1.__exportStar(require("./FlagMOIcon"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./
|
|
55
|
-
tslib_1.__exportStar(require("./
|
|
56
|
-
tslib_1.__exportStar(require("./FlagJMIcon"), exports);
|
|
59
|
+
tslib_1.__exportStar(require("./FlagGIIcon"), exports);
|
|
60
|
+
tslib_1.__exportStar(require("./FlagFKIcon"), exports);
|
|
57
61
|
tslib_1.__exportStar(require("./FlagHUIcon"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./
|
|
62
|
+
tslib_1.__exportStar(require("./FlagLTIcon"), exports);
|
|
63
|
+
tslib_1.__exportStar(require("./FlagHTIcon"), exports);
|
|
64
|
+
tslib_1.__exportStar(require("./FlagGNIcon"), exports);
|
|
65
|
+
tslib_1.__exportStar(require("./FlagGDIcon"), exports);
|
|
66
|
+
tslib_1.__exportStar(require("./FlagFRIcon"), exports);
|
|
67
|
+
tslib_1.__exportStar(require("./FlagLIIcon"), exports);
|
|
68
|
+
tslib_1.__exportStar(require("./FlagCGIcon"), exports);
|
|
69
|
+
tslib_1.__exportStar(require("./FlagKEIcon"), exports);
|
|
70
|
+
tslib_1.__exportStar(require("./FlagGQIcon"), exports);
|
|
71
|
+
tslib_1.__exportStar(require("./FlagGLIcon"), exports);
|
|
72
|
+
tslib_1.__exportStar(require("./FlagGYIcon"), exports);
|
|
73
|
+
tslib_1.__exportStar(require("./FlagCOIcon"), exports);
|
|
74
|
+
tslib_1.__exportStar(require("./FlagMAIcon"), exports);
|
|
59
75
|
tslib_1.__exportStar(require("./FlagINIcon"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./
|
|
61
|
-
tslib_1.__exportStar(require("./
|
|
62
|
-
tslib_1.__exportStar(require("./
|
|
63
|
-
tslib_1.__exportStar(require("./FlagCUIcon"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./FlagDZIcon"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./FlagBOIcon"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./FlagDJIcon"), exports);
|
|
76
|
+
tslib_1.__exportStar(require("./FlagETIcon"), exports);
|
|
77
|
+
tslib_1.__exportStar(require("./FlagGWIcon"), exports);
|
|
78
|
+
tslib_1.__exportStar(require("./FlagGRIcon"), exports);
|
|
67
79
|
tslib_1.__exportStar(require("./FlagGAIcon"), exports);
|
|
68
|
-
tslib_1.__exportStar(require("./FlagCYIcon"), exports);
|
|
69
|
-
tslib_1.__exportStar(require("./FlagIQIcon"), exports);
|
|
70
|
-
tslib_1.__exportStar(require("./FlagILIcon"), exports);
|
|
71
|
-
tslib_1.__exportStar(require("./FlagCAIcon"), exports);
|
|
72
|
-
tslib_1.__exportStar(require("./FlagAZIcon"), exports);
|
|
73
|
-
tslib_1.__exportStar(require("./FlagALIcon"), exports);
|
|
74
|
-
tslib_1.__exportStar(require("./FlagDOIcon"), exports);
|
|
75
|
-
tslib_1.__exportStar(require("./FlagFOIcon"), exports);
|
|
76
|
-
tslib_1.__exportStar(require("./FlagGBIcon"), exports);
|
|
77
|
-
tslib_1.__exportStar(require("./FlagEEIcon"), exports);
|
|
78
80
|
tslib_1.__exportStar(require("./FlagGHIcon"), exports);
|
|
81
|
+
tslib_1.__exportStar(require("./FlagMHIcon"), exports);
|
|
79
82
|
tslib_1.__exportStar(require("./FlagHRIcon"), exports);
|
|
80
|
-
tslib_1.__exportStar(require("./
|
|
81
|
-
tslib_1.__exportStar(require("./
|
|
82
|
-
tslib_1.__exportStar(require("./
|
|
83
|
-
tslib_1.__exportStar(require("./
|
|
84
|
-
tslib_1.__exportStar(require("./
|
|
85
|
-
tslib_1.__exportStar(require("./
|
|
86
|
-
tslib_1.__exportStar(require("./
|
|
87
|
-
tslib_1.__exportStar(require("./
|
|
83
|
+
tslib_1.__exportStar(require("./FlagMSIcon"), exports);
|
|
84
|
+
tslib_1.__exportStar(require("./FlagMQIcon"), exports);
|
|
85
|
+
tslib_1.__exportStar(require("./FlagFJIcon"), exports);
|
|
86
|
+
tslib_1.__exportStar(require("./FlagMRIcon"), exports);
|
|
87
|
+
tslib_1.__exportStar(require("./FlagCLIcon"), exports);
|
|
88
|
+
tslib_1.__exportStar(require("./FlagMKIcon"), exports);
|
|
89
|
+
tslib_1.__exportStar(require("./FlagMXIcon"), exports);
|
|
90
|
+
tslib_1.__exportStar(require("./FlagTDIcon"), exports);
|
|
91
|
+
tslib_1.__exportStar(require("./FlagDZIcon"), exports);
|
|
92
|
+
tslib_1.__exportStar(require("./FlagAUIcon"), exports);
|
|
93
|
+
tslib_1.__exportStar(require("./FlagBAIcon"), exports);
|
|
88
94
|
tslib_1.__exportStar(require("./FlagMZIcon"), exports);
|
|
89
|
-
tslib_1.__exportStar(require("./
|
|
90
|
-
tslib_1.__exportStar(require("./FlagGWIcon"), exports);
|
|
91
|
-
tslib_1.__exportStar(require("./FlagLTIcon"), exports);
|
|
92
|
-
tslib_1.__exportStar(require("./FlagDKIcon"), exports);
|
|
93
|
-
tslib_1.__exportStar(require("./FlagBZIcon"), exports);
|
|
94
|
-
tslib_1.__exportStar(require("./FlagTRIcon"), exports);
|
|
95
|
-
tslib_1.__exportStar(require("./FlagIOIcon"), exports);
|
|
96
|
-
tslib_1.__exportStar(require("./FlagCKIcon"), exports);
|
|
97
|
-
tslib_1.__exportStar(require("./FlagCDIcon"), exports);
|
|
98
|
-
tslib_1.__exportStar(require("./FlagEUIcon"), exports);
|
|
99
|
-
tslib_1.__exportStar(require("./FlagAQIcon"), exports);
|
|
100
|
-
tslib_1.__exportStar(require("./FlagGEIcon"), exports);
|
|
101
|
-
tslib_1.__exportStar(require("./FlagBEIcon"), exports);
|
|
102
|
-
tslib_1.__exportStar(require("./FlagGPIcon"), exports);
|
|
95
|
+
tslib_1.__exportStar(require("./FlagFMIcon"), exports);
|
|
103
96
|
tslib_1.__exportStar(require("./FlagIMIcon"), exports);
|
|
104
|
-
tslib_1.__exportStar(require("./
|
|
105
|
-
tslib_1.__exportStar(require("./
|
|
106
|
-
tslib_1.__exportStar(require("./
|
|
107
|
-
tslib_1.__exportStar(require("./
|
|
108
|
-
tslib_1.__exportStar(require("./
|
|
109
|
-
tslib_1.__exportStar(require("./
|
|
110
|
-
tslib_1.__exportStar(require("./FlagBYIcon"), exports);
|
|
111
|
-
tslib_1.__exportStar(require("./FlagBDIcon"), exports);
|
|
112
|
-
tslib_1.__exportStar(require("./FlagKHIcon"), exports);
|
|
113
|
-
tslib_1.__exportStar(require("./FlagGDIcon"), exports);
|
|
114
|
-
tslib_1.__exportStar(require("./FlagGYIcon"), exports);
|
|
97
|
+
tslib_1.__exportStar(require("./FlagMMIcon"), exports);
|
|
98
|
+
tslib_1.__exportStar(require("./FlagAFIcon"), exports);
|
|
99
|
+
tslib_1.__exportStar(require("./FlagAXIcon"), exports);
|
|
100
|
+
tslib_1.__exportStar(require("./FlagMCIcon"), exports);
|
|
101
|
+
tslib_1.__exportStar(require("./FlagGBIcon"), exports);
|
|
102
|
+
tslib_1.__exportStar(require("./FlagBZIcon"), exports);
|
|
115
103
|
tslib_1.__exportStar(require("./FlagMTIcon"), exports);
|
|
116
|
-
tslib_1.__exportStar(require("./
|
|
117
|
-
tslib_1.__exportStar(require("./
|
|
118
|
-
tslib_1.__exportStar(require("./
|
|
119
|
-
tslib_1.__exportStar(require("./FlagBMIcon"), exports);
|
|
104
|
+
tslib_1.__exportStar(require("./FlagAQIcon"), exports);
|
|
105
|
+
tslib_1.__exportStar(require("./FlagMNIcon"), exports);
|
|
106
|
+
tslib_1.__exportStar(require("./FlagDMIcon"), exports);
|
|
120
107
|
tslib_1.__exportStar(require("./FlagMUIcon"), exports);
|
|
121
|
-
tslib_1.__exportStar(require("./FlagLSIcon"), exports);
|
|
122
|
-
tslib_1.__exportStar(require("./FlagMWIcon"), exports);
|
|
123
|
-
tslib_1.__exportStar(require("./FlagMXIcon"), exports);
|
|
124
|
-
tslib_1.__exportStar(require("./FlagAXIcon"), exports);
|
|
125
108
|
tslib_1.__exportStar(require("./FlagMVIcon"), exports);
|
|
109
|
+
tslib_1.__exportStar(require("./FlagBRIcon"), exports);
|
|
110
|
+
tslib_1.__exportStar(require("./FlagBTIcon"), exports);
|
|
111
|
+
tslib_1.__exportStar(require("./FlagGUIcon"), exports);
|
|
112
|
+
tslib_1.__exportStar(require("./FlagVIIcon"), exports);
|
|
126
113
|
tslib_1.__exportStar(require("./FlagMLIcon"), exports);
|
|
127
114
|
tslib_1.__exportStar(require("./FlagMGIcon"), exports);
|
|
128
|
-
tslib_1.__exportStar(require("./
|
|
129
|
-
tslib_1.__exportStar(require("./
|
|
130
|
-
tslib_1.__exportStar(require("./
|
|
131
|
-
tslib_1.__exportStar(require("./
|
|
132
|
-
tslib_1.__exportStar(require("./
|
|
133
|
-
tslib_1.__exportStar(require("./
|
|
134
|
-
tslib_1.__exportStar(require("./
|
|
135
|
-
tslib_1.__exportStar(require("./
|
|
136
|
-
tslib_1.__exportStar(require("./
|
|
137
|
-
tslib_1.__exportStar(require("./
|
|
115
|
+
tslib_1.__exportStar(require("./FlagCHIcon"), exports);
|
|
116
|
+
tslib_1.__exportStar(require("./FlagBBIcon"), exports);
|
|
117
|
+
tslib_1.__exportStar(require("./FlagJEIcon"), exports);
|
|
118
|
+
tslib_1.__exportStar(require("./FlagMYIcon"), exports);
|
|
119
|
+
tslib_1.__exportStar(require("./FlagISIcon"), exports);
|
|
120
|
+
tslib_1.__exportStar(require("./FlagEGIcon"), exports);
|
|
121
|
+
tslib_1.__exportStar(require("./FlagLBIcon"), exports);
|
|
122
|
+
tslib_1.__exportStar(require("./FlagKYIcon"), exports);
|
|
123
|
+
tslib_1.__exportStar(require("./FlagRUIcon"), exports);
|
|
124
|
+
tslib_1.__exportStar(require("./FlagCRIcon"), exports);
|
|
138
125
|
tslib_1.__exportStar(require("./FlagGFIcon"), exports);
|
|
139
|
-
tslib_1.__exportStar(require("./
|
|
140
|
-
tslib_1.__exportStar(require("./
|
|
141
|
-
tslib_1.__exportStar(require("./
|
|
142
|
-
tslib_1.__exportStar(require("./
|
|
143
|
-
tslib_1.__exportStar(require("./
|
|
144
|
-
tslib_1.__exportStar(require("./FlagIRIcon"), exports);
|
|
145
|
-
tslib_1.__exportStar(require("./FlagGRIcon"), exports);
|
|
146
|
-
tslib_1.__exportStar(require("./FlagMAIcon"), exports);
|
|
147
|
-
tslib_1.__exportStar(require("./FlagKIIcon"), exports);
|
|
148
|
-
tslib_1.__exportStar(require("./FlagMEIcon"), exports);
|
|
149
|
-
tslib_1.__exportStar(require("./FlagHNIcon"), exports);
|
|
150
|
-
tslib_1.__exportStar(require("./FlagBRIcon"), exports);
|
|
151
|
-
tslib_1.__exportStar(require("./FlagBNIcon"), exports);
|
|
126
|
+
tslib_1.__exportStar(require("./FlagBEIcon"), exports);
|
|
127
|
+
tslib_1.__exportStar(require("./FlagDEIcon"), exports);
|
|
128
|
+
tslib_1.__exportStar(require("./FlagBMIcon"), exports);
|
|
129
|
+
tslib_1.__exportStar(require("./FlagFIIcon"), exports);
|
|
130
|
+
tslib_1.__exportStar(require("./FlagBYIcon"), exports);
|
|
152
131
|
tslib_1.__exportStar(require("./FlagBIIcon"), exports);
|
|
153
|
-
tslib_1.__exportStar(require("./
|
|
154
|
-
tslib_1.__exportStar(require("./
|
|
155
|
-
tslib_1.__exportStar(require("./
|
|
132
|
+
tslib_1.__exportStar(require("./FlagCIIcon"), exports);
|
|
133
|
+
tslib_1.__exportStar(require("./FlagMWIcon"), exports);
|
|
134
|
+
tslib_1.__exportStar(require("./FlagEUIcon"), exports);
|
|
135
|
+
tslib_1.__exportStar(require("./FlagUSIcon"), exports);
|
|
136
|
+
tslib_1.__exportStar(require("./FlagYTIcon"), exports);
|
|
156
137
|
tslib_1.__exportStar(require("./FlagMDIcon"), exports);
|
|
157
|
-
tslib_1.__exportStar(require("./
|
|
158
|
-
tslib_1.__exportStar(require("./
|
|
159
|
-
tslib_1.__exportStar(require("./
|
|
138
|
+
tslib_1.__exportStar(require("./FlagAOIcon"), exports);
|
|
139
|
+
tslib_1.__exportStar(require("./FlagBWIcon"), exports);
|
|
140
|
+
tslib_1.__exportStar(require("./FlagCDIcon"), exports);
|
|
141
|
+
tslib_1.__exportStar(require("./FlagLUIcon"), exports);
|
|
142
|
+
tslib_1.__exportStar(require("./FlagNRIcon"), exports);
|
|
143
|
+
tslib_1.__exportStar(require("./FlagAIIcon"), exports);
|
|
144
|
+
tslib_1.__exportStar(require("./FlagCUIcon"), exports);
|
|
145
|
+
tslib_1.__exportStar(require("./FlagKHIcon"), exports);
|
|
146
|
+
tslib_1.__exportStar(require("./FlagDKIcon"), exports);
|
|
147
|
+
tslib_1.__exportStar(require("./FlagTRIcon"), exports);
|
|
148
|
+
tslib_1.__exportStar(require("./FlagGPIcon"), exports);
|
|
149
|
+
tslib_1.__exportStar(require("./FlagITIcon"), exports);
|
|
150
|
+
tslib_1.__exportStar(require("./FlagMEIcon"), exports);
|
|
151
|
+
tslib_1.__exportStar(require("./FlagCNIcon"), exports);
|
|
152
|
+
tslib_1.__exportStar(require("./FlagBNIcon"), exports);
|
|
153
|
+
tslib_1.__exportStar(require("./FlagNAIcon"), exports);
|
|
154
|
+
tslib_1.__exportStar(require("./FlagADIcon"), exports);
|
|
155
|
+
tslib_1.__exportStar(require("./FlagKIIcon"), exports);
|
|
156
|
+
tslib_1.__exportStar(require("./FlagTLIcon"), exports);
|
|
157
|
+
tslib_1.__exportStar(require("./FlagGTIcon"), exports);
|
|
158
|
+
tslib_1.__exportStar(require("./FlagAZIcon"), exports);
|
|
159
|
+
tslib_1.__exportStar(require("./FlagIOIcon"), exports);
|
|
160
160
|
tslib_1.__exportStar(require("./FlagKZIcon"), exports);
|
|
161
161
|
tslib_1.__exportStar(require("./FlagCCIcon"), exports);
|
|
162
|
-
tslib_1.__exportStar(require("./
|
|
163
|
-
tslib_1.__exportStar(require("./
|
|
162
|
+
tslib_1.__exportStar(require("./FlagGEIcon"), exports);
|
|
163
|
+
tslib_1.__exportStar(require("./FlagIDIcon"), exports);
|
|
164
|
+
tslib_1.__exportStar(require("./FlagRSIcon"), exports);
|
|
165
|
+
tslib_1.__exportStar(require("./FlagPRIcon"), exports);
|
|
166
|
+
tslib_1.__exportStar(require("./FlagWSIcon"), exports);
|
|
167
|
+
tslib_1.__exportStar(require("./FlagRWIcon"), exports);
|
|
168
|
+
tslib_1.__exportStar(require("./FlagSTIcon"), exports);
|
|
169
|
+
tslib_1.__exportStar(require("./FlagPSIcon"), exports);
|
|
170
|
+
tslib_1.__exportStar(require("./FlagTHIcon"), exports);
|
|
171
|
+
tslib_1.__exportStar(require("./FlagVCIcon"), exports);
|
|
172
|
+
tslib_1.__exportStar(require("./FlagPLIcon"), exports);
|
|
173
|
+
tslib_1.__exportStar(require("./FlagNPIcon"), exports);
|
|
174
|
+
tslib_1.__exportStar(require("./FlagKPIcon"), exports);
|
|
175
|
+
tslib_1.__exportStar(require("./FlagSXIcon"), exports);
|
|
176
|
+
tslib_1.__exportStar(require("./FlagLKIcon"), exports);
|
|
177
|
+
tslib_1.__exportStar(require("./FlagROIcon"), exports);
|
|
178
|
+
tslib_1.__exportStar(require("./FlagZMIcon"), exports);
|
|
164
179
|
tslib_1.__exportStar(require("./FlagNZIcon"), exports);
|
|
165
|
-
tslib_1.__exportStar(require("./
|
|
166
|
-
tslib_1.__exportStar(require("./FlagBQIcon"), exports);
|
|
167
|
-
tslib_1.__exportStar(require("./FlagNOIcon"), exports);
|
|
168
|
-
tslib_1.__exportStar(require("./FlagSHIcon"), exports);
|
|
169
|
-
tslib_1.__exportStar(require("./FlagLCIcon"), exports);
|
|
170
|
-
tslib_1.__exportStar(require("./FlagUYIcon"), exports);
|
|
171
|
-
tslib_1.__exportStar(require("./FlagNIIcon"), exports);
|
|
180
|
+
tslib_1.__exportStar(require("./FlagSOIcon"), exports);
|
|
172
181
|
tslib_1.__exportStar(require("./FlagNFIcon"), exports);
|
|
182
|
+
tslib_1.__exportStar(require("./FlagVNIcon"), exports);
|
|
183
|
+
tslib_1.__exportStar(require("./FlagYEIcon"), exports);
|
|
184
|
+
tslib_1.__exportStar(require("./FlagSRIcon"), exports);
|
|
185
|
+
tslib_1.__exportStar(require("./FlagNEIcon"), exports);
|
|
186
|
+
tslib_1.__exportStar(require("./FlagPYIcon"), exports);
|
|
173
187
|
tslib_1.__exportStar(require("./FlagTGIcon"), exports);
|
|
174
|
-
tslib_1.__exportStar(require("./
|
|
188
|
+
tslib_1.__exportStar(require("./FlagZWIcon"), exports);
|
|
189
|
+
tslib_1.__exportStar(require("./FlagQAIcon"), exports);
|
|
190
|
+
tslib_1.__exportStar(require("./FlagSSIcon"), exports);
|
|
175
191
|
tslib_1.__exportStar(require("./FlagOMIcon"), exports);
|
|
176
|
-
tslib_1.__exportStar(require("./
|
|
177
|
-
tslib_1.__exportStar(require("./
|
|
178
|
-
tslib_1.__exportStar(require("./
|
|
179
|
-
tslib_1.__exportStar(require("./FlagLKIcon"), exports);
|
|
192
|
+
tslib_1.__exportStar(require("./FlagTOIcon"), exports);
|
|
193
|
+
tslib_1.__exportStar(require("./FlagPEIcon"), exports);
|
|
194
|
+
tslib_1.__exportStar(require("./FlagMPIcon"), exports);
|
|
180
195
|
tslib_1.__exportStar(require("./FlagSEIcon"), exports);
|
|
181
|
-
tslib_1.__exportStar(require("./FlagZAIcon"), exports);
|
|
182
|
-
tslib_1.__exportStar(require("./FlagVUIcon"), exports);
|
|
183
|
-
tslib_1.__exportStar(require("./FlagUAIcon"), exports);
|
|
184
|
-
tslib_1.__exportStar(require("./FlagSMIcon"), exports);
|
|
185
|
-
tslib_1.__exportStar(require("./FlagTCIcon"), exports);
|
|
186
|
-
tslib_1.__exportStar(require("./FlagSAIcon"), exports);
|
|
187
|
-
tslib_1.__exportStar(require("./FlagESIcon"), exports);
|
|
188
|
-
tslib_1.__exportStar(require("./FlagPAIcon"), exports);
|
|
189
|
-
tslib_1.__exportStar(require("./FlagRWIcon"), exports);
|
|
190
|
-
tslib_1.__exportStar(require("./FlagSRIcon"), exports);
|
|
191
|
-
tslib_1.__exportStar(require("./FlagUGIcon"), exports);
|
|
192
|
-
tslib_1.__exportStar(require("./FlagROIcon"), exports);
|
|
193
|
-
tslib_1.__exportStar(require("./FlagNLIcon"), exports);
|
|
194
|
-
tslib_1.__exportStar(require("./FlagKPIcon"), exports);
|
|
195
|
-
tslib_1.__exportStar(require("./FlagSZIcon"), exports);
|
|
196
|
-
tslib_1.__exportStar(require("./FlagREIcon"), exports);
|
|
197
|
-
tslib_1.__exportStar(require("./FlagPSIcon"), exports);
|
|
198
|
-
tslib_1.__exportStar(require("./FlagTMIcon"), exports);
|
|
199
|
-
tslib_1.__exportStar(require("./FlagSNIcon"), exports);
|
|
200
|
-
tslib_1.__exportStar(require("./FlagRSIcon"), exports);
|
|
201
196
|
tslib_1.__exportStar(require("./FlagSKIcon"), exports);
|
|
202
|
-
tslib_1.__exportStar(require("./
|
|
203
|
-
tslib_1.__exportStar(require("./
|
|
204
|
-
tslib_1.__exportStar(require("./FlagNEIcon"), exports);
|
|
205
|
-
tslib_1.__exportStar(require("./FlagMPIcon"), exports);
|
|
206
|
-
tslib_1.__exportStar(require("./FlagYEIcon"), exports);
|
|
197
|
+
tslib_1.__exportStar(require("./FlagPWIcon"), exports);
|
|
198
|
+
tslib_1.__exportStar(require("./FlagTKIcon"), exports);
|
|
207
199
|
tslib_1.__exportStar(require("./FlagSCIcon"), exports);
|
|
208
|
-
tslib_1.__exportStar(require("./
|
|
209
|
-
tslib_1.__exportStar(require("./
|
|
210
|
-
tslib_1.__exportStar(require("./
|
|
211
|
-
tslib_1.__exportStar(require("./
|
|
212
|
-
tslib_1.__exportStar(require("./
|
|
213
|
-
tslib_1.__exportStar(require("./FlagVNIcon"), exports);
|
|
200
|
+
tslib_1.__exportStar(require("./FlagTMIcon"), exports);
|
|
201
|
+
tslib_1.__exportStar(require("./FlagVUIcon"), exports);
|
|
202
|
+
tslib_1.__exportStar(require("./FlagSBIcon"), exports);
|
|
203
|
+
tslib_1.__exportStar(require("./FlagNLIcon"), exports);
|
|
204
|
+
tslib_1.__exportStar(require("./FlagNOIcon"), exports);
|
|
214
205
|
tslib_1.__exportStar(require("./FlagTTIcon"), exports);
|
|
215
|
-
tslib_1.__exportStar(require("./FlagSDIcon"), exports);
|
|
216
|
-
tslib_1.__exportStar(require("./FlagSOIcon"), exports);
|
|
217
206
|
tslib_1.__exportStar(require("./FlagNUIcon"), exports);
|
|
218
|
-
tslib_1.__exportStar(require("./
|
|
219
|
-
tslib_1.__exportStar(require("./
|
|
207
|
+
tslib_1.__exportStar(require("./FlagSZIcon"), exports);
|
|
208
|
+
tslib_1.__exportStar(require("./FlagSIIcon"), exports);
|
|
209
|
+
tslib_1.__exportStar(require("./FlagTVIcon"), exports);
|
|
210
|
+
tslib_1.__exportStar(require("./FlagVEIcon"), exports);
|
|
211
|
+
tslib_1.__exportStar(require("./FlagSHIcon"), exports);
|
|
220
212
|
tslib_1.__exportStar(require("./FlagTWIcon"), exports);
|
|
221
|
-
tslib_1.__exportStar(require("./
|
|
213
|
+
tslib_1.__exportStar(require("./FlagZAIcon"), exports);
|
|
214
|
+
tslib_1.__exportStar(require("./FlagUZIcon"), exports);
|
|
215
|
+
tslib_1.__exportStar(require("./FlagKRIcon"), exports);
|
|
216
|
+
tslib_1.__exportStar(require("./FlagSNIcon"), exports);
|
|
217
|
+
tslib_1.__exportStar(require("./FlagLCIcon"), exports);
|
|
218
|
+
tslib_1.__exportStar(require("./FlagTCIcon"), exports);
|
|
219
|
+
tslib_1.__exportStar(require("./FlagBQIcon"), exports);
|
|
220
|
+
tslib_1.__exportStar(require("./FlagSVIcon"), exports);
|
|
222
221
|
tslib_1.__exportStar(require("./FlagTJIcon"), exports);
|
|
222
|
+
tslib_1.__exportStar(require("./FlagREIcon"), exports);
|
|
223
|
+
tslib_1.__exportStar(require("./FlagPGIcon"), exports);
|
|
224
|
+
tslib_1.__exportStar(require("./FlagUGIcon"), exports);
|
|
225
|
+
tslib_1.__exportStar(require("./FlagPTIcon"), exports);
|
|
226
|
+
tslib_1.__exportStar(require("./FlagBLIcon"), exports);
|
|
227
|
+
tslib_1.__exportStar(require("./FlagPKIcon"), exports);
|
|
228
|
+
tslib_1.__exportStar(require("./FlagSAIcon"), exports);
|
|
229
|
+
tslib_1.__exportStar(require("./FlagNIIcon"), exports);
|
|
230
|
+
tslib_1.__exportStar(require("./FlagNGIcon"), exports);
|
|
231
|
+
tslib_1.__exportStar(require("./FlagSDIcon"), exports);
|
|
232
|
+
tslib_1.__exportStar(require("./FlagESIcon"), exports);
|
|
233
|
+
tslib_1.__exportStar(require("./FlagXKIcon"), exports);
|
|
223
234
|
tslib_1.__exportStar(require("./FlagPHIcon"), exports);
|
|
224
|
-
tslib_1.__exportStar(require("./
|
|
225
|
-
tslib_1.__exportStar(require("./FlagPRIcon"), exports);
|
|
235
|
+
tslib_1.__exportStar(require("./FlagVAIcon"), exports);
|
|
226
236
|
tslib_1.__exportStar(require("./FlagSGIcon"), exports);
|
|
227
|
-
tslib_1.__exportStar(require("./
|
|
228
|
-
tslib_1.__exportStar(require("./FlagPLIcon"), exports);
|
|
229
|
-
tslib_1.__exportStar(require("./FlagTVIcon"), exports);
|
|
230
|
-
tslib_1.__exportStar(require("./FlagTKIcon"), exports);
|
|
231
|
-
tslib_1.__exportStar(require("./FlagTOIcon"), exports);
|
|
232
|
-
tslib_1.__exportStar(require("./FlagSTIcon"), exports);
|
|
233
|
-
tslib_1.__exportStar(require("./FlagVEIcon"), exports);
|
|
234
|
-
tslib_1.__exportStar(require("./FlagQAIcon"), exports);
|
|
235
|
-
tslib_1.__exportStar(require("./FlagPKIcon"), exports);
|
|
237
|
+
tslib_1.__exportStar(require("./FlagSMIcon"), exports);
|
|
236
238
|
tslib_1.__exportStar(require("./FlagKNIcon"), exports);
|
|
237
|
-
tslib_1.__exportStar(require("./
|
|
238
|
-
tslib_1.__exportStar(require("./
|
|
239
|
-
tslib_1.__exportStar(require("./
|
|
240
|
-
tslib_1.__exportStar(require("./
|
|
241
|
-
tslib_1.__exportStar(require("./
|
|
242
|
-
tslib_1.__exportStar(require("./
|
|
243
|
-
tslib_1.__exportStar(require("./
|
|
244
|
-
tslib_1.__exportStar(require("./FlagSXIcon"), exports);
|
|
245
|
-
tslib_1.__exportStar(require("./FlagVCIcon"), exports);
|
|
239
|
+
tslib_1.__exportStar(require("./FlagSLIcon"), exports);
|
|
240
|
+
tslib_1.__exportStar(require("./FlagPAIcon"), exports);
|
|
241
|
+
tslib_1.__exportStar(require("./FlagUAIcon"), exports);
|
|
242
|
+
tslib_1.__exportStar(require("./FlagTZIcon"), exports);
|
|
243
|
+
tslib_1.__exportStar(require("./FlagSYIcon"), exports);
|
|
244
|
+
tslib_1.__exportStar(require("./FlagUYIcon"), exports);
|
|
245
|
+
tslib_1.__exportStar(require("./FlagTNIcon"), exports);
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./
|
|
5
|
-
tslib_1.__exportStar(require("./
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./LogoBusinessHorizontalLightColoredIcon"), exports);
|
|
4
|
+
tslib_1.__exportStar(require("./LogoBusinessHorizontalDarkColoredIcon"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./LogoHorizontalLightColoredIcon"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./PaymentMasterCardColoredIcon"), exports);
|
|
8
7
|
tslib_1.__exportStar(require("./LogoHorizontalIcon"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./LogoBusinessIconLightColoredIcon"), exports);
|
|
10
8
|
tslib_1.__exportStar(require("./LogoBusinessVerticalLightColoredIcon"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./
|
|
9
|
+
tslib_1.__exportStar(require("./LogoIconIcon"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./LogoBusinessDarkColoredIcon"), exports);
|
|
12
11
|
tslib_1.__exportStar(require("./LogoBusinessHorizontalIcon"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./
|
|
14
|
-
tslib_1.__exportStar(require("./
|
|
12
|
+
tslib_1.__exportStar(require("./LogoVerticalLightColoredIcon"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./LogoBusinessIconLightColoredIcon"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./LogoBusinessHorizontalLightColoredIcon"), exports);
|
|
15
15
|
tslib_1.__exportStar(require("./LogoBusinessIconIcon"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./PaymentMaestroColoredIcon"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./LogoVerticalDarkColoredIcon"), exports);
|
|
16
18
|
tslib_1.__exportStar(require("./LogoHorizontalDarkColoredIcon"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./
|
|
19
|
+
tslib_1.__exportStar(require("./LogoVerticalIcon"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./PaymentVisaIcon"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./LogoBusinessVerticalDarkColoredIcon"), exports);
|
|
18
22
|
tslib_1.__exportStar(require("./LogoBusinessVerticalIcon"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./
|
|
20
|
-
tslib_1.__exportStar(require("./
|
|
21
|
-
tslib_1.__exportStar(require("./LogoVerticalLightColoredIcon"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./LogoIconIcon"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./LogoBusinessDarkColoredIcon"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./LogoHorizontalLightColoredIcon"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./LogoIconLightColoredIcon"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./LogoDarkColoredIcon"), exports);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MediaAlatauColoredIcon = void 0;
|
|
4
|
+
var tslib_1 = require("tslib");
|
|
5
|
+
var react_1 = tslib_1.__importStar(require("react"));
|
|
6
|
+
exports.MediaAlatauColoredIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
|
|
7
|
+
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }),
|
|
8
|
+
react_1.default.createElement("path", { d: "M22.9915 10.3279C22.9915 10.2466 22.9498 10.1609 22.9019 10.1044C22.2811 9.37127 22.3086 7.30768 22.9019 6.44457C22.9547 6.36777 23.0244 6.25764 22.9915 6.15361C22.9588 6.0512 22.8781 6 22.7492 6C20.0667 6.00298 16.574 6.00298 12.7863 6C11.5886 5.99903 10.8836 7.05657 10.7019 7.77667C10.5202 8.49676 10.8707 9.42328 11.283 9.86096C11.6953 10.2986 12.2077 10.5498 12.7863 10.5498C16.1072 10.5507 19.4282 10.5518 22.7492 10.5518C22.8859 10.5518 22.9915 10.4498 22.9915 10.3279Z", fill: "#ECB210" }),
|
|
9
|
+
react_1.default.createElement("path", { d: "M19.2174 16.2731C19.9861 16.2727 20.6901 15.831 21.0606 15.119C21.3767 14.4838 21.445 13.7665 21.164 13.0941C20.8381 12.3143 20.0316 11.714 19.2174 11.714C14.5464 11.7132 11.0759 11.7138 9.32266 11.7156C9.14083 11.7161 9.00149 11.7636 9.0011 11.9611C8.99932 13.1575 8.9997 14.512 9.00225 16.0248C9.00251 16.1906 9.08047 16.2735 9.23615 16.2735C11.253 16.2735 14.5801 16.2734 19.2174 16.2731Z", fill: "#ECB210" }),
|
|
10
|
+
react_1.default.createElement("path", { d: "M19.1416 19.7785L19.7897 18.6045C19.8786 18.441 19.9876 18.28 20.0527 18.1035C20.1607 17.811 20.0494 17.5534 19.7315 17.5528C16.7339 17.5498 14.7219 17.5502 13.6955 17.554C12.4969 17.5584 11.5228 18.8406 11.6214 20.0589C11.7201 21.3053 12.8393 22.0977 13.9347 22.0977C17.0703 22.0981 18.9223 22.1156 19.8016 22.0916C20.0715 22.0843 20.1725 21.7502 20.0527 21.5304C19.751 20.9769 19.4434 20.4268 19.1416 19.8732C19.1336 19.8589 19.1294 19.8426 19.1294 19.8259C19.1294 19.8093 19.1336 19.7929 19.1416 19.7785Z", fill: "#ECB210" }),
|
|
11
|
+
react_1.default.createElement("path", { d: "M16.049 23.6846C15.8645 23.5629 15.6838 23.4756 15.507 23.4225C15.2578 23.3404 15.0258 23.3209 14.7747 23.3209L13.5505 23.3257C13.3154 23.3607 13.1468 23.4898 13.0448 23.713C12.9968 23.8178 12.9748 24.043 12.9908 24.1308C13.0061 24.2148 13.0335 24.2935 13.0731 24.3669C13.6285 25.445 14.0304 26.1765 14.662 27.3471C14.7819 27.5551 14.8864 27.8121 15.1112 27.9255C15.2844 28.013 15.4566 28.0234 15.6276 27.9568C16.2786 27.7035 16.7907 27.1606 17.0225 26.467C17.1261 26.089 17.1755 25.7255 17.1163 25.332C17.0063 24.6057 16.5811 24.1041 16.049 23.6846Z", fill: "#ECB210" }))); });
|
|
12
|
+
exports.MediaAlatauColoredIcon.displayName = 'MediaAlatauColoredIcon';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MediaAlatauColoredIconMeta = void 0;
|
|
4
|
+
var entities_1 = require("../../../entities");
|
|
5
|
+
exports.MediaAlatauColoredIconMeta = new entities_1.IconNonSizedMeta({
|
|
6
|
+
name: 'MediaAlatauColored',
|
|
7
|
+
isColored: true,
|
|
8
|
+
componentName: 'MediaAlatauColoredIcon',
|
|
9
|
+
group: 'media',
|
|
10
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MediaFacebookColoredIcon = void 0;
|
|
4
|
+
var tslib_1 = require("tslib");
|
|
5
|
+
var react_1 = tslib_1.__importStar(require("react"));
|
|
6
|
+
exports.MediaFacebookColoredIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
|
|
7
|
+
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }),
|
|
8
|
+
react_1.default.createElement("path", { d: "M13.5842 19.0558V25.7055C14.358 25.8974 15.1669 26 16 26C16.4101 26 16.8143 25.9747 17.2115 25.9267V19.0558H19.9167L20.4778 16H17.2115V14.9193C17.2115 13.3044 17.845 12.6833 19.4848 12.6833C19.9941 12.6833 20.404 12.6957 20.64 12.7206V9.9504C20.1928 9.82616 19.0997 9.70196 18.4662 9.70196C15.1246 9.70196 13.5842 11.2796 13.5842 14.6832V16H11.5222V19.0558H13.5842Z", fill: "white" }),
|
|
9
|
+
react_1.default.createElement("path", { d: "M26 16C26 10.4772 21.5228 6 16 6C10.4772 6 6 10.4772 6 16C6 20.6898 9.2286 24.6249 13.5842 25.7055V19.0558H11.5222V16H13.5842V14.6832C13.5842 11.2796 15.1246 9.70196 18.4662 9.70196C19.0997 9.70196 20.1928 9.82616 20.64 9.9504V12.7206C20.404 12.6957 19.9941 12.6833 19.4848 12.6833C17.845 12.6833 17.2115 13.3044 17.2115 14.9193V16H20.4778L19.9167 19.0558H17.2115V25.9267C22.1629 25.3287 26 21.1127 26 16Z", fill: "#0866FF" }))); });
|
|
10
|
+
exports.MediaFacebookColoredIcon.displayName = 'MediaFacebookColoredIcon';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MediaFacebookColoredIconMeta = void 0;
|
|
4
|
+
var entities_1 = require("../../../entities");
|
|
5
|
+
exports.MediaFacebookColoredIconMeta = new entities_1.IconNonSizedMeta({
|
|
6
|
+
name: 'MediaFacebookColored',
|
|
7
|
+
isColored: true,
|
|
8
|
+
componentName: 'MediaFacebookColoredIcon',
|
|
9
|
+
group: 'media',
|
|
10
|
+
});
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MediaInstagramColoredIcon = void 0;
|
|
4
|
+
var tslib_1 = require("tslib");
|
|
5
|
+
var react_1 = tslib_1.__importStar(require("react"));
|
|
6
|
+
exports.MediaInstagramColoredIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
|
|
7
|
+
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }),
|
|
8
|
+
react_1.default.createElement("path", { d: "M16.0033 6C11.8284 6 10.6074 6.00431 10.37 6.024C9.51325 6.09524 8.98012 6.23017 8.39931 6.51943C7.9517 6.74176 7.59869 6.99947 7.25029 7.36073C6.6158 8.01956 6.23126 8.83009 6.09205 9.79355C6.02437 10.2613 6.00468 10.3567 6.00068 12.7458C5.99915 13.5422 6.00068 14.5903 6.00068 15.9961C6.00068 20.1687 6.0053 21.3888 6.02529 21.6258C6.09451 22.4597 6.22526 22.9844 6.50213 23.5583C7.03126 24.6568 8.04184 25.4815 9.23238 25.7892C9.64461 25.8954 10.0999 25.9538 10.6844 25.9815C10.9321 25.9923 13.4562 26 15.9819 26C18.5076 26 21.0332 25.9969 21.2747 25.9846C21.9515 25.9528 22.3445 25.9 22.7791 25.7877C23.9773 25.4784 24.9694 24.666 25.5093 23.5521C25.7808 22.9921 25.9185 22.4474 25.9808 21.657C25.9943 21.4847 26 18.7372 26 15.9935C26 13.2492 25.9938 10.5068 25.9803 10.3345C25.9172 9.53138 25.7796 8.99133 25.4993 8.42051C25.2694 7.95324 25.014 7.60429 24.6433 7.24749C23.9818 6.61544 23.1727 6.23079 22.2086 6.0917C21.7414 6.02416 21.6484 6.00415 19.258 6H16.0033Z", fill: "url(#paint0_radial_11171_98)" }),
|
|
9
|
+
react_1.default.createElement("path", { d: "M16.0033 6C11.8284 6 10.6074 6.00431 10.37 6.024C9.51325 6.09524 8.98012 6.23017 8.39931 6.51943C7.9517 6.74176 7.59869 6.99947 7.25029 7.36073C6.6158 8.01956 6.23126 8.83009 6.09205 9.79355C6.02437 10.2613 6.00468 10.3567 6.00068 12.7458C5.99915 13.5422 6.00068 14.5903 6.00068 15.9961C6.00068 20.1687 6.0053 21.3888 6.02529 21.6258C6.09451 22.4597 6.22526 22.9844 6.50213 23.5583C7.03126 24.6568 8.04184 25.4815 9.23238 25.7892C9.64461 25.8954 10.0999 25.9538 10.6844 25.9815C10.9321 25.9923 13.4562 26 15.9819 26C18.5076 26 21.0332 25.9969 21.2747 25.9846C21.9515 25.9528 22.3445 25.9 22.7791 25.7877C23.9773 25.4784 24.9694 24.666 25.5093 23.5521C25.7808 22.9921 25.9185 22.4474 25.9808 21.657C25.9943 21.4847 26 18.7372 26 15.9935C26 13.2492 25.9938 10.5068 25.9803 10.3345C25.9172 9.53138 25.7796 8.99133 25.4993 8.42051C25.2694 7.95324 25.014 7.60429 24.6433 7.24749C23.9818 6.61544 23.1727 6.23079 22.2086 6.0917C21.7414 6.02416 21.6484 6.00415 19.258 6H16.0033Z", fill: "url(#paint1_radial_11171_98)" }),
|
|
10
|
+
react_1.default.createElement("path", { d: "M15.9986 8.61561C13.9935 8.61561 13.7418 8.62438 12.9543 8.66023C12.1683 8.69623 11.6318 8.8207 11.1623 9.00333C10.6767 9.19196 10.2648 9.44429 9.85442 9.85494C9.44373 10.2654 9.19147 10.6775 9.00227 11.1631C8.81923 11.6328 8.69464 12.1696 8.65926 12.9555C8.62404 13.7433 8.61481 13.9951 8.61481 16.0008C8.61481 18.0066 8.62373 18.2575 8.65941 19.0453C8.69556 19.8315 8.82 20.3681 9.00243 20.8377C9.19116 21.3234 9.44342 21.7355 9.85396 22.146C10.2642 22.5568 10.6761 22.8097 11.1614 22.9984C11.6312 23.181 12.1678 23.3055 12.9537 23.3415C13.7412 23.3773 13.9927 23.3861 15.9977 23.3861C18.003 23.3861 18.2539 23.3773 19.0415 23.3415C19.8275 23.3055 20.3646 23.181 20.8344 22.9984C21.3198 22.8097 21.7311 22.5568 22.1413 22.146C22.552 21.7355 22.8043 21.3235 22.9935 20.8379C23.175 20.3681 23.2996 19.8313 23.3365 19.0454C23.3719 18.2577 23.3811 18.0066 23.3811 16.0008C23.3811 13.9951 23.3719 13.7434 23.3365 12.9557C23.2996 12.1694 23.175 11.6328 22.9935 11.1632C22.8043 10.6775 22.552 10.2654 22.1413 9.85494C21.7306 9.44414 21.32 9.19181 20.8339 9.00333C20.3632 8.8207 19.8264 8.69623 19.0404 8.66023C18.2528 8.62438 18.0021 8.61561 15.9963 8.61561H15.9986ZM15.3363 9.94649C15.5329 9.94618 15.7522 9.94649 15.9986 9.94649C17.97 9.94649 18.2036 9.95357 18.9821 9.98895C19.702 10.0219 20.0926 10.1422 20.3529 10.2433C20.6975 10.3771 20.9431 10.5372 21.2014 10.7956C21.4598 11.0541 21.6197 11.3003 21.7539 11.6449C21.8549 11.905 21.9754 12.2958 22.0081 13.0158C22.0435 13.7944 22.0512 14.0282 22.0512 15.9992C22.0512 17.9701 22.0435 18.204 22.0081 18.9825C21.9752 19.7025 21.8549 20.0933 21.7539 20.3534C21.6201 20.698 21.4598 20.9434 21.2014 21.2017C20.943 21.4602 20.6976 21.6202 20.3529 21.7541C20.093 21.8556 19.702 21.9757 18.9821 22.0086C18.2038 22.044 17.97 22.0517 15.9986 22.0517C14.0272 22.0517 13.7935 22.044 13.0152 22.0086C12.2953 21.9754 11.9047 21.855 11.6442 21.7539C11.2997 21.6201 11.0536 21.4601 10.7952 21.2016C10.5368 20.9431 10.3768 20.6976 10.2427 20.3528C10.1416 20.0927 10.0212 19.7019 9.98839 18.9819C9.95302 18.2033 9.94594 17.9695 9.94594 15.9973C9.94594 14.0251 9.95302 13.7925 9.98839 13.014C10.0213 12.2939 10.1416 11.9031 10.2427 11.6428C10.3765 11.2981 10.5368 11.052 10.7952 10.7935C11.0536 10.535 11.2997 10.375 11.6442 10.2408C11.9045 10.1393 12.2953 10.0193 13.0152 9.98618C13.6963 9.95541 13.9603 9.94618 15.3363 9.94464V9.94649ZM19.9398 11.1727C19.4506 11.1727 19.0538 11.5692 19.0538 12.0587C19.0538 12.5479 19.4506 12.9449 19.9398 12.9449C20.4289 12.9449 20.8257 12.5479 20.8257 12.0587C20.8257 11.5694 20.4289 11.1727 19.9398 11.1727ZM15.9986 12.2082C13.9047 12.2082 12.2071 13.9064 12.2071 16.0008C12.2071 18.0953 13.9047 19.7927 15.9986 19.7927C18.0926 19.7927 19.7896 18.0953 19.7896 16.0008C19.7896 13.9064 18.0926 12.2082 15.9986 12.2082ZM15.9986 13.5391C17.3578 13.5391 18.4597 14.6412 18.4597 16.0008C18.4597 17.3603 17.3578 18.4626 15.9986 18.4626C14.6394 18.4626 13.5376 17.3603 13.5376 16.0008C13.5376 14.6412 14.6394 13.5391 15.9986 13.5391Z", fill: "white" }),
|
|
11
|
+
react_1.default.createElement("defs", null,
|
|
12
|
+
react_1.default.createElement("radialGradient", { id: "paint0_radial_11171_98", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(11.3125 27.5404) rotate(-90) scale(19.8215 18.4355)" },
|
|
13
|
+
react_1.default.createElement("stop", { stopColor: "#FFDD55" }),
|
|
14
|
+
react_1.default.createElement("stop", { offset: "0.1", stopColor: "#FFDD55" }),
|
|
15
|
+
react_1.default.createElement("stop", { offset: "0.5", stopColor: "#FF543E" }),
|
|
16
|
+
react_1.default.createElement("stop", { offset: "1", stopColor: "#C837AB" })),
|
|
17
|
+
react_1.default.createElement("radialGradient", { id: "paint1_radial_11171_98", cx: "0", cy: "0", r: "1", gradientTransform: "matrix(1.73907 8.68794 -35.8113 7.17241 2.64989 7.44077)", gradientUnits: "userSpaceOnUse" },
|
|
18
|
+
react_1.default.createElement("stop", { stopColor: "#3771C8" }),
|
|
19
|
+
react_1.default.createElement("stop", { offset: "0.128", stopColor: "#3771C8" }),
|
|
20
|
+
react_1.default.createElement("stop", { offset: "1", stopColor: "#6600FF", stopOpacity: "0" }))))); });
|
|
21
|
+
exports.MediaInstagramColoredIcon.displayName = 'MediaInstagramColoredIcon';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MediaInstagramColoredIconMeta = void 0;
|
|
4
|
+
var entities_1 = require("../../../entities");
|
|
5
|
+
exports.MediaInstagramColoredIconMeta = new entities_1.IconNonSizedMeta({
|
|
6
|
+
name: 'MediaInstagramColored',
|
|
7
|
+
isColored: true,
|
|
8
|
+
componentName: 'MediaInstagramColoredIcon',
|
|
9
|
+
group: 'media',
|
|
10
|
+
});
|