@deepanmano/berry-icon-library 1.0.34 → 1.0.36

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/dist/index.d.ts CHANGED
@@ -1,237 +1,277 @@
1
1
  import React from "react";
2
2
 
3
- export interface CommunicationIconProps extends React.SVGProps<SVGSVGElement> {
3
+ export interface LocationIconProps extends React.SVGProps<SVGSVGElement> {
4
4
  size?: number;
5
5
  color?: string;
6
6
  }
7
- export declare const CommunicationIcon: ({ size, color, ...rest }: CommunicationIconProps) => React.JSX.Element;
8
- export interface CopyIconProps extends React.SVGProps<SVGSVGElement> {
7
+ export declare const LocationIcon: ({ size, color, ...rest }: LocationIconProps) => React.JSX.Element;
8
+ export interface BerryPlansRoundedIcon200Props extends React.SVGProps<SVGSVGElement> {
9
9
  size?: number;
10
10
  color?: string;
11
11
  }
12
- export declare const CopyIcon: ({ size, color, ...rest }: CopyIconProps) => React.JSX.Element;
13
- export interface LockIconProps extends React.SVGProps<SVGSVGElement> {
12
+ export declare const BerryPlansRoundedIcon200: ({ size, color, ...rest }: BerryPlansRoundedIcon200Props) => React.JSX.Element;
13
+ export interface InsuranceIconProps extends React.SVGProps<SVGSVGElement> {
14
14
  size?: number;
15
15
  color?: string;
16
16
  }
17
- export declare const LockIcon: ({ size, color, ...rest }: LockIconProps) => React.JSX.Element;
18
- export interface ArchiveIconProps extends React.SVGProps<SVGSVGElement> {
17
+ export declare const InsuranceIcon: ({ size, color, ...rest }: InsuranceIconProps) => React.JSX.Element;
18
+ export interface DeleteIconProps extends React.SVGProps<SVGSVGElement> {
19
19
  size?: number;
20
20
  color?: string;
21
21
  }
22
- export declare const ArchiveIcon: ({ size, color, ...rest }: ArchiveIconProps) => React.JSX.Element;
23
- export interface CalendarIconProps extends React.SVGProps<SVGSVGElement> {
22
+ export declare const DeleteIcon: ({ size, color, ...rest }: DeleteIconProps) => React.JSX.Element;
23
+ export interface FinancingIconProps extends React.SVGProps<SVGSVGElement> {
24
24
  size?: number;
25
25
  color?: string;
26
26
  }
27
- export declare const CalendarIcon: ({ size, color, ...rest }: CalendarIconProps) => React.JSX.Element;
28
- export interface TreatmentPlanIconProps extends React.SVGProps<SVGSVGElement> {
27
+ export declare const FinancingIcon: ({ size, color, ...rest }: FinancingIconProps) => React.JSX.Element;
28
+ export interface CallIconProps extends React.SVGProps<SVGSVGElement> {
29
29
  size?: number;
30
30
  color?: string;
31
31
  }
32
- export declare const TreatmentPlanIcon: ({ size, color, ...rest }: TreatmentPlanIconProps) => React.JSX.Element;
33
- export interface MinusRoundedIconProps extends React.SVGProps<SVGSVGElement> {
32
+ export declare const CallIcon: ({ size, color, ...rest }: CallIconProps) => React.JSX.Element;
33
+ export interface AddRoundedIconProps extends React.SVGProps<SVGSVGElement> {
34
34
  size?: number;
35
35
  color?: string;
36
36
  }
37
- export declare const MinusRoundedIcon: ({ size, color, ...rest }: MinusRoundedIconProps) => React.JSX.Element;
38
- export interface MoreVerticalIconProps extends React.SVGProps<SVGSVGElement> {
37
+ export declare const AddRoundedIcon: ({ size, color, ...rest }: AddRoundedIconProps) => React.JSX.Element;
38
+ export interface FormsIconProps extends React.SVGProps<SVGSVGElement> {
39
39
  size?: number;
40
40
  color?: string;
41
41
  }
42
- export declare const MoreVerticalIcon: ({ size, color, ...rest }: MoreVerticalIconProps) => React.JSX.Element;
43
- export interface ChevronRightRoundedIconProps extends React.SVGProps<SVGSVGElement> {
42
+ export declare const FormsIcon: ({ size, color, ...rest }: FormsIconProps) => React.JSX.Element;
43
+ export interface BerryFormsRoundedIcon200Props extends React.SVGProps<SVGSVGElement> {
44
44
  size?: number;
45
45
  color?: string;
46
46
  }
47
- export declare const ChevronRightRoundedIcon: ({ size, color, ...rest }: ChevronRightRoundedIconProps) => React.JSX.Element;
47
+ export declare const BerryFormsRoundedIcon200: ({ size, color, ...rest }: BerryFormsRoundedIcon200Props) => React.JSX.Element;
48
+ export interface CalendarIconProps extends React.SVGProps<SVGSVGElement> {
49
+ size?: number;
50
+ color?: string;
51
+ }
52
+ export declare const CalendarIcon: ({ size, color, ...rest }: CalendarIconProps) => React.JSX.Element;
48
53
  export interface CreditCardIconProps extends React.SVGProps<SVGSVGElement> {
49
54
  size?: number;
50
55
  color?: string;
51
56
  }
52
57
  export declare const CreditCardIcon: ({ size, color, ...rest }: CreditCardIconProps) => React.JSX.Element;
53
- export interface AddRoundedIconProps extends React.SVGProps<SVGSVGElement> {
58
+ export interface WhatsappIconProps extends React.SVGProps<SVGSVGElement> {
54
59
  size?: number;
55
60
  color?: string;
56
61
  }
57
- export declare const AddRoundedIcon: ({ size, color, ...rest }: AddRoundedIconProps) => React.JSX.Element;
58
- export interface HourGlassIconProps extends React.SVGProps<SVGSVGElement> {
62
+ export declare const WhatsappIcon: ({ size, color, ...rest }: WhatsappIconProps) => React.JSX.Element;
63
+ export interface CheckCircleIconProps extends React.SVGProps<SVGSVGElement> {
59
64
  size?: number;
60
65
  color?: string;
61
66
  }
62
- export declare const HourGlassIcon: ({ size, color, ...rest }: HourGlassIconProps) => React.JSX.Element;
63
- export interface UnArchiveIconProps extends React.SVGProps<SVGSVGElement> {
67
+ export declare const CheckCircleIcon: ({ size, color, ...rest }: CheckCircleIconProps) => React.JSX.Element;
68
+ export interface CheckCircleFilledIconProps extends React.SVGProps<SVGSVGElement> {
64
69
  size?: number;
65
70
  color?: string;
66
71
  }
67
- export declare const UnArchiveIcon: ({ size, color, ...rest }: UnArchiveIconProps) => React.JSX.Element;
68
- export interface ClouduploadIconProps extends React.SVGProps<SVGSVGElement> {
72
+ export declare const CheckCircleFilledIcon: ({ size, color, ...rest }: CheckCircleFilledIconProps) => React.JSX.Element;
73
+ export interface BerryReportsRoundedIcon200Props extends React.SVGProps<SVGSVGElement> {
69
74
  size?: number;
70
75
  color?: string;
71
76
  }
72
- export declare const ClouduploadIcon: ({ size, color, ...rest }: ClouduploadIconProps) => React.JSX.Element;
73
- export interface ChevronLeftIconProps extends React.SVGProps<SVGSVGElement> {
77
+ export declare const BerryReportsRoundedIcon200: ({ size, color, ...rest }: BerryReportsRoundedIcon200Props) => React.JSX.Element;
78
+ export interface CircleXRoundedIconProps extends React.SVGProps<SVGSVGElement> {
74
79
  size?: number;
75
80
  color?: string;
76
81
  }
77
- export declare const ChevronLeftIcon: ({ size, color, ...rest }: ChevronLeftIconProps) => React.JSX.Element;
78
- export interface PracticeIconProps extends React.SVGProps<SVGSVGElement> {
82
+ export declare const CircleXRoundedIcon: ({ size, color, ...rest }: CircleXRoundedIconProps) => React.JSX.Element;
83
+ export interface InfoIconProps extends React.SVGProps<SVGSVGElement> {
79
84
  size?: number;
80
85
  color?: string;
81
86
  }
82
- export declare const PracticeIcon: ({ size, color, ...rest }: PracticeIconProps) => React.JSX.Element;
83
- export interface ChevronRightIcon400Props extends React.SVGProps<SVGSVGElement> {
87
+ export declare const InfoIcon: ({ size, color, ...rest }: InfoIconProps) => React.JSX.Element;
88
+ export interface EditSquareIconProps extends React.SVGProps<SVGSVGElement> {
84
89
  size?: number;
85
90
  color?: string;
86
91
  }
87
- export declare const ChevronRightIcon400: ({ size, color, ...rest }: ChevronRightIcon400Props) => React.JSX.Element;
88
- export interface VisibilityIconProps extends React.SVGProps<SVGSVGElement> {
92
+ export declare const EditSquareIcon: ({ size, color, ...rest }: EditSquareIconProps) => React.JSX.Element;
93
+ export interface GlobeIconProps extends React.SVGProps<SVGSVGElement> {
89
94
  size?: number;
90
95
  color?: string;
91
96
  }
92
- export declare const VisibilityIcon: ({ size, color, ...rest }: VisibilityIconProps) => React.JSX.Element;
93
- export interface LocationIconProps extends React.SVGProps<SVGSVGElement> {
97
+ export declare const GlobeIcon: ({ size, color, ...rest }: GlobeIconProps) => React.JSX.Element;
98
+ export interface CircleXFilledIconProps extends React.SVGProps<SVGSVGElement> {
94
99
  size?: number;
95
100
  color?: string;
96
101
  }
97
- export declare const LocationIcon: ({ size, color, ...rest }: LocationIconProps) => React.JSX.Element;
98
- export interface ExpandArrowIconProps extends React.SVGProps<SVGSVGElement> {
102
+ export declare const CircleXFilledIcon: ({ size, color, ...rest }: CircleXFilledIconProps) => React.JSX.Element;
103
+ export interface DeactivateIconProps extends React.SVGProps<SVGSVGElement> {
99
104
  size?: number;
100
105
  color?: string;
101
106
  }
102
- export declare const ExpandArrowIcon: ({ size, color, ...rest }: ExpandArrowIconProps) => React.JSX.Element;
103
- export interface MailIconProps extends React.SVGProps<SVGSVGElement> {
107
+ export declare const DeactivateIcon: ({ size, color, ...rest }: DeactivateIconProps) => React.JSX.Element;
108
+ export interface AddIconProps extends React.SVGProps<SVGSVGElement> {
104
109
  size?: number;
105
110
  color?: string;
106
111
  }
107
- export declare const MailIcon: ({ size, color, ...rest }: MailIconProps) => React.JSX.Element;
108
- export interface CloseIconProps extends React.SVGProps<SVGSVGElement> {
112
+ export declare const AddIcon: ({ size, color, ...rest }: AddIconProps) => React.JSX.Element;
113
+ export interface BerryPayRoundedIcon200Props extends React.SVGProps<SVGSVGElement> {
109
114
  size?: number;
110
115
  color?: string;
111
116
  }
112
- export declare const CloseIcon: ({ size, color, ...rest }: CloseIconProps) => React.JSX.Element;
113
- export interface DragIndicatorIconProps extends React.SVGProps<SVGSVGElement> {
117
+ export declare const BerryPayRoundedIcon200: ({ size, color, ...rest }: BerryPayRoundedIcon200Props) => React.JSX.Element;
118
+ export interface PracticeIconProps extends React.SVGProps<SVGSVGElement> {
114
119
  size?: number;
115
120
  color?: string;
116
121
  }
117
- export declare const DragIndicatorIcon: ({ size, color, ...rest }: DragIndicatorIconProps) => React.JSX.Element;
118
- export interface ExternalLinkIconProps extends React.SVGProps<SVGSVGElement> {
122
+ export declare const PracticeIcon: ({ size, color, ...rest }: PracticeIconProps) => React.JSX.Element;
123
+ export interface ExpandArrowIconProps extends React.SVGProps<SVGSVGElement> {
119
124
  size?: number;
120
125
  color?: string;
121
126
  }
122
- export declare const ExternalLinkIcon: ({ size, color, ...rest }: ExternalLinkIconProps) => React.JSX.Element;
123
- export interface InfoIconProps extends React.SVGProps<SVGSVGElement> {
127
+ export declare const ExpandArrowIcon: ({ size, color, ...rest }: ExpandArrowIconProps) => React.JSX.Element;
128
+ export interface AccountCircleIconProps extends React.SVGProps<SVGSVGElement> {
124
129
  size?: number;
125
130
  color?: string;
126
131
  }
127
- export declare const InfoIcon: ({ size, color, ...rest }: InfoIconProps) => React.JSX.Element;
128
- export interface GlobeIconProps extends React.SVGProps<SVGSVGElement> {
132
+ export declare const AccountCircleIcon: ({ size, color, ...rest }: AccountCircleIconProps) => React.JSX.Element;
133
+ export interface VisibilityIconProps extends React.SVGProps<SVGSVGElement> {
129
134
  size?: number;
130
135
  color?: string;
131
136
  }
132
- export declare const GlobeIcon: ({ size, color, ...rest }: GlobeIconProps) => React.JSX.Element;
133
- export interface DeleteIconProps extends React.SVGProps<SVGSVGElement> {
137
+ export declare const VisibilityIcon: ({ size, color, ...rest }: VisibilityIconProps) => React.JSX.Element;
138
+ export interface ChevronRightRoundedIconProps extends React.SVGProps<SVGSVGElement> {
134
139
  size?: number;
135
140
  color?: string;
136
141
  }
137
- export declare const DeleteIcon: ({ size, color, ...rest }: DeleteIconProps) => React.JSX.Element;
138
- export interface CheckCircleIconProps extends React.SVGProps<SVGSVGElement> {
142
+ export declare const ChevronRightRoundedIcon: ({ size, color, ...rest }: ChevronRightRoundedIconProps) => React.JSX.Element;
143
+ export interface HourGlassIconProps extends React.SVGProps<SVGSVGElement> {
139
144
  size?: number;
140
145
  color?: string;
141
146
  }
142
- export declare const CheckCircleIcon: ({ size, color, ...rest }: CheckCircleIconProps) => React.JSX.Element;
143
- export interface ChevronLeftRoundedIconProps extends React.SVGProps<SVGSVGElement> {
147
+ export declare const HourGlassIcon: ({ size, color, ...rest }: HourGlassIconProps) => React.JSX.Element;
148
+ export interface CommunicationIconProps extends React.SVGProps<SVGSVGElement> {
144
149
  size?: number;
145
150
  color?: string;
146
151
  }
147
- export declare const ChevronLeftRoundedIcon: ({ size, color, ...rest }: ChevronLeftRoundedIconProps) => React.JSX.Element;
148
- export interface EditSquareIconProps extends React.SVGProps<SVGSVGElement> {
152
+ export declare const CommunicationIcon: ({ size, color, ...rest }: CommunicationIconProps) => React.JSX.Element;
153
+ export interface ArchiveIconProps extends React.SVGProps<SVGSVGElement> {
149
154
  size?: number;
150
155
  color?: string;
151
156
  }
152
- export declare const EditSquareIcon: ({ size, color, ...rest }: EditSquareIconProps) => React.JSX.Element;
153
- export interface AddIconProps extends React.SVGProps<SVGSVGElement> {
157
+ export declare const ArchiveIcon: ({ size, color, ...rest }: ArchiveIconProps) => React.JSX.Element;
158
+ export interface SearchIconProps extends React.SVGProps<SVGSVGElement> {
154
159
  size?: number;
155
160
  color?: string;
156
161
  }
157
- export declare const AddIcon: ({ size, color, ...rest }: AddIconProps) => React.JSX.Element;
158
- export interface PersonIconProps extends React.SVGProps<SVGSVGElement> {
162
+ export declare const SearchIcon: ({ size, color, ...rest }: SearchIconProps) => React.JSX.Element;
163
+ export interface MailIconProps extends React.SVGProps<SVGSVGElement> {
159
164
  size?: number;
160
165
  color?: string;
161
166
  }
162
- export declare const PersonIcon: ({ size, color, ...rest }: PersonIconProps) => React.JSX.Element;
163
- export interface InsuranceIconProps extends React.SVGProps<SVGSVGElement> {
167
+ export declare const MailIcon: ({ size, color, ...rest }: MailIconProps) => React.JSX.Element;
168
+ export interface BerryTaskRoundedIcon200Props extends React.SVGProps<SVGSVGElement> {
164
169
  size?: number;
165
170
  color?: string;
166
171
  }
167
- export declare const InsuranceIcon: ({ size, color, ...rest }: InsuranceIconProps) => React.JSX.Element;
168
- export interface AccountCircleIconProps extends React.SVGProps<SVGSVGElement> {
172
+ export declare const BerryTaskRoundedIcon200: ({ size, color, ...rest }: BerryTaskRoundedIcon200Props) => React.JSX.Element;
173
+ export interface ChevronRightIconProps extends React.SVGProps<SVGSVGElement> {
169
174
  size?: number;
170
175
  color?: string;
171
176
  }
172
- export declare const AccountCircleIcon: ({ size, color, ...rest }: AccountCircleIconProps) => React.JSX.Element;
173
- export interface MobileIconProps extends React.SVGProps<SVGSVGElement> {
177
+ export declare const ChevronRightIcon: ({ size, color, ...rest }: ChevronRightIconProps) => React.JSX.Element;
178
+ export interface DragIndicatorIconProps extends React.SVGProps<SVGSVGElement> {
174
179
  size?: number;
175
180
  color?: string;
176
181
  }
177
- export declare const MobileIcon: ({ size, color, ...rest }: MobileIconProps) => React.JSX.Element;
178
- export interface FormsIconProps extends React.SVGProps<SVGSVGElement> {
182
+ export declare const DragIndicatorIcon: ({ size, color, ...rest }: DragIndicatorIconProps) => React.JSX.Element;
183
+ export interface MoreVerticalIconProps extends React.SVGProps<SVGSVGElement> {
179
184
  size?: number;
180
185
  color?: string;
181
186
  }
182
- export declare const FormsIcon: ({ size, color, ...rest }: FormsIconProps) => React.JSX.Element;
183
- export interface FinancingIconProps extends React.SVGProps<SVGSVGElement> {
187
+ export declare const MoreVerticalIcon: ({ size, color, ...rest }: MoreVerticalIconProps) => React.JSX.Element;
188
+ export interface CloseIconProps extends React.SVGProps<SVGSVGElement> {
184
189
  size?: number;
185
190
  color?: string;
186
191
  }
187
- export declare const FinancingIcon: ({ size, color, ...rest }: FinancingIconProps) => React.JSX.Element;
192
+ export declare const CloseIcon: ({ size, color, ...rest }: CloseIconProps) => React.JSX.Element;
193
+ export interface UnArchiveIconProps extends React.SVGProps<SVGSVGElement> {
194
+ size?: number;
195
+ color?: string;
196
+ }
197
+ export declare const UnArchiveIcon: ({ size, color, ...rest }: UnArchiveIconProps) => React.JSX.Element;
198
+ export interface ChevronLeftRoundedIconProps extends React.SVGProps<SVGSVGElement> {
199
+ size?: number;
200
+ color?: string;
201
+ }
202
+ export declare const ChevronLeftRoundedIcon: ({ size, color, ...rest }: ChevronLeftRoundedIconProps) => React.JSX.Element;
203
+ export interface ChevronLeftIconProps extends React.SVGProps<SVGSVGElement> {
204
+ size?: number;
205
+ color?: string;
206
+ }
207
+ export declare const ChevronLeftIcon: ({ size, color, ...rest }: ChevronLeftIconProps) => React.JSX.Element;
188
208
  export interface LetterIconProps extends React.SVGProps<SVGSVGElement> {
189
209
  size?: number;
190
210
  color?: string;
191
211
  }
192
212
  export declare const LetterIcon: ({ size, color, ...rest }: LetterIconProps) => React.JSX.Element;
193
- export interface DeactivateIconProps extends React.SVGProps<SVGSVGElement> {
213
+ export interface CopyIconProps extends React.SVGProps<SVGSVGElement> {
194
214
  size?: number;
195
215
  color?: string;
196
216
  }
197
- export declare const DeactivateIcon: ({ size, color, ...rest }: DeactivateIconProps) => React.JSX.Element;
198
- export interface CallIconProps extends React.SVGProps<SVGSVGElement> {
217
+ export declare const CopyIcon: ({ size, color, ...rest }: CopyIconProps) => React.JSX.Element;
218
+ export interface PersonIconProps extends React.SVGProps<SVGSVGElement> {
199
219
  size?: number;
200
220
  color?: string;
201
221
  }
202
- export declare const CallIcon: ({ size, color, ...rest }: CallIconProps) => React.JSX.Element;
203
- export interface CircleXRoundedIconProps extends React.SVGProps<SVGSVGElement> {
222
+ export declare const PersonIcon: ({ size, color, ...rest }: PersonIconProps) => React.JSX.Element;
223
+ export interface MinusRoundedIconProps extends React.SVGProps<SVGSVGElement> {
204
224
  size?: number;
205
225
  color?: string;
206
226
  }
207
- export declare const CircleXRoundedIcon: ({ size, color, ...rest }: CircleXRoundedIconProps) => React.JSX.Element;
208
- export interface CasePresentationIconProps extends React.SVGProps<SVGSVGElement> {
227
+ export declare const MinusRoundedIcon: ({ size, color, ...rest }: MinusRoundedIconProps) => React.JSX.Element;
228
+ export interface TreatmentPlanIconProps extends React.SVGProps<SVGSVGElement> {
209
229
  size?: number;
210
230
  color?: string;
211
231
  }
212
- export declare const CasePresentationIcon: ({ size, color, ...rest }: CasePresentationIconProps) => React.JSX.Element;
213
- export interface WhatsappIconProps extends React.SVGProps<SVGSVGElement> {
232
+ export declare const TreatmentPlanIcon: ({ size, color, ...rest }: TreatmentPlanIconProps) => React.JSX.Element;
233
+ export interface ChevronRightIcon400Props extends React.SVGProps<SVGSVGElement> {
214
234
  size?: number;
215
235
  color?: string;
216
236
  }
217
- export declare const WhatsappIcon: ({ size, color, ...rest }: WhatsappIconProps) => React.JSX.Element;
218
- export interface SMSIconProps extends React.SVGProps<SVGSVGElement> {
237
+ export declare const ChevronRightIcon400: ({ size, color, ...rest }: ChevronRightIcon400Props) => React.JSX.Element;
238
+ export interface BerryNerdRoundedIcon200Props extends React.SVGProps<SVGSVGElement> {
219
239
  size?: number;
220
240
  color?: string;
221
241
  }
222
- export declare const SMSIcon: ({ size, color, ...rest }: SMSIconProps) => React.JSX.Element;
223
- export interface ChevronRightIconProps extends React.SVGProps<SVGSVGElement> {
242
+ export declare const BerryNerdRoundedIcon200: ({ size, color, ...rest }: BerryNerdRoundedIcon200Props) => React.JSX.Element;
243
+ export interface MobileIconProps extends React.SVGProps<SVGSVGElement> {
224
244
  size?: number;
225
245
  color?: string;
226
246
  }
227
- export declare const ChevronRightIcon: ({ size, color, ...rest }: ChevronRightIconProps) => React.JSX.Element;
247
+ export declare const MobileIcon: ({ size, color, ...rest }: MobileIconProps) => React.JSX.Element;
248
+ export interface CasePresentationIconProps extends React.SVGProps<SVGSVGElement> {
249
+ size?: number;
250
+ color?: string;
251
+ }
252
+ export declare const CasePresentationIcon: ({ size, color, ...rest }: CasePresentationIconProps) => React.JSX.Element;
253
+ export interface LockIconProps extends React.SVGProps<SVGSVGElement> {
254
+ size?: number;
255
+ color?: string;
256
+ }
257
+ export declare const LockIcon: ({ size, color, ...rest }: LockIconProps) => React.JSX.Element;
228
258
  export interface ExpandCloseIconProps extends React.SVGProps<SVGSVGElement> {
229
259
  size?: number;
230
260
  color?: string;
231
261
  }
232
262
  export declare const ExpandCloseIcon: ({ size, color, ...rest }: ExpandCloseIconProps) => React.JSX.Element;
233
- export interface SearchIconProps extends React.SVGProps<SVGSVGElement> {
263
+ export interface ClouduploadIconProps extends React.SVGProps<SVGSVGElement> {
264
+ size?: number;
265
+ color?: string;
266
+ }
267
+ export declare const ClouduploadIcon: ({ size, color, ...rest }: ClouduploadIconProps) => React.JSX.Element;
268
+ export interface SMSIconProps extends React.SVGProps<SVGSVGElement> {
269
+ size?: number;
270
+ color?: string;
271
+ }
272
+ export declare const SMSIcon: ({ size, color, ...rest }: SMSIconProps) => React.JSX.Element;
273
+ export interface ExternalLinkIconProps extends React.SVGProps<SVGSVGElement> {
234
274
  size?: number;
235
275
  color?: string;
236
276
  }
237
- export declare const SearchIcon: ({ size, color, ...rest }: SearchIconProps) => React.JSX.Element;
277
+ export declare const ExternalLinkIcon: ({ size, color, ...rest }: ExternalLinkIconProps) => React.JSX.Element;