meticulous-ui 1.1.8 → 1.2.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/README.md +6 -4
- package/components/Icons/Add/Add.js +3 -4
- package/components/Icons/AddCircle/AddCircle.js +2 -3
- package/components/Icons/AddCircleFilled/AddCircleFilled.js +0 -1
- package/components/Icons/ArrowDown/ArrowDown.js +0 -1
- package/components/Icons/ArrowLeft/ArrowLeft.js +2 -3
- package/components/Icons/ArrowRight/ArrowRight.js +0 -1
- package/components/Icons/ArrowUp/ArrowUp.js +7 -8
- package/components/Icons/BagFilled/BagFilled.js +24 -0
- package/components/Icons/BagOutline/BagOutline.js +34 -0
- package/components/Icons/BellFilled/BellFilled.js +2 -3
- package/components/Icons/BellOffFilled/BellOffFilled.js +2 -3
- package/components/Icons/BellOffOutline/BellOffOutline.js +2 -3
- package/components/Icons/BellOutline/BellOutline.js +2 -3
- package/components/Icons/BookmarkFilled/BookmarkFilled.js +2 -3
- package/components/Icons/BookmarkOutline/BookmarkOutline.js +6 -7
- package/components/Icons/BoxCoveredFilled/BoxCoveredFilled.js +45 -0
- package/components/Icons/BoxCoveredOutline/BoxCoveredOutline.js +35 -0
- package/components/Icons/BoxFilled/BoxFilled.js +38 -0
- package/components/Icons/BoxOutline/BoxOutline.js +35 -0
- package/components/Icons/CartCheckFilled/CartCheckFilled.js +5 -6
- package/components/Icons/CartCheckOutline/CartCheckOutline.js +2 -3
- package/components/Icons/CartCrossFilled/CartCrossFilled.js +2 -3
- package/components/Icons/CartCrossOutline/CartCrossOutline.js +2 -3
- package/components/Icons/CartFilled/CartFilled.js +0 -1
- package/components/Icons/CartMinusFilled/CartMinusFilled.js +2 -3
- package/components/Icons/CartMinusOutline/CartMinusOutline.js +2 -3
- package/components/Icons/CartOutline/CartOutline.js +3 -4
- package/components/Icons/CartPlusFilled/CartPlusFilled.js +2 -3
- package/components/Icons/CartPlusOutline/CartPlusOutline.js +2 -3
- package/components/Icons/Check/Check.js +2 -3
- package/components/Icons/CheckDouble/CheckDouble.js +4 -5
- package/components/Icons/ChevronDown/ChevronDown.js +2 -3
- package/components/Icons/ChevronLeft/ChevronLeft.js +2 -3
- package/components/Icons/ChevronRight/ChevronRight.js +2 -3
- package/components/Icons/ChevronUp/ChevronUp.js +2 -3
- package/components/Icons/ClockCircleOutline/ClockCircleOutline.js +5 -6
- package/components/Icons/ClockSquareOutline/ClockSquareOutline.js +4 -5
- package/components/Icons/Close/Close.js +4 -5
- package/components/Icons/CloseCircleFilled/CloseCircleFilled.js +2 -3
- package/components/Icons/CloseCircleOutline/CloseCircleOutline.js +3 -4
- package/components/Icons/CommentBubbleFilled/CommentBubbleFilled.js +2 -3
- package/components/Icons/CommentBubbleOutline/CommentBubbleOutline.js +2 -3
- package/components/Icons/CommentFilled/CommentFilled.js +0 -1
- package/components/Icons/CommentLineFilled/CommentLineFilled.js +2 -3
- package/components/Icons/CommentLineOutline/CommentLineOutline.js +2 -3
- package/components/Icons/CommentOutline/CommentOutline.js +0 -1
- package/components/Icons/ContactDetailsFilled/ContactDetailsFilled.js +2 -3
- package/components/Icons/ContactDetailsOutline/ContactDetailsOutline.js +6 -7
- package/components/Icons/DeliveryTruckFastFilled/DeliveryTruckFastFilled.js +30 -0
- package/components/Icons/DeliveryTruckFastOutline/DeliveryTruckFastOutline.js +30 -0
- package/components/Icons/DeliveryTruckLeftFilled/DeliveryTruckLeftFilled.js +28 -0
- package/components/Icons/DeliveryTruckLeftOutline/DeliveryTruckLeftOutline.js +29 -0
- package/components/Icons/DeliveryTruckRightFilled/DeliveryTruckRightFilled.js +25 -0
- package/components/Icons/DeliveryTruckRightOutline/DeliveryTruckRightOutline.js +25 -0
- package/components/Icons/DetailsOutline/DetailsOutline.js +0 -1
- package/components/Icons/DoorClosedFilled/DoorClosedFilled.js +24 -0
- package/components/Icons/DoorClosedOutline/DoorClosedOutline.js +25 -0
- package/components/Icons/DoorOpenFilled/DoorOpenFilled.js +24 -0
- package/components/Icons/DoorOpenOutline/DoorOpenOutline.js +25 -0
- package/components/Icons/DotsHorizontalFilled/DotsHorizontalFilled.js +2 -3
- package/components/Icons/DotsHorizontalOutline/DotsHorizontalOutline.js +5 -6
- package/components/Icons/DotsVerticalFilled/DotsVerticalFilled.js +2 -3
- package/components/Icons/DotsVerticalOutline/DotsVerticalOutline.js +2 -3
- package/components/Icons/Download/Download.js +31 -0
- package/components/Icons/DownloadBoxFilled/DownloadBoxFilled.js +24 -0
- package/components/Icons/DownloadBoxOutline/DownloadBoxOutline.js +40 -0
- package/components/Icons/EditBoxThick/EditBoxThick.js +25 -0
- package/components/Icons/EditBoxThin/EditBoxThin.js +37 -0
- package/components/Icons/EmailFilled/EmailFilled.js +31 -0
- package/components/Icons/EmailOutline/EmailOutline.js +34 -0
- package/components/Icons/ExitArrowInOutline/ExitArrowInOutline.js +0 -1
- package/components/Icons/ExitArrowOutOutline/ExitArrowOutOutline.js +2 -3
- package/components/Icons/Filter/Filter.js +21 -0
- package/components/Icons/FilterList/FilterList.js +25 -0
- package/components/Icons/FilterThickFilled/FilterThickFilled.js +22 -0
- package/components/Icons/FilterThickOutline/FilterThickOutline.js +23 -0
- package/components/Icons/HamburgerMenu/HamburgerMenu.js +2 -3
- package/components/Icons/HamburgerSpaced/HamburgerSpaced.js +0 -1
- package/components/Icons/HeartFilled/HeartFilled.js +5 -6
- package/components/Icons/HeartOutline/HeartOutline.js +2 -3
- package/components/Icons/HomeFilled/HomeFilled.js +0 -1
- package/components/Icons/HomeOutline/HomeOutline.js +2 -3
- package/components/Icons/Info/Info.js +3 -4
- package/components/Icons/Link/Link.js +6 -7
- package/components/Icons/LockKeyhole/LockKeyhole.js +4 -5
- package/components/Icons/LockKeyholeOutline/LockKeyholeOutline.js +2 -3
- package/components/Icons/LockKeyholeUnlocked/LockKeyholeUnlocked.js +3 -4
- package/components/Icons/LockKeyholeUnlockedOutline/LockKeyholeUnlockedOutline.js +2 -3
- package/components/Icons/Minus/Minus.js +2 -3
- package/components/Icons/MinusCircle/MinusCircle.js +2 -3
- package/components/Icons/MinusCircleFilled/MinusCircleFilled.js +2 -3
- package/components/Icons/MoneyBagOutline/MoneyBagOutline.js +5 -6
- package/components/Icons/MoneyBriefcaseFilled/MoneyBriefcaseFilled.js +2 -3
- package/components/Icons/MoneyBriefcaseOutline/MoneyBriefcaseOutline.js +2 -3
- package/components/Icons/PaymentCardFilled/PaymentCardFilled.js +20 -0
- package/components/Icons/PaymentCardOutline/PaymentCardOutline.js +20 -0
- package/components/Icons/PhoneCallingFilled/PhoneCallingFilled.js +40 -0
- package/components/Icons/PhoneCallingOutline/PhoneCallingOutline.js +42 -0
- package/components/Icons/PhoneFilled/PhoneFilled.js +22 -0
- package/components/Icons/PhoneOutline/PhoneOutline.js +22 -0
- package/components/Icons/ProfileFemaleOutline/ProfileFemaleOutline.js +2 -3
- package/components/Icons/ProfileGroupFilled/ProfileGroupFilled.js +3 -4
- package/components/Icons/ProfileMaleFilled/ProfileMaleFilled.js +2 -3
- package/components/Icons/ProfileMaleOutline/ProfileMaleOutline.js +4 -5
- package/components/Icons/RupeeOutlined/RupeeOutlined.js +0 -1
- package/components/Icons/RupeeSign/RupeeSign.js +4 -5
- package/components/Icons/SaveFilled/SaveFilled.js +27 -0
- package/components/Icons/SaveOutline/SaveOutline.js +27 -0
- package/components/Icons/Search/Search.js +4 -5
- package/components/Icons/SettingFilled/SettingFilled.js +4 -5
- package/components/Icons/SettingOutline/SettingOutline.js +2 -3
- package/components/Icons/ShareAllFilled/ShareAllFilled.js +2 -3
- package/components/Icons/ShareAllOutline/ShareAllOutline.js +2 -3
- package/components/Icons/ShareBoxOutline/ShareBoxOutline.js +2 -3
- package/components/Icons/ShareFilled/ShareFilled.js +0 -1
- package/components/Icons/ShareOutline/ShareOutline.js +7 -8
- package/components/Icons/ShareThickFilled/ShareThickFilled.js +3 -4
- package/components/Icons/ShieldCheckFilled/ShieldCheckFilled.js +2 -3
- package/components/Icons/ShieldCheckOutline/ShieldCheckOutline.js +2 -3
- package/components/Icons/ShieldCrossFilled/ShieldCrossFilled.js +2 -3
- package/components/Icons/ShieldCrossOutline/ShieldCrossOutline.js +5 -6
- package/components/Icons/ShieldWarningFilled/ShieldWarningFilled.js +2 -3
- package/components/Icons/ShieldWarningOutline/ShieldWarningOutline.js +7 -8
- package/components/Icons/SortBottomToTop/SortBottomToTop.js +30 -0
- package/components/Icons/SortHorizontal/SortHorizontal.js +24 -0
- package/components/Icons/SortTopToBottom/SortTopToBottom.js +30 -0
- package/components/Icons/SortVertical/SortVertical.js +24 -0
- package/components/Icons/StarFilled/StarFilled.js +2 -3
- package/components/Icons/StarOutline/StarOutline.js +4 -5
- package/components/Icons/ThumbsDownFilled/ThumbsDownFilled.js +2 -3
- package/components/Icons/ThumbsDownOutline/ThumbsDownOutline.js +3 -4
- package/components/Icons/ThumbsUpFilled/ThumbsUpFilled.js +5 -6
- package/components/Icons/ThumbsUpOutline/ThumbsUpOutline.js +3 -4
- package/components/Icons/TrashBigFilled/TrashBigFilled.js +27 -0
- package/components/Icons/TrashBigOutline/TrashBigOutline.js +27 -0
- package/components/Icons/TrashFilled/TrashFilled.js +31 -0
- package/components/Icons/TrashLinesFilled/TrashLinesFilled.js +33 -0
- package/components/Icons/TrashLinesOutline/TrashLinesOutline.js +37 -0
- package/components/Icons/TrashOutline/TrashOutline.js +35 -0
- package/components/Icons/Upload/Upload.js +2 -3
- package/components/Icons/UploadBoxFilled/UploadBoxFilled.js +3 -4
- package/components/Icons/UploadBoxOutline/UploadBoxOutline.js +2 -3
- package/components/Icons/WalletFilled/WalletFilled.js +2 -3
- package/components/Icons/WalletOutline/WalletOutline.js +2 -3
- package/components/Icons/index.js +422 -287
- package/components/Toast/styles.js +77 -33
- package/package.json +1 -1
|
@@ -1,302 +1,437 @@
|
|
|
1
1
|
import o from "./AddCircleFilled/AddCircleFilled.js";
|
|
2
2
|
import r from "./AddCircle/AddCircle.js";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
3
|
+
import i from "./Add/Add.js";
|
|
4
|
+
import m from "./ArrowDown/ArrowDown.js";
|
|
5
5
|
import t from "./ArrowLeft/ArrowLeft.js";
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import f from "./
|
|
9
|
-
import p from "./
|
|
10
|
-
import n from "./
|
|
11
|
-
import u from "./
|
|
12
|
-
import d from "./
|
|
13
|
-
import a from "./
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import h from "./
|
|
18
|
-
import s from "./
|
|
19
|
-
import c from "./
|
|
20
|
-
import k from "./
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import D from "./
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import L from "./
|
|
6
|
+
import l from "./ArrowRight/ArrowRight.js";
|
|
7
|
+
import e from "./ArrowUp/ArrowUp.js";
|
|
8
|
+
import f from "./BagFilled/BagFilled.js";
|
|
9
|
+
import p from "./BagOutline/BagOutline.js";
|
|
10
|
+
import n from "./BellFilled/BellFilled.js";
|
|
11
|
+
import u from "./BellOffFilled/BellOffFilled.js";
|
|
12
|
+
import d from "./BellOffOutline/BellOffOutline.js";
|
|
13
|
+
import a from "./BellOutline/BellOutline.js";
|
|
14
|
+
import O from "./BookmarkFilled/BookmarkFilled.js";
|
|
15
|
+
import F from "./BookmarkOutline/BookmarkOutline.js";
|
|
16
|
+
import C from "./BoxCoveredFilled/BoxCoveredFilled.js";
|
|
17
|
+
import h from "./BoxCoveredOutline/BoxCoveredOutline.js";
|
|
18
|
+
import s from "./BoxFilled/BoxFilled.js";
|
|
19
|
+
import c from "./BoxOutline/BoxOutline.js";
|
|
20
|
+
import k from "./CartCheckFilled/CartCheckFilled.js";
|
|
21
|
+
import B from "./CartCheckOutline/CartCheckOutline.js";
|
|
22
|
+
import S from "./CartCrossFilled/CartCrossFilled.js";
|
|
23
|
+
import D from "./CartCrossOutline/CartCrossOutline.js";
|
|
24
|
+
import T from "./CartFilled/CartFilled.js";
|
|
25
|
+
import g from "./CartMinusFilled/CartMinusFilled.js";
|
|
26
|
+
import x from "./CartMinusOutline/CartMinusOutline.js";
|
|
27
|
+
import y from "./CartOutline/CartOutline.js";
|
|
28
|
+
import v from "./CartPlusFilled/CartPlusFilled.js";
|
|
29
|
+
import L from "./CartPlusOutline/CartPlusOutline.js";
|
|
30
|
+
import w from "./CheckDouble/CheckDouble.js";
|
|
31
|
+
import P from "./Check/Check.js";
|
|
32
|
+
import b from "./ChevronDown/ChevronDown.js";
|
|
33
|
+
import A from "./ChevronLeft/ChevronLeft.js";
|
|
34
|
+
import M from "./ChevronRight/ChevronRight.js";
|
|
35
|
+
import H from "./ChevronUp/ChevronUp.js";
|
|
30
36
|
import U from "./ClockCircleOutline/ClockCircleOutline.js";
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import
|
|
36
|
-
import
|
|
37
|
-
import
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
import
|
|
42
|
-
import
|
|
43
|
-
import
|
|
44
|
-
import
|
|
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 Uo from "./
|
|
84
|
-
import
|
|
85
|
-
import
|
|
86
|
-
import
|
|
87
|
-
import
|
|
88
|
-
import
|
|
89
|
-
import
|
|
90
|
-
import
|
|
91
|
-
import
|
|
92
|
-
import
|
|
93
|
-
import
|
|
94
|
-
import
|
|
95
|
-
import
|
|
96
|
-
import
|
|
97
|
-
import
|
|
98
|
-
import
|
|
99
|
-
import
|
|
100
|
-
|
|
37
|
+
import E from "./ClockSquareOutline/ClockSquareOutline.js";
|
|
38
|
+
import R from "./CloseCircleFilled/CloseCircleFilled.js";
|
|
39
|
+
import K from "./CloseCircleOutline/CloseCircleOutline.js";
|
|
40
|
+
import W from "./Close/Close.js";
|
|
41
|
+
import z from "./CommentBubbleFilled/CommentBubbleFilled.js";
|
|
42
|
+
import V from "./CommentBubbleOutline/CommentBubbleOutline.js";
|
|
43
|
+
import I from "./CommentFilled/CommentFilled.js";
|
|
44
|
+
import q from "./CommentLineFilled/CommentLineFilled.js";
|
|
45
|
+
import G from "./CommentLineOutline/CommentLineOutline.js";
|
|
46
|
+
import j from "./CommentOutline/CommentOutline.js";
|
|
47
|
+
import J from "./ContactDetailsFilled/ContactDetailsFilled.js";
|
|
48
|
+
import N from "./ContactDetailsOutline/ContactDetailsOutline.js";
|
|
49
|
+
import Q from "./DeliveryTruckFastFilled/DeliveryTruckFastFilled.js";
|
|
50
|
+
import X from "./DeliveryTruckFastOutline/DeliveryTruckFastOutline.js";
|
|
51
|
+
import Y from "./DeliveryTruckLeftFilled/DeliveryTruckLeftFilled.js";
|
|
52
|
+
import Z from "./DeliveryTruckLeftOutline/DeliveryTruckLeftOutline.js";
|
|
53
|
+
import _ from "./DeliveryTruckRightFilled/DeliveryTruckRightFilled.js";
|
|
54
|
+
import $ from "./DeliveryTruckRightOutline/DeliveryTruckRightOutline.js";
|
|
55
|
+
import oo from "./DetailsOutline/DetailsOutline.js";
|
|
56
|
+
import ro from "./DoorClosedFilled/DoorClosedFilled.js";
|
|
57
|
+
import io from "./DoorClosedOutline/DoorClosedOutline.js";
|
|
58
|
+
import mo from "./DoorOpenFilled/DoorOpenFilled.js";
|
|
59
|
+
import to from "./DoorOpenOutline/DoorOpenOutline.js";
|
|
60
|
+
import lo from "./DotsHorizontalFilled/DotsHorizontalFilled.js";
|
|
61
|
+
import eo from "./DotsHorizontalOutline/DotsHorizontalOutline.js";
|
|
62
|
+
import fo from "./DotsVerticalFilled/DotsVerticalFilled.js";
|
|
63
|
+
import po from "./DotsVerticalOutline/DotsVerticalOutline.js";
|
|
64
|
+
import no from "./DownloadBoxFilled/DownloadBoxFilled.js";
|
|
65
|
+
import uo from "./DownloadBoxOutline/DownloadBoxOutline.js";
|
|
66
|
+
import ao from "./Download/Download.js";
|
|
67
|
+
import Oo from "./EditBoxThick/EditBoxThick.js";
|
|
68
|
+
import Fo from "./EditBoxThin/EditBoxThin.js";
|
|
69
|
+
import Co from "./EmailFilled/EmailFilled.js";
|
|
70
|
+
import ho from "./EmailOutline/EmailOutline.js";
|
|
71
|
+
import so from "./ExitArrowInOutline/ExitArrowInOutline.js";
|
|
72
|
+
import co from "./ExitArrowOutOutline/ExitArrowOutOutline.js";
|
|
73
|
+
import ko from "./FilterList/FilterList.js";
|
|
74
|
+
import Bo from "./FilterThickFilled/FilterThickFilled.js";
|
|
75
|
+
import So from "./FilterThickOutline/FilterThickOutline.js";
|
|
76
|
+
import Do from "./Filter/Filter.js";
|
|
77
|
+
import To from "./HamburgerMenu/HamburgerMenu.js";
|
|
78
|
+
import go from "./HamburgerSpaced/HamburgerSpaced.js";
|
|
79
|
+
import xo from "./HeartFilled/HeartFilled.js";
|
|
80
|
+
import yo from "./HeartOutline/HeartOutline.js";
|
|
81
|
+
import vo from "./HomeFilled/HomeFilled.js";
|
|
82
|
+
import Lo from "./HomeOutline/HomeOutline.js";
|
|
83
|
+
import wo from "./Info/Info.js";
|
|
84
|
+
import Po from "./Link/Link.js";
|
|
85
|
+
import bo from "./LockKeyholeOutline/LockKeyholeOutline.js";
|
|
86
|
+
import Ao from "./LockKeyholeUnlockedOutline/LockKeyholeUnlockedOutline.js";
|
|
87
|
+
import Mo from "./LockKeyholeUnlocked/LockKeyholeUnlocked.js";
|
|
88
|
+
import Ho from "./LockKeyhole/LockKeyhole.js";
|
|
89
|
+
import Uo from "./MinusCircleFilled/MinusCircleFilled.js";
|
|
90
|
+
import Eo from "./MinusCircle/MinusCircle.js";
|
|
91
|
+
import Ro from "./Minus/Minus.js";
|
|
92
|
+
import Ko from "./MoneyBagOutline/MoneyBagOutline.js";
|
|
93
|
+
import Wo from "./MoneyBriefcaseFilled/MoneyBriefcaseFilled.js";
|
|
94
|
+
import zo from "./MoneyBriefcaseOutline/MoneyBriefcaseOutline.js";
|
|
95
|
+
import Vo from "./PaymentCardFilled/PaymentCardFilled.js";
|
|
96
|
+
import Io from "./PaymentCardOutline/PaymentCardOutline.js";
|
|
97
|
+
import qo from "./PhoneCallingFilled/PhoneCallingFilled.js";
|
|
98
|
+
import Go from "./PhoneCallingOutline/PhoneCallingOutline.js";
|
|
99
|
+
import jo from "./PhoneFilled/PhoneFilled.js";
|
|
100
|
+
import Jo from "./PhoneOutline/PhoneOutline.js";
|
|
101
|
+
import No from "./ProfileFemaleOutline/ProfileFemaleOutline.js";
|
|
102
|
+
import Qo from "./ProfileGroupFilled/ProfileGroupFilled.js";
|
|
103
|
+
import Xo from "./ProfileMaleFilled/ProfileMaleFilled.js";
|
|
104
|
+
import Yo from "./ProfileMaleOutline/ProfileMaleOutline.js";
|
|
105
|
+
import Zo from "./RupeeOutlined/RupeeOutlined.js";
|
|
106
|
+
import _o from "./RupeeSign/RupeeSign.js";
|
|
107
|
+
import $o from "./SaveFilled/SaveFilled.js";
|
|
108
|
+
import or from "./SaveOutline/SaveOutline.js";
|
|
109
|
+
import rr from "./Search/Search.js";
|
|
110
|
+
import ir from "./SettingFilled/SettingFilled.js";
|
|
111
|
+
import mr from "./SettingOutline/SettingOutline.js";
|
|
112
|
+
import tr from "./ShareAllFilled/ShareAllFilled.js";
|
|
113
|
+
import lr from "./ShareAllOutline/ShareAllOutline.js";
|
|
114
|
+
import er from "./ShareBoxOutline/ShareBoxOutline.js";
|
|
115
|
+
import fr from "./ShareFilled/ShareFilled.js";
|
|
116
|
+
import pr from "./ShareOutline/ShareOutline.js";
|
|
117
|
+
import nr from "./ShareThickFilled/ShareThickFilled.js";
|
|
118
|
+
import ur from "./ShieldCheckFilled/ShieldCheckFilled.js";
|
|
119
|
+
import dr from "./ShieldCheckOutline/ShieldCheckOutline.js";
|
|
120
|
+
import ar from "./ShieldCrossFilled/ShieldCrossFilled.js";
|
|
121
|
+
import Or from "./ShieldCrossOutline/ShieldCrossOutline.js";
|
|
122
|
+
import Fr from "./ShieldWarningFilled/ShieldWarningFilled.js";
|
|
123
|
+
import Cr from "./ShieldWarningOutline/ShieldWarningOutline.js";
|
|
124
|
+
import hr from "./SortBottomToTop/SortBottomToTop.js";
|
|
125
|
+
import sr from "./SortHorizontal/SortHorizontal.js";
|
|
126
|
+
import cr from "./SortTopToBottom/SortTopToBottom.js";
|
|
127
|
+
import kr from "./SortVertical/SortVertical.js";
|
|
128
|
+
import Br from "./StarFilled/StarFilled.js";
|
|
129
|
+
import Sr from "./StarOutline/StarOutline.js";
|
|
130
|
+
import Dr from "./ThumbsDownFilled/ThumbsDownFilled.js";
|
|
131
|
+
import Tr from "./ThumbsDownOutline/ThumbsDownOutline.js";
|
|
132
|
+
import gr from "./ThumbsUpFilled/ThumbsUpFilled.js";
|
|
133
|
+
import xr from "./ThumbsUpOutline/ThumbsUpOutline.js";
|
|
134
|
+
import yr from "./TrashBigFilled/TrashBigFilled.js";
|
|
135
|
+
import vr from "./TrashBigOutline/TrashBigOutline.js";
|
|
136
|
+
import Lr from "./TrashFilled/TrashFilled.js";
|
|
137
|
+
import wr from "./TrashLinesFilled/TrashLinesFilled.js";
|
|
138
|
+
import Pr from "./TrashLinesOutline/TrashLinesOutline.js";
|
|
139
|
+
import br from "./TrashOutline/TrashOutline.js";
|
|
140
|
+
import Ar from "./UploadBoxFilled/UploadBoxFilled.js";
|
|
141
|
+
import Mr from "./UploadBoxOutline/UploadBoxOutline.js";
|
|
142
|
+
import Hr from "./Upload/Upload.js";
|
|
143
|
+
import Ur from "./WalletFilled/WalletFilled.js";
|
|
144
|
+
import Er from "./WalletOutline/WalletOutline.js";
|
|
145
|
+
const kt = {
|
|
101
146
|
AddCircleFilled: o,
|
|
102
147
|
AddCircle: r,
|
|
103
|
-
Add:
|
|
104
|
-
ArrowDown:
|
|
148
|
+
Add: i,
|
|
149
|
+
ArrowDown: m,
|
|
105
150
|
ArrowLeft: t,
|
|
106
|
-
ArrowRight:
|
|
107
|
-
ArrowUp:
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
151
|
+
ArrowRight: l,
|
|
152
|
+
ArrowUp: e,
|
|
153
|
+
BagFilled: f,
|
|
154
|
+
BagOutline: p,
|
|
155
|
+
BellFilled: n,
|
|
156
|
+
BellOffFilled: u,
|
|
157
|
+
BellOffOutline: d,
|
|
158
|
+
BellOutline: a,
|
|
159
|
+
BookmarkFilled: O,
|
|
160
|
+
BookmarkOutline: F,
|
|
161
|
+
BoxCoveredFilled: C,
|
|
162
|
+
BoxCoveredOutline: h,
|
|
163
|
+
BoxFilled: s,
|
|
164
|
+
BoxOutline: c,
|
|
165
|
+
CartCheckFilled: k,
|
|
166
|
+
CartCheckOutline: B,
|
|
167
|
+
CartCrossFilled: S,
|
|
168
|
+
CartCrossOutline: D,
|
|
169
|
+
CartFilled: T,
|
|
170
|
+
CartMinusFilled: g,
|
|
171
|
+
CartMinusOutline: x,
|
|
172
|
+
CartOutline: y,
|
|
173
|
+
CartPlusFilled: v,
|
|
174
|
+
CartPlusOutline: L,
|
|
175
|
+
CheckDouble: w,
|
|
176
|
+
Check: P,
|
|
177
|
+
ChevronDown: b,
|
|
178
|
+
ChevronLeft: A,
|
|
179
|
+
ChevronRight: M,
|
|
180
|
+
ChevronUp: H,
|
|
130
181
|
ClockCircleOutline: U,
|
|
131
|
-
ClockSquareOutline:
|
|
132
|
-
CloseCircleFilled:
|
|
133
|
-
CloseCircleOutline:
|
|
134
|
-
Close:
|
|
135
|
-
CommentBubbleFilled:
|
|
136
|
-
CommentBubbleOutline:
|
|
137
|
-
CommentFilled:
|
|
138
|
-
CommentLineFilled:
|
|
139
|
-
CommentLineOutline:
|
|
140
|
-
CommentOutline:
|
|
141
|
-
ContactDetailsFilled:
|
|
142
|
-
ContactDetailsOutline:
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
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
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
182
|
+
ClockSquareOutline: E,
|
|
183
|
+
CloseCircleFilled: R,
|
|
184
|
+
CloseCircleOutline: K,
|
|
185
|
+
Close: W,
|
|
186
|
+
CommentBubbleFilled: z,
|
|
187
|
+
CommentBubbleOutline: V,
|
|
188
|
+
CommentFilled: I,
|
|
189
|
+
CommentLineFilled: q,
|
|
190
|
+
CommentLineOutline: G,
|
|
191
|
+
CommentOutline: j,
|
|
192
|
+
ContactDetailsFilled: J,
|
|
193
|
+
ContactDetailsOutline: N,
|
|
194
|
+
DeliveryTruckFastFilled: Q,
|
|
195
|
+
DeliveryTruckFastOutline: X,
|
|
196
|
+
DeliveryTruckLeftFilled: Y,
|
|
197
|
+
DeliveryTruckLeftOutline: Z,
|
|
198
|
+
DeliveryTruckRightFilled: _,
|
|
199
|
+
DeliveryTruckRightOutline: $,
|
|
200
|
+
DetailsOutline: oo,
|
|
201
|
+
DoorClosedFilled: ro,
|
|
202
|
+
DoorClosedOutline: io,
|
|
203
|
+
DoorOpenFilled: mo,
|
|
204
|
+
DoorOpenOutline: to,
|
|
205
|
+
DotsHorizontalFilled: lo,
|
|
206
|
+
DotsHorizontalOutline: eo,
|
|
207
|
+
DotsVerticalFilled: fo,
|
|
208
|
+
DotsVerticalOutline: po,
|
|
209
|
+
DownloadBoxFilled: no,
|
|
210
|
+
DownloadBoxOutline: uo,
|
|
211
|
+
Download: ao,
|
|
212
|
+
EditBoxThick: Oo,
|
|
213
|
+
EditBoxThin: Fo,
|
|
214
|
+
EmailFilled: Co,
|
|
215
|
+
EmailOutline: ho,
|
|
216
|
+
ExitArrowInOutline: so,
|
|
217
|
+
ExitArrowOutOutline: co,
|
|
218
|
+
FilterList: ko,
|
|
219
|
+
FilterThickFilled: Bo,
|
|
220
|
+
FilterThickOutline: So,
|
|
221
|
+
Filter: Do,
|
|
222
|
+
HamburgerMenu: To,
|
|
223
|
+
HamburgerSpaced: go,
|
|
224
|
+
HeartFilled: xo,
|
|
225
|
+
HeartOutline: yo,
|
|
226
|
+
HomeFilled: vo,
|
|
227
|
+
HomeOutline: Lo,
|
|
228
|
+
Info: wo,
|
|
229
|
+
Link: Po,
|
|
230
|
+
LockKeyholeOutline: bo,
|
|
231
|
+
LockKeyholeUnlockedOutline: Ao,
|
|
232
|
+
LockKeyholeUnlocked: Mo,
|
|
233
|
+
LockKeyhole: Ho,
|
|
234
|
+
MinusCircleFilled: Uo,
|
|
235
|
+
MinusCircle: Eo,
|
|
236
|
+
Minus: Ro,
|
|
237
|
+
MoneyBagOutline: Ko,
|
|
238
|
+
MoneyBriefcaseFilled: Wo,
|
|
239
|
+
MoneyBriefcaseOutline: zo,
|
|
240
|
+
PaymentCardFilled: Vo,
|
|
241
|
+
PaymentCardOutline: Io,
|
|
242
|
+
PhoneCallingFilled: qo,
|
|
243
|
+
PhoneCallingOutline: Go,
|
|
244
|
+
PhoneFilled: jo,
|
|
245
|
+
PhoneOutline: Jo,
|
|
246
|
+
ProfileFemaleOutline: No,
|
|
247
|
+
ProfileGroupFilled: Qo,
|
|
248
|
+
ProfileMaleFilled: Xo,
|
|
249
|
+
ProfileMaleOutline: Yo,
|
|
250
|
+
RupeeOutlined: Zo,
|
|
251
|
+
RupeeSign: _o,
|
|
252
|
+
SaveFilled: $o,
|
|
253
|
+
SaveOutline: or,
|
|
254
|
+
Search: rr,
|
|
255
|
+
SettingFilled: ir,
|
|
256
|
+
SettingOutline: mr,
|
|
257
|
+
ShareAllFilled: tr,
|
|
258
|
+
ShareAllOutline: lr,
|
|
259
|
+
ShareBoxOutline: er,
|
|
260
|
+
ShareFilled: fr,
|
|
261
|
+
ShareOutline: pr,
|
|
262
|
+
ShareThickFilled: nr,
|
|
263
|
+
ShieldCheckFilled: ur,
|
|
264
|
+
ShieldCheckOutline: dr,
|
|
265
|
+
ShieldCrossFilled: ar,
|
|
266
|
+
ShieldCrossOutline: Or,
|
|
267
|
+
ShieldWarningFilled: Fr,
|
|
268
|
+
ShieldWarningOutline: Cr,
|
|
269
|
+
SortBottomToTop: hr,
|
|
270
|
+
SortHorizontal: sr,
|
|
271
|
+
SortTopToBottom: cr,
|
|
272
|
+
SortVertical: kr,
|
|
273
|
+
StarFilled: Br,
|
|
274
|
+
StarOutline: Sr,
|
|
275
|
+
ThumbsDownFilled: Dr,
|
|
276
|
+
ThumbsDownOutline: Tr,
|
|
277
|
+
ThumbsUpFilled: gr,
|
|
278
|
+
ThumbsUpOutline: xr,
|
|
279
|
+
TrashBigFilled: yr,
|
|
280
|
+
TrashBigOutline: vr,
|
|
281
|
+
TrashFilled: Lr,
|
|
282
|
+
TrashLinesFilled: wr,
|
|
283
|
+
TrashLinesOutline: Pr,
|
|
284
|
+
TrashOutline: br,
|
|
285
|
+
UploadBoxFilled: Ar,
|
|
286
|
+
UploadBoxOutline: Mr,
|
|
287
|
+
Upload: Hr,
|
|
288
|
+
WalletFilled: Ur,
|
|
289
|
+
WalletOutline: Er
|
|
200
290
|
};
|
|
201
291
|
export {
|
|
202
|
-
|
|
292
|
+
i as Add,
|
|
203
293
|
r as AddCircle,
|
|
204
294
|
o as AddCircleFilled,
|
|
205
|
-
|
|
295
|
+
m as ArrowDown,
|
|
206
296
|
t as ArrowLeft,
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
f as
|
|
210
|
-
p as
|
|
211
|
-
n as
|
|
212
|
-
u as
|
|
213
|
-
d as
|
|
214
|
-
a as
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
h as
|
|
219
|
-
s as
|
|
220
|
-
c as
|
|
221
|
-
k as
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
D as
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
L as
|
|
297
|
+
l as ArrowRight,
|
|
298
|
+
e as ArrowUp,
|
|
299
|
+
f as BagFilled,
|
|
300
|
+
p as BagOutline,
|
|
301
|
+
n as BellFilled,
|
|
302
|
+
u as BellOffFilled,
|
|
303
|
+
d as BellOffOutline,
|
|
304
|
+
a as BellOutline,
|
|
305
|
+
O as BookmarkFilled,
|
|
306
|
+
F as BookmarkOutline,
|
|
307
|
+
C as BoxCoveredFilled,
|
|
308
|
+
h as BoxCoveredOutline,
|
|
309
|
+
s as BoxFilled,
|
|
310
|
+
c as BoxOutline,
|
|
311
|
+
k as CartCheckFilled,
|
|
312
|
+
B as CartCheckOutline,
|
|
313
|
+
S as CartCrossFilled,
|
|
314
|
+
D as CartCrossOutline,
|
|
315
|
+
T as CartFilled,
|
|
316
|
+
g as CartMinusFilled,
|
|
317
|
+
x as CartMinusOutline,
|
|
318
|
+
y as CartOutline,
|
|
319
|
+
v as CartPlusFilled,
|
|
320
|
+
L as CartPlusOutline,
|
|
321
|
+
P as Check,
|
|
322
|
+
w as CheckDouble,
|
|
323
|
+
b as ChevronDown,
|
|
324
|
+
A as ChevronLeft,
|
|
325
|
+
M as ChevronRight,
|
|
326
|
+
H as ChevronUp,
|
|
231
327
|
U as ClockCircleOutline,
|
|
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
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
328
|
+
E as ClockSquareOutline,
|
|
329
|
+
W as Close,
|
|
330
|
+
R as CloseCircleFilled,
|
|
331
|
+
K as CloseCircleOutline,
|
|
332
|
+
z as CommentBubbleFilled,
|
|
333
|
+
V as CommentBubbleOutline,
|
|
334
|
+
I as CommentFilled,
|
|
335
|
+
q as CommentLineFilled,
|
|
336
|
+
G as CommentLineOutline,
|
|
337
|
+
j as CommentOutline,
|
|
338
|
+
J as ContactDetailsFilled,
|
|
339
|
+
N as ContactDetailsOutline,
|
|
340
|
+
Q as DeliveryTruckFastFilled,
|
|
341
|
+
X as DeliveryTruckFastOutline,
|
|
342
|
+
Y as DeliveryTruckLeftFilled,
|
|
343
|
+
Z as DeliveryTruckLeftOutline,
|
|
344
|
+
_ as DeliveryTruckRightFilled,
|
|
345
|
+
$ as DeliveryTruckRightOutline,
|
|
346
|
+
oo as DetailsOutline,
|
|
347
|
+
ro as DoorClosedFilled,
|
|
348
|
+
io as DoorClosedOutline,
|
|
349
|
+
mo as DoorOpenFilled,
|
|
350
|
+
to as DoorOpenOutline,
|
|
351
|
+
lo as DotsHorizontalFilled,
|
|
352
|
+
eo as DotsHorizontalOutline,
|
|
353
|
+
fo as DotsVerticalFilled,
|
|
354
|
+
po as DotsVerticalOutline,
|
|
355
|
+
ao as Download,
|
|
356
|
+
no as DownloadBoxFilled,
|
|
357
|
+
uo as DownloadBoxOutline,
|
|
358
|
+
Oo as EditBoxThick,
|
|
359
|
+
Fo as EditBoxThin,
|
|
360
|
+
Co as EmailFilled,
|
|
361
|
+
ho as EmailOutline,
|
|
362
|
+
so as ExitArrowInOutline,
|
|
363
|
+
co as ExitArrowOutOutline,
|
|
364
|
+
Do as Filter,
|
|
365
|
+
ko as FilterList,
|
|
366
|
+
Bo as FilterThickFilled,
|
|
367
|
+
So as FilterThickOutline,
|
|
368
|
+
To as HamburgerMenu,
|
|
369
|
+
go as HamburgerSpaced,
|
|
370
|
+
xo as HeartFilled,
|
|
371
|
+
yo as HeartOutline,
|
|
372
|
+
vo as HomeFilled,
|
|
373
|
+
Lo as HomeOutline,
|
|
374
|
+
wo as Info,
|
|
375
|
+
Po as Link,
|
|
376
|
+
Ho as LockKeyhole,
|
|
377
|
+
bo as LockKeyholeOutline,
|
|
378
|
+
Mo as LockKeyholeUnlocked,
|
|
379
|
+
Ao as LockKeyholeUnlockedOutline,
|
|
380
|
+
Ro as Minus,
|
|
381
|
+
Eo as MinusCircle,
|
|
382
|
+
Uo as MinusCircleFilled,
|
|
383
|
+
Ko as MoneyBagOutline,
|
|
384
|
+
Wo as MoneyBriefcaseFilled,
|
|
385
|
+
zo as MoneyBriefcaseOutline,
|
|
386
|
+
Vo as PaymentCardFilled,
|
|
387
|
+
Io as PaymentCardOutline,
|
|
388
|
+
qo as PhoneCallingFilled,
|
|
389
|
+
Go as PhoneCallingOutline,
|
|
390
|
+
jo as PhoneFilled,
|
|
391
|
+
Jo as PhoneOutline,
|
|
392
|
+
No as ProfileFemaleOutline,
|
|
393
|
+
Qo as ProfileGroupFilled,
|
|
394
|
+
Xo as ProfileMaleFilled,
|
|
395
|
+
Yo as ProfileMaleOutline,
|
|
396
|
+
Zo as RupeeOutlined,
|
|
397
|
+
_o as RupeeSign,
|
|
398
|
+
$o as SaveFilled,
|
|
399
|
+
or as SaveOutline,
|
|
400
|
+
rr as Search,
|
|
401
|
+
ir as SettingFilled,
|
|
402
|
+
mr as SettingOutline,
|
|
403
|
+
tr as ShareAllFilled,
|
|
404
|
+
lr as ShareAllOutline,
|
|
405
|
+
er as ShareBoxOutline,
|
|
406
|
+
fr as ShareFilled,
|
|
407
|
+
pr as ShareOutline,
|
|
408
|
+
nr as ShareThickFilled,
|
|
409
|
+
ur as ShieldCheckFilled,
|
|
410
|
+
dr as ShieldCheckOutline,
|
|
411
|
+
ar as ShieldCrossFilled,
|
|
412
|
+
Or as ShieldCrossOutline,
|
|
413
|
+
Fr as ShieldWarningFilled,
|
|
414
|
+
Cr as ShieldWarningOutline,
|
|
415
|
+
hr as SortBottomToTop,
|
|
416
|
+
sr as SortHorizontal,
|
|
417
|
+
cr as SortTopToBottom,
|
|
418
|
+
kr as SortVertical,
|
|
419
|
+
Br as StarFilled,
|
|
420
|
+
Sr as StarOutline,
|
|
421
|
+
Dr as ThumbsDownFilled,
|
|
422
|
+
Tr as ThumbsDownOutline,
|
|
423
|
+
gr as ThumbsUpFilled,
|
|
424
|
+
xr as ThumbsUpOutline,
|
|
425
|
+
yr as TrashBigFilled,
|
|
426
|
+
vr as TrashBigOutline,
|
|
427
|
+
Lr as TrashFilled,
|
|
428
|
+
wr as TrashLinesFilled,
|
|
429
|
+
Pr as TrashLinesOutline,
|
|
430
|
+
br as TrashOutline,
|
|
431
|
+
Hr as Upload,
|
|
432
|
+
Ar as UploadBoxFilled,
|
|
433
|
+
Mr as UploadBoxOutline,
|
|
434
|
+
Ur as WalletFilled,
|
|
435
|
+
Er as WalletOutline,
|
|
436
|
+
kt as default
|
|
302
437
|
};
|