meticulous-ui 1.2.0 → 1.2.2

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.
Files changed (101) hide show
  1. package/README.md +173 -31
  2. package/components/Icons/CalendarDays/CalendarDays.js +24 -0
  3. package/components/Icons/CalendarLinesPen/CalendarLinesPen.js +25 -0
  4. package/components/Icons/DiscordConversation/DiscordConversation.js +31 -0
  5. package/components/Icons/DiscordFilled/DiscordFilled.js +25 -0
  6. package/components/Icons/DiscordOutline/DiscordOutline.js +29 -0
  7. package/components/Icons/EyeClosed/EyeClosed.js +24 -0
  8. package/components/Icons/EyeFilled/EyeFilled.js +33 -0
  9. package/components/Icons/EyeOutline/EyeOutline.js +37 -0
  10. package/components/Icons/FacebookFilled/FacebookFilled.js +23 -0
  11. package/components/Icons/FacebookMessengerOutline/FacebookMessengerOutline.js +33 -0
  12. package/components/Icons/FacebookOutline/FacebookOutline.js +24 -0
  13. package/components/Icons/FacebookRoundFilled/FacebookRoundFilled.js +22 -0
  14. package/components/Icons/FullScreenArrowThick/FullScreenArrowThick.js +23 -0
  15. package/components/Icons/FullScreenArrowThin/FullScreenArrowThin.js +23 -0
  16. package/components/Icons/FullScreenFilled/FullScreenFilled.js +24 -0
  17. package/components/Icons/FullScreenOutline/FullScreenOutline.js +24 -0
  18. package/components/Icons/Help/Help.js +25 -0
  19. package/components/Icons/HelpCircleFilled/HelpCircleFilled.js +24 -0
  20. package/components/Icons/HelpCircleOutline/HelpCircleOutline.js +45 -0
  21. package/components/Icons/InfoCircleFilled/InfoCircleFilled.js +24 -0
  22. package/components/Icons/InfoCircleOutline/InfoCircleOutline.js +20 -0
  23. package/components/Icons/InfoSquareFilled/InfoSquareFilled.js +24 -0
  24. package/components/Icons/InfoSquareOutline/InfoSquareOutline.js +27 -0
  25. package/components/Icons/InstagramOuline/InstagramOuline.js +25 -0
  26. package/components/Icons/InstagramRoundFilled/InstagramRoundFilled.js +49 -0
  27. package/components/Icons/KeyFilled/KeyFilled.js +24 -0
  28. package/components/Icons/KeyInSquareFilled/KeyInSquareFilled.js +33 -0
  29. package/components/Icons/KeyInSquareOutline/KeyInSquareOutline.js +42 -0
  30. package/components/Icons/KeyOutline/KeyOutline.js +35 -0
  31. package/components/Icons/KeySideSquareFilled/KeySideSquareFilled.js +33 -0
  32. package/components/Icons/KeySideSquareOutline/KeySideSquareOutline.js +24 -0
  33. package/components/Icons/KeySquareFilled/KeySquareFilled.js +33 -0
  34. package/components/Icons/KeySquareOutline/KeySquareOutline.js +24 -0
  35. package/components/Icons/LinkedinFilled/LinkedinFilled.js +25 -0
  36. package/components/Icons/LinkedinOutline/LinkedinOutline.js +23 -0
  37. package/components/Icons/LinkedinRoundFilled/LinkedinRoundFilled.js +26 -0
  38. package/components/Icons/Loading/Loading.js +25 -0
  39. package/components/Icons/LocationArrowFilled/LocationArrowFilled.js +16 -0
  40. package/components/Icons/LocationArrowOutline/LocationArrowOutline.js +25 -0
  41. package/components/Icons/LocationFilled/LocationFilled.js +27 -0
  42. package/components/Icons/LocationOutline/LocationOutline.js +27 -0
  43. package/components/Icons/MediaPauseCircleFilled/MediaPauseCircleFilled.js +24 -0
  44. package/components/Icons/MediaPauseCircleOuline/MediaPauseCircleOuline.js +40 -0
  45. package/components/Icons/MediaPauseFilled/MediaPauseFilled.js +31 -0
  46. package/components/Icons/MediaPauseOutline/MediaPauseOutline.js +35 -0
  47. package/components/Icons/MediaPlayCircleFilled/MediaPlayCircleFilled.js +24 -0
  48. package/components/Icons/MediaPlayCircleOutline/MediaPlayCircleOutline.js +35 -0
  49. package/components/Icons/MediaPlayFilled/MediaPlayFilled.js +22 -0
  50. package/components/Icons/MediaPlayOutline/MediaPlayOutline.js +24 -0
  51. package/components/Icons/MediaStopCircleFilled/MediaStopCircleFilled.js +24 -0
  52. package/components/Icons/MediaStopCircleOutline/MediaStopCircleOutline.js +35 -0
  53. package/components/Icons/MediaStopFilled/MediaStopFilled.js +22 -0
  54. package/components/Icons/MediaStopOutline/MediaStopOutline.js +24 -0
  55. package/components/Icons/NoEntry/NoEntry.js +23 -0
  56. package/components/Icons/NoEntryFilled/NoEntryFilled.js +22 -0
  57. package/components/Icons/NoEntryOutline/NoEntryOutline.js +25 -0
  58. package/components/Icons/Pin/Pin.js +25 -0
  59. package/components/Icons/PinAddFilled/PinAddFilled.js +21 -0
  60. package/components/Icons/PinAddOutline/PinAddOutline.js +21 -0
  61. package/components/Icons/PinCircleFilled/PinCircleFilled.js +24 -0
  62. package/components/Icons/PinCircleOutline/PinCircleOutline.js +25 -0
  63. package/components/Icons/PinFilled/PinFilled.js +22 -0
  64. package/components/Icons/PinOutline/PinOutline.js +24 -0
  65. package/components/Icons/PinSubFilled/PinSubFilled.js +21 -0
  66. package/components/Icons/PinSubOutline/PinSubOutline.js +21 -0
  67. package/components/Icons/PinterestFilled/PinterestFilled.js +21 -0
  68. package/components/Icons/PinterestOutline/PinterestOutline.js +25 -0
  69. package/components/Icons/RedditFilled/RedditFilled.js +21 -0
  70. package/components/Icons/RedditOutline/RedditOutline.js +47 -0
  71. package/components/Icons/RedditRoundFilled/RedditRoundFilled.js +70 -0
  72. package/components/Icons/RedditRoundOutline/RedditRoundOutline.js +74 -0
  73. package/components/Icons/ShieldFilled/ShieldFilled.js +22 -0
  74. package/components/Icons/ShieldOutline/ShieldOutline.js +24 -0
  75. package/components/Icons/SnapchatFilled/SnapchatFilled.js +21 -0
  76. package/components/Icons/SnapchatOutline/SnapchatOutline.js +24 -0
  77. package/components/Icons/TelegramFilled/TelegramFilled.js +27 -0
  78. package/components/Icons/TelegramOutline/TelegramOutline.js +24 -0
  79. package/components/Icons/TelegramRoundFilled/TelegramRoundFilled.js +27 -0
  80. package/components/Icons/TiktokBox/TiktokBox.js +22 -0
  81. package/components/Icons/TiktokThickFilled/TiktokThickFilled.js +25 -0
  82. package/components/Icons/TiktokThinFilled/TiktokThinFilled.js +36 -0
  83. package/components/Icons/VolumeFilled/VolumeFilled.js +34 -0
  84. package/components/Icons/VolumeMuteFilled/VolumeMuteFilled.js +34 -0
  85. package/components/Icons/VolumeMuteOutline/VolumeMuteOutline.js +34 -0
  86. package/components/Icons/VolumeOffFilled/VolumeOffFilled.js +34 -0
  87. package/components/Icons/VolumeOffOutline/VolumeOffOutline.js +34 -0
  88. package/components/Icons/VolumeOutline/VolumeOutline.js +34 -0
  89. package/components/Icons/Warning/Warning.js +25 -0
  90. package/components/Icons/WarningCircleFilled/WarningCircleFilled.js +22 -0
  91. package/components/Icons/WarningCircleOutline/WarningCircleOutline.js +22 -0
  92. package/components/Icons/WarningSmall/WarningSmall.js +25 -0
  93. package/components/Icons/WarningTriangleFilled/WarningTriangleFilled.js +25 -0
  94. package/components/Icons/WarningTriangleOutline/WarningTriangleOutline.js +25 -0
  95. package/components/Icons/WhatsappFilled/WhatsappFilled.js +21 -0
  96. package/components/Icons/WhatsappOutline/WhatsappOutline.js +24 -0
  97. package/components/Icons/Youtube/Youtube.js +22 -0
  98. package/components/Icons/YoutubeFilled/YoutubeFilled.js +27 -0
  99. package/components/Icons/YoutubeRoundFilled/YoutubeRoundFilled.js +27 -0
  100. package/components/Icons/index.js +692 -398
  101. package/package.json +1 -1
package/README.md CHANGED
@@ -56,19 +56,27 @@ export default App;
56
56
 
57
57
  | Icons | Description |
58
58
  | ---------------------------- | ----------------------------------- |
59
- | `Add` | Add icon |
59
+ | `AddCircleFilled` | Add circle filled icon |
60
60
  | `AddCircle` | Add circle icon |
61
- | `AddCircleFilled` | Add Circle Filled icon |
62
- | `ArrowRight` | Right Arrow icon |
63
- | `ArrowLeft` | Left Arrow icon |
64
- | `ArrowUp` | Up Arrow icon |
65
- | `ArrowDown` | Down Arrow icon |
66
- | `BellFilled` | Bell/Notification filled icon |
67
- | `BellOffFilled` | Bell/Notification off filled icon |
68
- | `BellOutline` | Bell/Notification outline icon |
69
- | `BellOffOutline` | Bell/Notification off outline icon |
61
+ | `Add` | Add icon |
62
+ | `ArrowDown` | Arrow down icon |
63
+ | `ArrowLeft` | Arrow left icon |
64
+ | `ArrowRight` | Arrow right icon |
65
+ | `ArrowUp` | Arrow up icon |
66
+ | `BagFilled` | Bag filled icon |
67
+ | `BagOutline` | Bag outline icon |
68
+ | `BellFilled` | Bell filled icon |
69
+ | `BellOffFilled` | Bell off filled icon |
70
+ | `BellOffOutline` | Bell off outline icon |
71
+ | `BellOutline` | Bell outline icon |
70
72
  | `BookmarkFilled` | Bookmark filled icon |
71
73
  | `BookmarkOutline` | Bookmark outline icon |
74
+ | `BoxCoveredFilled` | Box covered filled icon |
75
+ | `BoxCoveredOutline` | Box covered outline icon |
76
+ | `BoxFilled` | Box filled icon |
77
+ | `BoxOutline` | Box outline icon |
78
+ | `CalendarDays` | Calendar days icon |
79
+ | `CalendarLinesPen` | Calendar lines pen icon |
72
80
  | `CartCheckFilled` | Cart check filled icon |
73
81
  | `CartCheckOutline` | Cart check outline icon |
74
82
  | `CartCrossFilled` | Cart cross filled icon |
@@ -81,54 +89,152 @@ export default App;
81
89
  | `CartPlusOutline` | Cart plus outline icon |
82
90
  | `CheckDouble` | Check double icon |
83
91
  | `Check` | Check icon |
84
- | `ChevronLeft` | Left navigation icon |
85
- | `ChevronRight` | Right navigation icon |
86
- | `ChevronUp` | Up navigation icon |
87
- | `ChevronDown` | Down navigation icon |
92
+ | `ChevronDown` | Chevron down icon |
93
+ | `ChevronLeft` | Chevron left icon |
94
+ | `ChevronRight` | Chevron right icon |
95
+ | `ChevronUp` | Chevron up icon |
88
96
  | `ClockCircleOutline` | Clock circle outline icon |
89
97
  | `ClockSquareOutline` | Clock square outline icon |
90
- | `Close` | Close icon |
91
98
  | `CloseCircleFilled` | Close circle filled icon |
92
99
  | `CloseCircleOutline` | Close circle outline icon |
100
+ | `Close` | Close icon |
93
101
  | `CommentBubbleFilled` | Comment bubble filled icon |
94
102
  | `CommentBubbleOutline` | Comment bubble outline icon |
95
103
  | `CommentFilled` | Comment filled icon |
96
104
  | `CommentLineFilled` | Comment line filled icon |
97
105
  | `CommentLineOutline` | Comment line outline icon |
98
106
  | `CommentOutline` | Comment outline icon |
99
- | `ContactDetailsFilled` | Comment details filled icon |
100
- | `ContactDetailsOutline` | Comment details outline icon |
107
+ | `ContactDetailsFilled` | Contact details filled icon |
108
+ | `ContactDetailsOutline` | Contact details outline icon |
109
+ | `DeliveryTruckFastFilled` | Delivery truck fast filled icon |
110
+ | `DeliveryTruckFastOutline` | Delivery truck fast outline icon |
111
+ | `DeliveryTruckLeftFilled` | Delivery truck left filled icon |
112
+ | `DeliveryTruckLeftOutline` | Delivery truck left outline icon |
113
+ | `DeliveryTruckRightFilled` | Delivery truck right filled icon |
114
+ | `DeliveryTruckRightOutline` | Delivery truck right outline icon |
101
115
  | `DetailsOutline` | Details outline icon |
116
+ | `DiscordConversation` | Discord conversation icon |
117
+ | `DiscordFilled` | Discord filled icon |
118
+ | `DiscordOutline` | Discord outline icon |
119
+ | `DoorClosedFilled` | Door closed filled icon |
120
+ | `DoorClosedOutline` | Door closed outline icon |
121
+ | `DoorOpenFilled` | Door open filled icon |
122
+ | `DoorOpenOutline` | Door open outline icon |
102
123
  | `DotsHorizontalFilled` | Dots horizontal filled icon |
103
124
  | `DotsHorizontalOutline` | Dots horizontal outline icon |
104
125
  | `DotsVerticalFilled` | Dots vertical filled icon |
105
126
  | `DotsVerticalOutline` | Dots vertical outline icon |
127
+ | `DownloadBoxFilled` | Download box filled icon |
128
+ | `DownloadBoxOutline` | Download box outline icon |
129
+ | `Download` | Download icon |
130
+ | `EditBoxThick` | Edit box thick icon |
131
+ | `EditBoxThin` | Edit box thin icon |
132
+ | `EmailFilled` | Email filled icon |
133
+ | `EmailOutline` | Email outline icon |
106
134
  | `ExitArrowInOutline` | Exit arrow in outline icon |
107
135
  | `ExitArrowOutOutline` | Exit arrow out outline icon |
136
+ | `EyeClosed` | Eye closed icon |
137
+ | `EyeFilled` | Eye filled icon |
138
+ | `EyeOutline` | Eye outline icon |
139
+ | `FacebookFilled` | Facebook filled icon |
140
+ | `FacebookMessengerOutline` | Facebook messenger outline icon |
141
+ | `FacebookOutline` | Facebook outline icon |
142
+ | `FacebookRoundFilled` | Facebook round filled icon |
143
+ | `FilterList` | Filter list icon |
144
+ | `FilterThickFilled` | Filter thick filled icon |
145
+ | `FilterThickOutline` | Filter thick outline icon |
146
+ | `Filter` | Filter icon |
147
+ | `FullScreenArrowThick` | Full screen arrow thick icon |
148
+ | `FullScreenArrowThin` | Full screen arrow thin icon |
149
+ | `FullScreenFilled` | Full screen filled icon |
150
+ | `FullScreenOutline` | Full screen outline icon |
108
151
  | `HamburgerMenu` | Hamburger menu icon |
109
- | `HamburgerSpaced` | Spaced Hamburger icon |
152
+ | `HamburgerSpaced` | Hamburger spaced icon |
110
153
  | `HeartFilled` | Heart filled icon |
111
154
  | `HeartOutline` | Heart outline icon |
155
+ | `HelpCircleFilled` | Help circle filled icon |
156
+ | `HelpCircleOutline` | Help circle outline icon |
157
+ | `Help` | Help icon |
112
158
  | `HomeFilled` | Home filled icon |
113
159
  | `HomeOutline` | Home outline icon |
160
+ | `InfoCircleFilled` | Info circle filled icon |
161
+ | `InfoCircleOutline` | Info circle outline icon |
162
+ | `InfoSquareFilled` | Info square filled icon |
163
+ | `InfoSquareOutline` | Info square outline icon |
114
164
  | `Info` | Info icon |
165
+ | `InstagramOuline` | Instagram ouline icon |
166
+ | `InstagramRoundFilled` | Instagram round filled icon |
167
+ | `KeyFilled` | Key filled icon |
168
+ | `KeyInSquareFilled` | Key in square filled icon |
169
+ | `KeyInSquareOutline` | Key in square outline icon |
170
+ | `KeyOutline` | Key outline icon |
171
+ | `KeySideSquareFilled` | Key side square filled icon |
172
+ | `KeySideSquareOutline` | Key side square outline icon |
173
+ | `KeySquareFilled` | Key square filled icon |
174
+ | `KeySquareOutline` | Key square outline icon |
115
175
  | `Link` | Link icon |
116
- | `LockKeyhole` | Lock key hole icon |
117
- | `LockKeyholeOutline` | Lock key hole outline icon |
118
- | `LockKeyholeUnlocked` | Lock key hole unlocked icon |
119
- | `LockKeyholeUnlockedOutline` | Lock key hole unlocked outline icon |
120
- | `Minus` | Minus icon |
121
- | `MinusCircle` | Minus circle outline icon |
176
+ | `LinkedinFilled` | Linkedin filled icon |
177
+ | `LinkedinOutline` | Linkedin outline icon |
178
+ | `LinkedinRoundFilled` | Linkedin round filled icon |
179
+ | `Loading` | Loading icon |
180
+ | `LocationArrowFilled` | Location arrow filled icon |
181
+ | `LocationArrowOutline` | Location arrow outline icon |
182
+ | `LocationFilled` | Location filled icon |
183
+ | `LocationOutline` | Location outline icon |
184
+ | `LockKeyholeOutline` | Lock keyhole outline icon |
185
+ | `LockKeyholeUnlockedOutline` | Lock keyhole unlocked outline icon |
186
+ | `LockKeyholeUnlocked` | Lock keyhole unlocked icon |
187
+ | `LockKeyhole` | Lock keyhole icon |
188
+ | `MediaPauseCircleFilled` | Media pause circle filled icon |
189
+ | `MediaPauseCircleOuline` | Media pause circle ouline icon |
190
+ | `MediaPauseFilled` | Media pause filled icon |
191
+ | `MediaPauseOutline` | Media pause outline icon |
192
+ | `MediaPlayCircleFilled` | Media play circle filled icon |
193
+ | `MediaPlayCircleOutline` | Media play circle outline icon |
194
+ | `MediaPlayFilled` | Media play filled icon |
195
+ | `MediaPlayOutline` | Media play outline icon |
196
+ | `MediaStopCircleFilled` | Media stop circle filled icon |
197
+ | `MediaStopCircleOutline` | Media stop circle outline icon |
198
+ | `MediaStopFilled` | Media stop filled icon |
199
+ | `MediaStopOutline` | Media stop outline icon |
122
200
  | `MinusCircleFilled` | Minus circle filled icon |
201
+ | `MinusCircle` | Minus circle icon |
202
+ | `Minus` | Minus icon |
123
203
  | `MoneyBagOutline` | Money bag outline icon |
124
204
  | `MoneyBriefcaseFilled` | Money briefcase filled icon |
125
205
  | `MoneyBriefcaseOutline` | Money briefcase outline icon |
126
- | `ProfileFemaleOutline` | Female profile outline icon |
127
- | `ProfileGroupFilled` | Profiles filled icon |
128
- | `ProfileMaleFilled` | Male profile filled icon |
129
- | `ProfileMaleOutline` | Male profile ouline icon |
130
- | `RupeeOutlined` | Rupee ouline icon |
206
+ | `NoEntryFilled` | No entry filled icon |
207
+ | `NoEntryOutline` | No entry outline icon |
208
+ | `NoEntry` | No entry icon |
209
+ | `PaymentCardFilled` | Payment card filled icon |
210
+ | `PaymentCardOutline` | Payment card outline icon |
211
+ | `PhoneCallingFilled` | Phone calling filled icon |
212
+ | `PhoneCallingOutline` | Phone calling outline icon |
213
+ | `PhoneFilled` | Phone filled icon |
214
+ | `PhoneOutline` | Phone outline icon |
215
+ | `PinAddFilled` | Pin add filled icon |
216
+ | `PinAddOutline` | Pin add outline icon |
217
+ | `PinCircleFilled` | Pin circle filled icon |
218
+ | `PinCircleOutline` | Pin circle outline icon |
219
+ | `PinFilled` | Pin filled icon |
220
+ | `PinOutline` | Pin outline icon |
221
+ | `PinSubFilled` | Pin sub filled icon |
222
+ | `PinSubOutline` | Pin sub outline icon |
223
+ | `Pin` | Pin icon |
224
+ | `PinterestFilled` | Pinterest filled icon |
225
+ | `PinterestOutline` | Pinterest outline icon |
226
+ | `ProfileFemaleOutline` | Profile female outline icon |
227
+ | `ProfileGroupFilled` | Profile group filled icon |
228
+ | `ProfileMaleFilled` | Profile male filled icon |
229
+ | `ProfileMaleOutline` | Profile male outline icon |
230
+ | `RedditFilled` | Reddit filled icon |
231
+ | `RedditOutline` | Reddit outline icon |
232
+ | `RedditRoundFilled` | Reddit round filled icon |
233
+ | `RedditRoundOutline` | Reddit round outline icon |
234
+ | `RupeeOutlined` | Rupee outline icon |
131
235
  | `RupeeSign` | Rupee sign icon |
236
+ | `SaveFilled` | Save filled icon |
237
+ | `SaveOutline` | Save outline icon |
132
238
  | `Search` | Search icon |
133
239
  | `SettingFilled` | Setting filled icon |
134
240
  | `SettingOutline` | Setting outline icon |
@@ -142,20 +248,56 @@ export default App;
142
248
  | `ShieldCheckOutline` | Shield check outline icon |
143
249
  | `ShieldCrossFilled` | Shield cross filled icon |
144
250
  | `ShieldCrossOutline` | Shield cross outline icon |
251
+ | `ShieldFilled` | Shield filled icon |
252
+ | `ShieldOutline` | Shield outline icon |
145
253
  | `ShieldWarningFilled` | Shield warning filled icon |
146
254
  | `ShieldWarningOutline` | Shield warning outline icon |
255
+ | `SnapchatFilled` | Snapchat filled icon |
256
+ | `SnapchatOutline` | Snapchat outline icon |
257
+ | `SortBottomToTop` | Sort bottom to top icon |
258
+ | `SortHorizontal` | Sort horizontal icon |
259
+ | `SortTopToBottom` | Sort top to bottom icon |
260
+ | `SortVertical` | Sort vertical icon |
147
261
  | `StarFilled` | Star filled icon |
148
262
  | `StarOutline` | Star outline icon |
263
+ | `TelegramFilled` | Telegram filled icon |
264
+ | `TelegramOutline` | Telegram outline icon |
265
+ | `TelegramRoundFilled` | Telegram round filled icon |
149
266
  | `ThumbsDownFilled` | Thumbs down filled icon |
150
267
  | `ThumbsDownOutline` | Thumbs down outline icon |
151
268
  | `ThumbsUpFilled` | Thumbs up filled icon |
152
269
  | `ThumbsUpOutline` | Thumbs up outline icon |
153
- | `Upload` | Upload icon |
270
+ | `TiktokBox` | Tiktok box icon |
271
+ | `TiktokThickFilled` | Tiktok thick filled icon |
272
+ | `TiktokThinFilled` | Tiktok thin filled icon |
273
+ | `TrashBigFilled` | Trash big filled icon |
274
+ | `TrashBigOutline` | Trash big outline icon |
275
+ | `TrashFilled` | Trash filled icon |
276
+ | `TrashLinesFilled` | Trash lines filled icon |
277
+ | `TrashLinesOutline` | Trash lines outline icon |
278
+ | `TrashOutline` | Trash outline icon |
154
279
  | `UploadBoxFilled` | Upload box filled icon |
155
280
  | `UploadBoxOutline` | Upload box outline icon |
281
+ | `Upload` | Upload icon |
282
+ | `VolumeFilled` | Volume filled icon |
283
+ | `VolumeMuteFilled` | Volume mute filled icon |
284
+ | `VolumeMuteOutline` | Volume mute outline icon |
285
+ | `VolumeOffFilled` | Volume off filled icon |
286
+ | `VolumeOffOutline` | Volume off outline icon |
287
+ | `VolumeOutline` | Volume outline icon |
156
288
  | `WalletFilled` | Wallet filled icon |
157
289
  | `WalletOutline` | Wallet outline icon |
158
-
290
+ | `WarningCircleFilled` | Warning circle filled icon |
291
+ | `WarningCircleOutline` | Warning circle outline icon |
292
+ | `WarningSmall` | Warning small icon |
293
+ | `WarningTriangleFilled` | Warning triangle filled icon |
294
+ | `WarningTriangleOutline` | Warning triangle outline icon |
295
+ | `Warning` | Warning icon |
296
+ | `WhatsappFilled` | Whatsapp filled icon |
297
+ | `WhatsappOutline` | Whatsapp outline icon |
298
+ | `YoutubeFilled` | Youtube filled icon |
299
+ | `YoutubeRoundFilled` | Youtube round filled icon |
300
+ | `Youtube` | Youtube icon |
159
301
  ## 📦 Tokens
160
302
 
161
303
  | Types | Description |
@@ -0,0 +1,24 @@
1
+ import { j as o } from "../../../_virtual/jsx-runtime.js";
2
+ const M = ({ size: t = 24, color: r = "currentColor", ...C }) => /* @__PURE__ */ o.jsx(
3
+ "svg",
4
+ {
5
+ width: t,
6
+ height: t,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...C,
11
+ children: /* @__PURE__ */ o.jsx(
12
+ "path",
13
+ {
14
+ d: "M3 9H21M7 3V5M17 3V5M6 12H8M11 12H13M16 12H18M6 15H8M11 15H13M16 15H18M6 18H8M11 18H13M16 18H18M6.2 21H17.8C18.9201 21 19.4802 21 19.908 20.782C20.2843 20.5903 20.5903 20.2843 20.782 19.908C21 19.4802 21 18.9201 21 17.8V8.2C21 7.07989 21 6.51984 20.782 6.09202C20.5903 5.71569 20.2843 5.40973 19.908 5.21799C19.4802 5 18.9201 5 17.8 5H6.2C5.0799 5 4.51984 5 4.09202 5.21799C3.71569 5.40973 3.40973 5.71569 3.21799 6.09202C3 6.51984 3 7.07989 3 8.2V17.8C3 18.9201 3 19.4802 3.21799 19.908C3.40973 20.2843 3.71569 20.5903 4.09202 20.782C4.51984 21 5.07989 21 6.2 21Z",
15
+ stroke: r,
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ M as default
24
+ };
@@ -0,0 +1,25 @@
1
+ import { j as o } from "../../../_virtual/jsx-runtime.js";
2
+ const n = ({ size: C = 24, color: t = "currentColor", ...e }) => /* @__PURE__ */ o.jsx(
3
+ "svg",
4
+ {
5
+ width: C,
6
+ height: C,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: /* @__PURE__ */ o.jsx(
12
+ "path",
13
+ {
14
+ d: "M10 21H6.2C5.0799 21 4.51984 21 4.09202 20.782C3.71569 20.5903 3.40973 20.2843 3.21799 19.908C3 19.4802 3 18.9201 3 17.8V8.2C3 7.0799 3 6.51984 3.21799 6.09202C3.40973 5.71569 3.71569 5.40973 4.09202 5.21799C4.51984 5 5.0799 5 6.2 5H17.8C18.9201 5 19.4802 5 19.908 5.21799C20.2843 5.40973 20.5903 5.71569 20.782 6.09202C21 6.51984 21 7.0799 21 8.2V10M7 3V5M17 3V5M3 9H21M13.5 13.0001L7 13M10 17.0001L7 17M14 21L16.025 20.595C16.2015 20.5597 16.2898 20.542 16.3721 20.5097C16.4452 20.4811 16.5147 20.4439 16.579 20.399C16.6516 20.3484 16.7152 20.2848 16.8426 20.1574L21 16C21.5523 15.4477 21.5523 14.5523 21 14C20.4477 13.4477 19.5523 13.4477 19 14L14.8426 18.1574C14.7152 18.2848 14.6516 18.3484 14.601 18.421C14.5561 18.4853 14.5189 18.5548 14.4903 18.6279C14.458 18.7102 14.4403 18.7985 14.405 18.975L14 21Z",
15
+ stroke: t,
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ export {
24
+ n as default
25
+ };
@@ -0,0 +1,31 @@
1
+ import { j as s } from "../../../_virtual/jsx-runtime.js";
2
+ const i = ({ size: c = 24, color: t = "currentColor", ...l }) => /* @__PURE__ */ s.jsxs(
3
+ "svg",
4
+ {
5
+ width: c,
6
+ height: c,
7
+ viewBox: "0 0 16 16",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...l,
11
+ children: [
12
+ /* @__PURE__ */ s.jsx(
13
+ "path",
14
+ {
15
+ fill: t,
16
+ d: "M6.552 6.712c-.456 0-.816.4-.816.888s.368.888.816.888c.456 0 .816-.4.816-.888.008-.488-.36-.888-.816-.888zm2.92 0c-.456 0-.816.4-.816.888s.368.888.816.888c.456 0 .816-.4.816-.888s-.36-.888-.816-.888z"
17
+ }
18
+ ),
19
+ /* @__PURE__ */ s.jsx(
20
+ "path",
21
+ {
22
+ fill: t,
23
+ d: "M13.36 0H2.64C1.736 0 1 .736 1 1.648v10.816c0 .912.736 1.648 1.64 1.648h9.072l-.424-1.48 1.024.952.968.896L15 16V1.648C15 .736 14.264 0 13.36 0zm-3.088 10.448s-.288-.344-.528-.648c1.048-.296 1.448-.952 1.448-.952-.328.216-.64.368-.92.472-.4.168-.784.28-1.16.344a5.604 5.604 0 0 1-2.072-.008 6.716 6.716 0 0 1-1.176-.344 4.688 4.688 0 0 1-.584-.272c-.024-.016-.048-.024-.072-.04-.016-.008-.024-.016-.032-.024-.144-.08-.224-.136-.224-.136s.384.64 1.4.944c-.24.304-.536.664-.536.664-1.768-.056-2.44-1.216-2.44-1.216 0-2.576 1.152-4.664 1.152-4.664 1.152-.864 2.248-.84 2.248-.84l.08.096c-1.44.416-2.104 1.048-2.104 1.048s.176-.096.472-.232c.856-.376 1.536-.48 1.816-.504.048-.008.088-.016.136-.016a6.521 6.521 0 0 1 4.024.752s-.632-.6-1.992-1.016l.112-.128s1.096-.024 2.248.84c0 0 1.152 2.088 1.152 4.664 0 0-.68 1.16-2.448 1.216z"
24
+ }
25
+ )
26
+ ]
27
+ }
28
+ );
29
+ export {
30
+ i as default
31
+ };
@@ -0,0 +1,25 @@
1
+ import { j as l } from "../../../_virtual/jsx-runtime.js";
2
+ const o = ({ size: c = 24, color: s = "currentColor", ...t }) => /* @__PURE__ */ l.jsxs(
3
+ "svg",
4
+ {
5
+ width: c,
6
+ height: c,
7
+ viewBox: "0 0 32 32",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
11
+ children: [
12
+ /* @__PURE__ */ l.jsx("title", { children: "discord" }),
13
+ /* @__PURE__ */ l.jsx(
14
+ "path",
15
+ {
16
+ fill: s,
17
+ d: "M20.992 20.163c-1.511-0.099-2.699-1.349-2.699-2.877 0-0.051 0.001-0.102 0.004-0.153l-0 0.007c-0.003-0.048-0.005-0.104-0.005-0.161 0-1.525 1.19-2.771 2.692-2.862l0.008-0c1.509 0.082 2.701 1.325 2.701 2.847 0 0.062-0.002 0.123-0.006 0.184l0-0.008c0.003 0.050 0.005 0.109 0.005 0.168 0 1.523-1.191 2.768-2.693 2.854l-0.008 0zM11.026 20.163c-1.511-0.099-2.699-1.349-2.699-2.877 0-0.051 0.001-0.102 0.004-0.153l-0 0.007c-0.003-0.048-0.005-0.104-0.005-0.161 0-1.525 1.19-2.771 2.692-2.862l0.008-0c1.509 0.082 2.701 1.325 2.701 2.847 0 0.062-0.002 0.123-0.006 0.184l0-0.008c0.003 0.048 0.005 0.104 0.005 0.161 0 1.525-1.19 2.771-2.692 2.862l-0.008 0zM26.393 6.465c-1.763-0.832-3.811-1.49-5.955-1.871l-0.149-0.022c-0.005-0.001-0.011-0.002-0.017-0.002-0.035 0-0.065 0.019-0.081 0.047l-0 0c-0.234 0.411-0.488 0.924-0.717 1.45l-0.043 0.111c-1.030-0.165-2.218-0.259-3.428-0.259s-2.398 0.094-3.557 0.275l0.129-0.017c-0.27-0.63-0.528-1.142-0.813-1.638l0.041 0.077c-0.017-0.029-0.048-0.047-0.083-0.047-0.005 0-0.011 0-0.016 0.001l0.001-0c-2.293 0.403-4.342 1.060-6.256 1.957l0.151-0.064c-0.017 0.007-0.031 0.019-0.040 0.034l-0 0c-2.854 4.041-4.562 9.069-4.562 14.496 0 0.907 0.048 1.802 0.141 2.684l-0.009-0.11c0.003 0.029 0.018 0.053 0.039 0.070l0 0c2.14 1.601 4.628 2.891 7.313 3.738l0.176 0.048c0.008 0.003 0.018 0.004 0.028 0.004 0.032 0 0.060-0.015 0.077-0.038l0-0c0.535-0.72 1.044-1.536 1.485-2.392l0.047-0.1c0.006-0.012 0.010-0.027 0.010-0.043 0-0.041-0.026-0.075-0.062-0.089l-0.001-0c-0.912-0.352-1.683-0.727-2.417-1.157l0.077 0.042c-0.029-0.017-0.048-0.048-0.048-0.083 0-0.031 0.015-0.059 0.038-0.076l0-0c0.157-0.118 0.315-0.24 0.465-0.364 0.016-0.013 0.037-0.021 0.059-0.021 0.014 0 0.027 0.003 0.038 0.008l-0.001-0c2.208 1.061 4.8 1.681 7.536 1.681s5.329-0.62 7.643-1.727l-0.107 0.046c0.012-0.006 0.025-0.009 0.040-0.009 0.022 0 0.043 0.008 0.059 0.021l-0-0c0.15 0.124 0.307 0.248 0.466 0.365 0.023 0.018 0.038 0.046 0.038 0.077 0 0.035-0.019 0.065-0.046 0.082l-0 0c-0.661 0.395-1.432 0.769-2.235 1.078l-0.105 0.036c-0.036 0.014-0.062 0.049-0.062 0.089 0 0.016 0.004 0.031 0.011 0.044l-0-0.001c0.501 0.96 1.009 1.775 1.571 2.548l-0.040-0.057c0.017 0.024 0.046 0.040 0.077 0.040 0.010 0 0.020-0.002 0.029-0.004l-0.001 0c2.865-0.892 5.358-2.182 7.566-3.832l-0.065 0.047c0.022-0.016 0.036-0.041 0.039-0.069l0-0c0.087-0.784 0.136-1.694 0.136-2.615 0-5.415-1.712-10.43-4.623-14.534l0.052 0.078c-0.008-0.016-0.022-0.029-0.038-0.036l-0-0z"
18
+ }
19
+ )
20
+ ]
21
+ }
22
+ );
23
+ export {
24
+ o as default
25
+ };
@@ -0,0 +1,29 @@
1
+ import { j as s } from "../../../_virtual/jsx-runtime.js";
2
+ const l = ({ size: r = 24, color: e = "currentColor", ...t }) => /* @__PURE__ */ s.jsxs(
3
+ "svg",
4
+ {
5
+ width: r,
6
+ height: r,
7
+ viewBox: "0 0 192 192",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
11
+ children: [
12
+ /* @__PURE__ */ s.jsx(
13
+ "path",
14
+ {
15
+ stroke: e,
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round",
18
+ strokeWidth: "12",
19
+ d: "m68 138-8 16c-10.19-4.246-20.742-8.492-31.96-15.8-3.912-2.549-6.284-6.88-6.378-11.548-.488-23.964 5.134-48.056 19.369-73.528 1.863-3.334 4.967-5.778 8.567-7.056C58.186 43.02 64.016 40.664 74 39l6 11s6-2 16-2 16 2 16 2l6-11c9.984 1.664 15.814 4.02 24.402 7.068 3.6 1.278 6.704 3.722 8.567 7.056 14.235 25.472 19.857 49.564 19.37 73.528-.095 4.668-2.467 8.999-6.379 11.548-11.218 7.308-21.769 11.554-31.96 15.8l-8-16m-68-8s20 10 40 10 40-10 40-10"
20
+ }
21
+ ),
22
+ /* @__PURE__ */ s.jsx("ellipse", { cx: "71", cy: "101", fill: e, rx: "13", ry: "15" }),
23
+ /* @__PURE__ */ s.jsx("ellipse", { cx: "121", cy: "101", fill: e, rx: "13", ry: "15" })
24
+ ]
25
+ }
26
+ );
27
+ export {
28
+ l as default
29
+ };
@@ -0,0 +1,24 @@
1
+ import { j as L } from "../../../_virtual/jsx-runtime.js";
2
+ const t = ({ size: C = 24, color: e = "currentColor", ...l }) => /* @__PURE__ */ L.jsx(
3
+ "svg",
4
+ {
5
+ width: C,
6
+ height: C,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...l,
11
+ children: /* @__PURE__ */ L.jsx(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M1.60603 6.08062C2.11366 5.86307 2.70154 6.09822 2.9191 6.60585L1.99995 6.99977C2.9191 6.60585 2.91924 6.60618 2.9191 6.60585L2.91858 6.60465C2.9183 6.604 2.91851 6.60447 2.91858 6.60465L2.9225 6.61351C2.92651 6.62253 2.93339 6.63785 2.94319 6.65905C2.96278 6.70147 2.99397 6.76735 3.03696 6.85334C3.12302 7.02546 3.25594 7.27722 3.43737 7.58203C3.80137 8.19355 4.35439 9.00801 5.10775 9.81932C5.28532 10.0105 5.47324 10.2009 5.67173 10.3878C5.68003 10.3954 5.68823 10.4031 5.69633 10.4109C7.18102 11.8012 9.25227 12.9998 12 12.9998C13.2089 12.9998 14.2783 12.769 15.2209 12.398C16.4469 11.9154 17.4745 11.1889 18.3156 10.3995C19.2652 9.50815 19.9627 8.54981 20.4232 7.81076C20.6526 7.44268 20.8207 7.13295 20.9299 6.91886C20.9844 6.81192 21.0241 6.72919 21.0491 6.67538C21.0617 6.64848 21.0706 6.62884 21.0758 6.61704L21.0808 6.60585C21.2985 6.0985 21.8864 5.86312 22.3939 6.08062C22.9015 6.29818 23.1367 6.88606 22.9191 7.39369L22 6.99977C22.9191 7.39369 22.9192 7.39346 22.9191 7.39369L22.9169 7.39871L22.9134 7.40693L22.9019 7.43278C22.8924 7.4541 22.879 7.48354 22.8618 7.52048C22.8274 7.59434 22.7774 7.69831 22.7115 7.8275C22.5799 8.08566 22.384 8.44584 22.1206 8.86844C21.718 9.5146 21.152 10.316 20.4096 11.1241L21.2071 11.9215C21.5976 12.312 21.5976 12.9452 21.2071 13.3357C20.8165 13.7262 20.1834 13.7262 19.7928 13.3357L18.9527 12.4955C18.3884 12.9513 17.757 13.3811 17.0558 13.752L17.8381 14.9544C18.1393 15.4173 18.0083 16.0367 17.5453 16.338C17.0824 16.6392 16.463 16.5081 16.1618 16.0452L15.1763 14.5306C14.4973 14.7388 13.772 14.8863 13 14.9554V16.4998C13 17.0521 12.5522 17.4998 12 17.4998C11.4477 17.4998 11 17.0521 11 16.4998V14.9556C10.2253 14.8864 9.50014 14.7386 8.82334 14.531L7.83814 16.0452C7.53693 16.5081 6.91748 16.6392 6.45457 16.338C5.99165 16.0367 5.86056 15.4173 6.16177 14.9544L6.94417 13.7519C6.24405 13.3814 5.61245 12.9515 5.04746 12.4953L4.20706 13.3357C3.81654 13.7262 3.18337 13.7262 2.79285 13.3357C2.40232 12.9452 2.40232 12.312 2.79285 11.9215L3.59029 11.1241C2.74529 10.2043 2.12772 9.292 1.71879 8.605C1.5096 8.25356 1.35345 7.95845 1.2481 7.74776C1.19539 7.64234 1.15529 7.55783 1.12752 7.49771C1.11363 7.46765 1.10282 7.44366 1.09505 7.42618L1.08566 7.4049L1.08267 7.39801L1.0816 7.39553L1.08117 7.39453C1.08098 7.39409 1.08081 7.39369 1.99995 6.99977L1.08117 7.39453C0.863613 6.8869 1.0984 6.29818 1.60603 6.08062Z",
17
+ fill: e
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ t as default
24
+ };
@@ -0,0 +1,33 @@
1
+ import { j as C } from "../../../_virtual/jsx-runtime.js";
2
+ const s = ({ size: l = 24, color: e = "currentColor", ...t }) => /* @__PURE__ */ C.jsxs(
3
+ "svg",
4
+ {
5
+ width: l,
6
+ height: l,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
11
+ children: [
12
+ /* @__PURE__ */ C.jsx(
13
+ "path",
14
+ {
15
+ d: "M9.75 12C9.75 10.7574 10.7574 9.75 12 9.75C13.2426 9.75 14.25 10.7574 14.25 12C14.25 13.2426 13.2426 14.25 12 14.25C10.7574 14.25 9.75 13.2426 9.75 12Z",
16
+ fill: e
17
+ }
18
+ ),
19
+ /* @__PURE__ */ C.jsx(
20
+ "path",
21
+ {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M2 12C2 13.6394 2.42496 14.1915 3.27489 15.2957C4.97196 17.5004 7.81811 20 12 20C16.1819 20 19.028 17.5004 20.7251 15.2957C21.575 14.1915 22 13.6394 22 12C22 10.3606 21.575 9.80853 20.7251 8.70433C19.028 6.49956 16.1819 4 12 4C7.81811 4 4.97196 6.49956 3.27489 8.70433C2.42496 9.80853 2 10.3606 2 12ZM12 8.25C9.92893 8.25 8.25 9.92893 8.25 12C8.25 14.0711 9.92893 15.75 12 15.75C14.0711 15.75 15.75 14.0711 15.75 12C15.75 9.92893 14.0711 8.25 12 8.25Z",
25
+ fill: e
26
+ }
27
+ )
28
+ ]
29
+ }
30
+ );
31
+ export {
32
+ s as default
33
+ };
@@ -0,0 +1,37 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const n = ({ size: o = 24, color: e = "currentColor", ...r }) => /* @__PURE__ */ t.jsxs(
3
+ "svg",
4
+ {
5
+ width: o,
6
+ height: o,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...r,
11
+ children: [
12
+ /* @__PURE__ */ t.jsx(
13
+ "path",
14
+ {
15
+ d: "M15.0007 12C15.0007 13.6569 13.6576 15 12.0007 15C10.3439 15 9.00073 13.6569 9.00073 12C9.00073 10.3431 10.3439 9 12.0007 9C13.6576 9 15.0007 10.3431 15.0007 12Z",
16
+ stroke: e,
17
+ strokeWidth: "2",
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round"
20
+ }
21
+ ),
22
+ /* @__PURE__ */ t.jsx(
23
+ "path",
24
+ {
25
+ d: "M12.0012 5C7.52354 5 3.73326 7.94288 2.45898 12C3.73324 16.0571 7.52354 19 12.0012 19C16.4788 19 20.2691 16.0571 21.5434 12C20.2691 7.94291 16.4788 5 12.0012 5Z",
26
+ stroke: e,
27
+ strokeWidth: "2",
28
+ strokeLinecap: "round",
29
+ strokeLinejoin: "round"
30
+ }
31
+ )
32
+ ]
33
+ }
34
+ );
35
+ export {
36
+ n as default
37
+ };
@@ -0,0 +1,23 @@
1
+ import { j as o } from "../../../_virtual/jsx-runtime.js";
2
+ const h = ({ size: l = 24, color: t = "currentColor", ...c }) => /* @__PURE__ */ o.jsx(
3
+ "svg",
4
+ {
5
+ width: l,
6
+ height: l,
7
+ viewBox: "-143 145 512 512",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...c,
11
+ children: /* @__PURE__ */ o.jsx(
12
+ "path",
13
+ {
14
+ fill: t,
15
+ d: `M-143,145v512h512V145H-143z M169.5,357.6l-2.9,38.3h-39.3v133H77.7v-133H51.2v-38.3h26.5v-25.7c0-11.3,0.3-28.8,8.5-39.7
16
+ c8.7-11.5,20.6-19.3,41.1-19.3c33.4,0,47.4,4.8,47.4,4.8l-6.6,39.2c0,0-11-3.2-21.3-3.2c-10.3,0-19.5,3.7-19.5,14v29.9H169.5z`
17
+ }
18
+ )
19
+ }
20
+ );
21
+ export {
22
+ h as default
23
+ };
@@ -0,0 +1,33 @@
1
+ import { j as C } from "../../../_virtual/jsx-runtime.js";
2
+ const o = ({ size: e = 24, color: l = "currentColor", ...t }) => /* @__PURE__ */ C.jsxs(
3
+ "svg",
4
+ {
5
+ width: e,
6
+ height: e,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
11
+ children: [
12
+ /* @__PURE__ */ C.jsx(
13
+ "path",
14
+ {
15
+ d: "M17.3 9.6C17.6314 9.15817 17.5418 8.53137 17.1 8.2C16.6582 7.86863 16.0314 7.95817 15.7 8.4L13.3918 11.4776L11.2071 9.29289C11.0021 9.08791 10.7183 8.98197 10.4291 9.00252C10.1399 9.02307 9.87393 9.16809 9.7 9.4L6.7 13.4C6.36863 13.8418 6.45817 14.4686 6.9 14.8C7.34183 15.1314 7.96863 15.0418 8.3 14.6L10.6082 11.5224L12.7929 13.7071C12.9979 13.9121 13.2817 14.018 13.5709 13.9975C13.8601 13.9769 14.1261 13.8319 14.3 13.6L17.3 9.6Z",
16
+ fill: l
17
+ }
18
+ ),
19
+ /* @__PURE__ */ C.jsx(
20
+ "path",
21
+ {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M12 23C10.7764 23 10.0994 22.8687 9 22.5L6.89443 23.5528C5.56462 24.2177 4 23.2507 4 21.7639V19.5C1.84655 17.492 1 15.1767 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23ZM6 18.6303L5.36395 18.0372C3.69087 16.4772 3 14.7331 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C11.0143 21 10.552 20.911 9.63595 20.6038L8.84847 20.3397L6 21.7639V18.6303Z",
25
+ fill: l
26
+ }
27
+ )
28
+ ]
29
+ }
30
+ );
31
+ export {
32
+ o as default
33
+ };
@@ -0,0 +1,24 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ const i = ({ size: C = 24, color: l = "currentColor", ...o }) => /* @__PURE__ */ e.jsx(
3
+ "svg",
4
+ {
5
+ width: C,
6
+ height: C,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...o,
11
+ children: /* @__PURE__ */ e.jsx(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M20 1C21.6569 1 23 2.34315 23 4V20C23 21.6569 21.6569 23 20 23H4C2.34315 23 1 21.6569 1 20V4C1 2.34315 2.34315 1 4 1H20ZM20 3C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H15V13.9999H17.0762C17.5066 13.9999 17.8887 13.7245 18.0249 13.3161L18.4679 11.9871C18.6298 11.5014 18.2683 10.9999 17.7564 10.9999H15V8.99992C15 8.49992 15.5 7.99992 16 7.99992H18C18.5523 7.99992 19 7.5522 19 6.99992V6.31393C19 5.99091 18.7937 5.7013 18.4813 5.61887C17.1705 5.27295 16 5.27295 16 5.27295C13.5 5.27295 12 6.99992 12 8.49992V10.9999H10C9.44772 10.9999 9 11.4476 9 11.9999V12.9999C9 13.5522 9.44771 13.9999 10 13.9999H12V21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3H20Z",
17
+ fill: l
18
+ }
19
+ )
20
+ }
21
+ );
22
+ export {
23
+ i as default
24
+ };
@@ -0,0 +1,22 @@
1
+ import { j as t } from "../../../_virtual/jsx-runtime.js";
2
+ const s = ({ size: o = 24, color: l = "currentColor", ...e }) => /* @__PURE__ */ t.jsx(
3
+ "svg",
4
+ {
5
+ width: o,
6
+ height: o,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: /* @__PURE__ */ t.jsx(
12
+ "path",
13
+ {
14
+ fill: l,
15
+ d: "M12 2.03998C6.5 2.03998 2 6.52998 2 12.06C2 17.06 5.66 21.21 10.44 21.96V14.96H7.9V12.06H10.44V9.84998C10.44 7.33998 11.93 5.95998 14.22 5.95998C15.31 5.95998 16.45 6.14998 16.45 6.14998V8.61998H15.19C13.95 8.61998 13.56 9.38998 13.56 10.18V12.06H16.34L15.89 14.96H13.56V21.96C15.9164 21.5878 18.0622 20.3855 19.6099 18.57C21.1576 16.7546 22.0054 14.4456 22 12.06C22 6.52998 17.5 2.03998 12 2.03998Z"
16
+ }
17
+ )
18
+ }
19
+ );
20
+ export {
21
+ s as default
22
+ };