meticulous-ui 1.1.5 → 1.1.7
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/components/Icons/Add/Add.js +10 -9
- package/components/Icons/AddCircle/AddCircle.js +5 -4
- package/components/Icons/AddCircleFilled/AddCircleFilled.js +5 -4
- package/components/Icons/ArrowDown/ArrowDown.js +5 -4
- package/components/Icons/ArrowLeft/ArrowLeft.js +6 -5
- package/components/Icons/ArrowRight/ArrowRight.js +6 -5
- package/components/Icons/ArrowUp/ArrowUp.js +5 -4
- package/components/Icons/BellFilled/BellFilled.js +5 -4
- package/components/Icons/BellOffFilled/BellOffFilled.js +7 -6
- package/components/Icons/BellOffOutline/BellOffOutline.js +11 -10
- package/components/Icons/BellOutline/BellOutline.js +7 -6
- package/components/Icons/BookmarkFilled/BookmarkFilled.js +9 -29
- package/components/Icons/BookmarkOutline/BookmarkOutline.js +3 -2
- package/components/Icons/CartCheckFilled/CartCheckFilled.js +8 -7
- package/components/Icons/CartCheckOutline/CartCheckOutline.js +8 -7
- package/components/Icons/CartCrossFilled/CartCrossFilled.js +5 -4
- package/components/Icons/CartCrossOutline/CartCrossOutline.js +7 -6
- package/components/Icons/CartFilled/CartFilled.js +1 -0
- package/components/Icons/CartMinusFilled/CartMinusFilled.js +5 -4
- package/components/Icons/CartMinusOutline/CartMinusOutline.js +9 -8
- package/components/Icons/CartOutline/CartOutline.js +9 -8
- package/components/Icons/CartPlusFilled/CartPlusFilled.js +5 -4
- package/components/Icons/CartPlusOutline/CartPlusOutline.js +7 -6
- package/components/Icons/Check/Check.js +26 -0
- package/components/Icons/CheckDouble/CheckDouble.js +26 -0
- package/components/Icons/ChevronDown/ChevronDown.js +7 -6
- package/components/Icons/ChevronLeft/ChevronLeft.js +6 -5
- package/components/Icons/ChevronLeft/index.js +2 -2
- package/components/Icons/ChevronRight/ChevronRight.js +6 -5
- package/components/Icons/ChevronUp/ChevronUp.js +6 -5
- package/components/Icons/ClockCircleOutline/ClockCircleOutline.js +10 -9
- package/components/Icons/ClockSquareOutline/ClockSquareOutline.js +9 -8
- package/components/Icons/Close/Close.js +9 -8
- package/components/Icons/CloseCircleFilled/CloseCircleFilled.js +5 -4
- package/components/Icons/CloseCircleOutline/CloseCircleOutline.js +11 -11
- package/components/Icons/CommentBubbleFilled/CommentBubbleFilled.js +9 -29
- package/components/Icons/CommentBubbleOutline/CommentBubbleOutline.js +9 -29
- package/components/Icons/CommentFilled/CommentFilled.js +9 -29
- package/components/Icons/CommentLineFilled/CommentLineFilled.js +8 -28
- package/components/Icons/CommentLineOutline/CommentLineOutline.js +9 -29
- package/components/Icons/CommentOutline/CommentOutline.js +9 -29
- package/components/Icons/ContactDetailsFilled/ContactDetailsFilled.js +4 -9
- package/components/Icons/ContactDetailsOutline/ContactDetailsOutline.js +9 -14
- package/components/Icons/DetailsOutline/DetailsOutline.js +2 -1
- package/components/Icons/DotsHorizontalFilled/DotsHorizontalFilled.js +3 -2
- package/components/Icons/DotsHorizontalOutline/DotsHorizontalOutline.js +15 -14
- package/components/Icons/DotsVerticalFilled/DotsVerticalFilled.js +3 -2
- package/components/Icons/DotsVerticalOutline/DotsVerticalOutline.js +12 -11
- package/components/Icons/ExitArrowInOutline/ExitArrowInOutline.js +7 -7
- package/components/Icons/ExitArrowOutOutline/ExitArrowOutOutline.js +9 -8
- package/components/Icons/HamburgerMenu/HamburgerMenu.js +9 -8
- package/components/Icons/HamburgerSpaced/HamburgerSpaced.js +8 -28
- package/components/Icons/HeartFilled/HeartFilled.js +4 -3
- package/components/Icons/HeartOutline/HeartOutline.js +8 -7
- package/components/Icons/HomeFilled/HomeFilled.js +5 -4
- package/components/Icons/HomeOutline/HomeOutline.js +3 -2
- package/components/Icons/Info/Info.js +32 -0
- package/components/Icons/Link/Link.js +9 -8
- package/components/Icons/LockKeyhole/LockKeyhole.js +25 -0
- package/components/Icons/LockKeyholeOutline/LockKeyholeOutline.js +36 -0
- package/components/Icons/LockKeyholeUnlocked/LockKeyholeUnlocked.js +25 -0
- package/components/Icons/LockKeyholeUnlockedOutline/LockKeyholeUnlockedOutline.js +36 -0
- package/components/Icons/Minus/Minus.js +7 -6
- package/components/Icons/MinusCircle/MinusCircle.js +6 -26
- package/components/Icons/MinusCircleFilled/MinusCircleFilled.js +9 -29
- package/components/Icons/MoneyBagOutline/MoneyBagOutline.js +51 -0
- package/components/Icons/MoneyBriefcaseFilled/MoneyBriefcaseFilled.js +25 -0
- package/components/Icons/MoneyBriefcaseOutline/MoneyBriefcaseOutline.js +43 -0
- package/components/Icons/ProfileFemaleOutline/ProfileFemaleOutline.js +3 -2
- package/components/Icons/ProfileGroupFilled/ProfileGroupFilled.js +8 -7
- package/components/Icons/ProfileMaleFilled/ProfileMaleFilled.js +3 -2
- package/components/Icons/ProfileMaleOutline/ProfileMaleOutline.js +4 -3
- package/components/Icons/RupeeOutlined/RupeeOutlined.js +23 -0
- package/components/Icons/RupeeSign/RupeeSign.js +26 -0
- package/components/Icons/Search/Search.js +8 -28
- package/components/Icons/SettingFilled/SettingFilled.js +4 -3
- package/components/Icons/SettingOutline/SettingOutline.js +1 -0
- package/components/Icons/ShareAllFilled/ShareAllFilled.js +5 -4
- package/components/Icons/ShareAllOutline/ShareAllOutline.js +8 -7
- package/components/Icons/ShareBoxOutline/ShareBoxOutline.js +3 -2
- package/components/Icons/ShareFilled/ShareFilled.js +5 -4
- package/components/Icons/ShareOutline/ShareOutline.js +11 -10
- package/components/Icons/ShareThickFilled/ShareThickFilled.js +3 -2
- package/components/Icons/ShieldCheckFilled/ShieldCheckFilled.js +5 -4
- package/components/Icons/ShieldCheckOutline/ShieldCheckOutline.js +8 -7
- package/components/Icons/ShieldCrossFilled/ShieldCrossFilled.js +5 -4
- package/components/Icons/ShieldCrossOutline/ShieldCrossOutline.js +7 -6
- package/components/Icons/ShieldWarningFilled/ShieldWarningFilled.js +5 -4
- package/components/Icons/ShieldWarningOutline/ShieldWarningOutline.js +10 -9
- package/components/Icons/StarFilled/StarFilled.js +7 -6
- package/components/Icons/StarOutline/StarOutline.js +5 -4
- package/components/Icons/ThumbsDownFilled/ThumbsDownFilled.js +8 -7
- package/components/Icons/ThumbsDownOutline/ThumbsDownOutline.js +3 -2
- package/components/Icons/ThumbsUpFilled/ThumbsUpFilled.js +3 -2
- package/components/Icons/ThumbsUpOutline/ThumbsUpOutline.js +4 -3
- package/components/Icons/Upload/Upload.js +3 -2
- package/components/Icons/UploadBoxFilled/UploadBoxFilled.js +5 -4
- package/components/Icons/UploadBoxOutline/UploadBoxOutline.js +5 -4
- package/components/Icons/WalletFilled/WalletFilled.js +6 -26
- package/components/Icons/WalletOutline/WalletOutline.js +8 -28
- package/components/Icons/index.js +263 -239
- package/package.json +1 -1
- package/utils/hasEqualProps.js +1 -1
- package/components/Icons/Add/index.js +0 -4
- package/components/Icons/AddCircle/index.js +0 -4
- package/components/Icons/AddCircleFilled/index.js +0 -4
- package/components/Icons/ArrowDown/index.js +0 -4
- package/components/Icons/ArrowLeft/index.js +0 -4
- package/components/Icons/ArrowRight/index.js +0 -4
- package/components/Icons/ArrowUp/index.js +0 -4
- package/components/Icons/BellFilled/index.js +0 -4
- package/components/Icons/BellOffFilled/index.js +0 -4
- package/components/Icons/BellOffOutline/index.js +0 -4
- package/components/Icons/BellOutline/index.js +0 -4
- package/components/Icons/BookmarkFilled/index.js +0 -4
- package/components/Icons/BookmarkOutline/index.js +0 -4
- package/components/Icons/CartCheckFilled/index.js +0 -4
- package/components/Icons/CartCheckOutline/index.js +0 -4
- package/components/Icons/CartCrossFilled/index.js +0 -4
- package/components/Icons/CartCrossOutline/index.js +0 -4
- package/components/Icons/CartFilled/index.js +0 -4
- package/components/Icons/CartMinusFilled/index.js +0 -4
- package/components/Icons/CartMinusOutline/index.js +0 -4
- package/components/Icons/CartOutline/index.js +0 -4
- package/components/Icons/CartPlusFilled/index.js +0 -4
- package/components/Icons/CartPlusOutline/index.js +0 -4
- package/components/Icons/ChevronDown/index.js +0 -4
- package/components/Icons/ChevronUp/index.js +0 -4
- package/components/Icons/ClockCircleOutline/index.js +0 -4
- package/components/Icons/ClockSquareOutline/index.js +0 -4
- package/components/Icons/Close/index.js +0 -4
- package/components/Icons/CloseCircleFilled/index.js +0 -4
- package/components/Icons/CloseCircleOutline/index.js +0 -4
- package/components/Icons/CommentBubbleFilled/index.js +0 -4
- package/components/Icons/CommentBubbleOutline/index.js +0 -4
- package/components/Icons/CommentFilled/index.js +0 -4
- package/components/Icons/CommentLineFilled/index.js +0 -4
- package/components/Icons/CommentLineOutline/index.js +0 -4
- package/components/Icons/CommentOutline/index.js +0 -4
- package/components/Icons/ContactDetailsFilled/index.js +0 -4
- package/components/Icons/ContactDetailsOutline/index.js +0 -4
- package/components/Icons/DetailsOutline/index.js +0 -4
- package/components/Icons/DotsHorizontalFilled/index.js +0 -4
- package/components/Icons/DotsHorizontalOutline/index.js +0 -4
- package/components/Icons/DotsVerticalFilled/index.js +0 -4
- package/components/Icons/DotsVerticalOutline/index.js +0 -4
- package/components/Icons/ExitArrowInOutline/index.js +0 -4
- package/components/Icons/ExitArrowOutOutline/index.js +0 -4
- package/components/Icons/HamburgerMenu/index.js +0 -4
- package/components/Icons/HamburgerSpaced/index.js +0 -4
- package/components/Icons/HeartFilled/index.js +0 -4
- package/components/Icons/HeartOutline/index.js +0 -4
- package/components/Icons/HomeFilled/index.js +0 -4
- package/components/Icons/HomeOutline/index.js +0 -4
- package/components/Icons/Link/index.js +0 -4
- package/components/Icons/LockClosedFilled/LockClosedFilled.js +0 -24
- package/components/Icons/LockClosedFilled/index.js +0 -4
- package/components/Icons/LockClosedOutline/LockClosedOutline.js +0 -35
- package/components/Icons/LockClosedOutline/index.js +0 -4
- package/components/Icons/LockOpenFilled/LockOpenFilled.js +0 -24
- package/components/Icons/LockOpenFilled/index.js +0 -4
- package/components/Icons/LockOpenOutline/LockOpenOutline.js +0 -36
- package/components/Icons/LockOpenOutline/index.js +0 -4
- package/components/Icons/Minus/index.js +0 -4
- package/components/Icons/MinusCircle/index.js +0 -4
- package/components/Icons/MinusCircleFilled/index.js +0 -4
- package/components/Icons/ProfileFemaleOutline/index.js +0 -4
- package/components/Icons/ProfileGroupFilled/index.js +0 -4
- package/components/Icons/ProfileMaleFilled/index.js +0 -4
- package/components/Icons/ProfileMaleOutline/index.js +0 -4
- package/components/Icons/Search/index.js +0 -4
- package/components/Icons/SettingFilled/index.js +0 -4
- package/components/Icons/SettingOutline/index.js +0 -4
- package/components/Icons/ShareAllFilled/index.js +0 -4
- package/components/Icons/ShareAllOutline/index.js +0 -4
- package/components/Icons/ShareBoxOutline/index.js +0 -4
- package/components/Icons/ShareFilled/index.js +0 -4
- package/components/Icons/ShareOutline/index.js +0 -4
- package/components/Icons/ShareThickFilled/index.js +0 -4
- package/components/Icons/ShieldCheckFilled/index.js +0 -4
- package/components/Icons/ShieldCheckOutline/index.js +0 -4
- package/components/Icons/ShieldCrossFilled/index.js +0 -4
- package/components/Icons/ShieldCrossOutline/index.js +0 -4
- package/components/Icons/ShieldWarningFilled/index.js +0 -4
- package/components/Icons/ShieldWarningOutline/index.js +0 -4
- package/components/Icons/StarFilled/index.js +0 -4
- package/components/Icons/StarOutline/index.js +0 -4
- package/components/Icons/ThumbsDownFilled/index.js +0 -4
- package/components/Icons/ThumbsDownOutline/index.js +0 -4
- package/components/Icons/ThumbsUpFilled/index.js +0 -4
- package/components/Icons/ThumbsUpOutline/index.js +0 -4
- package/components/Icons/Upload/index.js +0 -4
- package/components/Icons/UploadBoxFilled/index.js +0 -4
- package/components/Icons/UploadBoxOutline/index.js +0 -4
- package/components/Icons/WalletFilled/index.js +0 -4
- package/components/Icons/WalletOutline/index.js +0 -4
|
@@ -1,278 +1,302 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import o from "./AddCircleFilled/AddCircleFilled.js";
|
|
2
|
+
import r from "./AddCircle/AddCircle.js";
|
|
3
|
+
import m from "./Add/Add.js";
|
|
4
4
|
import i from "./ArrowDown/ArrowDown.js";
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
5
|
+
import t from "./ArrowLeft/ArrowLeft.js";
|
|
6
|
+
import e from "./ArrowRight/ArrowRight.js";
|
|
7
|
+
import l from "./ArrowUp/ArrowUp.js";
|
|
8
|
+
import f from "./BellFilled/BellFilled.js";
|
|
9
|
+
import p from "./BellOffFilled/BellOffFilled.js";
|
|
10
|
+
import n from "./BellOffOutline/BellOffOutline.js";
|
|
11
11
|
import u from "./BellOutline/BellOutline.js";
|
|
12
|
-
import
|
|
13
|
-
import
|
|
12
|
+
import d from "./BookmarkFilled/BookmarkFilled.js";
|
|
13
|
+
import a from "./BookmarkOutline/BookmarkOutline.js";
|
|
14
14
|
import C from "./CartCheckFilled/CartCheckFilled.js";
|
|
15
15
|
import O from "./CartCheckOutline/CartCheckOutline.js";
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
16
|
+
import F from "./CartCrossFilled/CartCrossFilled.js";
|
|
17
|
+
import h from "./CartCrossOutline/CartCrossOutline.js";
|
|
18
|
+
import s from "./CartFilled/CartFilled.js";
|
|
19
|
+
import c from "./CartMinusFilled/CartMinusFilled.js";
|
|
20
|
+
import k from "./CartMinusOutline/CartMinusOutline.js";
|
|
21
21
|
import S from "./CartOutline/CartOutline.js";
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import T from "./
|
|
36
|
-
import v from "./
|
|
22
|
+
import B from "./CartPlusFilled/CartPlusFilled.js";
|
|
23
|
+
import D from "./CartPlusOutline/CartPlusOutline.js";
|
|
24
|
+
import b from "./CheckDouble/CheckDouble.js";
|
|
25
|
+
import A from "./Check/Check.js";
|
|
26
|
+
import M from "./ChevronDown/ChevronDown.js";
|
|
27
|
+
import g from "./ChevronLeft/ChevronLeft.js";
|
|
28
|
+
import w from "./ChevronRight/ChevronRight.js";
|
|
29
|
+
import L from "./ChevronUp/ChevronUp.js";
|
|
30
|
+
import U from "./ClockCircleOutline/ClockCircleOutline.js";
|
|
31
|
+
import H from "./ClockSquareOutline/ClockSquareOutline.js";
|
|
32
|
+
import x from "./CloseCircleFilled/CloseCircleFilled.js";
|
|
33
|
+
import y from "./CloseCircleOutline/CloseCircleOutline.js";
|
|
34
|
+
import P from "./Close/Close.js";
|
|
35
|
+
import T from "./CommentBubbleFilled/CommentBubbleFilled.js";
|
|
36
|
+
import v from "./CommentBubbleOutline/CommentBubbleOutline.js";
|
|
37
|
+
import K from "./CommentFilled/CommentFilled.js";
|
|
38
|
+
import R from "./CommentLineFilled/CommentLineFilled.js";
|
|
37
39
|
import W from "./CommentLineOutline/CommentLineOutline.js";
|
|
38
40
|
import z from "./CommentOutline/CommentOutline.js";
|
|
39
41
|
import E from "./ContactDetailsFilled/ContactDetailsFilled.js";
|
|
40
|
-
import
|
|
42
|
+
import I from "./ContactDetailsOutline/ContactDetailsOutline.js";
|
|
41
43
|
import V from "./DetailsOutline/DetailsOutline.js";
|
|
42
44
|
import q from "./DotsHorizontalFilled/DotsHorizontalFilled.js";
|
|
43
45
|
import G from "./DotsHorizontalOutline/DotsHorizontalOutline.js";
|
|
44
46
|
import j from "./DotsVerticalFilled/DotsVerticalFilled.js";
|
|
45
|
-
import
|
|
46
|
-
import
|
|
47
|
-
import
|
|
48
|
-
import
|
|
49
|
-
import
|
|
50
|
-
import
|
|
51
|
-
import
|
|
52
|
-
import
|
|
53
|
-
import
|
|
54
|
-
import
|
|
55
|
-
import
|
|
56
|
-
import
|
|
57
|
-
import
|
|
58
|
-
import
|
|
59
|
-
import
|
|
60
|
-
import
|
|
61
|
-
import
|
|
62
|
-
import
|
|
63
|
-
import
|
|
64
|
-
import
|
|
65
|
-
import
|
|
66
|
-
import
|
|
67
|
-
import
|
|
68
|
-
import
|
|
69
|
-
import
|
|
70
|
-
import
|
|
71
|
-
import
|
|
72
|
-
import
|
|
73
|
-
import
|
|
74
|
-
import
|
|
75
|
-
import
|
|
76
|
-
import
|
|
77
|
-
import
|
|
78
|
-
import
|
|
79
|
-
import
|
|
80
|
-
import
|
|
81
|
-
import
|
|
82
|
-
import
|
|
83
|
-
import
|
|
84
|
-
import
|
|
85
|
-
import
|
|
86
|
-
import
|
|
87
|
-
import
|
|
88
|
-
import
|
|
89
|
-
import
|
|
90
|
-
import
|
|
91
|
-
import
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
47
|
+
import J from "./DotsVerticalOutline/DotsVerticalOutline.js";
|
|
48
|
+
import N from "./ExitArrowInOutline/ExitArrowInOutline.js";
|
|
49
|
+
import Q from "./ExitArrowOutOutline/ExitArrowOutOutline.js";
|
|
50
|
+
import X from "./HamburgerMenu/HamburgerMenu.js";
|
|
51
|
+
import Y from "./HamburgerSpaced/HamburgerSpaced.js";
|
|
52
|
+
import Z from "./HeartFilled/HeartFilled.js";
|
|
53
|
+
import _ from "./HeartOutline/HeartOutline.js";
|
|
54
|
+
import $ from "./HomeFilled/HomeFilled.js";
|
|
55
|
+
import oo from "./HomeOutline/HomeOutline.js";
|
|
56
|
+
import ro from "./Info/Info.js";
|
|
57
|
+
import mo from "./Link/Link.js";
|
|
58
|
+
import io from "./LockKeyholeOutline/LockKeyholeOutline.js";
|
|
59
|
+
import to from "./LockKeyholeUnlockedOutline/LockKeyholeUnlockedOutline.js";
|
|
60
|
+
import eo from "./LockKeyholeUnlocked/LockKeyholeUnlocked.js";
|
|
61
|
+
import lo from "./LockKeyhole/LockKeyhole.js";
|
|
62
|
+
import fo from "./MinusCircleFilled/MinusCircleFilled.js";
|
|
63
|
+
import po from "./MinusCircle/MinusCircle.js";
|
|
64
|
+
import no from "./Minus/Minus.js";
|
|
65
|
+
import uo from "./MoneyBagOutline/MoneyBagOutline.js";
|
|
66
|
+
import ao from "./MoneyBriefcaseFilled/MoneyBriefcaseFilled.js";
|
|
67
|
+
import Co from "./MoneyBriefcaseOutline/MoneyBriefcaseOutline.js";
|
|
68
|
+
import Oo from "./ProfileFemaleOutline/ProfileFemaleOutline.js";
|
|
69
|
+
import Fo from "./ProfileGroupFilled/ProfileGroupFilled.js";
|
|
70
|
+
import ho from "./ProfileMaleFilled/ProfileMaleFilled.js";
|
|
71
|
+
import so from "./ProfileMaleOutline/ProfileMaleOutline.js";
|
|
72
|
+
import co from "./RupeeOutlined/RupeeOutlined.js";
|
|
73
|
+
import ko from "./RupeeSign/RupeeSign.js";
|
|
74
|
+
import So from "./Search/Search.js";
|
|
75
|
+
import Bo from "./SettingFilled/SettingFilled.js";
|
|
76
|
+
import Do from "./SettingOutline/SettingOutline.js";
|
|
77
|
+
import bo from "./ShareAllFilled/ShareAllFilled.js";
|
|
78
|
+
import Ao from "./ShareAllOutline/ShareAllOutline.js";
|
|
79
|
+
import Mo from "./ShareBoxOutline/ShareBoxOutline.js";
|
|
80
|
+
import go from "./ShareFilled/ShareFilled.js";
|
|
81
|
+
import wo from "./ShareOutline/ShareOutline.js";
|
|
82
|
+
import Lo from "./ShareThickFilled/ShareThickFilled.js";
|
|
83
|
+
import Uo from "./ShieldCheckFilled/ShieldCheckFilled.js";
|
|
84
|
+
import Ho from "./ShieldCheckOutline/ShieldCheckOutline.js";
|
|
85
|
+
import xo from "./ShieldCrossFilled/ShieldCrossFilled.js";
|
|
86
|
+
import yo from "./ShieldCrossOutline/ShieldCrossOutline.js";
|
|
87
|
+
import Po from "./ShieldWarningFilled/ShieldWarningFilled.js";
|
|
88
|
+
import To from "./ShieldWarningOutline/ShieldWarningOutline.js";
|
|
89
|
+
import vo from "./StarFilled/StarFilled.js";
|
|
90
|
+
import Ko from "./StarOutline/StarOutline.js";
|
|
91
|
+
import Ro from "./ThumbsDownFilled/ThumbsDownFilled.js";
|
|
92
|
+
import Wo from "./ThumbsDownOutline/ThumbsDownOutline.js";
|
|
93
|
+
import zo from "./ThumbsUpFilled/ThumbsUpFilled.js";
|
|
94
|
+
import Eo from "./ThumbsUpOutline/ThumbsUpOutline.js";
|
|
95
|
+
import Io from "./UploadBoxFilled/UploadBoxFilled.js";
|
|
96
|
+
import Vo from "./UploadBoxOutline/UploadBoxOutline.js";
|
|
97
|
+
import qo from "./Upload/Upload.js";
|
|
98
|
+
import Go from "./WalletFilled/WalletFilled.js";
|
|
99
|
+
import jo from "./WalletOutline/WalletOutline.js";
|
|
100
|
+
const Rm = {
|
|
101
|
+
AddCircleFilled: o,
|
|
102
|
+
AddCircle: r,
|
|
103
|
+
Add: m,
|
|
96
104
|
ArrowDown: i,
|
|
97
|
-
ArrowLeft:
|
|
98
|
-
ArrowRight:
|
|
99
|
-
ArrowUp:
|
|
100
|
-
BellFilled:
|
|
101
|
-
BellOffFilled:
|
|
102
|
-
BellOffOutline:
|
|
105
|
+
ArrowLeft: t,
|
|
106
|
+
ArrowRight: e,
|
|
107
|
+
ArrowUp: l,
|
|
108
|
+
BellFilled: f,
|
|
109
|
+
BellOffFilled: p,
|
|
110
|
+
BellOffOutline: n,
|
|
103
111
|
BellOutline: u,
|
|
104
|
-
BookmarkFilled:
|
|
105
|
-
BookmarkOutline:
|
|
112
|
+
BookmarkFilled: d,
|
|
113
|
+
BookmarkOutline: a,
|
|
106
114
|
CartCheckFilled: C,
|
|
107
115
|
CartCheckOutline: O,
|
|
108
|
-
CartCrossFilled:
|
|
109
|
-
CartCrossOutline:
|
|
110
|
-
CartFilled:
|
|
111
|
-
CartMinusFilled:
|
|
112
|
-
CartMinusOutline:
|
|
116
|
+
CartCrossFilled: F,
|
|
117
|
+
CartCrossOutline: h,
|
|
118
|
+
CartFilled: s,
|
|
119
|
+
CartMinusFilled: c,
|
|
120
|
+
CartMinusOutline: k,
|
|
113
121
|
CartOutline: S,
|
|
114
|
-
CartPlusFilled:
|
|
115
|
-
CartPlusOutline:
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
122
|
+
CartPlusFilled: B,
|
|
123
|
+
CartPlusOutline: D,
|
|
124
|
+
CheckDouble: b,
|
|
125
|
+
Check: A,
|
|
126
|
+
ChevronDown: M,
|
|
127
|
+
ChevronLeft: g,
|
|
128
|
+
ChevronRight: w,
|
|
129
|
+
ChevronUp: L,
|
|
130
|
+
ClockCircleOutline: U,
|
|
131
|
+
ClockSquareOutline: H,
|
|
132
|
+
CloseCircleFilled: x,
|
|
133
|
+
CloseCircleOutline: y,
|
|
134
|
+
Close: P,
|
|
135
|
+
CommentBubbleFilled: T,
|
|
136
|
+
CommentBubbleOutline: v,
|
|
137
|
+
CommentFilled: K,
|
|
138
|
+
CommentLineFilled: R,
|
|
129
139
|
CommentLineOutline: W,
|
|
130
140
|
CommentOutline: z,
|
|
131
141
|
ContactDetailsFilled: E,
|
|
132
|
-
ContactDetailsOutline:
|
|
142
|
+
ContactDetailsOutline: I,
|
|
133
143
|
DetailsOutline: V,
|
|
134
144
|
DotsHorizontalFilled: q,
|
|
135
145
|
DotsHorizontalOutline: G,
|
|
136
146
|
DotsVerticalFilled: j,
|
|
137
|
-
DotsVerticalOutline:
|
|
138
|
-
ExitArrowInOutline:
|
|
139
|
-
ExitArrowOutOutline:
|
|
140
|
-
HamburgerMenu:
|
|
141
|
-
HamburgerSpaced:
|
|
142
|
-
HeartFilled:
|
|
143
|
-
HeartOutline:
|
|
144
|
-
HomeFilled:
|
|
145
|
-
HomeOutline:
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
147
|
+
DotsVerticalOutline: J,
|
|
148
|
+
ExitArrowInOutline: N,
|
|
149
|
+
ExitArrowOutOutline: Q,
|
|
150
|
+
HamburgerMenu: X,
|
|
151
|
+
HamburgerSpaced: Y,
|
|
152
|
+
HeartFilled: Z,
|
|
153
|
+
HeartOutline: _,
|
|
154
|
+
HomeFilled: $,
|
|
155
|
+
HomeOutline: oo,
|
|
156
|
+
Info: ro,
|
|
157
|
+
Link: mo,
|
|
158
|
+
LockKeyholeOutline: io,
|
|
159
|
+
LockKeyholeUnlockedOutline: to,
|
|
160
|
+
LockKeyholeUnlocked: eo,
|
|
161
|
+
LockKeyhole: lo,
|
|
162
|
+
MinusCircleFilled: fo,
|
|
163
|
+
MinusCircle: po,
|
|
164
|
+
Minus: no,
|
|
165
|
+
MoneyBagOutline: uo,
|
|
166
|
+
MoneyBriefcaseFilled: ao,
|
|
167
|
+
MoneyBriefcaseOutline: Co,
|
|
168
|
+
ProfileFemaleOutline: Oo,
|
|
169
|
+
ProfileGroupFilled: Fo,
|
|
170
|
+
ProfileMaleFilled: ho,
|
|
171
|
+
ProfileMaleOutline: so,
|
|
172
|
+
RupeeOutlined: co,
|
|
173
|
+
RupeeSign: ko,
|
|
174
|
+
Search: So,
|
|
175
|
+
SettingFilled: Bo,
|
|
176
|
+
SettingOutline: Do,
|
|
177
|
+
ShareAllFilled: bo,
|
|
178
|
+
ShareAllOutline: Ao,
|
|
179
|
+
ShareBoxOutline: Mo,
|
|
180
|
+
ShareFilled: go,
|
|
181
|
+
ShareOutline: wo,
|
|
182
|
+
ShareThickFilled: Lo,
|
|
183
|
+
ShieldCheckFilled: Uo,
|
|
184
|
+
ShieldCheckOutline: Ho,
|
|
185
|
+
ShieldCrossFilled: xo,
|
|
186
|
+
ShieldCrossOutline: yo,
|
|
187
|
+
ShieldWarningFilled: Po,
|
|
188
|
+
ShieldWarningOutline: To,
|
|
189
|
+
StarFilled: vo,
|
|
190
|
+
StarOutline: Ko,
|
|
191
|
+
ThumbsDownFilled: Ro,
|
|
192
|
+
ThumbsDownOutline: Wo,
|
|
193
|
+
ThumbsUpFilled: zo,
|
|
194
|
+
ThumbsUpOutline: Eo,
|
|
195
|
+
UploadBoxFilled: Io,
|
|
196
|
+
UploadBoxOutline: Vo,
|
|
197
|
+
Upload: qo,
|
|
198
|
+
WalletFilled: Go,
|
|
199
|
+
WalletOutline: jo
|
|
184
200
|
};
|
|
185
201
|
export {
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
202
|
+
m as Add,
|
|
203
|
+
r as AddCircle,
|
|
204
|
+
o as AddCircleFilled,
|
|
189
205
|
i as ArrowDown,
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
206
|
+
t as ArrowLeft,
|
|
207
|
+
e as ArrowRight,
|
|
208
|
+
l as ArrowUp,
|
|
209
|
+
f as BellFilled,
|
|
210
|
+
p as BellOffFilled,
|
|
211
|
+
n as BellOffOutline,
|
|
196
212
|
u as BellOutline,
|
|
197
|
-
|
|
198
|
-
|
|
213
|
+
d as BookmarkFilled,
|
|
214
|
+
a as BookmarkOutline,
|
|
199
215
|
C as CartCheckFilled,
|
|
200
216
|
O as CartCheckOutline,
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
217
|
+
F as CartCrossFilled,
|
|
218
|
+
h as CartCrossOutline,
|
|
219
|
+
s as CartFilled,
|
|
220
|
+
c as CartMinusFilled,
|
|
221
|
+
k as CartMinusOutline,
|
|
206
222
|
S as CartOutline,
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
U as
|
|
216
|
-
H as
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
T as
|
|
221
|
-
v as
|
|
223
|
+
B as CartPlusFilled,
|
|
224
|
+
D as CartPlusOutline,
|
|
225
|
+
A as Check,
|
|
226
|
+
b as CheckDouble,
|
|
227
|
+
M as ChevronDown,
|
|
228
|
+
g as ChevronLeft,
|
|
229
|
+
w as ChevronRight,
|
|
230
|
+
L as ChevronUp,
|
|
231
|
+
U as ClockCircleOutline,
|
|
232
|
+
H as ClockSquareOutline,
|
|
233
|
+
P as Close,
|
|
234
|
+
x as CloseCircleFilled,
|
|
235
|
+
y as CloseCircleOutline,
|
|
236
|
+
T as CommentBubbleFilled,
|
|
237
|
+
v as CommentBubbleOutline,
|
|
238
|
+
K as CommentFilled,
|
|
239
|
+
R as CommentLineFilled,
|
|
222
240
|
W as CommentLineOutline,
|
|
223
241
|
z as CommentOutline,
|
|
224
242
|
E as ContactDetailsFilled,
|
|
225
|
-
|
|
243
|
+
I as ContactDetailsOutline,
|
|
226
244
|
V as DetailsOutline,
|
|
227
245
|
q as DotsHorizontalFilled,
|
|
228
246
|
G as DotsHorizontalOutline,
|
|
229
247
|
j as DotsVerticalFilled,
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
248
|
+
J as DotsVerticalOutline,
|
|
249
|
+
N as ExitArrowInOutline,
|
|
250
|
+
Q as ExitArrowOutOutline,
|
|
251
|
+
X as HamburgerMenu,
|
|
252
|
+
Y as HamburgerSpaced,
|
|
253
|
+
Z as HeartFilled,
|
|
254
|
+
_ as HeartOutline,
|
|
255
|
+
$ as HomeFilled,
|
|
256
|
+
oo as HomeOutline,
|
|
257
|
+
ro as Info,
|
|
258
|
+
mo as Link,
|
|
259
|
+
lo as LockKeyhole,
|
|
260
|
+
io as LockKeyholeOutline,
|
|
261
|
+
eo as LockKeyholeUnlocked,
|
|
262
|
+
to as LockKeyholeUnlockedOutline,
|
|
263
|
+
no as Minus,
|
|
264
|
+
po as MinusCircle,
|
|
265
|
+
fo as MinusCircleFilled,
|
|
266
|
+
uo as MoneyBagOutline,
|
|
267
|
+
ao as MoneyBriefcaseFilled,
|
|
268
|
+
Co as MoneyBriefcaseOutline,
|
|
269
|
+
Oo as ProfileFemaleOutline,
|
|
270
|
+
Fo as ProfileGroupFilled,
|
|
271
|
+
ho as ProfileMaleFilled,
|
|
272
|
+
so as ProfileMaleOutline,
|
|
273
|
+
co as RupeeOutlined,
|
|
274
|
+
ko as RupeeSign,
|
|
275
|
+
So as Search,
|
|
276
|
+
Bo as SettingFilled,
|
|
277
|
+
Do as SettingOutline,
|
|
278
|
+
bo as ShareAllFilled,
|
|
279
|
+
Ao as ShareAllOutline,
|
|
280
|
+
Mo as ShareBoxOutline,
|
|
281
|
+
go as ShareFilled,
|
|
282
|
+
wo as ShareOutline,
|
|
283
|
+
Lo as ShareThickFilled,
|
|
284
|
+
Uo as ShieldCheckFilled,
|
|
285
|
+
Ho as ShieldCheckOutline,
|
|
286
|
+
xo as ShieldCrossFilled,
|
|
287
|
+
yo as ShieldCrossOutline,
|
|
288
|
+
Po as ShieldWarningFilled,
|
|
289
|
+
To as ShieldWarningOutline,
|
|
290
|
+
vo as StarFilled,
|
|
291
|
+
Ko as StarOutline,
|
|
292
|
+
Ro as ThumbsDownFilled,
|
|
293
|
+
Wo as ThumbsDownOutline,
|
|
294
|
+
zo as ThumbsUpFilled,
|
|
295
|
+
Eo as ThumbsUpOutline,
|
|
296
|
+
qo as Upload,
|
|
297
|
+
Io as UploadBoxFilled,
|
|
298
|
+
Vo as UploadBoxOutline,
|
|
299
|
+
Go as WalletFilled,
|
|
300
|
+
jo as WalletOutline,
|
|
301
|
+
Rm as default
|
|
278
302
|
};
|
package/package.json
CHANGED
package/utils/hasEqualProps.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import o from "../node_modules/lodash-es/omitBy.js";
|
|
2
2
|
import r from "../node_modules/lodash-es/isFunction.js";
|
|
3
|
-
import m from "
|
|
3
|
+
import m from "../node_modules/lodash-es/isEqual.js";
|
|
4
4
|
const f = (t, i) => m(o(t, r), o(i, r));
|
|
5
5
|
export {
|
|
6
6
|
f as default
|