@deepanmano/berry-icon-library 1.0.23 → 1.0.25
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 +40 -40
- package/dist/index.js +243 -286
- package/dist/index.js.map +42 -42
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,42 +1,42 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
|
|
3
|
-
export declare const LocationIcon: (props: IconProps) =>
|
|
4
|
-
export declare const InsuranceIcon: (props: IconProps) =>
|
|
5
|
-
export declare const DeleteIcon: (props: IconProps) =>
|
|
6
|
-
export declare const FinancingIcon: (props: IconProps) =>
|
|
7
|
-
export declare const AddRoundedIcon: (props: IconProps) =>
|
|
8
|
-
export declare const FormsIcon: (props: IconProps) =>
|
|
9
|
-
export declare const CreditCardIcon: (props: IconProps) =>
|
|
10
|
-
export declare const CheckCircleIcon: (props: IconProps) =>
|
|
11
|
-
export declare const CircleXRoundedIcon: (props: IconProps) =>
|
|
12
|
-
export declare const InfoIcon: (props: IconProps) =>
|
|
13
|
-
export declare const EditSquareIcon: (props: IconProps) =>
|
|
14
|
-
export declare const GlobeIcon: (props: IconProps) =>
|
|
15
|
-
export declare const DeactivateIcon: (props: IconProps) =>
|
|
16
|
-
export declare const AddIcon: (props: IconProps) =>
|
|
17
|
-
export declare const PracticeIcon: (props: IconProps) =>
|
|
18
|
-
export declare const ExpandArrowIcon: (props: IconProps) =>
|
|
19
|
-
export declare const AccountCircleIcon: (props: IconProps) =>
|
|
20
|
-
export declare const VisibilityIcon: (props: IconProps) =>
|
|
21
|
-
export declare const ChevronRightRoundedIcon: (props: IconProps) =>
|
|
22
|
-
export declare const CommunicationIcon: (props: IconProps) =>
|
|
23
|
-
export declare const ArchiveIcon: (props: IconProps) =>
|
|
24
|
-
export declare const SearchIcon: (props: IconProps) =>
|
|
25
|
-
export declare const MailIcon: (props: IconProps) =>
|
|
26
|
-
export declare const ChevronRightIcon: (props: IconProps) =>
|
|
27
|
-
export declare const DragIndicatorIcon: (props: IconProps) =>
|
|
28
|
-
export declare const MoreVerticalIcon: (props: IconProps) =>
|
|
29
|
-
export declare const CloseIcon: (props: IconProps) =>
|
|
30
|
-
export declare const ChevronLeftRoundedIcon: (props: IconProps) =>
|
|
31
|
-
export declare const ChevronLeftIcon: (props: IconProps) =>
|
|
32
|
-
export declare const LetterIcon: (props: IconProps) =>
|
|
33
|
-
export declare const PersonIcon: (props: IconProps) =>
|
|
34
|
-
export declare const MinusRoundedIcon: (props: IconProps) =>
|
|
35
|
-
export declare const TreatmentPlanIcon: (props: IconProps) =>
|
|
36
|
-
export declare const ChevronRightIcon400: (props: IconProps) =>
|
|
37
|
-
export declare const MobileIcon: (props: IconProps) =>
|
|
38
|
-
export declare const CasePresentationIcon: (props: IconProps) =>
|
|
39
|
-
export declare const LockIcon: (props: IconProps) =>
|
|
40
|
-
export declare const ExpandCloseIcon: (props: IconProps) =>
|
|
41
|
-
export declare const ClouduploadIcon: (props: IconProps) =>
|
|
42
|
-
export declare const SMSIcon: (props: IconProps) =>
|
|
3
|
+
export declare const LocationIcon: (props: IconProps) => React.JSX.Element;
|
|
4
|
+
export declare const InsuranceIcon: (props: IconProps) => React.JSX.Element;
|
|
5
|
+
export declare const DeleteIcon: (props: IconProps) => React.JSX.Element;
|
|
6
|
+
export declare const FinancingIcon: (props: IconProps) => React.JSX.Element;
|
|
7
|
+
export declare const AddRoundedIcon: (props: IconProps) => React.JSX.Element;
|
|
8
|
+
export declare const FormsIcon: (props: IconProps) => React.JSX.Element;
|
|
9
|
+
export declare const CreditCardIcon: (props: IconProps) => React.JSX.Element;
|
|
10
|
+
export declare const CheckCircleIcon: (props: IconProps) => React.JSX.Element;
|
|
11
|
+
export declare const CircleXRoundedIcon: (props: IconProps) => React.JSX.Element;
|
|
12
|
+
export declare const InfoIcon: (props: IconProps) => React.JSX.Element;
|
|
13
|
+
export declare const EditSquareIcon: (props: IconProps) => React.JSX.Element;
|
|
14
|
+
export declare const GlobeIcon: (props: IconProps) => React.JSX.Element;
|
|
15
|
+
export declare const DeactivateIcon: (props: IconProps) => React.JSX.Element;
|
|
16
|
+
export declare const AddIcon: (props: IconProps) => React.JSX.Element;
|
|
17
|
+
export declare const PracticeIcon: (props: IconProps) => React.JSX.Element;
|
|
18
|
+
export declare const ExpandArrowIcon: (props: IconProps) => React.JSX.Element;
|
|
19
|
+
export declare const AccountCircleIcon: (props: IconProps) => React.JSX.Element;
|
|
20
|
+
export declare const VisibilityIcon: (props: IconProps) => React.JSX.Element;
|
|
21
|
+
export declare const ChevronRightRoundedIcon: (props: IconProps) => React.JSX.Element;
|
|
22
|
+
export declare const CommunicationIcon: (props: IconProps) => React.JSX.Element;
|
|
23
|
+
export declare const ArchiveIcon: (props: IconProps) => React.JSX.Element;
|
|
24
|
+
export declare const SearchIcon: (props: IconProps) => React.JSX.Element;
|
|
25
|
+
export declare const MailIcon: (props: IconProps) => React.JSX.Element;
|
|
26
|
+
export declare const ChevronRightIcon: (props: IconProps) => React.JSX.Element;
|
|
27
|
+
export declare const DragIndicatorIcon: (props: IconProps) => React.JSX.Element;
|
|
28
|
+
export declare const MoreVerticalIcon: (props: IconProps) => React.JSX.Element;
|
|
29
|
+
export declare const CloseIcon: (props: IconProps) => React.JSX.Element;
|
|
30
|
+
export declare const ChevronLeftRoundedIcon: (props: IconProps) => React.JSX.Element;
|
|
31
|
+
export declare const ChevronLeftIcon: (props: IconProps) => React.JSX.Element;
|
|
32
|
+
export declare const LetterIcon: (props: IconProps) => React.JSX.Element;
|
|
33
|
+
export declare const PersonIcon: (props: IconProps) => React.JSX.Element;
|
|
34
|
+
export declare const MinusRoundedIcon: (props: IconProps) => React.JSX.Element;
|
|
35
|
+
export declare const TreatmentPlanIcon: (props: IconProps) => React.JSX.Element;
|
|
36
|
+
export declare const ChevronRightIcon400: (props: IconProps) => React.JSX.Element;
|
|
37
|
+
export declare const MobileIcon: (props: IconProps) => React.JSX.Element;
|
|
38
|
+
export declare const CasePresentationIcon: (props: IconProps) => React.JSX.Element;
|
|
39
|
+
export declare const LockIcon: (props: IconProps) => React.JSX.Element;
|
|
40
|
+
export declare const ExpandCloseIcon: (props: IconProps) => React.JSX.Element;
|
|
41
|
+
export declare const ClouduploadIcon: (props: IconProps) => React.JSX.Element;
|
|
42
|
+
export declare const SMSIcon: (props: IconProps) => React.JSX.Element;
|