@ozen-ui/icons 0.79.0 → 0.80.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/types/group.js +1 -0
- package/__inner__/cjs/ui/actions/index.js +243 -243
- package/__inner__/cjs/ui/brands/index.js +38 -38
- package/__inner__/cjs/ui/files/FileDOCColoredIcon/FileDOCColoredIcon.js +15 -0
- package/__inner__/cjs/ui/files/FileDOCColoredIcon/index.js +5 -0
- package/__inner__/cjs/ui/files/FileDOCColoredIcon/meta.js +10 -0
- package/__inner__/cjs/ui/files/FileJPGColoredIcon/FileJPGColoredIcon.js +15 -0
- package/__inner__/cjs/ui/files/FileJPGColoredIcon/index.js +5 -0
- package/__inner__/cjs/ui/files/FileJPGColoredIcon/meta.js +10 -0
- package/__inner__/cjs/ui/files/FilePDFColoredIcon/FilePDFColoredIcon.js +15 -0
- package/__inner__/cjs/ui/files/FilePDFColoredIcon/index.js +5 -0
- package/__inner__/cjs/ui/files/FilePDFColoredIcon/meta.js +10 -0
- package/__inner__/cjs/ui/files/FilePNGColoredIcon/FilePNGColoredIcon.js +15 -0
- package/__inner__/cjs/ui/files/FilePNGColoredIcon/index.js +5 -0
- package/__inner__/cjs/ui/files/FilePNGColoredIcon/meta.js +10 -0
- package/__inner__/cjs/ui/files/FileTXTColoredIcon/FileTXTColoredIcon.js +15 -0
- package/__inner__/cjs/ui/files/FileTXTColoredIcon/index.js +5 -0
- package/__inner__/cjs/ui/files/FileTXTColoredIcon/meta.js +10 -0
- package/__inner__/cjs/ui/files/FileXLSColoredIcon/FileXLSColoredIcon.js +15 -0
- package/__inner__/cjs/ui/files/FileXLSColoredIcon/index.js +5 -0
- package/__inner__/cjs/ui/files/FileXLSColoredIcon/meta.js +10 -0
- package/__inner__/cjs/ui/files/index.js +9 -0
- package/__inner__/cjs/ui/flags/index.js +204 -204
- package/__inner__/cjs/ui/index.js +1 -0
- package/__inner__/cjs/ui/logos/index.js +14 -14
- package/__inner__/cjs/ui/media/index.js +18 -18
- package/__inner__/cjs/ui/meta.js +7 -0
- package/__inner__/esm/types/group.js +1 -0
- package/__inner__/esm/ui/actions/index.js +243 -243
- package/__inner__/esm/ui/brands/index.js +38 -38
- package/__inner__/esm/ui/files/FileDOCColoredIcon/FileDOCColoredIcon.js +12 -0
- package/__inner__/esm/ui/files/FileDOCColoredIcon/index.js +2 -0
- package/__inner__/esm/ui/files/FileDOCColoredIcon/meta.js +7 -0
- package/__inner__/esm/ui/files/FileJPGColoredIcon/FileJPGColoredIcon.js +12 -0
- package/__inner__/esm/ui/files/FileJPGColoredIcon/index.js +2 -0
- package/__inner__/esm/ui/files/FileJPGColoredIcon/meta.js +7 -0
- package/__inner__/esm/ui/files/FilePDFColoredIcon/FilePDFColoredIcon.js +12 -0
- package/__inner__/esm/ui/files/FilePDFColoredIcon/index.js +2 -0
- package/__inner__/esm/ui/files/FilePDFColoredIcon/meta.js +7 -0
- package/__inner__/esm/ui/files/FilePNGColoredIcon/FilePNGColoredIcon.js +12 -0
- package/__inner__/esm/ui/files/FilePNGColoredIcon/index.js +2 -0
- package/__inner__/esm/ui/files/FilePNGColoredIcon/meta.js +7 -0
- package/__inner__/esm/ui/files/FileTXTColoredIcon/FileTXTColoredIcon.js +12 -0
- package/__inner__/esm/ui/files/FileTXTColoredIcon/index.js +2 -0
- package/__inner__/esm/ui/files/FileTXTColoredIcon/meta.js +7 -0
- package/__inner__/esm/ui/files/FileXLSColoredIcon/FileXLSColoredIcon.js +12 -0
- package/__inner__/esm/ui/files/FileXLSColoredIcon/index.js +2 -0
- package/__inner__/esm/ui/files/FileXLSColoredIcon/meta.js +7 -0
- package/__inner__/esm/ui/files/index.js +6 -0
- package/__inner__/esm/ui/flags/index.js +204 -204
- package/__inner__/esm/ui/index.js +1 -0
- package/__inner__/esm/ui/logos/index.js +14 -14
- package/__inner__/esm/ui/media/index.js +18 -18
- package/__inner__/esm/ui/meta.js +7 -0
- package/__inner__/types/types/group.d.ts +1 -1
- package/__inner__/types/ui/actions/index.d.ts +243 -243
- package/__inner__/types/ui/brands/index.d.ts +38 -38
- package/__inner__/types/ui/files/FileDOCColoredIcon/FileDOCColoredIcon.d.ts +3 -0
- package/__inner__/types/ui/files/FileDOCColoredIcon/index.d.ts +2 -0
- package/__inner__/types/ui/files/FileDOCColoredIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/files/FileJPGColoredIcon/FileJPGColoredIcon.d.ts +3 -0
- package/__inner__/types/ui/files/FileJPGColoredIcon/index.d.ts +2 -0
- package/__inner__/types/ui/files/FileJPGColoredIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/files/FilePDFColoredIcon/FilePDFColoredIcon.d.ts +3 -0
- package/__inner__/types/ui/files/FilePDFColoredIcon/index.d.ts +2 -0
- package/__inner__/types/ui/files/FilePDFColoredIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/files/FilePNGColoredIcon/FilePNGColoredIcon.d.ts +3 -0
- package/__inner__/types/ui/files/FilePNGColoredIcon/index.d.ts +2 -0
- package/__inner__/types/ui/files/FilePNGColoredIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/files/FileTXTColoredIcon/FileTXTColoredIcon.d.ts +3 -0
- package/__inner__/types/ui/files/FileTXTColoredIcon/index.d.ts +2 -0
- package/__inner__/types/ui/files/FileTXTColoredIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/files/FileXLSColoredIcon/FileXLSColoredIcon.d.ts +3 -0
- package/__inner__/types/ui/files/FileXLSColoredIcon/index.d.ts +2 -0
- package/__inner__/types/ui/files/FileXLSColoredIcon/meta.d.ts +2 -0
- package/__inner__/types/ui/files/index.d.ts +6 -0
- package/__inner__/types/ui/flags/index.d.ts +204 -204
- package/__inner__/types/ui/index.d.ts +1 -0
- package/__inner__/types/ui/logos/index.d.ts +14 -14
- package/__inner__/types/ui/media/index.d.ts +18 -18
- package/file_doccolored_icon.svg +40 -0
- package/file_jpgcolored_icon.svg +40 -0
- package/file_pdfcolored_icon.svg +40 -0
- package/file_pngcolored_icon.svg +40 -0
- package/file_txtcolored_icon.svg +40 -0
- package/file_xlscolored_icon.svg +40 -0
- package/package.json +1 -1
|
@@ -1,331 +1,331 @@
|
|
|
1
|
-
export * from './ErrorCircleGhostColoredIcon';
|
|
2
|
-
export * from './UploadIcon';
|
|
3
|
-
export * from './InfoCircleGhostColoredIcon';
|
|
4
|
-
export * from './ArrowLeftSmallIcon';
|
|
5
|
-
export * from './WarningTriangleColoredIcon';
|
|
6
1
|
export * from './CheckCircleGhostColoredIcon';
|
|
2
|
+
export * from './HeartFilledIcon';
|
|
3
|
+
export * from './ReloadCircleGhostColoredIcon';
|
|
7
4
|
export * from './ErrorCircleColoredIcon';
|
|
5
|
+
export * from './DownloadIcon';
|
|
8
6
|
export * from './WarningTriangleGhostColoredIcon';
|
|
9
|
-
export * from './
|
|
10
|
-
export * from './
|
|
11
|
-
export * from './HeartIcon';
|
|
7
|
+
export * from './ErrorCircleGhostColoredIcon';
|
|
8
|
+
export * from './InfoCircleGhostColoredIcon';
|
|
12
9
|
export * from './ReloadCircleColoredIcon';
|
|
13
|
-
export * from './
|
|
14
|
-
export * from './
|
|
15
|
-
export * from './
|
|
16
|
-
export * from './
|
|
10
|
+
export * from './MessageIcon';
|
|
11
|
+
export * from './ArrowLeftSmallIcon';
|
|
12
|
+
export * from './WebShareIcon';
|
|
13
|
+
export * from './InfoCircleColoredIcon';
|
|
17
14
|
export * from './SubdirectoryArrowIcon';
|
|
15
|
+
export * from './WarningTriangleColoredIcon';
|
|
16
|
+
export * from './UploadIcon';
|
|
17
|
+
export * from './ChevronLeftSmallIcon';
|
|
18
|
+
export * from './ArrowRightSmallIcon';
|
|
18
19
|
export * from './SmallScreenIcon';
|
|
19
|
-
export * from './
|
|
20
|
-
export * from './LinkOffIcon';
|
|
21
|
-
export * from './ArrowDownSmallIcon';
|
|
20
|
+
export * from './HeartIcon';
|
|
22
21
|
export * from './ChevronDownSmallIcon';
|
|
23
|
-
export * from './ArrowLongRightIcon';
|
|
24
|
-
export * from './FullScreenIcon';
|
|
25
22
|
export * from './CameraIcon';
|
|
26
|
-
export * from './
|
|
27
|
-
export * from './
|
|
23
|
+
export * from './ChevronRightSmallIcon';
|
|
24
|
+
export * from './HistoryIcon';
|
|
25
|
+
export * from './ArrowLongRightIcon';
|
|
26
|
+
export * from './LinkOffIcon';
|
|
27
|
+
export * from './ArrowDownSmallIcon';
|
|
28
28
|
export * from './CheckStarFilledIcon';
|
|
29
|
+
export * from './ArrowUpSmallIcon';
|
|
30
|
+
export * from './InfoCircleIcon';
|
|
29
31
|
export * from './DragIcon';
|
|
30
|
-
export * from './
|
|
32
|
+
export * from './InfoCircleFilledIcon';
|
|
33
|
+
export * from './CheckCircleColoredIcon';
|
|
34
|
+
export * from './SettingsIcon';
|
|
35
|
+
export * from './FullScreenIcon';
|
|
31
36
|
export * from './SettingsFilledIcon';
|
|
32
37
|
export * from './BookIcon';
|
|
33
|
-
export * from './SettingsIcon';
|
|
34
|
-
export * from './InfoCircleIcon';
|
|
35
|
-
export * from './FoodIcon';
|
|
36
38
|
export * from './WalletIcon';
|
|
37
|
-
export * from './
|
|
38
|
-
export * from './UserCircleFilledIcon';
|
|
39
|
+
export * from './FoodIcon';
|
|
39
40
|
export * from './IntentsIcon';
|
|
41
|
+
export * from './ReloadCircleFilledIcon';
|
|
42
|
+
export * from './UserCircleIcon';
|
|
40
43
|
export * from './QuestionCircleFilledIcon';
|
|
44
|
+
export * from './QuestionIcon';
|
|
45
|
+
export * from './ChatsIcon';
|
|
41
46
|
export * from './ChatIcon';
|
|
42
|
-
export * from './
|
|
43
|
-
export * from './QuestionCircleIcon';
|
|
44
|
-
export * from './ArrowRightFilledIcon';
|
|
45
|
-
export * from './UserCircleIcon';
|
|
46
|
-
export * from './FilterIcon';
|
|
47
|
+
export * from './CrownIcon';
|
|
47
48
|
export * from './OptionsIcon';
|
|
48
|
-
export * from './ReloadCircleFilledIcon';
|
|
49
49
|
export * from './CrownFilledIcon';
|
|
50
|
-
export * from './
|
|
51
|
-
export * from './
|
|
50
|
+
export * from './PrintIcon';
|
|
51
|
+
export * from './FilterIcon';
|
|
52
52
|
export * from './SliderIcon';
|
|
53
53
|
export * from './ReloadIcon';
|
|
54
|
+
export * from './ArrowDownFilledIcon';
|
|
55
|
+
export * from './ArrowRightFilledIcon';
|
|
54
56
|
export * from './ArrowUpFilledIcon';
|
|
55
|
-
export * from './
|
|
56
|
-
export * from './
|
|
57
|
+
export * from './QuestionCircleIcon';
|
|
58
|
+
export * from './LockOnIcon';
|
|
57
59
|
export * from './LockOffIcon';
|
|
58
|
-
export * from './
|
|
59
|
-
export * from './
|
|
60
|
-
export * from './ArrowDownFilledIcon';
|
|
61
|
-
export * from './SaveIcon';
|
|
60
|
+
export * from './ArrowLeftFilledIcon';
|
|
61
|
+
export * from './ChevronUpSmallIcon';
|
|
62
62
|
export * from './PlusCircleFilledIcon';
|
|
63
|
-
export * from './GoForwardIcon';
|
|
64
63
|
export * from './RoubleIcon';
|
|
65
|
-
export * from './EyeOnIcon';
|
|
66
|
-
export * from './CrossCircleFilledIcon';
|
|
67
|
-
export * from './CrownIcon';
|
|
68
64
|
export * from './EyeOffIcon';
|
|
69
|
-
export * from './
|
|
65
|
+
export * from './SaveIcon';
|
|
66
|
+
export * from './CrossCircleFilledIcon';
|
|
67
|
+
export * from './EyeOnIcon';
|
|
68
|
+
export * from './PlayFilledIcon';
|
|
69
|
+
export * from './GoForwardIcon';
|
|
70
|
+
export * from './FilterFilledIcon';
|
|
70
71
|
export * from './FolderIcon';
|
|
72
|
+
export * from './LinkOnIcon';
|
|
71
73
|
export * from './PlusCircleIcon';
|
|
72
|
-
export * from './MinusCircleFilledIcon';
|
|
73
74
|
export * from './MinusCircleIcon';
|
|
74
|
-
export * from './
|
|
75
|
-
export * from './CheckCircleIcon';
|
|
75
|
+
export * from './MinusCircleFilledIcon';
|
|
76
76
|
export * from './CircleIcon';
|
|
77
|
-
export * from './
|
|
78
|
-
export * from './
|
|
79
|
-
export * from './
|
|
80
|
-
export * from './
|
|
77
|
+
export * from './CheckCircleIcon';
|
|
78
|
+
export * from './DocumentIcon';
|
|
79
|
+
export * from './ChatCloseIcon';
|
|
80
|
+
export * from './UserCircleFilledIcon';
|
|
81
81
|
export * from './DotIcon';
|
|
82
|
-
export * from './CheckDoubleIcon';
|
|
83
|
-
export * from './ChevronLeftIcon';
|
|
84
|
-
export * from './StarFilledIcon';
|
|
85
|
-
export * from './WarningTriangleIcon';
|
|
86
|
-
export * from './CheckCircleFilledIcon';
|
|
87
82
|
export * from './ChevronDoubleUpIcon';
|
|
88
|
-
export * from './
|
|
89
|
-
export * from './
|
|
90
|
-
export * from './ChevronUpIcon';
|
|
91
|
-
export * from './SmileIcon';
|
|
92
|
-
export * from './ChatWarningIcon';
|
|
93
|
-
export * from './SortDefaultIcon';
|
|
94
|
-
export * from './WarningTriangleFilledIcon';
|
|
83
|
+
export * from './MenuHorizontalIcon';
|
|
84
|
+
export * from './ChartIcon';
|
|
95
85
|
export * from './WarningCircleFilledIcon';
|
|
96
|
-
export * from './
|
|
97
|
-
export * from './ChevronDoubleRightIcon';
|
|
86
|
+
export * from './ClockFilledIcon';
|
|
98
87
|
export * from './ArrowLeftIcon';
|
|
99
|
-
export * from './
|
|
100
|
-
export * from './
|
|
101
|
-
export * from './
|
|
88
|
+
export * from './StarIcon';
|
|
89
|
+
export * from './ClockIcon';
|
|
90
|
+
export * from './ChevronLeftIcon';
|
|
91
|
+
export * from './FrameIcon';
|
|
92
|
+
export * from './CrossIcon';
|
|
93
|
+
export * from './ChevronUpIcon';
|
|
94
|
+
export * from './ChevronCircleTopIcon';
|
|
102
95
|
export * from './WarningCircleIcon';
|
|
103
|
-
export * from './
|
|
104
|
-
export * from './
|
|
105
|
-
export * from './ArrowRightIcon';
|
|
106
|
-
export * from './ChatWithLineIcon';
|
|
107
|
-
export * from './RefreshIcon';
|
|
108
|
-
export * from './OverdueIcon';
|
|
109
|
-
export * from './LogsIcon';
|
|
110
|
-
export * from './SendIcon';
|
|
111
|
-
export * from './RobotIcon';
|
|
96
|
+
export * from './CheckCircleFilledIcon';
|
|
97
|
+
export * from './CheckDoubleIcon';
|
|
112
98
|
export * from './ChevronDoubleDownIcon';
|
|
99
|
+
export * from './ChevronDoubleRightIcon';
|
|
100
|
+
export * from './ChevronRightIcon';
|
|
101
|
+
export * from './CheckIcon';
|
|
102
|
+
export * from './WarningTriangleFilledIcon';
|
|
113
103
|
export * from './ParagraphIcon';
|
|
104
|
+
export * from './SearchIcon';
|
|
105
|
+
export * from './MenuVerticalIcon';
|
|
106
|
+
export * from './StarFilledIcon';
|
|
107
|
+
export * from './ArrowRightIcon';
|
|
108
|
+
export * from './WarningTriangleIcon';
|
|
109
|
+
export * from './BanIcon';
|
|
110
|
+
export * from './ChevronDoubleLeftIcon';
|
|
111
|
+
export * from './ResizeIcon';
|
|
112
|
+
export * from './CalendarIcon';
|
|
113
|
+
export * from './SortDefaultIcon';
|
|
114
|
+
export * from './SortDownIcon';
|
|
115
|
+
export * from './CallIcon';
|
|
114
116
|
export * from './HouseIcon';
|
|
117
|
+
export * from './MonitorIcon';
|
|
115
118
|
export * from './CallBackIcon';
|
|
116
|
-
export * from './
|
|
117
|
-
export * from './
|
|
118
|
-
export * from './
|
|
119
|
-
export * from './PowerIcon';
|
|
119
|
+
export * from './CallInIcon';
|
|
120
|
+
export * from './DeviceErrorIcon';
|
|
121
|
+
export * from './PauseIcon';
|
|
120
122
|
export * from './DeviceIcon';
|
|
121
|
-
export * from './CrossCircleIcon';
|
|
122
|
-
export * from './MinusIcon';
|
|
123
|
-
export * from './DeleteIcon';
|
|
124
|
-
export * from './ChevronCircleTopIcon';
|
|
125
|
-
export * from './PlusIcon';
|
|
126
|
-
export * from './EnterIcon';
|
|
127
|
-
export * from './DeviceSuccessIcon';
|
|
128
|
-
export * from './CrossIcon';
|
|
129
123
|
export * from './ChevronDownIcon';
|
|
130
|
-
export * from './
|
|
131
|
-
export * from './
|
|
132
|
-
export * from './
|
|
133
|
-
export * from './
|
|
134
|
-
export * from './
|
|
135
|
-
export * from './
|
|
124
|
+
export * from './DeviceSuccessIcon';
|
|
125
|
+
export * from './PowerIcon';
|
|
126
|
+
export * from './PercentIcon';
|
|
127
|
+
export * from './DirhamIcon';
|
|
128
|
+
export * from './ReplyIcon';
|
|
129
|
+
export * from './OverdueIcon';
|
|
130
|
+
export * from './NewsIcon';
|
|
131
|
+
export * from './MapPinFilledIcon';
|
|
132
|
+
export * from './QrCodeIcon';
|
|
133
|
+
export * from './DocumentSuccessIcon';
|
|
134
|
+
export * from './MapPinIcon';
|
|
136
135
|
export * from './PledgeIcon';
|
|
137
|
-
export * from './
|
|
138
|
-
export * from './ExitIcon';
|
|
136
|
+
export * from './LogsIcon';
|
|
139
137
|
export * from './SquareMetersIcon';
|
|
140
|
-
export * from './
|
|
141
|
-
export * from './
|
|
142
|
-
export * from './
|
|
143
|
-
export * from './
|
|
144
|
-
export * from './
|
|
145
|
-
export * from './CallInIcon';
|
|
138
|
+
export * from './ForwardIcon';
|
|
139
|
+
export * from './SortUpIcon';
|
|
140
|
+
export * from './ChatWithLineIcon';
|
|
141
|
+
export * from './ChatWarningIcon';
|
|
142
|
+
export * from './MinusIcon';
|
|
146
143
|
export * from './CopyIcon';
|
|
147
|
-
export * from './
|
|
148
|
-
export * from './MapPinFilledIcon';
|
|
149
|
-
export * from './PercentIcon';
|
|
144
|
+
export * from './EditIcon';
|
|
150
145
|
export * from './AttachmentIcon';
|
|
151
|
-
export * from './PauseIcon';
|
|
152
|
-
export * from './ExternalLinkIcon';
|
|
153
|
-
export * from './NewsIcon';
|
|
154
|
-
export * from './MapPinIcon';
|
|
155
|
-
export * from './QrCodeIcon';
|
|
156
146
|
export * from './SortIcon';
|
|
147
|
+
export * from './SendIcon';
|
|
148
|
+
export * from './PlusIcon';
|
|
149
|
+
export * from './CrossCircleIcon';
|
|
150
|
+
export * from './RefreshIcon';
|
|
151
|
+
export * from './SmileIcon';
|
|
152
|
+
export * from './ExitIcon';
|
|
153
|
+
export * from './ExternalLinkIcon';
|
|
157
154
|
export * from './BetweenIcon';
|
|
158
|
-
export * from './
|
|
159
|
-
export * from './
|
|
160
|
-
export * from './
|
|
161
|
-
export * from './
|
|
155
|
+
export * from './DeleteIcon';
|
|
156
|
+
export * from './RobotIcon';
|
|
157
|
+
export * from './EnterIcon';
|
|
158
|
+
export * from './PlayIcon';
|
|
159
|
+
export * from './DarkIcon';
|
|
160
|
+
export * from './ChatMenuIcon';
|
|
162
161
|
export * from './DramIcon';
|
|
163
|
-
export * from './
|
|
162
|
+
export * from './FrozenIcon';
|
|
163
|
+
export * from './LocationIcon';
|
|
164
164
|
export * from './PlasticCardAddIcon';
|
|
165
|
-
export * from './PlasticCardSavedIcon';
|
|
166
|
-
export * from './BoxIcon';
|
|
167
165
|
export * from './EuroIcon';
|
|
168
|
-
export * from './
|
|
169
|
-
export * from './
|
|
170
|
-
export * from './
|
|
171
|
-
export * from './
|
|
172
|
-
export * from './RotateRightIcon';
|
|
173
|
-
export * from './DigitalCardIcon';
|
|
166
|
+
export * from './LeadIcon';
|
|
167
|
+
export * from './PlasticCardIcon';
|
|
168
|
+
export * from './CanadianDollarIcon';
|
|
169
|
+
export * from './MicOffIcon';
|
|
174
170
|
export * from './FrankIcon';
|
|
171
|
+
export * from './LiraIcon';
|
|
172
|
+
export * from './FolderOpenIcon';
|
|
175
173
|
export * from './RoubleCircleFilledIcon';
|
|
176
|
-
export * from './
|
|
177
|
-
export * from './
|
|
174
|
+
export * from './VideoOnIcon';
|
|
175
|
+
export * from './SomIcon';
|
|
176
|
+
export * from './PlasticCardActiveIcon';
|
|
178
177
|
export * from './TasksIcon';
|
|
179
|
-
export * from './LeadIcon';
|
|
180
|
-
export * from './MicOffIcon';
|
|
181
|
-
export * from './RoubleCircleIcon';
|
|
182
|
-
export * from './CanadianDollarIcon';
|
|
183
|
-
export * from './TurnRightIcon';
|
|
184
|
-
export * from './FlameIcon';
|
|
185
|
-
export * from './GbpIcon';
|
|
186
|
-
export * from './KeyboardMobileIcon';
|
|
187
|
-
export * from './GlobeIcon';
|
|
188
|
-
export * from './SoundOffIcon';
|
|
189
|
-
export * from './SecurityIcon';
|
|
190
|
-
export * from './ArrowUpIcon';
|
|
191
|
-
export * from './ArrowDownIcon';
|
|
192
|
-
export * from './TransferIcon';
|
|
193
178
|
export * from './AustralianDollarIcon';
|
|
194
|
-
export * from './
|
|
195
|
-
export * from './
|
|
179
|
+
export * from './GbpIcon';
|
|
180
|
+
export * from './YuanIcon';
|
|
181
|
+
export * from './DashboardIcon';
|
|
182
|
+
export * from './DigitalCardIcon';
|
|
183
|
+
export * from './VideoOffIcon';
|
|
184
|
+
export * from './RequestIcon';
|
|
185
|
+
export * from './FundFilledIcon';
|
|
186
|
+
export * from './PlasticCardFilledIcon';
|
|
187
|
+
export * from './AlertOffIcon';
|
|
196
188
|
export * from './ChatMessageFilledIcon';
|
|
197
|
-
export * from './
|
|
198
|
-
export * from './
|
|
189
|
+
export * from './MicOnIcon';
|
|
190
|
+
export * from './CardGridIcon';
|
|
191
|
+
export * from './TengeIcon';
|
|
192
|
+
export * from './SoundOnIcon';
|
|
199
193
|
export * from './ProfileIcon';
|
|
194
|
+
export * from './ShareIcon';
|
|
195
|
+
export * from './RotateRightIcon';
|
|
196
|
+
export * from './BoxIcon';
|
|
197
|
+
export * from './KeyboardMobileIcon';
|
|
198
|
+
export * from './AlertOnIcon';
|
|
199
|
+
export * from './FilterClearIcon';
|
|
200
|
+
export * from './ImageIcon';
|
|
201
|
+
export * from './RateIcon';
|
|
202
|
+
export * from './FlameIcon';
|
|
203
|
+
export * from './LimitsIcon';
|
|
204
|
+
export * from './TechChatIcon';
|
|
205
|
+
export * from './TurnRightIcon';
|
|
206
|
+
export * from './ChatMessageIcon';
|
|
207
|
+
export * from './RoubleCircleIcon';
|
|
208
|
+
export * from './ArrowDownIcon';
|
|
200
209
|
export * from './LightIcon';
|
|
201
|
-
export * from './
|
|
202
|
-
export * from './
|
|
210
|
+
export * from './ArrowUpIcon';
|
|
211
|
+
export * from './CatalogIcon';
|
|
212
|
+
export * from './TemplatesIcon';
|
|
213
|
+
export * from './GlobeIcon';
|
|
203
214
|
export * from './WidgetIcon';
|
|
204
|
-
export * from './BarcodeScanIcon';
|
|
205
|
-
export * from './TengeIcon';
|
|
206
|
-
export * from './VideoOnIcon';
|
|
207
|
-
export * from './AccountIcon';
|
|
208
|
-
export * from './BillIcon';
|
|
209
|
-
export * from './ChatInfoIcon';
|
|
210
215
|
export * from './StatisticIcon';
|
|
211
216
|
export * from './CartHandIcon';
|
|
212
|
-
export * from './
|
|
213
|
-
export * from './Face2Icon';
|
|
214
|
-
export * from './ImageIcon';
|
|
215
|
-
export * from './RotateLeftIcon';
|
|
216
|
-
export * from './RequestIcon';
|
|
217
|
-
export * from './WindowIcon';
|
|
218
|
-
export * from './SupportIcon';
|
|
219
|
-
export * from './CallActiveIcon';
|
|
220
|
-
export * from './LiraIcon';
|
|
221
|
-
export * from './BarcodeIcon';
|
|
222
|
-
export * from './PlasticCardFilledIcon';
|
|
217
|
+
export * from './FundIcon';
|
|
223
218
|
export * from './GroupUserIcon';
|
|
224
|
-
export * from './
|
|
225
|
-
export * from './
|
|
226
|
-
export * from './LimitsIcon';
|
|
227
|
-
export * from './AlertOffIcon';
|
|
219
|
+
export * from './CommentIcon';
|
|
220
|
+
export * from './FilledNFCIcon';
|
|
228
221
|
export * from './CardScanIcon';
|
|
229
|
-
export * from './
|
|
222
|
+
export * from './AccountIcon';
|
|
223
|
+
export * from './ChatInfoIcon';
|
|
224
|
+
export * from './PlasticCardSavedIcon';
|
|
225
|
+
export * from './BarcodeIcon';
|
|
230
226
|
export * from './EventIcon';
|
|
231
|
-
export * from './
|
|
232
|
-
export * from './
|
|
233
|
-
export * from './
|
|
227
|
+
export * from './CallActiveIcon';
|
|
228
|
+
export * from './BarcodeScanIcon';
|
|
229
|
+
export * from './BillIcon';
|
|
230
|
+
export * from './BurgerIcon';
|
|
231
|
+
export * from './WindowIcon';
|
|
232
|
+
export * from './SupportIcon';
|
|
234
233
|
export * from './UploadCloudIcon';
|
|
235
|
-
export * from './
|
|
236
|
-
export * from './
|
|
237
|
-
export * from './
|
|
238
|
-
export * from './
|
|
239
|
-
export * from './
|
|
240
|
-
export * from './
|
|
241
|
-
export * from './
|
|
234
|
+
export * from './SecurityIcon';
|
|
235
|
+
export * from './RotateLeftIcon';
|
|
236
|
+
export * from './DevicesIcon';
|
|
237
|
+
export * from './TransferIcon';
|
|
238
|
+
export * from './DollarIcon';
|
|
239
|
+
export * from './Face2Icon';
|
|
240
|
+
export * from './SoundOffIcon';
|
|
241
|
+
export * from './PromoIcon';
|
|
242
|
+
export * from './Number09Icon';
|
|
243
|
+
export * from './ArrowRightRectangleIcon';
|
|
244
|
+
export * from './Number08Icon';
|
|
245
|
+
export * from './TariffIcon';
|
|
242
246
|
export * from './Number01Icon';
|
|
243
|
-
export * from './
|
|
247
|
+
export * from './KeyboardDesktopIcon';
|
|
248
|
+
export * from './MapIcon';
|
|
249
|
+
export * from './Number05Icon';
|
|
250
|
+
export * from './Number04Icon';
|
|
251
|
+
export * from './TextSharpIcon';
|
|
252
|
+
export * from './CaseDiagramIcon';
|
|
244
253
|
export * from './GiftIcon';
|
|
245
|
-
export * from './
|
|
254
|
+
export * from './TextStarIcon';
|
|
255
|
+
export * from './CoinDownIcon';
|
|
256
|
+
export * from './FingerprintIcon';
|
|
257
|
+
export * from './BagIcon';
|
|
258
|
+
export * from './CaseIcon';
|
|
259
|
+
export * from './Number03Icon';
|
|
260
|
+
export * from './BuildingIcon';
|
|
246
261
|
export * from './BoltIcon';
|
|
247
|
-
export * from './
|
|
248
|
-
export * from './
|
|
249
|
-
export * from './MapIcon';
|
|
262
|
+
export * from './GridIcon';
|
|
263
|
+
export * from './PinOnIcon';
|
|
250
264
|
export * from './PlusSmallIcon';
|
|
251
|
-
export * from './Number09Icon';
|
|
252
|
-
export * from './Number04Icon';
|
|
253
|
-
export * from './PinOffIcon';
|
|
254
|
-
export * from './Number08Icon';
|
|
255
265
|
export * from './CrossSmallIcon';
|
|
256
|
-
export * from './ShoppingBagIcon';
|
|
257
|
-
export * from './TariffIcon';
|
|
258
|
-
export * from './CircleFillIcon';
|
|
259
|
-
export * from './WashingIcon';
|
|
260
|
-
export * from './BuildingIcon';
|
|
261
266
|
export * from './CartWheelFilledIcon';
|
|
262
|
-
export * from './
|
|
267
|
+
export * from './CartWheelIcon';
|
|
268
|
+
export * from './ListIcon';
|
|
269
|
+
export * from './NumberIcon';
|
|
270
|
+
export * from './PinOffIcon';
|
|
271
|
+
export * from './CircleFillIcon';
|
|
272
|
+
export * from './CarIcon';
|
|
273
|
+
export * from './CallEndIcon';
|
|
274
|
+
export * from './SafeIcon';
|
|
275
|
+
export * from './PercentFilledIcon';
|
|
276
|
+
export * from './BookPenIcon';
|
|
277
|
+
export * from './UserIcon';
|
|
278
|
+
export * from './TextIcon';
|
|
279
|
+
export * from './ArrowTransferDiagonalIcon';
|
|
263
280
|
export * from './ThreeLinesIcon';
|
|
264
281
|
export * from './KeyIcon';
|
|
265
|
-
export * from './
|
|
266
|
-
export * from './
|
|
267
|
-
export * from './
|
|
268
|
-
export * from './
|
|
269
|
-
export * from './
|
|
270
|
-
export * from './
|
|
282
|
+
export * from './UserGroupIcon';
|
|
283
|
+
export * from './UploadFileIcon';
|
|
284
|
+
export * from './CalculatorIcon';
|
|
285
|
+
export * from './ShoppingBagIcon';
|
|
286
|
+
export * from './WashingIcon';
|
|
287
|
+
export * from './BoatIcon';
|
|
288
|
+
export * from './HammerIcon';
|
|
289
|
+
export * from './LanguageIcon';
|
|
290
|
+
export * from './LampIcon';
|
|
271
291
|
export * from './DownloadFileIcon';
|
|
292
|
+
export * from './ModeIcon';
|
|
293
|
+
export * from './PlaneIcon';
|
|
294
|
+
export * from './UserPlusIcon';
|
|
272
295
|
export * from './LeafIcon';
|
|
273
|
-
export * from './
|
|
274
|
-
export * from './TelemedicineIcon';
|
|
275
|
-
export * from './ArrowRightDownIcon';
|
|
276
|
-
export * from './TextStarIcon';
|
|
277
|
-
export * from './ArrowTransferDiagonalIcon';
|
|
278
|
-
export * from './CallEndIcon';
|
|
296
|
+
export * from './TaxesIcon';
|
|
279
297
|
export * from './GlobeIncomeIcon';
|
|
280
|
-
export * from './UserIcon';
|
|
281
|
-
export * from './LabelIcon';
|
|
282
298
|
export * from './GlassesIcon';
|
|
283
|
-
export * from './
|
|
284
|
-
export * from './CarIcon';
|
|
285
|
-
export * from './ArrowRightTopIcon';
|
|
286
|
-
export * from './CalculatorIcon';
|
|
287
|
-
export * from './BookPenIcon';
|
|
299
|
+
export * from './CameraScanIcon';
|
|
288
300
|
export * from './ATMIcon';
|
|
301
|
+
export * from './MultiAccountIcon';
|
|
302
|
+
export * from './ArrowRightDownIcon';
|
|
303
|
+
export * from './ArrowRightTopIcon';
|
|
289
304
|
export * from './CallTerminatedIcon';
|
|
290
|
-
export * from './
|
|
291
|
-
export * from './CameraScanIcon';
|
|
292
|
-
export * from './ArrowRightCircleIcon';
|
|
293
|
-
export * from './SafeIcon';
|
|
294
|
-
export * from './LampIcon';
|
|
295
|
-
export * from './UploadFileIcon';
|
|
296
|
-
export * from './PercentFilledIcon';
|
|
297
|
-
export * from './Number00Icon';
|
|
305
|
+
export * from './KronaIcon';
|
|
298
306
|
export * from './FineIcon';
|
|
299
|
-
export * from './
|
|
300
|
-
export * from './MultiAccountIcon';
|
|
307
|
+
export * from './TelemedicineIcon';
|
|
301
308
|
export * from './CalendarMortgageIcon';
|
|
302
|
-
export * from './
|
|
303
|
-
export * from './
|
|
309
|
+
export * from './StudyIcon';
|
|
310
|
+
export * from './Number00Icon';
|
|
311
|
+
export * from './FlagIcon';
|
|
304
312
|
export * from './Number07Icon';
|
|
305
|
-
export * from './
|
|
306
|
-
export * from './TextIcon';
|
|
307
|
-
export * from './BagIcon';
|
|
308
|
-
export * from './HammerIcon';
|
|
309
|
-
export * from './CoinShareIcon';
|
|
310
|
-
export * from './UserGroupIcon';
|
|
311
|
-
export * from './UserPlusIcon';
|
|
312
|
-
export * from './CartWheelIcon';
|
|
313
|
-
export * from './LanguageIcon';
|
|
314
|
-
export * from './TaxesIcon';
|
|
313
|
+
export * from './ArrowRightCircleIcon';
|
|
315
314
|
export * from './UserCheckIcon';
|
|
316
|
-
export * from './
|
|
317
|
-
export * from './
|
|
318
|
-
export * from './
|
|
315
|
+
export * from './Number06Icon';
|
|
316
|
+
export * from './CoinShareIcon';
|
|
317
|
+
export * from './LabelIcon';
|
|
318
|
+
export * from './Number02Icon';
|
|
319
319
|
export * from './SMSIcon';
|
|
320
320
|
export * from './FlashDriverIcon';
|
|
321
|
-
export * from './LikeIcon';
|
|
322
321
|
export * from './VideoPlayIcon';
|
|
323
|
-
export * from './
|
|
324
|
-
export * from './KeyboardClearIcon';
|
|
322
|
+
export * from './BackwardIcon';
|
|
325
323
|
export * from './CustodialWalletIcon';
|
|
326
324
|
export * from './StopIcon';
|
|
327
|
-
export * from './
|
|
325
|
+
export * from './DebtIcon';
|
|
328
326
|
export * from './ForwardIcon';
|
|
329
|
-
export * from './DeviceAuthenticationIcon';
|
|
330
327
|
export * from './DislikeIcon';
|
|
331
|
-
export * from './
|
|
328
|
+
export * from './DeviceAuthenticationIcon';
|
|
329
|
+
export * from './KeyboardClearIcon';
|
|
330
|
+
export * from './LoadingFailedIcon';
|
|
331
|
+
export * from './LikeIcon';
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
export * from './BrCardMaestroColoredIcon';
|
|
2
|
-
export * from './BrSamsungPayIcon';
|
|
3
|
-
export * from './BrTelegramColoredIcon';
|
|
4
1
|
export * from './BrTelegramIcon';
|
|
2
|
+
export * from './BrInstagramFilledIcon';
|
|
3
|
+
export * from './BrOzenColoredIcon';
|
|
4
|
+
export * from './BrBerekeFilledColoredIcon';
|
|
5
|
+
export * from './BrCardMastercardIcon';
|
|
5
6
|
export * from './BrGooglePayLightColoredIcon';
|
|
6
|
-
export * from './BrSamsungPayColoredIcon';
|
|
7
|
-
export * from './BrApplePayColoredIcon';
|
|
8
7
|
export * from './BrGooglePayIcon';
|
|
9
|
-
export * from './
|
|
10
|
-
export * from './
|
|
11
|
-
export * from './BrSamsungPay2ColoredIcon';
|
|
12
|
-
export * from './BrGoogleIcon';
|
|
13
|
-
export * from './BrFacebookIcon';
|
|
8
|
+
export * from './BrCardVisaColoredIcon';
|
|
9
|
+
export * from './BrVisaAliasColoredIcon';
|
|
14
10
|
export * from './BrVKIcon';
|
|
15
|
-
export * from './
|
|
11
|
+
export * from './BrFacebookFilledColoredIcon';
|
|
12
|
+
export * from './BrKoronaIcon';
|
|
13
|
+
export * from './BrEGovIcon';
|
|
14
|
+
export * from './BrGarminIcon';
|
|
15
|
+
export * from './BrFacebookColoredIcon';
|
|
16
16
|
export * from './BrWhatsAppIcon';
|
|
17
|
-
export * from './BrCardVisaColoredIcon';
|
|
18
|
-
export * from './BrInstagramFilledColoredIcon';
|
|
19
|
-
export * from './BrCardMastercardIcon';
|
|
20
|
-
export * from './BrInstagramIcon';
|
|
21
|
-
export * from './BrInstagramFilledIcon';
|
|
22
|
-
export * from './BrN1BrokerIcon';
|
|
23
17
|
export * from './BrFacebookFilledIcon';
|
|
24
|
-
export * from './
|
|
25
|
-
export * from './
|
|
18
|
+
export * from './BrTwitterIcon';
|
|
19
|
+
export * from './BrSamsungPay2ColoredIcon';
|
|
26
20
|
export * from './BrGarminColoredIcon';
|
|
27
|
-
export * from './
|
|
28
|
-
export * from './
|
|
29
|
-
export * from './
|
|
30
|
-
export * from './BrInstagramColoredIcon';
|
|
21
|
+
export * from './BrFacebookIcon';
|
|
22
|
+
export * from './BrCardVisaIcon';
|
|
23
|
+
export * from './BrN1BrokerIcon';
|
|
31
24
|
export * from './BrVkColoredIcon';
|
|
32
|
-
export * from './BrFaceIdColoredIcon';
|
|
33
|
-
export * from './BrCardMaestroIcon';
|
|
34
|
-
export * from './BrGarminIcon';
|
|
35
|
-
export * from './BrVisaAliasColoredIcon';
|
|
36
|
-
export * from './BrBerekeFilledColoredIcon';
|
|
37
25
|
export * from './BrCardMastercardColoredIcon';
|
|
38
|
-
export * from './
|
|
39
|
-
export * from './BrN1BrokerColoredIcon';
|
|
40
|
-
export * from './BrOzenColoredIcon';
|
|
41
|
-
export * from './BrVisaAliasIcon';
|
|
42
|
-
export * from './BrFaceIdIcon';
|
|
43
|
-
export * from './BrEGovColoredIcon';
|
|
26
|
+
export * from './BrGoogleColoredIcon';
|
|
44
27
|
export * from './BrKoronaColoredIcon';
|
|
45
|
-
export * from './
|
|
46
|
-
export * from './
|
|
47
|
-
export * from './
|
|
48
|
-
export * from './
|
|
28
|
+
export * from './BrVisaAliasIcon';
|
|
29
|
+
export * from './BrN1BrokerColoredIcon';
|
|
30
|
+
export * from './BrGooglePayDarkColoredIcon';
|
|
31
|
+
export * from './BrFaceIdColoredIcon';
|
|
32
|
+
export * from './BrApplePayColoredIcon';
|
|
33
|
+
export * from './BrOzenIcon';
|
|
49
34
|
export * from './BrSamsungPay2Icon';
|
|
50
35
|
export * from './BrTwitterColoredIcon';
|
|
36
|
+
export * from './BrInstagramFilledColoredIcon';
|
|
37
|
+
export * from './BrSamsungPayColoredIcon';
|
|
38
|
+
export * from './BrBerekeFilledIcon';
|
|
39
|
+
export * from './BrEGovColoredIcon';
|
|
40
|
+
export * from './BrInstagramIcon';
|
|
41
|
+
export * from './BrFaceIdIcon';
|
|
42
|
+
export * from './BrInstagramColoredIcon';
|
|
43
|
+
export * from './BrSwiftIcon';
|
|
44
|
+
export * from './BrCardMaestroIcon';
|
|
45
|
+
export * from './BrSamsungPayIcon';
|
|
46
|
+
export * from './BrGoogleIcon';
|
|
47
|
+
export * from './BrWhatsAppColoredIcon';
|
|
48
|
+
export * from './BrAppleWalletColoredIcon';
|
|
49
|
+
export * from './BrCardMaestroColoredIcon';
|
|
50
|
+
export * from './BrTelegramColoredIcon';
|