@ctlyst.id/icons 2.8.11 → 3.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-GRXA7IYT.mjs +3 -0
- package/dist/chunk-GRXA7IYT.mjs.map +1 -0
- package/dist/chunk-GXYYN7B4.js +3 -0
- package/dist/chunk-GXYYN7B4.js.map +1 -0
- package/dist/chunk-KMMV7B4Q.js +3 -0
- package/dist/chunk-KMMV7B4Q.js.map +1 -0
- package/dist/chunk-NVOSOIDC.mjs +3 -0
- package/dist/chunk-NVOSOIDC.mjs.map +1 -0
- package/dist/chunk-QGZYLGD2.mjs +3 -0
- package/dist/chunk-QGZYLGD2.mjs.map +1 -0
- package/dist/chunk-XFMUWTC2.js +3 -0
- package/dist/chunk-XFMUWTC2.js.map +1 -0
- package/dist/chunk-Z43EEDP6.mjs +2 -0
- package/dist/chunk-Z43EEDP6.mjs.map +1 -0
- package/dist/chunk-ZKLTM63K.js +2 -0
- package/dist/chunk-ZKLTM63K.js.map +1 -0
- package/dist/index.d.mts +6 -477
- package/dist/index.d.ts +6 -477
- package/dist/index.js +2 -7328
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -7006
- package/dist/index.mjs.map +1 -1
- package/dist/outline.d.mts +307 -0
- package/dist/outline.d.ts +307 -0
- package/dist/outline.js +2 -0
- package/dist/outline.js.map +1 -0
- package/dist/outline.mjs +2 -0
- package/dist/outline.mjs.map +1 -0
- package/dist/social-icons.d.mts +50 -0
- package/dist/social-icons.d.ts +50 -0
- package/dist/social-icons.js +2 -0
- package/dist/social-icons.js.map +1 -0
- package/dist/social-icons.mjs +2 -0
- package/dist/social-icons.mjs.map +1 -0
- package/dist/solid.d.mts +133 -0
- package/dist/solid.d.ts +133 -0
- package/dist/solid.js +2 -0
- package/dist/solid.js.map +1 -0
- package/dist/solid.mjs +2 -0
- package/dist/solid.mjs.map +1 -0
- package/dist/v2.js +2 -2826
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +2 -2687
- package/dist/v2.mjs.map +1 -1
- package/package.json +27 -6
- package/dist/chunk-I6TGOPV6.mjs +0 -28
- package/dist/chunk-I6TGOPV6.mjs.map +0 -1
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { B as BaseIconProps } from './types-CNq5nXnT.mjs';
|
|
3
|
+
import '@ctlyst.id/voila-ui-core';
|
|
4
|
+
import 'react';
|
|
5
|
+
|
|
6
|
+
declare const Apple: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
7
|
+
|
|
8
|
+
declare const AppleColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
9
|
+
|
|
10
|
+
declare const Facebook: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
|
|
12
|
+
declare const FacebookColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
13
|
+
|
|
14
|
+
declare const Google: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
15
|
+
|
|
16
|
+
declare const GoogleColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
17
|
+
|
|
18
|
+
declare const Instagram: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
19
|
+
|
|
20
|
+
declare const InstagramColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
21
|
+
|
|
22
|
+
declare const Linkedin: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
23
|
+
|
|
24
|
+
declare const LinkedinColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
25
|
+
|
|
26
|
+
declare const Messenger: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
27
|
+
|
|
28
|
+
declare const MessengerColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
29
|
+
|
|
30
|
+
declare const Telegram: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
31
|
+
|
|
32
|
+
declare const TelegramColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
33
|
+
|
|
34
|
+
declare const Tiktok: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
35
|
+
|
|
36
|
+
declare const TiktokColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
37
|
+
|
|
38
|
+
declare const Twitter: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
39
|
+
|
|
40
|
+
declare const TwitterColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
41
|
+
|
|
42
|
+
declare const Whatsapp: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
43
|
+
|
|
44
|
+
declare const WhatsappColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
45
|
+
|
|
46
|
+
declare const Youtube: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
47
|
+
|
|
48
|
+
declare const YoutubeColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
49
|
+
|
|
50
|
+
export { Apple as IconApple, AppleColor as IconAppleColor, Facebook as IconFacebook, FacebookColor as IconFacebookColor, Google as IconGoogle, GoogleColor as IconGoogleColor, Instagram as IconInstagram, InstagramColor as IconInstagramColor, Linkedin as IconLinkedin, LinkedinColor as IconLinkedinColor, Messenger as IconMessenger, MessengerColor as IconMessengerColor, Telegram as IconTelegram, TelegramColor as IconTelegramColor, Tiktok as IconTiktok, TiktokColor as IconTiktokColor, Twitter as IconTwitter, TwitterColor as IconTwitterColor, Whatsapp as IconWhatsapp, WhatsappColor as IconWhatsappColor, Youtube as IconYoutube, YoutubeColor as IconYoutubeColor };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { B as BaseIconProps } from './types-CNq5nXnT.js';
|
|
3
|
+
import '@ctlyst.id/voila-ui-core';
|
|
4
|
+
import 'react';
|
|
5
|
+
|
|
6
|
+
declare const Apple: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
7
|
+
|
|
8
|
+
declare const AppleColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
9
|
+
|
|
10
|
+
declare const Facebook: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
|
|
12
|
+
declare const FacebookColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
13
|
+
|
|
14
|
+
declare const Google: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
15
|
+
|
|
16
|
+
declare const GoogleColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
17
|
+
|
|
18
|
+
declare const Instagram: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
19
|
+
|
|
20
|
+
declare const InstagramColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
21
|
+
|
|
22
|
+
declare const Linkedin: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
23
|
+
|
|
24
|
+
declare const LinkedinColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
25
|
+
|
|
26
|
+
declare const Messenger: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
27
|
+
|
|
28
|
+
declare const MessengerColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
29
|
+
|
|
30
|
+
declare const Telegram: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
31
|
+
|
|
32
|
+
declare const TelegramColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
33
|
+
|
|
34
|
+
declare const Tiktok: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
35
|
+
|
|
36
|
+
declare const TiktokColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
37
|
+
|
|
38
|
+
declare const Twitter: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
39
|
+
|
|
40
|
+
declare const TwitterColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
41
|
+
|
|
42
|
+
declare const Whatsapp: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
43
|
+
|
|
44
|
+
declare const WhatsappColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
45
|
+
|
|
46
|
+
declare const Youtube: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
47
|
+
|
|
48
|
+
declare const YoutubeColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
49
|
+
|
|
50
|
+
export { Apple as IconApple, AppleColor as IconAppleColor, Facebook as IconFacebook, FacebookColor as IconFacebookColor, Google as IconGoogle, GoogleColor as IconGoogleColor, Instagram as IconInstagram, InstagramColor as IconInstagramColor, Linkedin as IconLinkedin, LinkedinColor as IconLinkedinColor, Messenger as IconMessenger, MessengerColor as IconMessengerColor, Telegram as IconTelegram, TelegramColor as IconTelegramColor, Tiktok as IconTiktok, TiktokColor as IconTiktokColor, Twitter as IconTwitter, TwitterColor as IconTwitterColor, Whatsapp as IconWhatsapp, WhatsappColor as IconWhatsappColor, Youtube as IconYoutube, YoutubeColor as IconYoutubeColor };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
'use strict';var chunkGXYYN7B4_js=require('./chunk-GXYYN7B4.js');Object.defineProperty(exports,"IconApple",{enumerable:true,get:function(){return chunkGXYYN7B4_js.a}});Object.defineProperty(exports,"IconAppleColor",{enumerable:true,get:function(){return chunkGXYYN7B4_js.b}});Object.defineProperty(exports,"IconFacebook",{enumerable:true,get:function(){return chunkGXYYN7B4_js.c}});Object.defineProperty(exports,"IconFacebookColor",{enumerable:true,get:function(){return chunkGXYYN7B4_js.d}});Object.defineProperty(exports,"IconGoogle",{enumerable:true,get:function(){return chunkGXYYN7B4_js.e}});Object.defineProperty(exports,"IconGoogleColor",{enumerable:true,get:function(){return chunkGXYYN7B4_js.f}});Object.defineProperty(exports,"IconInstagram",{enumerable:true,get:function(){return chunkGXYYN7B4_js.g}});Object.defineProperty(exports,"IconInstagramColor",{enumerable:true,get:function(){return chunkGXYYN7B4_js.h}});Object.defineProperty(exports,"IconLinkedin",{enumerable:true,get:function(){return chunkGXYYN7B4_js.i}});Object.defineProperty(exports,"IconLinkedinColor",{enumerable:true,get:function(){return chunkGXYYN7B4_js.j}});Object.defineProperty(exports,"IconMessenger",{enumerable:true,get:function(){return chunkGXYYN7B4_js.k}});Object.defineProperty(exports,"IconMessengerColor",{enumerable:true,get:function(){return chunkGXYYN7B4_js.l}});Object.defineProperty(exports,"IconTelegram",{enumerable:true,get:function(){return chunkGXYYN7B4_js.m}});Object.defineProperty(exports,"IconTelegramColor",{enumerable:true,get:function(){return chunkGXYYN7B4_js.n}});Object.defineProperty(exports,"IconTiktok",{enumerable:true,get:function(){return chunkGXYYN7B4_js.o}});Object.defineProperty(exports,"IconTiktokColor",{enumerable:true,get:function(){return chunkGXYYN7B4_js.p}});Object.defineProperty(exports,"IconTwitter",{enumerable:true,get:function(){return chunkGXYYN7B4_js.q}});Object.defineProperty(exports,"IconTwitterColor",{enumerable:true,get:function(){return chunkGXYYN7B4_js.r}});Object.defineProperty(exports,"IconWhatsapp",{enumerable:true,get:function(){return chunkGXYYN7B4_js.s}});Object.defineProperty(exports,"IconWhatsappColor",{enumerable:true,get:function(){return chunkGXYYN7B4_js.t}});Object.defineProperty(exports,"IconYoutube",{enumerable:true,get:function(){return chunkGXYYN7B4_js.u}});Object.defineProperty(exports,"IconYoutubeColor",{enumerable:true,get:function(){return chunkGXYYN7B4_js.v}});//# sourceMappingURL=social-icons.js.map
|
|
2
|
+
//# sourceMappingURL=social-icons.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"social-icons.js"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export{a as IconApple,b as IconAppleColor,c as IconFacebook,d as IconFacebookColor,e as IconGoogle,f as IconGoogleColor,g as IconInstagram,h as IconInstagramColor,i as IconLinkedin,j as IconLinkedinColor,k as IconMessenger,l as IconMessengerColor,m as IconTelegram,n as IconTelegramColor,o as IconTiktok,p as IconTiktokColor,q as IconTwitter,r as IconTwitterColor,s as IconWhatsapp,t as IconWhatsappColor,u as IconYoutube,v as IconYoutubeColor}from'./chunk-GRXA7IYT.mjs';//# sourceMappingURL=social-icons.mjs.map
|
|
2
|
+
//# sourceMappingURL=social-icons.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"social-icons.mjs"}
|
package/dist/solid.d.mts
ADDED
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { B as BaseIconProps } from './types-CNq5nXnT.mjs';
|
|
3
|
+
import '@ctlyst.id/voila-ui-core';
|
|
4
|
+
|
|
5
|
+
declare const BagSolid: FC<BaseIconProps>;
|
|
6
|
+
|
|
7
|
+
declare const BarcodeSolid: FC<BaseIconProps>;
|
|
8
|
+
|
|
9
|
+
declare const BellSolid: FC<BaseIconProps>;
|
|
10
|
+
|
|
11
|
+
declare const BoxSolid: FC<BaseIconProps>;
|
|
12
|
+
|
|
13
|
+
declare const BrokenImageSolid: FC<BaseIconProps>;
|
|
14
|
+
|
|
15
|
+
declare const CalendarEventSolid: FC<BaseIconProps>;
|
|
16
|
+
|
|
17
|
+
declare const CalendarSolid: FC<BaseIconProps>;
|
|
18
|
+
|
|
19
|
+
declare const CallSolid: FC<BaseIconProps>;
|
|
20
|
+
|
|
21
|
+
declare const CardSolid: FC<BaseIconProps>;
|
|
22
|
+
|
|
23
|
+
declare const CategoryDesignersSolid: FC<BaseIconProps>;
|
|
24
|
+
|
|
25
|
+
declare const CategorySolid: FC<BaseIconProps>;
|
|
26
|
+
|
|
27
|
+
declare const ChatCsSolid: FC<BaseIconProps>;
|
|
28
|
+
|
|
29
|
+
declare const ChatSolid: FC<BaseIconProps>;
|
|
30
|
+
|
|
31
|
+
declare const CheckFileSolid: FC<BaseIconProps>;
|
|
32
|
+
|
|
33
|
+
declare const CheckShieldSolid: FC<BaseIconProps>;
|
|
34
|
+
|
|
35
|
+
declare const CheckboxSolid: FC<BaseIconProps>;
|
|
36
|
+
|
|
37
|
+
declare const ClockSolid: FC<BaseIconProps>;
|
|
38
|
+
|
|
39
|
+
declare const ContactBookSolid: FC<BaseIconProps>;
|
|
40
|
+
|
|
41
|
+
declare const DeliverySolid: FC<BaseIconProps>;
|
|
42
|
+
|
|
43
|
+
declare const DiscountSolid: FC<BaseIconProps>;
|
|
44
|
+
|
|
45
|
+
declare const DocumentSolid: FC<BaseIconProps>;
|
|
46
|
+
|
|
47
|
+
declare const EnvelopeSolid: FC<BaseIconProps>;
|
|
48
|
+
|
|
49
|
+
declare const ErrorSolid: FC<BaseIconProps>;
|
|
50
|
+
|
|
51
|
+
declare const FastTruckSolid: FC<BaseIconProps>;
|
|
52
|
+
|
|
53
|
+
declare const HalfStarSolid: FC<BaseIconProps>;
|
|
54
|
+
|
|
55
|
+
declare const HandphoneSolid: FC<BaseIconProps>;
|
|
56
|
+
|
|
57
|
+
declare const HeartSolid: FC<BaseIconProps>;
|
|
58
|
+
|
|
59
|
+
declare const HelpSolid: FC<BaseIconProps>;
|
|
60
|
+
|
|
61
|
+
declare const HomeSolid: FC<BaseIconProps>;
|
|
62
|
+
|
|
63
|
+
declare const HouseSolid: FC<BaseIconProps>;
|
|
64
|
+
|
|
65
|
+
declare const ImageNotFoundSolid: FC<BaseIconProps>;
|
|
66
|
+
|
|
67
|
+
declare const InfoSolid: FC<BaseIconProps>;
|
|
68
|
+
|
|
69
|
+
declare const ListSolid: FC<BaseIconProps>;
|
|
70
|
+
|
|
71
|
+
declare const LockSolid: FC<BaseIconProps>;
|
|
72
|
+
|
|
73
|
+
declare const MapMarkerSolid: FC<BaseIconProps>;
|
|
74
|
+
|
|
75
|
+
declare const MembershipRewardSolid: FC<BaseIconProps>;
|
|
76
|
+
|
|
77
|
+
declare const MinusSolid: FC<BaseIconProps>;
|
|
78
|
+
|
|
79
|
+
declare const MuteSolid: FC<BaseIconProps>;
|
|
80
|
+
|
|
81
|
+
declare const PlaySolid: FC<BaseIconProps>;
|
|
82
|
+
|
|
83
|
+
declare const PlusSolid: FC<BaseIconProps>;
|
|
84
|
+
|
|
85
|
+
declare const PointSolid: FC<BaseIconProps>;
|
|
86
|
+
|
|
87
|
+
declare const PrintSolid: FC<BaseIconProps>;
|
|
88
|
+
|
|
89
|
+
declare const ProfileSolid: FC<BaseIconProps>;
|
|
90
|
+
|
|
91
|
+
declare const PruchaseHistorySolid: FC<BaseIconProps>;
|
|
92
|
+
|
|
93
|
+
declare const RadioOnSolid: FC<BaseIconProps>;
|
|
94
|
+
|
|
95
|
+
declare const RedeemPointsSolid: FC<BaseIconProps>;
|
|
96
|
+
|
|
97
|
+
declare const RewardSolid$1: FC<BaseIconProps>;
|
|
98
|
+
|
|
99
|
+
declare const RewardSolid: FC<BaseIconProps>;
|
|
100
|
+
|
|
101
|
+
declare const SearchSolid: FC<BaseIconProps>;
|
|
102
|
+
|
|
103
|
+
declare const SettingSolid: FC<BaseIconProps>;
|
|
104
|
+
|
|
105
|
+
declare const StarSolid: FC<BaseIconProps>;
|
|
106
|
+
|
|
107
|
+
declare const SuccessSolid: FC<BaseIconProps>;
|
|
108
|
+
|
|
109
|
+
declare const TapSolid: FC<BaseIconProps>;
|
|
110
|
+
|
|
111
|
+
declare const ThumbSolid: FC<BaseIconProps>;
|
|
112
|
+
|
|
113
|
+
declare const TrashSolid: FC<BaseIconProps>;
|
|
114
|
+
|
|
115
|
+
declare const TruckSolid: FC<BaseIconProps>;
|
|
116
|
+
|
|
117
|
+
declare const VerifiedSolid: FC<BaseIconProps>;
|
|
118
|
+
|
|
119
|
+
declare const VoilaMarketplace: FC<BaseIconProps>;
|
|
120
|
+
|
|
121
|
+
declare const Volume1Solid: FC<BaseIconProps>;
|
|
122
|
+
|
|
123
|
+
declare const Volume2Solid: FC<BaseIconProps>;
|
|
124
|
+
|
|
125
|
+
declare const VoucherSolid: FC<BaseIconProps>;
|
|
126
|
+
|
|
127
|
+
declare const WalletSolid: FC<BaseIconProps>;
|
|
128
|
+
|
|
129
|
+
declare const WarningDocumentSolid: FC<BaseIconProps>;
|
|
130
|
+
|
|
131
|
+
declare const WarningSolid: FC<BaseIconProps>;
|
|
132
|
+
|
|
133
|
+
export { BagSolid as IconBagSolid, BarcodeSolid as IconBarcodeSolid, BellSolid as IconBellSolid, BoxSolid as IconBoxSolid, BrokenImageSolid as IconBrokenImageSolid, CalendarEventSolid as IconCalendarEventSolid, CalendarSolid as IconCalendarSolid, CallSolid as IconCallSolid, CardSolid as IconCardSolid, CategoryDesignersSolid as IconCategoryDesignersSolid, CategorySolid as IconCategorySolid, ChatCsSolid as IconChatCsSolid, ChatSolid as IconChatSolid, CheckFileSolid as IconCheckFileSolid, CheckShieldSolid as IconCheckShieldSolid, CheckboxSolid as IconCheckboxSolid, ClockSolid as IconClockSolid, ContactBookSolid as IconContactBookSolid, DeliverySolid as IconDeliverySolid, DiscountSolid as IconDiscountSolid, DocumentSolid as IconDocumentSolid, EnvelopeSolid as IconEnvelopeSolid, ErrorSolid as IconErrorSolid, FastTruckSolid as IconFastTruckSolid, HalfStarSolid as IconHalfStarSolid, HandphoneSolid as IconHandphoneSolid, HeartSolid as IconHearSolid, HeartSolid as IconHeartSolid, HelpSolid as IconHelpSolid, HomeSolid as IconHomeSolid, HouseSolid as IconHouseSolid, ImageNotFoundSolid as IconImageNotFoundSolid, InfoSolid as IconInfoSolid, ListSolid as IconListSolid, LockSolid as IconLockSolid, MapMarkerSolid as IconMapMarkerSolid, MembershipRewardSolid as IconMembershipRewardSolid, MinusSolid as IconMinusSolid, MuteSolid as IconMuteSolid, PlaySolid as IconPlaySolid, PlusSolid as IconPlusSolid, PointSolid as IconPointSolid, PrintSolid as IconPrintSolid, ProfileSolid as IconProfileSolid, PruchaseHistorySolid as IconPruchaseHistorySolid, RadioOnSolid as IconRadioOnSolid, RedeemPointsSolid as IconRedeemPointsSolid, RewardSolid$1 as IconRewardSolid, RewardSolid as IconRewardStar, SearchSolid as IconSearchSolid, SettingSolid as IconSettingSolid, StarSolid as IconStarSolid, SuccessSolid as IconSuccessSolid, TapSolid as IconTapSolid, ThumbSolid as IconThumbSolid, TrashSolid as IconTrashSolid, TruckSolid as IconTruckSolid, VerifiedSolid as IconVerifiedSolid, VoilaMarketplace as IconVoilaMarketplace, Volume1Solid as IconVolume1Solid, Volume2Solid as IconVolume2Solid, VoucherSolid as IconVoucherSolid, WalletSolid as IconWalletSolid, WarningDocumentSolid as IconWarningDocumentSolid, WarningSolid as IconWarningSolid };
|
package/dist/solid.d.ts
ADDED
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { B as BaseIconProps } from './types-CNq5nXnT.js';
|
|
3
|
+
import '@ctlyst.id/voila-ui-core';
|
|
4
|
+
|
|
5
|
+
declare const BagSolid: FC<BaseIconProps>;
|
|
6
|
+
|
|
7
|
+
declare const BarcodeSolid: FC<BaseIconProps>;
|
|
8
|
+
|
|
9
|
+
declare const BellSolid: FC<BaseIconProps>;
|
|
10
|
+
|
|
11
|
+
declare const BoxSolid: FC<BaseIconProps>;
|
|
12
|
+
|
|
13
|
+
declare const BrokenImageSolid: FC<BaseIconProps>;
|
|
14
|
+
|
|
15
|
+
declare const CalendarEventSolid: FC<BaseIconProps>;
|
|
16
|
+
|
|
17
|
+
declare const CalendarSolid: FC<BaseIconProps>;
|
|
18
|
+
|
|
19
|
+
declare const CallSolid: FC<BaseIconProps>;
|
|
20
|
+
|
|
21
|
+
declare const CardSolid: FC<BaseIconProps>;
|
|
22
|
+
|
|
23
|
+
declare const CategoryDesignersSolid: FC<BaseIconProps>;
|
|
24
|
+
|
|
25
|
+
declare const CategorySolid: FC<BaseIconProps>;
|
|
26
|
+
|
|
27
|
+
declare const ChatCsSolid: FC<BaseIconProps>;
|
|
28
|
+
|
|
29
|
+
declare const ChatSolid: FC<BaseIconProps>;
|
|
30
|
+
|
|
31
|
+
declare const CheckFileSolid: FC<BaseIconProps>;
|
|
32
|
+
|
|
33
|
+
declare const CheckShieldSolid: FC<BaseIconProps>;
|
|
34
|
+
|
|
35
|
+
declare const CheckboxSolid: FC<BaseIconProps>;
|
|
36
|
+
|
|
37
|
+
declare const ClockSolid: FC<BaseIconProps>;
|
|
38
|
+
|
|
39
|
+
declare const ContactBookSolid: FC<BaseIconProps>;
|
|
40
|
+
|
|
41
|
+
declare const DeliverySolid: FC<BaseIconProps>;
|
|
42
|
+
|
|
43
|
+
declare const DiscountSolid: FC<BaseIconProps>;
|
|
44
|
+
|
|
45
|
+
declare const DocumentSolid: FC<BaseIconProps>;
|
|
46
|
+
|
|
47
|
+
declare const EnvelopeSolid: FC<BaseIconProps>;
|
|
48
|
+
|
|
49
|
+
declare const ErrorSolid: FC<BaseIconProps>;
|
|
50
|
+
|
|
51
|
+
declare const FastTruckSolid: FC<BaseIconProps>;
|
|
52
|
+
|
|
53
|
+
declare const HalfStarSolid: FC<BaseIconProps>;
|
|
54
|
+
|
|
55
|
+
declare const HandphoneSolid: FC<BaseIconProps>;
|
|
56
|
+
|
|
57
|
+
declare const HeartSolid: FC<BaseIconProps>;
|
|
58
|
+
|
|
59
|
+
declare const HelpSolid: FC<BaseIconProps>;
|
|
60
|
+
|
|
61
|
+
declare const HomeSolid: FC<BaseIconProps>;
|
|
62
|
+
|
|
63
|
+
declare const HouseSolid: FC<BaseIconProps>;
|
|
64
|
+
|
|
65
|
+
declare const ImageNotFoundSolid: FC<BaseIconProps>;
|
|
66
|
+
|
|
67
|
+
declare const InfoSolid: FC<BaseIconProps>;
|
|
68
|
+
|
|
69
|
+
declare const ListSolid: FC<BaseIconProps>;
|
|
70
|
+
|
|
71
|
+
declare const LockSolid: FC<BaseIconProps>;
|
|
72
|
+
|
|
73
|
+
declare const MapMarkerSolid: FC<BaseIconProps>;
|
|
74
|
+
|
|
75
|
+
declare const MembershipRewardSolid: FC<BaseIconProps>;
|
|
76
|
+
|
|
77
|
+
declare const MinusSolid: FC<BaseIconProps>;
|
|
78
|
+
|
|
79
|
+
declare const MuteSolid: FC<BaseIconProps>;
|
|
80
|
+
|
|
81
|
+
declare const PlaySolid: FC<BaseIconProps>;
|
|
82
|
+
|
|
83
|
+
declare const PlusSolid: FC<BaseIconProps>;
|
|
84
|
+
|
|
85
|
+
declare const PointSolid: FC<BaseIconProps>;
|
|
86
|
+
|
|
87
|
+
declare const PrintSolid: FC<BaseIconProps>;
|
|
88
|
+
|
|
89
|
+
declare const ProfileSolid: FC<BaseIconProps>;
|
|
90
|
+
|
|
91
|
+
declare const PruchaseHistorySolid: FC<BaseIconProps>;
|
|
92
|
+
|
|
93
|
+
declare const RadioOnSolid: FC<BaseIconProps>;
|
|
94
|
+
|
|
95
|
+
declare const RedeemPointsSolid: FC<BaseIconProps>;
|
|
96
|
+
|
|
97
|
+
declare const RewardSolid$1: FC<BaseIconProps>;
|
|
98
|
+
|
|
99
|
+
declare const RewardSolid: FC<BaseIconProps>;
|
|
100
|
+
|
|
101
|
+
declare const SearchSolid: FC<BaseIconProps>;
|
|
102
|
+
|
|
103
|
+
declare const SettingSolid: FC<BaseIconProps>;
|
|
104
|
+
|
|
105
|
+
declare const StarSolid: FC<BaseIconProps>;
|
|
106
|
+
|
|
107
|
+
declare const SuccessSolid: FC<BaseIconProps>;
|
|
108
|
+
|
|
109
|
+
declare const TapSolid: FC<BaseIconProps>;
|
|
110
|
+
|
|
111
|
+
declare const ThumbSolid: FC<BaseIconProps>;
|
|
112
|
+
|
|
113
|
+
declare const TrashSolid: FC<BaseIconProps>;
|
|
114
|
+
|
|
115
|
+
declare const TruckSolid: FC<BaseIconProps>;
|
|
116
|
+
|
|
117
|
+
declare const VerifiedSolid: FC<BaseIconProps>;
|
|
118
|
+
|
|
119
|
+
declare const VoilaMarketplace: FC<BaseIconProps>;
|
|
120
|
+
|
|
121
|
+
declare const Volume1Solid: FC<BaseIconProps>;
|
|
122
|
+
|
|
123
|
+
declare const Volume2Solid: FC<BaseIconProps>;
|
|
124
|
+
|
|
125
|
+
declare const VoucherSolid: FC<BaseIconProps>;
|
|
126
|
+
|
|
127
|
+
declare const WalletSolid: FC<BaseIconProps>;
|
|
128
|
+
|
|
129
|
+
declare const WarningDocumentSolid: FC<BaseIconProps>;
|
|
130
|
+
|
|
131
|
+
declare const WarningSolid: FC<BaseIconProps>;
|
|
132
|
+
|
|
133
|
+
export { BagSolid as IconBagSolid, BarcodeSolid as IconBarcodeSolid, BellSolid as IconBellSolid, BoxSolid as IconBoxSolid, BrokenImageSolid as IconBrokenImageSolid, CalendarEventSolid as IconCalendarEventSolid, CalendarSolid as IconCalendarSolid, CallSolid as IconCallSolid, CardSolid as IconCardSolid, CategoryDesignersSolid as IconCategoryDesignersSolid, CategorySolid as IconCategorySolid, ChatCsSolid as IconChatCsSolid, ChatSolid as IconChatSolid, CheckFileSolid as IconCheckFileSolid, CheckShieldSolid as IconCheckShieldSolid, CheckboxSolid as IconCheckboxSolid, ClockSolid as IconClockSolid, ContactBookSolid as IconContactBookSolid, DeliverySolid as IconDeliverySolid, DiscountSolid as IconDiscountSolid, DocumentSolid as IconDocumentSolid, EnvelopeSolid as IconEnvelopeSolid, ErrorSolid as IconErrorSolid, FastTruckSolid as IconFastTruckSolid, HalfStarSolid as IconHalfStarSolid, HandphoneSolid as IconHandphoneSolid, HeartSolid as IconHearSolid, HeartSolid as IconHeartSolid, HelpSolid as IconHelpSolid, HomeSolid as IconHomeSolid, HouseSolid as IconHouseSolid, ImageNotFoundSolid as IconImageNotFoundSolid, InfoSolid as IconInfoSolid, ListSolid as IconListSolid, LockSolid as IconLockSolid, MapMarkerSolid as IconMapMarkerSolid, MembershipRewardSolid as IconMembershipRewardSolid, MinusSolid as IconMinusSolid, MuteSolid as IconMuteSolid, PlaySolid as IconPlaySolid, PlusSolid as IconPlusSolid, PointSolid as IconPointSolid, PrintSolid as IconPrintSolid, ProfileSolid as IconProfileSolid, PruchaseHistorySolid as IconPruchaseHistorySolid, RadioOnSolid as IconRadioOnSolid, RedeemPointsSolid as IconRedeemPointsSolid, RewardSolid$1 as IconRewardSolid, RewardSolid as IconRewardStar, SearchSolid as IconSearchSolid, SettingSolid as IconSettingSolid, StarSolid as IconStarSolid, SuccessSolid as IconSuccessSolid, TapSolid as IconTapSolid, ThumbSolid as IconThumbSolid, TrashSolid as IconTrashSolid, TruckSolid as IconTruckSolid, VerifiedSolid as IconVerifiedSolid, VoilaMarketplace as IconVoilaMarketplace, Volume1Solid as IconVolume1Solid, Volume2Solid as IconVolume2Solid, VoucherSolid as IconVoucherSolid, WalletSolid as IconWalletSolid, WarningDocumentSolid as IconWarningDocumentSolid, WarningSolid as IconWarningSolid };
|
package/dist/solid.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
'use strict';var chunkKMMV7B4Q_js=require('./chunk-KMMV7B4Q.js');require('./chunk-ZKLTM63K.js');Object.defineProperty(exports,"IconBagSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.a}});Object.defineProperty(exports,"IconBarcodeSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.b}});Object.defineProperty(exports,"IconBellSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.c}});Object.defineProperty(exports,"IconBoxSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.d}});Object.defineProperty(exports,"IconBrokenImageSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.e}});Object.defineProperty(exports,"IconCalendarEventSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.f}});Object.defineProperty(exports,"IconCalendarSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.g}});Object.defineProperty(exports,"IconCallSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.h}});Object.defineProperty(exports,"IconCardSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.i}});Object.defineProperty(exports,"IconCategoryDesignersSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.j}});Object.defineProperty(exports,"IconCategorySolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.k}});Object.defineProperty(exports,"IconChatCsSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.l}});Object.defineProperty(exports,"IconChatSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.m}});Object.defineProperty(exports,"IconCheckFileSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.n}});Object.defineProperty(exports,"IconCheckShieldSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.o}});Object.defineProperty(exports,"IconCheckboxSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.p}});Object.defineProperty(exports,"IconClockSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.q}});Object.defineProperty(exports,"IconContactBookSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.r}});Object.defineProperty(exports,"IconDeliverySolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.s}});Object.defineProperty(exports,"IconDiscountSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.t}});Object.defineProperty(exports,"IconDocumentSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.u}});Object.defineProperty(exports,"IconEnvelopeSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.v}});Object.defineProperty(exports,"IconErrorSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.w}});Object.defineProperty(exports,"IconFastTruckSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.x}});Object.defineProperty(exports,"IconHalfStarSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.y}});Object.defineProperty(exports,"IconHandphoneSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.z}});Object.defineProperty(exports,"IconHearSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.A}});Object.defineProperty(exports,"IconHeartSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.A}});Object.defineProperty(exports,"IconHelpSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.B}});Object.defineProperty(exports,"IconHomeSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.C}});Object.defineProperty(exports,"IconHouseSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.D}});Object.defineProperty(exports,"IconImageNotFoundSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.E}});Object.defineProperty(exports,"IconInfoSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.F}});Object.defineProperty(exports,"IconListSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.G}});Object.defineProperty(exports,"IconLockSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.H}});Object.defineProperty(exports,"IconMapMarkerSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.I}});Object.defineProperty(exports,"IconMembershipRewardSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.J}});Object.defineProperty(exports,"IconMinusSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.K}});Object.defineProperty(exports,"IconMuteSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.L}});Object.defineProperty(exports,"IconPlaySolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.M}});Object.defineProperty(exports,"IconPlusSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.N}});Object.defineProperty(exports,"IconPointSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.O}});Object.defineProperty(exports,"IconPrintSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.P}});Object.defineProperty(exports,"IconProfileSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.Q}});Object.defineProperty(exports,"IconPruchaseHistorySolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.R}});Object.defineProperty(exports,"IconRadioOnSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.S}});Object.defineProperty(exports,"IconRedeemPointsSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.T}});Object.defineProperty(exports,"IconRewardSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.U}});Object.defineProperty(exports,"IconRewardStar",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.V}});Object.defineProperty(exports,"IconSearchSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.W}});Object.defineProperty(exports,"IconSettingSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.X}});Object.defineProperty(exports,"IconStarSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.Y}});Object.defineProperty(exports,"IconSuccessSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.Z}});Object.defineProperty(exports,"IconTapSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js._}});Object.defineProperty(exports,"IconThumbSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.$}});Object.defineProperty(exports,"IconTrashSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.aa}});Object.defineProperty(exports,"IconTruckSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.ba}});Object.defineProperty(exports,"IconVerifiedSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.ca}});Object.defineProperty(exports,"IconVoilaMarketplace",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.da}});Object.defineProperty(exports,"IconVolume1Solid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.ea}});Object.defineProperty(exports,"IconVolume2Solid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.fa}});Object.defineProperty(exports,"IconVoucherSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.ga}});Object.defineProperty(exports,"IconWalletSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.ha}});Object.defineProperty(exports,"IconWarningDocumentSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.ia}});Object.defineProperty(exports,"IconWarningSolid",{enumerable:true,get:function(){return chunkKMMV7B4Q_js.ja}});//# sourceMappingURL=solid.js.map
|
|
2
|
+
//# sourceMappingURL=solid.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"solid.js"}
|
package/dist/solid.mjs
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export{a as IconBagSolid,b as IconBarcodeSolid,c as IconBellSolid,d as IconBoxSolid,e as IconBrokenImageSolid,f as IconCalendarEventSolid,g as IconCalendarSolid,h as IconCallSolid,i as IconCardSolid,j as IconCategoryDesignersSolid,k as IconCategorySolid,l as IconChatCsSolid,m as IconChatSolid,n as IconCheckFileSolid,o as IconCheckShieldSolid,p as IconCheckboxSolid,q as IconClockSolid,r as IconContactBookSolid,s as IconDeliverySolid,t as IconDiscountSolid,u as IconDocumentSolid,v as IconEnvelopeSolid,w as IconErrorSolid,x as IconFastTruckSolid,y as IconHalfStarSolid,z as IconHandphoneSolid,A as IconHearSolid,A as IconHeartSolid,B as IconHelpSolid,C as IconHomeSolid,D as IconHouseSolid,E as IconImageNotFoundSolid,F as IconInfoSolid,G as IconListSolid,H as IconLockSolid,I as IconMapMarkerSolid,J as IconMembershipRewardSolid,K as IconMinusSolid,L as IconMuteSolid,M as IconPlaySolid,N as IconPlusSolid,O as IconPointSolid,P as IconPrintSolid,Q as IconProfileSolid,R as IconPruchaseHistorySolid,S as IconRadioOnSolid,T as IconRedeemPointsSolid,U as IconRewardSolid,V as IconRewardStar,W as IconSearchSolid,X as IconSettingSolid,Y as IconStarSolid,Z as IconSuccessSolid,_ as IconTapSolid,$ as IconThumbSolid,aa as IconTrashSolid,ba as IconTruckSolid,ca as IconVerifiedSolid,da as IconVoilaMarketplace,ea as IconVolume1Solid,fa as IconVolume2Solid,ga as IconVoucherSolid,ha as IconWalletSolid,ia as IconWarningDocumentSolid,ja as IconWarningSolid}from'./chunk-NVOSOIDC.mjs';import'./chunk-Z43EEDP6.mjs';//# sourceMappingURL=solid.mjs.map
|
|
2
|
+
//# sourceMappingURL=solid.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"solid.mjs"}
|