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