@channel.io/bezier-icons 0.7.0 → 0.8.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/LICENSE +201 -0
- package/dist/index.d.ts +4 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/react/package.js +1 -1
- package/dist/react/package.mjs +1 -1
- package/dist/react/receipt.js +1 -1
- package/dist/react/receipt.mjs +1 -1
- package/dist/react/shipping.js +1 -0
- package/dist/react/shipping.mjs +1 -0
- package/dist/react/spotify.js +1 -0
- package/dist/react/spotify.mjs +1 -0
- package/dist/react/thread.js +1 -0
- package/dist/react/thread.mjs +1 -0
- package/dist/svg/package.svg +1 -1
- package/dist/svg/receipt.svg +1 -1
- package/dist/svg/shipping.svg +1 -0
- package/dist/svg/spotify.svg +1 -0
- package/dist/svg/thread.svg +1 -0
- package/package.json +1 -1
package/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright 2023 Channel Corp.
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
package/dist/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export declare type BezierIcon = IconSource & { __bezier__icon: true }
|
|
|
9
9
|
export declare function isBezierIcon(arg: unknown): arg is BezierIcon
|
|
10
10
|
export declare function createBezierIcon(icon: IconSource): BezierIcon
|
|
11
11
|
|
|
12
|
-
export declare type IconName = 'all' | 'android' | 'api' | 'app-check' | 'app-plus' | 'app-push' | 'apple' | 'apps-add' | 'apps-filled' | 'apps' | 'archive' | 'arrow-down-small' | 'arrow-down' | 'arrow-hook-left-down' | 'arrow-hook-left-up' | 'arrow-hook-right-down' | 'arrow-hook-right-up' | 'arrow-left-circle-filled' | 'arrow-left-down-small' | 'arrow-left-up-small' | 'arrow-left-up' | 'arrow-left' | 'arrow-right-down-small' | 'arrow-right-up-small' | 'arrow-right-up' | 'arrow-right' | 'arrow-turn-left-down' | 'arrow-turn-left-up' | 'arrow-turn-right-down' | 'arrow-turn-right-up' | 'arrow-up-small' | 'arrow-up' | 'assign-to-me' | 'assignee' | 'asterisk-small' | 'asterisk' | 'atom' | 'auto-writing' | 'badge' | 'bank' | 'baseball' | 'basketball' | 'bear-filled' | 'bear' | 'beta' | 'block' | 'bluetooth' | 'bold' | 'book-cover' | 'book-editing' | 'book' | 'bookmark-filled' | 'bookmark' | 'boolean' | 'bot-filled' | 'bot' | 'breaktime' | 'briefcase' | 'broadcast-alt' | 'broadcast' | 'browser-chrome' | 'browser-edge' | 'browser-firefox' | 'browser-ie' | 'browser-safari' | 'bullet' | 'bus' | 'business-guy' | 'button-route' | 'calendar' | 'call-app' | 'call-filled' | 'call-in-progress' | 'call-incoming' | 'call-meet' | 'call-missed' | 'call-off' | 'call-outgoing' | 'call-pull' | 'call' | 'camera-filled' | 'camera-switch' | 'camera' | 'cancel-bold' | 'cancel-circle-filled' | 'cancel-circle' | 'cancel-small' | 'cancel' | 'car' | 'cart-abandoned' | 'cart' | 'chain-reaction' | 'channel-btn-filled' | 'channel-btn-smile-filled' | 'channel-btn-smile' | 'channel-btn' | 'channel-filled' | 'channel-left-filled' | 'channel-left' | 'channel-smile-filled' | 'channel-smile' | 'channel-up-filled' | 'channel-up' | 'channel' | 'channels-list' | 'chat-bubble-alt-filled' | 'chat-bubble-alt-off' | 'chat-bubble-alt-push-filled' | 'chat-bubble-alt' | 'chat-bubble-filled' | 'chat-bubble' | 'chat-cancel' | 'chat-check-filled' | 'chat-check' | 'chat-error-filled' | 'chat-error' | 'chat-forward' | 'chat-info' | 'chat-lightning-filled' | 'chat-lightning' | 'chat-progress-filled' | 'chat-progress' | 'chat-push' | 'chat-question-filled' | 'chat-question' | 'chat-ready' | 'chat-suggestion' | 'check-all' | 'check-bold' | 'check-circle-filled' | 'check-circle' | 'check-verification-filled' | 'check' | 'checkbox-filled' | 'checkbox' | 'chevron-down-double' | 'chevron-down' | 'chevron-left-double' | 'chevron-left' | 'chevron-right-double' | 'chevron-right' | 'chevron-small-down' | 'chevron-small-left' | 'chevron-small-leftright' | 'chevron-small-right' | 'chevron-small-up' | 'chevron-small-updown' | 'chevron-up-double' | 'chevron-up' | 'chevron-updown' | 'clip' | 'clock' | 'cloud-download' | 'cloud-off' | 'cloud-upload' | 'code-block' | 'code' | 'coin-recurring' | 'coin' | 'column' | 'comment-filled' | 'comment-in' | 'comment-out' | 'comment' | 'communication' | 'contact-filled' | 'contact' | 'contract' | 'cookie' | 'coupon' | 'credit' | 'creditcard' | 'crop' | 'crown-filled' | 'data' | 'desktop' | 'devices' | 'dialog-down' | 'dialog-up' | 'distribute' | 'dot' | 'download' | 'dragable-alt' | 'dragable' | 'dropdown' | 'edit' | 'education' | 'email-filled' | 'email-forward' | 'email-unread' | 'email-unsubscribed' | 'email' | 'error-diamond-filled' | 'error-filled' | 'error-triangle-filled' | 'error-triangle' | 'error' | 'event' | 'expand' | 'face-angry' | 'face-disappointed' | 'face-grinning' | 'face-id' | 'face-nomouth' | 'face-smile-add' | 'face-smile-filled' | 'face-smile' | 'face-with-tears' | 'face-wow' | 'facebook' | 'fast-forward' | 'fast-rewind' | 'finger-print' | 'fire' | 'flag-filled' | 'flashlight' | 'flush' | 'folder' | 'fullscreen-exit' | 'fullscreen' | 'funnel-remove' | 'funnel' | 'ghost-filled' | 'ghost' | 'gif' | 'gift' | 'globe' | 'goal-off' | 'goal' | 'google-play' | 'google' | 'graph-filled' | 'graph' | 'group-filled' | 'group-remove' | 'group' | 'hand-love' | 'hand-point' | 'hand-push' | 'hand-thumbdown-filled' | 'hand-thumbdown' | 'hand-thumbup-filled' | 'hand-thumbup' | 'hand-wave' | 'hand' | 'hashtag-large' | 'hashtag' | 'heading' | 'headset-off' | 'headset' | 'hear' | 'heart-filled' | 'heart' | 'help-filled' | 'help' | 'hexahedron-filled' | 'hexahedron' | 'history' | 'home-filled' | 'home' | 'hourglass-1' | 'hourglass-2' | 'hourglass-3' | 'hyphen-bold' | 'hyphen' | 'image-failed' | 'image-quality' | 'image' | 'in' | 'inbox-all' | 'inbox' | 'info-filled' | 'info' | 'instagram' | 'into-page-alt' | 'into-page' | 'invert' | 'ios' | 'italic' | 'kakao-filled-alt' | 'kakao-filled' | 'kakao' | 'key' | 'keyboard-hide' | 'keyboard' | 'keypad' | 'lab' | 'landline' | 'laptop' | 'lightbulb' | 'lightning-filled' | 'lightning' | 'line' | 'link-copy' | 'link-off' | 'link' | 'linkedin' | 'list-number' | 'list' | 'lock-open' | 'lock' | 'map-pin' | 'marker-pen' | 'me' | 'megaphone-filled' | 'megaphone' | 'menu-fold' | 'menu-unfold' | 'menu' | 'messaging-app' | 'metro' | 'microphone-filled' | 'microphone-off' | 'microphone' | 'minus-circle-filled' | 'minus-circle' | 'minus' | 'mobile-messaging' | 'mobile' | 'moon-filled' | 'moon' | 'more-vertical' | 'more' | 'mouse' | 'multi-node' | 'music' | 'naver-talktalk' | 'naver' | 'new' | 'note-logo' | 'note-writing' | 'note' | 'notification-filled' | 'notification-important' | 'notification-off' | 'notification' | 'number' | 'office' | 'open-in-new' | 'order' | 'out' | 'package' | 'page-download' | 'page-zip' | 'page' | 'pause' | 'pencil' | 'people-list' | 'people' | 'person-add-filled' | 'person-add' | 'person-blocked' | 'person-check' | 'person-circle-filled' | 'person-circle' | 'person-filled' | 'person-remove' | 'person' | 'pie-chart' | 'pin-filled' | 'pin-off' | 'pin' | 'pip' | 'plane' | 'play' | 'plus-circle-filled' | 'plus-circle' | 'plus-small' | 'plus-square' | 'plus' | 'point' | 'power' | 'print' | 'profile' | 'qr-code' | 'radio-filled' | 'realtime' | 'receipt' | 'recipe' | 'record' | 'refresh-circle-filled' | 'refresh' | 'repeat' | 'rotate' | 'row' | 'ruler' | 'screenshare-filled' | 'screenshare' | 'search-bold' | 'search' | 'security-person' | 'security' | 'send-filled' | 'send-forward-failed-filled' | 'send-forward-failed' | 'send-forward-filled' | 'send-forward' | 'send' | 'settings' | 'shine' | 'shopping-filled' | 'shopping' | 'shuffle' | 'signal-locked' | 'signal' | 'single-node' | 'siren' | 'skip' | 'sms-filled' | 'sms-unsubscribed' | 'sms' | 'snooze' | 'soccerball' | 'sorting' | 'space-horizontal' | 'space-vertical' | 'split-left' | 'split-right' | 'sprout' | 'square' | 'squares-filled' | 'squares' | 'star-filled' | 'star' | 'store' | 'strikethrough' | 'string' | 'survey-check' | 'survey' | 'switch' | 'sync' | 'tablet' | 'tag' | 'target' | 'template' | 'textfield' | 'time-elapsed' | 'timezone' | 'tool' | 'transfer-disabled' | 'transfer' | 'translate' | 'trash' | 'trending-down' | 'trending-left-circle-filled' | 'trending-left' | 'trending-right' | 'trending-up' | 'triangle-down-circle-filled' | 'triangle-down-circle' | 'triangle-down' | 'triangle-left-circle-filled' | 'triangle-left-circle' | 'triangle-left' | 'triangle-right-circle-filled' | 'triangle-right-circle' | 'triangle-right' | 'triangle-up-circle-filled' | 'triangle-up-circle' | 'triangle-up' | 'triangle-updown' | 'trophy' | 'tune' | 'twitter' | 'typography' | 'underline' | 'untag' | 'upload' | 'username' | 'variable' | 'videocam-filled' | 'videocam-off-filled' | 'videocam-off' | 'videocam' | 'view-off' | 'view' | 'voice-wave' | 'voicemail' | 'volume-bluetooth-filled' | 'volume-bluetooth' | 'volume-down' | 'volume-off-filled' | 'volume-off' | 'volume-up-filled' | 'volume-up' | 'wallet' | 'water' | 'weather-cloud' | 'weather-cloudy' | 'weather-rain' | 'weather-snow' | 'weather-sun' | 'weather-thunder' | 'webhook' | 'wifi-off' | 'wifi-poor' | 'wifi-weak' | 'wifi' | 'windows-close' | 'windows-maximize' | 'windows-minimize' | 'windows-restore' | 'windows' | 'wing' | 'youtube' | 'zoom-in' | 'zoom-out'
|
|
12
|
+
export declare type IconName = 'all' | 'android' | 'api' | 'app-check' | 'app-plus' | 'app-push' | 'apple' | 'apps-add' | 'apps-filled' | 'apps' | 'archive' | 'arrow-down-small' | 'arrow-down' | 'arrow-hook-left-down' | 'arrow-hook-left-up' | 'arrow-hook-right-down' | 'arrow-hook-right-up' | 'arrow-left-circle-filled' | 'arrow-left-down-small' | 'arrow-left-up-small' | 'arrow-left-up' | 'arrow-left' | 'arrow-right-down-small' | 'arrow-right-up-small' | 'arrow-right-up' | 'arrow-right' | 'arrow-turn-left-down' | 'arrow-turn-left-up' | 'arrow-turn-right-down' | 'arrow-turn-right-up' | 'arrow-up-small' | 'arrow-up' | 'assign-to-me' | 'assignee' | 'asterisk-small' | 'asterisk' | 'atom' | 'auto-writing' | 'badge' | 'bank' | 'baseball' | 'basketball' | 'bear-filled' | 'bear' | 'beta' | 'block' | 'bluetooth' | 'bold' | 'book-cover' | 'book-editing' | 'book' | 'bookmark-filled' | 'bookmark' | 'boolean' | 'bot-filled' | 'bot' | 'breaktime' | 'briefcase' | 'broadcast-alt' | 'broadcast' | 'browser-chrome' | 'browser-edge' | 'browser-firefox' | 'browser-ie' | 'browser-safari' | 'bullet' | 'bus' | 'business-guy' | 'button-route' | 'calendar' | 'call-app' | 'call-filled' | 'call-in-progress' | 'call-incoming' | 'call-meet' | 'call-missed' | 'call-off' | 'call-outgoing' | 'call-pull' | 'call' | 'camera-filled' | 'camera-switch' | 'camera' | 'cancel-bold' | 'cancel-circle-filled' | 'cancel-circle' | 'cancel-small' | 'cancel' | 'car' | 'cart-abandoned' | 'cart' | 'chain-reaction' | 'channel-btn-filled' | 'channel-btn-smile-filled' | 'channel-btn-smile' | 'channel-btn' | 'channel-filled' | 'channel-left-filled' | 'channel-left' | 'channel-smile-filled' | 'channel-smile' | 'channel-up-filled' | 'channel-up' | 'channel' | 'channels-list' | 'chat-bubble-alt-filled' | 'chat-bubble-alt-off' | 'chat-bubble-alt-push-filled' | 'chat-bubble-alt' | 'chat-bubble-filled' | 'chat-bubble' | 'chat-cancel' | 'chat-check-filled' | 'chat-check' | 'chat-error-filled' | 'chat-error' | 'chat-forward' | 'chat-info' | 'chat-lightning-filled' | 'chat-lightning' | 'chat-progress-filled' | 'chat-progress' | 'chat-push' | 'chat-question-filled' | 'chat-question' | 'chat-ready' | 'chat-suggestion' | 'check-all' | 'check-bold' | 'check-circle-filled' | 'check-circle' | 'check-verification-filled' | 'check' | 'checkbox-filled' | 'checkbox' | 'chevron-down-double' | 'chevron-down' | 'chevron-left-double' | 'chevron-left' | 'chevron-right-double' | 'chevron-right' | 'chevron-small-down' | 'chevron-small-left' | 'chevron-small-leftright' | 'chevron-small-right' | 'chevron-small-up' | 'chevron-small-updown' | 'chevron-up-double' | 'chevron-up' | 'chevron-updown' | 'clip' | 'clock' | 'cloud-download' | 'cloud-off' | 'cloud-upload' | 'code-block' | 'code' | 'coin-recurring' | 'coin' | 'column' | 'comment-filled' | 'comment-in' | 'comment-out' | 'comment' | 'communication' | 'contact-filled' | 'contact' | 'contract' | 'cookie' | 'coupon' | 'credit' | 'creditcard' | 'crop' | 'crown-filled' | 'data' | 'desktop' | 'devices' | 'dialog-down' | 'dialog-up' | 'distribute' | 'dot' | 'download' | 'dragable-alt' | 'dragable' | 'dropdown' | 'edit' | 'education' | 'email-filled' | 'email-forward' | 'email-unread' | 'email-unsubscribed' | 'email' | 'error-diamond-filled' | 'error-filled' | 'error-triangle-filled' | 'error-triangle' | 'error' | 'event' | 'expand' | 'face-angry' | 'face-disappointed' | 'face-grinning' | 'face-id' | 'face-nomouth' | 'face-smile-add' | 'face-smile-filled' | 'face-smile' | 'face-with-tears' | 'face-wow' | 'facebook' | 'fast-forward' | 'fast-rewind' | 'finger-print' | 'fire' | 'flag-filled' | 'flashlight' | 'flush' | 'folder' | 'fullscreen-exit' | 'fullscreen' | 'funnel-remove' | 'funnel' | 'ghost-filled' | 'ghost' | 'gif' | 'gift' | 'globe' | 'goal-off' | 'goal' | 'google-play' | 'google' | 'graph-filled' | 'graph' | 'group-filled' | 'group-remove' | 'group' | 'hand-love' | 'hand-point' | 'hand-push' | 'hand-thumbdown-filled' | 'hand-thumbdown' | 'hand-thumbup-filled' | 'hand-thumbup' | 'hand-wave' | 'hand' | 'hashtag-large' | 'hashtag' | 'heading' | 'headset-off' | 'headset' | 'hear' | 'heart-filled' | 'heart' | 'help-filled' | 'help' | 'hexahedron-filled' | 'hexahedron' | 'history' | 'home-filled' | 'home' | 'hourglass-1' | 'hourglass-2' | 'hourglass-3' | 'hyphen-bold' | 'hyphen' | 'image-failed' | 'image-quality' | 'image' | 'in' | 'inbox-all' | 'inbox' | 'info-filled' | 'info' | 'instagram' | 'into-page-alt' | 'into-page' | 'invert' | 'ios' | 'italic' | 'kakao-filled-alt' | 'kakao-filled' | 'kakao' | 'key' | 'keyboard-hide' | 'keyboard' | 'keypad' | 'lab' | 'landline' | 'laptop' | 'lightbulb' | 'lightning-filled' | 'lightning' | 'line' | 'link-copy' | 'link-off' | 'link' | 'linkedin' | 'list-number' | 'list' | 'lock-open' | 'lock' | 'map-pin' | 'marker-pen' | 'me' | 'megaphone-filled' | 'megaphone' | 'menu-fold' | 'menu-unfold' | 'menu' | 'messaging-app' | 'metro' | 'microphone-filled' | 'microphone-off' | 'microphone' | 'minus-circle-filled' | 'minus-circle' | 'minus' | 'mobile-messaging' | 'mobile' | 'moon-filled' | 'moon' | 'more-vertical' | 'more' | 'mouse' | 'multi-node' | 'music' | 'naver-talktalk' | 'naver' | 'new' | 'note-logo' | 'note-writing' | 'note' | 'notification-filled' | 'notification-important' | 'notification-off' | 'notification' | 'number' | 'office' | 'open-in-new' | 'order' | 'out' | 'package' | 'page-download' | 'page-zip' | 'page' | 'pause' | 'pencil' | 'people-list' | 'people' | 'person-add-filled' | 'person-add' | 'person-blocked' | 'person-check' | 'person-circle-filled' | 'person-circle' | 'person-filled' | 'person-remove' | 'person' | 'pie-chart' | 'pin-filled' | 'pin-off' | 'pin' | 'pip' | 'plane' | 'play' | 'plus-circle-filled' | 'plus-circle' | 'plus-small' | 'plus-square' | 'plus' | 'point' | 'power' | 'print' | 'profile' | 'qr-code' | 'radio-filled' | 'realtime' | 'receipt' | 'recipe' | 'record' | 'refresh-circle-filled' | 'refresh' | 'repeat' | 'rotate' | 'row' | 'ruler' | 'screenshare-filled' | 'screenshare' | 'search-bold' | 'search' | 'security-person' | 'security' | 'send-filled' | 'send-forward-failed-filled' | 'send-forward-failed' | 'send-forward-filled' | 'send-forward' | 'send' | 'settings' | 'shine' | 'shipping' | 'shopping-filled' | 'shopping' | 'shuffle' | 'signal-locked' | 'signal' | 'single-node' | 'siren' | 'skip' | 'sms-filled' | 'sms-unsubscribed' | 'sms' | 'snooze' | 'soccerball' | 'sorting' | 'space-horizontal' | 'space-vertical' | 'split-left' | 'split-right' | 'spotify' | 'sprout' | 'square' | 'squares-filled' | 'squares' | 'star-filled' | 'star' | 'store' | 'strikethrough' | 'string' | 'survey-check' | 'survey' | 'switch' | 'sync' | 'tablet' | 'tag' | 'target' | 'template' | 'textfield' | 'thread' | 'time-elapsed' | 'timezone' | 'tool' | 'transfer-disabled' | 'transfer' | 'translate' | 'trash' | 'trending-down' | 'trending-left-circle-filled' | 'trending-left' | 'trending-right' | 'trending-up' | 'triangle-down-circle-filled' | 'triangle-down-circle' | 'triangle-down' | 'triangle-left-circle-filled' | 'triangle-left-circle' | 'triangle-left' | 'triangle-right-circle-filled' | 'triangle-right-circle' | 'triangle-right' | 'triangle-up-circle-filled' | 'triangle-up-circle' | 'triangle-up' | 'triangle-updown' | 'trophy' | 'tune' | 'twitter' | 'typography' | 'underline' | 'untag' | 'upload' | 'username' | 'variable' | 'videocam-filled' | 'videocam-off-filled' | 'videocam-off' | 'videocam' | 'view-off' | 'view' | 'voice-wave' | 'voicemail' | 'volume-bluetooth-filled' | 'volume-bluetooth' | 'volume-down' | 'volume-off-filled' | 'volume-off' | 'volume-up-filled' | 'volume-up' | 'wallet' | 'water' | 'weather-cloud' | 'weather-cloudy' | 'weather-rain' | 'weather-snow' | 'weather-sun' | 'weather-thunder' | 'webhook' | 'wifi-off' | 'wifi-poor' | 'wifi-weak' | 'wifi' | 'windows-close' | 'windows-maximize' | 'windows-minimize' | 'windows-restore' | 'windows' | 'wing' | 'youtube' | 'zoom-in' | 'zoom-out'
|
|
13
13
|
/**
|
|
14
14
|
* @deprecated If you import this module, all icons are bundled, so please import and use the individual icons.
|
|
15
15
|
* @example
|
|
@@ -417,6 +417,7 @@ export declare const SendForwardIcon: BezierIcon
|
|
|
417
417
|
export declare const SendIcon: BezierIcon
|
|
418
418
|
export declare const SettingsIcon: BezierIcon
|
|
419
419
|
export declare const ShineIcon: BezierIcon
|
|
420
|
+
export declare const ShippingIcon: BezierIcon
|
|
420
421
|
export declare const ShoppingFilledIcon: BezierIcon
|
|
421
422
|
export declare const ShoppingIcon: BezierIcon
|
|
422
423
|
export declare const ShuffleIcon: BezierIcon
|
|
@@ -435,6 +436,7 @@ export declare const SpaceHorizontalIcon: BezierIcon
|
|
|
435
436
|
export declare const SpaceVerticalIcon: BezierIcon
|
|
436
437
|
export declare const SplitLeftIcon: BezierIcon
|
|
437
438
|
export declare const SplitRightIcon: BezierIcon
|
|
439
|
+
export declare const SpotifyIcon: BezierIcon
|
|
438
440
|
export declare const SproutIcon: BezierIcon
|
|
439
441
|
export declare const SquareIcon: BezierIcon
|
|
440
442
|
export declare const SquaresFilledIcon: BezierIcon
|
|
@@ -453,6 +455,7 @@ export declare const TagIcon: BezierIcon
|
|
|
453
455
|
export declare const TargetIcon: BezierIcon
|
|
454
456
|
export declare const TemplateIcon: BezierIcon
|
|
455
457
|
export declare const TextfieldIcon: BezierIcon
|
|
458
|
+
export declare const ThreadIcon: BezierIcon
|
|
456
459
|
export declare const TimeElapsedIcon: BezierIcon
|
|
457
460
|
export declare const TimezoneIcon: BezierIcon
|
|
458
461
|
export declare const ToolIcon: BezierIcon
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("./react/all.js"),o=require("./react/android.js"),r=require("./react/api.js"),n=require("./react/app-check.js"),c=require("./react/app-plus.js"),t=require("./react/app-push.js"),i=require("./react/apple.js"),l=require("./react/apps-add.js"),a=require("./react/apps-filled.js"),s=require("./react/apps.js"),I=require("./react/archive.js"),u=require("./react/arrow-down-small.js"),p=require("./react/arrow-down.js"),d=require("./react/arrow-hook-left-down.js"),h=require("./react/arrow-hook-left-up.js"),f=require("./react/arrow-hook-right-down.js"),g=require("./react/arrow-hook-right-up.js"),x=require("./react/arrow-left-circle-filled.js"),q=require("./react/arrow-left-down-small.js"),j=require("./react/arrow-left-up-small.js"),m=require("./react/arrow-left-up.js"),w=require("./react/arrow-left.js"),C=require("./react/arrow-right-down-small.js"),b=require("./react/arrow-right-up-small.js"),F=require("./react/arrow-right-up.js"),k=require("./react/arrow-right.js"),S=require("./react/arrow-turn-left-down.js"),v=require("./react/arrow-turn-left-up.js"),A=require("./react/arrow-turn-right-down.js"),P=require("./react/arrow-turn-right-up.js"),B=require("./react/arrow-up-small.js"),T=require("./react/arrow-up.js"),L=require("./react/assign-to-me.js"),y=require("./react/assignee.js"),D=require("./react/asterisk-small.js"),R=require("./react/asterisk.js"),H=require("./react/atom.js"),U=require("./react/auto-writing.js"),M=require("./react/badge.js"),W=require("./react/bank.js"),O=require("./react/baseball.js"),E=require("./react/basketball.js"),V=require("./react/bear-filled.js"),G=require("./react/bear.js"),N=require("./react/beta.js"),z=require("./react/block.js"),K=require("./react/bluetooth.js"),Q=require("./react/bold.js"),Z=require("./react/book-cover.js"),Y=require("./react/book-editing.js"),J=require("./react/book.js"),X=require("./react/bookmark-filled.js"),$=require("./react/bookmark.js"),_=require("./react/boolean.js"),ee=require("./react/bot-filled.js"),oe=require("./react/bot.js"),re=require("./react/breaktime.js"),ne=require("./react/briefcase.js"),ce=require("./react/broadcast-alt.js"),te=require("./react/broadcast.js"),ie=require("./react/browser-chrome.js"),le=require("./react/browser-edge.js"),ae=require("./react/browser-firefox.js"),se=require("./react/browser-ie.js"),Ie=require("./react/browser-safari.js"),ue=require("./react/bullet.js"),pe=require("./react/bus.js"),de=require("./react/business-guy.js"),he=require("./react/button-route.js"),fe=require("./react/calendar.js"),ge=require("./react/call-app.js"),xe=require("./react/call-filled.js"),qe=require("./react/call-in-progress.js"),je=require("./react/call-incoming.js"),me=require("./react/call-meet.js"),we=require("./react/call-missed.js"),Ce=require("./react/call-off.js"),be=require("./react/call-outgoing.js"),Fe=require("./react/call-pull.js"),ke=require("./react/call.js"),Se=require("./react/camera-filled.js"),ve=require("./react/camera-switch.js"),Ae=require("./react/camera.js"),Pe=require("./react/cancel-bold.js"),Be=require("./react/cancel-circle-filled.js"),Te=require("./react/cancel-circle.js"),Le=require("./react/cancel-small.js"),ye=require("./react/cancel.js"),De=require("./react/car.js"),Re=require("./react/cart-abandoned.js"),He=require("./react/cart.js"),Ue=require("./react/chain-reaction.js"),Me=require("./react/channel-btn-filled.js"),We=require("./react/channel-btn-smile-filled.js"),Oe=require("./react/channel-btn-smile.js"),Ee=require("./react/channel-btn.js"),Ve=require("./react/channel-filled.js"),Ge=require("./react/channel-left-filled.js"),Ne=require("./react/channel-left.js"),ze=require("./react/channel-smile-filled.js"),Ke=require("./react/channel-smile.js"),Qe=require("./react/channel-up-filled.js"),Ze=require("./react/channel-up.js"),Ye=require("./react/channel.js"),Je=require("./react/channels-list.js"),Xe=require("./react/chat-bubble-alt-filled.js"),$e=require("./react/chat-bubble-alt-off.js"),_e=require("./react/chat-bubble-alt-push-filled.js"),eo=require("./react/chat-bubble-alt.js"),oo=require("./react/chat-bubble-filled.js"),ro=require("./react/chat-bubble.js"),no=require("./react/chat-cancel.js"),co=require("./react/chat-check-filled.js"),to=require("./react/chat-check.js"),io=require("./react/chat-error-filled.js"),lo=require("./react/chat-error.js"),ao=require("./react/chat-forward.js"),so=require("./react/chat-info.js"),Io=require("./react/chat-lightning-filled.js"),uo=require("./react/chat-lightning.js"),po=require("./react/chat-progress-filled.js"),ho=require("./react/chat-progress.js"),fo=require("./react/chat-push.js"),go=require("./react/chat-question-filled.js"),xo=require("./react/chat-question.js"),qo=require("./react/chat-ready.js"),jo=require("./react/chat-suggestion.js"),mo=require("./react/check-all.js"),wo=require("./react/check-bold.js"),Co=require("./react/check-circle-filled.js"),bo=require("./react/check-circle.js"),Fo=require("./react/check-verification-filled.js"),ko=require("./react/check.js"),So=require("./react/checkbox-filled.js"),vo=require("./react/checkbox.js"),Ao=require("./react/chevron-down-double.js"),Po=require("./react/chevron-down.js"),Bo=require("./react/chevron-left-double.js"),To=require("./react/chevron-left.js"),Lo=require("./react/chevron-right-double.js"),yo=require("./react/chevron-right.js"),Do=require("./react/chevron-small-down.js"),Ro=require("./react/chevron-small-left.js"),Ho=require("./react/chevron-small-leftright.js"),Uo=require("./react/chevron-small-right.js"),Mo=require("./react/chevron-small-up.js"),Wo=require("./react/chevron-small-updown.js"),Oo=require("./react/chevron-up-double.js"),Eo=require("./react/chevron-up.js"),Vo=require("./react/chevron-updown.js"),Go=require("./react/clip.js"),No=require("./react/clock.js"),zo=require("./react/cloud-download.js"),Ko=require("./react/cloud-off.js"),Qo=require("./react/cloud-upload.js"),Zo=require("./react/code-block.js"),Yo=require("./react/code.js"),Jo=require("./react/coin-recurring.js"),Xo=require("./react/coin.js"),$o=require("./react/column.js"),_o=require("./react/comment-filled.js"),er=require("./react/comment-in.js"),or=require("./react/comment-out.js"),rr=require("./react/comment.js"),nr=require("./react/communication.js"),cr=require("./react/contact-filled.js"),tr=require("./react/contact.js"),ir=require("./react/contract.js"),lr=require("./react/cookie.js"),ar=require("./react/coupon.js"),sr=require("./react/credit.js"),Ir=require("./react/creditcard.js"),ur=require("./react/crop.js"),pr=require("./react/crown-filled.js"),dr=require("./react/data.js"),hr=require("./react/desktop.js"),fr=require("./react/devices.js"),gr=require("./react/dialog-down.js"),xr=require("./react/dialog-up.js"),qr=require("./react/distribute.js"),jr=require("./react/dot.js"),mr=require("./react/download.js"),wr=require("./react/dragable-alt.js"),Cr=require("./react/dragable.js"),br=require("./react/dropdown.js"),Fr=require("./react/edit.js"),kr=require("./react/education.js"),Sr=require("./react/email-filled.js"),vr=require("./react/email-forward.js"),Ar=require("./react/email-unread.js"),Pr=require("./react/email-unsubscribed.js"),Br=require("./react/email.js"),Tr=require("./react/error-diamond-filled.js"),Lr=require("./react/error-filled.js"),yr=require("./react/error-triangle-filled.js"),Dr=require("./react/error-triangle.js"),Rr=require("./react/error.js"),Hr=require("./react/event.js"),Ur=require("./react/expand.js"),Mr=require("./react/face-angry.js"),Wr=require("./react/face-disappointed.js"),Or=require("./react/face-grinning.js"),Er=require("./react/face-id.js"),Vr=require("./react/face-nomouth.js"),Gr=require("./react/face-smile-add.js"),Nr=require("./react/face-smile-filled.js"),zr=require("./react/face-smile.js"),Kr=require("./react/face-with-tears.js"),Qr=require("./react/face-wow.js"),Zr=require("./react/facebook.js"),Yr=require("./react/fast-forward.js"),Jr=require("./react/fast-rewind.js"),Xr=require("./react/finger-print.js"),$r=require("./react/fire.js"),_r=require("./react/flag-filled.js"),en=require("./react/flashlight.js"),on=require("./react/flush.js"),rn=require("./react/folder.js"),nn=require("./react/fullscreen-exit.js"),cn=require("./react/fullscreen.js"),tn=require("./react/funnel-remove.js"),ln=require("./react/funnel.js"),an=require("./react/ghost-filled.js"),sn=require("./react/ghost.js"),In=require("./react/gif.js"),un=require("./react/gift.js"),pn=require("./react/globe.js"),dn=require("./react/goal-off.js"),hn=require("./react/goal.js"),fn=require("./react/google-play.js"),gn=require("./react/google.js"),xn=require("./react/graph-filled.js"),qn=require("./react/graph.js"),jn=require("./react/group-filled.js"),mn=require("./react/group-remove.js"),wn=require("./react/group.js"),Cn=require("./react/hand-love.js"),bn=require("./react/hand-point.js"),Fn=require("./react/hand-push.js"),kn=require("./react/hand-thumbdown-filled.js"),Sn=require("./react/hand-thumbdown.js"),vn=require("./react/hand-thumbup-filled.js"),An=require("./react/hand-thumbup.js"),Pn=require("./react/hand-wave.js"),Bn=require("./react/hand.js"),Tn=require("./react/hashtag-large.js"),Ln=require("./react/hashtag.js"),yn=require("./react/heading.js"),Dn=require("./react/headset-off.js"),Rn=require("./react/headset.js"),Hn=require("./react/hear.js"),Un=require("./react/heart-filled.js"),Mn=require("./react/heart.js"),Wn=require("./react/help-filled.js"),On=require("./react/help.js"),En=require("./react/hexahedron-filled.js"),Vn=require("./react/hexahedron.js"),Gn=require("./react/history.js"),Nn=require("./react/home-filled.js"),zn=require("./react/home.js"),Kn=require("./react/hourglass-1.js"),Qn=require("./react/hourglass-2.js"),Zn=require("./react/hourglass-3.js"),Yn=require("./react/hyphen-bold.js"),Jn=require("./react/hyphen.js"),Xn=require("./react/image-failed.js"),$n=require("./react/image-quality.js"),_n=require("./react/image.js"),ec=require("./react/in.js"),oc=require("./react/inbox-all.js"),rc=require("./react/inbox.js"),nc=require("./react/info-filled.js"),cc=require("./react/info.js"),tc=require("./react/instagram.js"),ic=require("./react/into-page-alt.js"),lc=require("./react/into-page.js"),ac=require("./react/invert.js"),sc=require("./react/ios.js"),Ic=require("./react/italic.js"),uc=require("./react/kakao-filled-alt.js"),pc=require("./react/kakao-filled.js"),dc=require("./react/kakao.js"),hc=require("./react/key.js"),fc=require("./react/keyboard-hide.js"),gc=require("./react/keyboard.js"),xc=require("./react/keypad.js"),qc=require("./react/lab.js"),jc=require("./react/landline.js"),mc=require("./react/laptop.js"),wc=require("./react/lightbulb.js"),Cc=require("./react/lightning-filled.js"),bc=require("./react/lightning.js"),Fc=require("./react/line.js"),kc=require("./react/link-copy.js"),Sc=require("./react/link-off.js"),vc=require("./react/link.js"),Ac=require("./react/linkedin.js"),Pc=require("./react/list-number.js"),Bc=require("./react/list.js"),Tc=require("./react/lock-open.js"),Lc=require("./react/lock.js"),yc=require("./react/map-pin.js"),Dc=require("./react/marker-pen.js"),Rc=require("./react/me.js"),Hc=require("./react/megaphone-filled.js"),Uc=require("./react/megaphone.js"),Mc=require("./react/menu-fold.js"),Wc=require("./react/menu-unfold.js"),Oc=require("./react/menu.js"),Ec=require("./react/messaging-app.js"),Vc=require("./react/metro.js"),Gc=require("./react/microphone-filled.js"),Nc=require("./react/microphone-off.js"),zc=require("./react/microphone.js"),Kc=require("./react/minus-circle-filled.js"),Qc=require("./react/minus-circle.js"),Zc=require("./react/minus.js"),Yc=require("./react/mobile-messaging.js"),Jc=require("./react/mobile.js"),Xc=require("./react/moon-filled.js"),$c=require("./react/moon.js"),_c=require("./react/more-vertical.js"),et=require("./react/more.js"),ot=require("./react/mouse.js"),rt=require("./react/multi-node.js"),nt=require("./react/music.js"),ct=require("./react/naver-talktalk.js"),tt=require("./react/naver.js"),it=require("./react/new.js"),lt=require("./react/note-logo.js"),at=require("./react/note-writing.js"),st=require("./react/note.js"),It=require("./react/notification-filled.js"),ut=require("./react/notification-important.js"),pt=require("./react/notification-off.js"),dt=require("./react/notification.js"),ht=require("./react/number.js"),ft=require("./react/office.js"),gt=require("./react/open-in-new.js"),xt=require("./react/order.js"),qt=require("./react/out.js"),jt=require("./react/package.js"),mt=require("./react/page-download.js"),wt=require("./react/page-zip.js"),Ct=require("./react/page.js"),bt=require("./react/pause.js"),Ft=require("./react/pencil.js"),kt=require("./react/people-list.js"),St=require("./react/people.js"),vt=require("./react/person-add-filled.js"),At=require("./react/person-add.js"),Pt=require("./react/person-blocked.js"),Bt=require("./react/person-check.js"),Tt=require("./react/person-circle-filled.js"),Lt=require("./react/person-circle.js"),yt=require("./react/person-filled.js"),Dt=require("./react/person-remove.js"),Rt=require("./react/person.js"),Ht=require("./react/pie-chart.js"),Ut=require("./react/pin-filled.js"),Mt=require("./react/pin-off.js"),Wt=require("./react/pin.js"),Ot=require("./react/pip.js"),Et=require("./react/plane.js"),Vt=require("./react/play.js"),Gt=require("./react/plus-circle-filled.js"),Nt=require("./react/plus-circle.js"),zt=require("./react/plus-small.js"),Kt=require("./react/plus-square.js"),Qt=require("./react/plus.js"),Zt=require("./react/point.js"),Yt=require("./react/power.js"),Jt=require("./react/print.js"),Xt=require("./react/profile.js"),$t=require("./react/qr-code.js"),_t=require("./react/radio-filled.js"),ei=require("./react/realtime.js"),oi=require("./react/receipt.js"),ri=require("./react/recipe.js"),ni=require("./react/record.js"),ci=require("./react/refresh-circle-filled.js"),ti=require("./react/refresh.js"),ii=require("./react/repeat.js"),li=require("./react/rotate.js"),ai=require("./react/row.js"),si=require("./react/ruler.js"),Ii=require("./react/screenshare-filled.js"),ui=require("./react/screenshare.js"),pi=require("./react/search-bold.js"),di=require("./react/search.js"),hi=require("./react/security-person.js"),fi=require("./react/security.js"),gi=require("./react/send-filled.js"),xi=require("./react/send-forward-failed-filled.js"),qi=require("./react/send-forward-failed.js"),ji=require("./react/send-forward-filled.js"),mi=require("./react/send-forward.js"),wi=require("./react/send.js"),Ci=require("./react/settings.js"),bi=require("./react/shine.js"),Fi=require("./react/shopping-filled.js"),ki=require("./react/shopping.js"),Si=require("./react/shuffle.js"),vi=require("./react/signal-locked.js"),Ai=require("./react/signal.js"),Pi=require("./react/single-node.js"),Bi=require("./react/siren.js"),Ti=require("./react/skip.js"),Li=require("./react/sms-filled.js"),yi=require("./react/sms-unsubscribed.js"),Di=require("./react/sms.js"),Ri=require("./react/snooze.js"),Hi=require("./react/soccerball.js"),Ui=require("./react/sorting.js"),Mi=require("./react/space-horizontal.js"),Wi=require("./react/space-vertical.js"),Oi=require("./react/split-left.js"),Ei=require("./react/split-right.js"),Vi=require("./react/sprout.js"),Gi=require("./react/square.js"),Ni=require("./react/squares-filled.js"),zi=require("./react/squares.js"),Ki=require("./react/star-filled.js"),Qi=require("./react/star.js"),Zi=require("./react/store.js"),Yi=require("./react/strikethrough.js"),Ji=require("./react/string.js"),Xi=require("./react/survey-check.js"),$i=require("./react/survey.js"),_i=require("./react/switch.js"),el=require("./react/sync.js"),ol=require("./react/tablet.js"),rl=require("./react/tag.js"),nl=require("./react/target.js"),cl=require("./react/template.js"),tl=require("./react/textfield.js"),il=require("./react/time-elapsed.js"),ll=require("./react/timezone.js"),al=require("./react/tool.js"),sl=require("./react/transfer-disabled.js"),Il=require("./react/transfer.js"),ul=require("./react/translate.js"),pl=require("./react/trash.js"),dl=require("./react/trending-down.js"),hl=require("./react/trending-left-circle-filled.js"),fl=require("./react/trending-left.js"),gl=require("./react/trending-right.js"),xl=require("./react/trending-up.js"),ql=require("./react/triangle-down-circle-filled.js"),jl=require("./react/triangle-down-circle.js"),ml=require("./react/triangle-down.js"),wl=require("./react/triangle-left-circle-filled.js"),Cl=require("./react/triangle-left-circle.js"),bl=require("./react/triangle-left.js"),Fl=require("./react/triangle-right-circle-filled.js"),kl=require("./react/triangle-right-circle.js"),Sl=require("./react/triangle-right.js"),vl=require("./react/triangle-up-circle-filled.js"),Al=require("./react/triangle-up-circle.js"),Pl=require("./react/triangle-up.js"),Bl=require("./react/triangle-updown.js"),Tl=require("./react/trophy.js"),Ll=require("./react/tune.js"),yl=require("./react/twitter.js"),Dl=require("./react/typography.js"),Rl=require("./react/underline.js"),Hl=require("./react/untag.js"),Ul=require("./react/upload.js"),Ml=require("./react/username.js"),Wl=require("./react/variable.js"),Ol=require("./react/videocam-filled.js"),El=require("./react/videocam-off-filled.js"),Vl=require("./react/videocam-off.js"),Gl=require("./react/videocam.js"),Nl=require("./react/view-off.js"),zl=require("./react/view.js"),Kl=require("./react/voice-wave.js"),Ql=require("./react/voicemail.js"),Zl=require("./react/volume-bluetooth-filled.js"),Yl=require("./react/volume-bluetooth.js"),Jl=require("./react/volume-down.js"),Xl=require("./react/volume-off-filled.js"),$l=require("./react/volume-off.js"),_l=require("./react/volume-up-filled.js"),ea=require("./react/volume-up.js"),oa=require("./react/wallet.js"),ra=require("./react/water.js"),na=require("./react/weather-cloud.js"),ca=require("./react/weather-cloudy.js"),ta=require("./react/weather-rain.js"),ia=require("./react/weather-snow.js"),la=require("./react/weather-sun.js"),aa=require("./react/weather-thunder.js"),sa=require("./react/webhook.js"),Ia=require("./react/wifi-off.js"),ua=require("./react/wifi-poor.js"),pa=require("./react/wifi-weak.js"),da=require("./react/wifi.js"),ha=require("./react/windows-close.js"),fa=require("./react/windows-maximize.js"),ga=require("./react/windows-minimize.js"),xa=require("./react/windows-restore.js"),qa=require("./react/windows.js"),ja=require("./react/wing.js"),ma=require("./react/youtube.js"),wa=require("./react/zoom-in.js"),Ca=require("./react/zoom-out.js"),ba=require("./utils/index.js");require("react");const Fa={all:e.AllIcon,android:o.AndroidIcon,api:r.ApiIcon,"app-check":n.AppCheckIcon,"app-plus":c.AppPlusIcon,"app-push":t.AppPushIcon,apple:i.AppleIcon,"apps-add":l.AppsAddIcon,"apps-filled":a.AppsFilledIcon,apps:s.AppsIcon,archive:I.ArchiveIcon,"arrow-down-small":u.ArrowDownSmallIcon,"arrow-down":p.ArrowDownIcon,"arrow-hook-left-down":d.ArrowHookLeftDownIcon,"arrow-hook-left-up":h.ArrowHookLeftUpIcon,"arrow-hook-right-down":f.ArrowHookRightDownIcon,"arrow-hook-right-up":g.ArrowHookRightUpIcon,"arrow-left-circle-filled":x.ArrowLeftCircleFilledIcon,"arrow-left-down-small":q.ArrowLeftDownSmallIcon,"arrow-left-up-small":j.ArrowLeftUpSmallIcon,"arrow-left-up":m.ArrowLeftUpIcon,"arrow-left":w.ArrowLeftIcon,"arrow-right-down-small":C.ArrowRightDownSmallIcon,"arrow-right-up-small":b.ArrowRightUpSmallIcon,"arrow-right-up":F.ArrowRightUpIcon,"arrow-right":k.ArrowRightIcon,"arrow-turn-left-down":S.ArrowTurnLeftDownIcon,"arrow-turn-left-up":v.ArrowTurnLeftUpIcon,"arrow-turn-right-down":A.ArrowTurnRightDownIcon,"arrow-turn-right-up":P.ArrowTurnRightUpIcon,"arrow-up-small":B.ArrowUpSmallIcon,"arrow-up":T.ArrowUpIcon,"assign-to-me":L.AssignToMeIcon,assignee:y.AssigneeIcon,"asterisk-small":D.AsteriskSmallIcon,asterisk:R.AsteriskIcon,atom:H.AtomIcon,"auto-writing":U.AutoWritingIcon,badge:M.BadgeIcon,bank:W.BankIcon,baseball:O.BaseballIcon,basketball:E.BasketballIcon,"bear-filled":V.BearFilledIcon,bear:G.BearIcon,beta:N.BetaIcon,block:z.BlockIcon,bluetooth:K.BluetoothIcon,bold:Q.BoldIcon,"book-cover":Z.BookCoverIcon,"book-editing":Y.BookEditingIcon,book:J.BookIcon,"bookmark-filled":X.BookmarkFilledIcon,bookmark:$.BookmarkIcon,boolean:_.BooleanIcon,"bot-filled":ee.BotFilledIcon,bot:oe.BotIcon,breaktime:re.BreaktimeIcon,briefcase:ne.BriefcaseIcon,"broadcast-alt":ce.BroadcastAltIcon,broadcast:te.BroadcastIcon,"browser-chrome":ie.BrowserChromeIcon,"browser-edge":le.BrowserEdgeIcon,"browser-firefox":ae.BrowserFirefoxIcon,"browser-ie":se.BrowserIeIcon,"browser-safari":Ie.BrowserSafariIcon,bullet:ue.BulletIcon,bus:pe.BusIcon,"business-guy":de.BusinessGuyIcon,"button-route":he.ButtonRouteIcon,calendar:fe.CalendarIcon,"call-app":ge.CallAppIcon,"call-filled":xe.CallFilledIcon,"call-in-progress":qe.CallInProgressIcon,"call-incoming":je.CallIncomingIcon,"call-meet":me.CallMeetIcon,"call-missed":we.CallMissedIcon,"call-off":Ce.CallOffIcon,"call-outgoing":be.CallOutgoingIcon,"call-pull":Fe.CallPullIcon,call:ke.CallIcon,"camera-filled":Se.CameraFilledIcon,"camera-switch":ve.CameraSwitchIcon,camera:Ae.CameraIcon,"cancel-bold":Pe.CancelBoldIcon,"cancel-circle-filled":Be.CancelCircleFilledIcon,"cancel-circle":Te.CancelCircleIcon,"cancel-small":Le.CancelSmallIcon,cancel:ye.CancelIcon,car:De.CarIcon,"cart-abandoned":Re.CartAbandonedIcon,cart:He.CartIcon,"chain-reaction":Ue.ChainReactionIcon,"channel-btn-filled":Me.ChannelBtnFilledIcon,"channel-btn-smile-filled":We.ChannelBtnSmileFilledIcon,"channel-btn-smile":Oe.ChannelBtnSmileIcon,"channel-btn":Ee.ChannelBtnIcon,"channel-filled":Ve.ChannelFilledIcon,"channel-left-filled":Ge.ChannelLeftFilledIcon,"channel-left":Ne.ChannelLeftIcon,"channel-smile-filled":ze.ChannelSmileFilledIcon,"channel-smile":Ke.ChannelSmileIcon,"channel-up-filled":Qe.ChannelUpFilledIcon,"channel-up":Ze.ChannelUpIcon,channel:Ye.ChannelIcon,"channels-list":Je.ChannelsListIcon,"chat-bubble-alt-filled":Xe.ChatBubbleAltFilledIcon,"chat-bubble-alt-off":$e.ChatBubbleAltOffIcon,"chat-bubble-alt-push-filled":_e.ChatBubbleAltPushFilledIcon,"chat-bubble-alt":eo.ChatBubbleAltIcon,"chat-bubble-filled":oo.ChatBubbleFilledIcon,"chat-bubble":ro.ChatBubbleIcon,"chat-cancel":no.ChatCancelIcon,"chat-check-filled":co.ChatCheckFilledIcon,"chat-check":to.ChatCheckIcon,"chat-error-filled":io.ChatErrorFilledIcon,"chat-error":lo.ChatErrorIcon,"chat-forward":ao.ChatForwardIcon,"chat-info":so.ChatInfoIcon,"chat-lightning-filled":Io.ChatLightningFilledIcon,"chat-lightning":uo.ChatLightningIcon,"chat-progress-filled":po.ChatProgressFilledIcon,"chat-progress":ho.ChatProgressIcon,"chat-push":fo.ChatPushIcon,"chat-question-filled":go.ChatQuestionFilledIcon,"chat-question":xo.ChatQuestionIcon,"chat-ready":qo.ChatReadyIcon,"chat-suggestion":jo.ChatSuggestionIcon,"check-all":mo.CheckAllIcon,"check-bold":wo.CheckBoldIcon,"check-circle-filled":Co.CheckCircleFilledIcon,"check-circle":bo.CheckCircleIcon,"check-verification-filled":Fo.CheckVerificationFilledIcon,check:ko.CheckIcon,"checkbox-filled":So.CheckboxFilledIcon,checkbox:vo.CheckboxIcon,"chevron-down-double":Ao.ChevronDownDoubleIcon,"chevron-down":Po.ChevronDownIcon,"chevron-left-double":Bo.ChevronLeftDoubleIcon,"chevron-left":To.ChevronLeftIcon,"chevron-right-double":Lo.ChevronRightDoubleIcon,"chevron-right":yo.ChevronRightIcon,"chevron-small-down":Do.ChevronSmallDownIcon,"chevron-small-left":Ro.ChevronSmallLeftIcon,"chevron-small-leftright":Ho.ChevronSmallLeftrightIcon,"chevron-small-right":Uo.ChevronSmallRightIcon,"chevron-small-up":Mo.ChevronSmallUpIcon,"chevron-small-updown":Wo.ChevronSmallUpdownIcon,"chevron-up-double":Oo.ChevronUpDoubleIcon,"chevron-up":Eo.ChevronUpIcon,"chevron-updown":Vo.ChevronUpdownIcon,clip:Go.ClipIcon,clock:No.ClockIcon,"cloud-download":zo.CloudDownloadIcon,"cloud-off":Ko.CloudOffIcon,"cloud-upload":Qo.CloudUploadIcon,"code-block":Zo.CodeBlockIcon,code:Yo.CodeIcon,"coin-recurring":Jo.CoinRecurringIcon,coin:Xo.CoinIcon,column:$o.ColumnIcon,"comment-filled":_o.CommentFilledIcon,"comment-in":er.CommentInIcon,"comment-out":or.CommentOutIcon,comment:rr.CommentIcon,communication:nr.CommunicationIcon,"contact-filled":cr.ContactFilledIcon,contact:tr.ContactIcon,contract:ir.ContractIcon,cookie:lr.CookieIcon,coupon:ar.CouponIcon,credit:sr.CreditIcon,creditcard:Ir.CreditcardIcon,crop:ur.CropIcon,"crown-filled":pr.CrownFilledIcon,data:dr.DataIcon,desktop:hr.DesktopIcon,devices:fr.DevicesIcon,"dialog-down":gr.DialogDownIcon,"dialog-up":xr.DialogUpIcon,distribute:qr.DistributeIcon,dot:jr.DotIcon,download:mr.DownloadIcon,"dragable-alt":wr.DragableAltIcon,dragable:Cr.DragableIcon,dropdown:br.DropdownIcon,edit:Fr.EditIcon,education:kr.EducationIcon,"email-filled":Sr.EmailFilledIcon,"email-forward":vr.EmailForwardIcon,"email-unread":Ar.EmailUnreadIcon,"email-unsubscribed":Pr.EmailUnsubscribedIcon,email:Br.EmailIcon,"error-diamond-filled":Tr.ErrorDiamondFilledIcon,"error-filled":Lr.ErrorFilledIcon,"error-triangle-filled":yr.ErrorTriangleFilledIcon,"error-triangle":Dr.ErrorTriangleIcon,error:Rr.ErrorIcon,event:Hr.EventIcon,expand:Ur.ExpandIcon,"face-angry":Mr.FaceAngryIcon,"face-disappointed":Wr.FaceDisappointedIcon,"face-grinning":Or.FaceGrinningIcon,"face-id":Er.FaceIdIcon,"face-nomouth":Vr.FaceNomouthIcon,"face-smile-add":Gr.FaceSmileAddIcon,"face-smile-filled":Nr.FaceSmileFilledIcon,"face-smile":zr.FaceSmileIcon,"face-with-tears":Kr.FaceWithTearsIcon,"face-wow":Qr.FaceWowIcon,facebook:Zr.FacebookIcon,"fast-forward":Yr.FastForwardIcon,"fast-rewind":Jr.FastRewindIcon,"finger-print":Xr.FingerPrintIcon,fire:$r.FireIcon,"flag-filled":_r.FlagFilledIcon,flashlight:en.FlashlightIcon,flush:on.FlushIcon,folder:rn.FolderIcon,"fullscreen-exit":nn.FullscreenExitIcon,fullscreen:cn.FullscreenIcon,"funnel-remove":tn.FunnelRemoveIcon,funnel:ln.FunnelIcon,"ghost-filled":an.GhostFilledIcon,ghost:sn.GhostIcon,gif:In.GifIcon,gift:un.GiftIcon,globe:pn.GlobeIcon,"goal-off":dn.GoalOffIcon,goal:hn.GoalIcon,"google-play":fn.GooglePlayIcon,google:gn.GoogleIcon,"graph-filled":xn.GraphFilledIcon,graph:qn.GraphIcon,"group-filled":jn.GroupFilledIcon,"group-remove":mn.GroupRemoveIcon,group:wn.GroupIcon,"hand-love":Cn.HandLoveIcon,"hand-point":bn.HandPointIcon,"hand-push":Fn.HandPushIcon,"hand-thumbdown-filled":kn.HandThumbdownFilledIcon,"hand-thumbdown":Sn.HandThumbdownIcon,"hand-thumbup-filled":vn.HandThumbupFilledIcon,"hand-thumbup":An.HandThumbupIcon,"hand-wave":Pn.HandWaveIcon,hand:Bn.HandIcon,"hashtag-large":Tn.HashtagLargeIcon,hashtag:Ln.HashtagIcon,heading:yn.HeadingIcon,"headset-off":Dn.HeadsetOffIcon,headset:Rn.HeadsetIcon,hear:Hn.HearIcon,"heart-filled":Un.HeartFilledIcon,heart:Mn.HeartIcon,"help-filled":Wn.HelpFilledIcon,help:On.HelpIcon,"hexahedron-filled":En.HexahedronFilledIcon,hexahedron:Vn.HexahedronIcon,history:Gn.HistoryIcon,"home-filled":Nn.HomeFilledIcon,home:zn.HomeIcon,"hourglass-1":Kn.Hourglass1Icon,"hourglass-2":Qn.Hourglass2Icon,"hourglass-3":Zn.Hourglass3Icon,"hyphen-bold":Yn.HyphenBoldIcon,hyphen:Jn.HyphenIcon,"image-failed":Xn.ImageFailedIcon,"image-quality":$n.ImageQualityIcon,image:_n.ImageIcon,in:ec.InIcon,"inbox-all":oc.InboxAllIcon,inbox:rc.InboxIcon,"info-filled":nc.InfoFilledIcon,info:cc.InfoIcon,instagram:tc.InstagramIcon,"into-page-alt":ic.IntoPageAltIcon,"into-page":lc.IntoPageIcon,invert:ac.InvertIcon,ios:sc.IosIcon,italic:Ic.ItalicIcon,"kakao-filled-alt":uc.KakaoFilledAltIcon,"kakao-filled":pc.KakaoFilledIcon,kakao:dc.KakaoIcon,key:hc.KeyIcon,"keyboard-hide":fc.KeyboardHideIcon,keyboard:gc.KeyboardIcon,keypad:xc.KeypadIcon,lab:qc.LabIcon,landline:jc.LandlineIcon,laptop:mc.LaptopIcon,lightbulb:wc.LightbulbIcon,"lightning-filled":Cc.LightningFilledIcon,lightning:bc.LightningIcon,line:Fc.LineIcon,"link-copy":kc.LinkCopyIcon,"link-off":Sc.LinkOffIcon,link:vc.LinkIcon,linkedin:Ac.LinkedinIcon,"list-number":Pc.ListNumberIcon,list:Bc.ListIcon,"lock-open":Tc.LockOpenIcon,lock:Lc.LockIcon,"map-pin":yc.MapPinIcon,"marker-pen":Dc.MarkerPenIcon,me:Rc.MeIcon,"megaphone-filled":Hc.MegaphoneFilledIcon,megaphone:Uc.MegaphoneIcon,"menu-fold":Mc.MenuFoldIcon,"menu-unfold":Wc.MenuUnfoldIcon,menu:Oc.MenuIcon,"messaging-app":Ec.MessagingAppIcon,metro:Vc.MetroIcon,"microphone-filled":Gc.MicrophoneFilledIcon,"microphone-off":Nc.MicrophoneOffIcon,microphone:zc.MicrophoneIcon,"minus-circle-filled":Kc.MinusCircleFilledIcon,"minus-circle":Qc.MinusCircleIcon,minus:Zc.MinusIcon,"mobile-messaging":Yc.MobileMessagingIcon,mobile:Jc.MobileIcon,"moon-filled":Xc.MoonFilledIcon,moon:$c.MoonIcon,"more-vertical":_c.MoreVerticalIcon,more:et.MoreIcon,mouse:ot.MouseIcon,"multi-node":rt.MultiNodeIcon,music:nt.MusicIcon,"naver-talktalk":ct.NaverTalktalkIcon,naver:tt.NaverIcon,new:it.NewIcon,"note-logo":lt.NoteLogoIcon,"note-writing":at.NoteWritingIcon,note:st.NoteIcon,"notification-filled":It.NotificationFilledIcon,"notification-important":ut.NotificationImportantIcon,"notification-off":pt.NotificationOffIcon,notification:dt.NotificationIcon,number:ht.NumberIcon,office:ft.OfficeIcon,"open-in-new":gt.OpenInNewIcon,order:xt.OrderIcon,out:qt.OutIcon,package:jt.PackageIcon,"page-download":mt.PageDownloadIcon,"page-zip":wt.PageZipIcon,page:Ct.PageIcon,pause:bt.PauseIcon,pencil:Ft.PencilIcon,"people-list":kt.PeopleListIcon,people:St.PeopleIcon,"person-add-filled":vt.PersonAddFilledIcon,"person-add":At.PersonAddIcon,"person-blocked":Pt.PersonBlockedIcon,"person-check":Bt.PersonCheckIcon,"person-circle-filled":Tt.PersonCircleFilledIcon,"person-circle":Lt.PersonCircleIcon,"person-filled":yt.PersonFilledIcon,"person-remove":Dt.PersonRemoveIcon,person:Rt.PersonIcon,"pie-chart":Ht.PieChartIcon,"pin-filled":Ut.PinFilledIcon,"pin-off":Mt.PinOffIcon,pin:Wt.PinIcon,pip:Ot.PipIcon,plane:Et.PlaneIcon,play:Vt.PlayIcon,"plus-circle-filled":Gt.PlusCircleFilledIcon,"plus-circle":Nt.PlusCircleIcon,"plus-small":zt.PlusSmallIcon,"plus-square":Kt.PlusSquareIcon,plus:Qt.PlusIcon,point:Zt.PointIcon,power:Yt.PowerIcon,print:Jt.PrintIcon,profile:Xt.ProfileIcon,"qr-code":$t.QrCodeIcon,"radio-filled":_t.RadioFilledIcon,realtime:ei.RealtimeIcon,receipt:oi.ReceiptIcon,recipe:ri.RecipeIcon,record:ni.RecordIcon,"refresh-circle-filled":ci.RefreshCircleFilledIcon,refresh:ti.RefreshIcon,repeat:ii.RepeatIcon,rotate:li.RotateIcon,row:ai.RowIcon,ruler:si.RulerIcon,"screenshare-filled":Ii.ScreenshareFilledIcon,screenshare:ui.ScreenshareIcon,"search-bold":pi.SearchBoldIcon,search:di.SearchIcon,"security-person":hi.SecurityPersonIcon,security:fi.SecurityIcon,"send-filled":gi.SendFilledIcon,"send-forward-failed-filled":xi.SendForwardFailedFilledIcon,"send-forward-failed":qi.SendForwardFailedIcon,"send-forward-filled":ji.SendForwardFilledIcon,"send-forward":mi.SendForwardIcon,send:wi.SendIcon,settings:Ci.SettingsIcon,shine:bi.ShineIcon,"shopping-filled":Fi.ShoppingFilledIcon,shopping:ki.ShoppingIcon,shuffle:Si.ShuffleIcon,"signal-locked":vi.SignalLockedIcon,signal:Ai.SignalIcon,"single-node":Pi.SingleNodeIcon,siren:Bi.SirenIcon,skip:Ti.SkipIcon,"sms-filled":Li.SmsFilledIcon,"sms-unsubscribed":yi.SmsUnsubscribedIcon,sms:Di.SmsIcon,snooze:Ri.SnoozeIcon,soccerball:Hi.SoccerballIcon,sorting:Ui.SortingIcon,"space-horizontal":Mi.SpaceHorizontalIcon,"space-vertical":Wi.SpaceVerticalIcon,"split-left":Oi.SplitLeftIcon,"split-right":Ei.SplitRightIcon,sprout:Vi.SproutIcon,square:Gi.SquareIcon,"squares-filled":Ni.SquaresFilledIcon,squares:zi.SquaresIcon,"star-filled":Ki.StarFilledIcon,star:Qi.StarIcon,store:Zi.StoreIcon,strikethrough:Yi.StrikethroughIcon,string:Ji.StringIcon,"survey-check":Xi.SurveyCheckIcon,survey:$i.SurveyIcon,switch:_i.SwitchIcon,sync:el.SyncIcon,tablet:ol.TabletIcon,tag:rl.TagIcon,target:nl.TargetIcon,template:cl.TemplateIcon,textfield:tl.TextfieldIcon,"time-elapsed":il.TimeElapsedIcon,timezone:ll.TimezoneIcon,tool:al.ToolIcon,"transfer-disabled":sl.TransferDisabledIcon,transfer:Il.TransferIcon,translate:ul.TranslateIcon,trash:pl.TrashIcon,"trending-down":dl.TrendingDownIcon,"trending-left-circle-filled":hl.TrendingLeftCircleFilledIcon,"trending-left":fl.TrendingLeftIcon,"trending-right":gl.TrendingRightIcon,"trending-up":xl.TrendingUpIcon,"triangle-down-circle-filled":ql.TriangleDownCircleFilledIcon,"triangle-down-circle":jl.TriangleDownCircleIcon,"triangle-down":ml.TriangleDownIcon,"triangle-left-circle-filled":wl.TriangleLeftCircleFilledIcon,"triangle-left-circle":Cl.TriangleLeftCircleIcon,"triangle-left":bl.TriangleLeftIcon,"triangle-right-circle-filled":Fl.TriangleRightCircleFilledIcon,"triangle-right-circle":kl.TriangleRightCircleIcon,"triangle-right":Sl.TriangleRightIcon,"triangle-up-circle-filled":vl.TriangleUpCircleFilledIcon,"triangle-up-circle":Al.TriangleUpCircleIcon,"triangle-up":Pl.TriangleUpIcon,"triangle-updown":Bl.TriangleUpdownIcon,trophy:Tl.TrophyIcon,tune:Ll.TuneIcon,twitter:yl.TwitterIcon,typography:Dl.TypographyIcon,underline:Rl.UnderlineIcon,untag:Hl.UntagIcon,upload:Ul.UploadIcon,username:Ml.UsernameIcon,variable:Wl.VariableIcon,"videocam-filled":Ol.VideocamFilledIcon,"videocam-off-filled":El.VideocamOffFilledIcon,"videocam-off":Vl.VideocamOffIcon,videocam:Gl.VideocamIcon,"view-off":Nl.ViewOffIcon,view:zl.ViewIcon,"voice-wave":Kl.VoiceWaveIcon,voicemail:Ql.VoicemailIcon,"volume-bluetooth-filled":Zl.VolumeBluetoothFilledIcon,"volume-bluetooth":Yl.VolumeBluetoothIcon,"volume-down":Jl.VolumeDownIcon,"volume-off-filled":Xl.VolumeOffFilledIcon,"volume-off":$l.VolumeOffIcon,"volume-up-filled":_l.VolumeUpFilledIcon,"volume-up":ea.VolumeUpIcon,wallet:oa.WalletIcon,water:ra.WaterIcon,"weather-cloud":na.WeatherCloudIcon,"weather-cloudy":ca.WeatherCloudyIcon,"weather-rain":ta.WeatherRainIcon,"weather-snow":ia.WeatherSnowIcon,"weather-sun":la.WeatherSunIcon,"weather-thunder":aa.WeatherThunderIcon,webhook:sa.WebhookIcon,"wifi-off":Ia.WifiOffIcon,"wifi-poor":ua.WifiPoorIcon,"wifi-weak":pa.WifiWeakIcon,wifi:da.WifiIcon,"windows-close":ha.WindowsCloseIcon,"windows-maximize":fa.WindowsMaximizeIcon,"windows-minimize":ga.WindowsMinimizeIcon,"windows-restore":xa.WindowsRestoreIcon,windows:qa.WindowsIcon,wing:ja.WingIcon,youtube:ma.YoutubeIcon,"zoom-in":wa.ZoomInIcon,"zoom-out":Ca.ZoomOutIcon};exports.AllIcon=e.AllIcon,exports.AndroidIcon=o.AndroidIcon,exports.ApiIcon=r.ApiIcon,exports.AppCheckIcon=n.AppCheckIcon,exports.AppPlusIcon=c.AppPlusIcon,exports.AppPushIcon=t.AppPushIcon,exports.AppleIcon=i.AppleIcon,exports.AppsAddIcon=l.AppsAddIcon,exports.AppsFilledIcon=a.AppsFilledIcon,exports.AppsIcon=s.AppsIcon,exports.ArchiveIcon=I.ArchiveIcon,exports.ArrowDownSmallIcon=u.ArrowDownSmallIcon,exports.ArrowDownIcon=p.ArrowDownIcon,exports.ArrowHookLeftDownIcon=d.ArrowHookLeftDownIcon,exports.ArrowHookLeftUpIcon=h.ArrowHookLeftUpIcon,exports.ArrowHookRightDownIcon=f.ArrowHookRightDownIcon,exports.ArrowHookRightUpIcon=g.ArrowHookRightUpIcon,exports.ArrowLeftCircleFilledIcon=x.ArrowLeftCircleFilledIcon,exports.ArrowLeftDownSmallIcon=q.ArrowLeftDownSmallIcon,exports.ArrowLeftUpSmallIcon=j.ArrowLeftUpSmallIcon,exports.ArrowLeftUpIcon=m.ArrowLeftUpIcon,exports.ArrowLeftIcon=w.ArrowLeftIcon,exports.ArrowRightDownSmallIcon=C.ArrowRightDownSmallIcon,exports.ArrowRightUpSmallIcon=b.ArrowRightUpSmallIcon,exports.ArrowRightUpIcon=F.ArrowRightUpIcon,exports.ArrowRightIcon=k.ArrowRightIcon,exports.ArrowTurnLeftDownIcon=S.ArrowTurnLeftDownIcon,exports.ArrowTurnLeftUpIcon=v.ArrowTurnLeftUpIcon,exports.ArrowTurnRightDownIcon=A.ArrowTurnRightDownIcon,exports.ArrowTurnRightUpIcon=P.ArrowTurnRightUpIcon,exports.ArrowUpSmallIcon=B.ArrowUpSmallIcon,exports.ArrowUpIcon=T.ArrowUpIcon,exports.AssignToMeIcon=L.AssignToMeIcon,exports.AssigneeIcon=y.AssigneeIcon,exports.AsteriskSmallIcon=D.AsteriskSmallIcon,exports.AsteriskIcon=R.AsteriskIcon,exports.AtomIcon=H.AtomIcon,exports.AutoWritingIcon=U.AutoWritingIcon,exports.BadgeIcon=M.BadgeIcon,exports.BankIcon=W.BankIcon,exports.BaseballIcon=O.BaseballIcon,exports.BasketballIcon=E.BasketballIcon,exports.BearFilledIcon=V.BearFilledIcon,exports.BearIcon=G.BearIcon,exports.BetaIcon=N.BetaIcon,exports.BlockIcon=z.BlockIcon,exports.BluetoothIcon=K.BluetoothIcon,exports.BoldIcon=Q.BoldIcon,exports.BookCoverIcon=Z.BookCoverIcon,exports.BookEditingIcon=Y.BookEditingIcon,exports.BookIcon=J.BookIcon,exports.BookmarkFilledIcon=X.BookmarkFilledIcon,exports.BookmarkIcon=$.BookmarkIcon,exports.BooleanIcon=_.BooleanIcon,exports.BotFilledIcon=ee.BotFilledIcon,exports.BotIcon=oe.BotIcon,exports.BreaktimeIcon=re.BreaktimeIcon,exports.BriefcaseIcon=ne.BriefcaseIcon,exports.BroadcastAltIcon=ce.BroadcastAltIcon,exports.BroadcastIcon=te.BroadcastIcon,exports.BrowserChromeIcon=ie.BrowserChromeIcon,exports.BrowserEdgeIcon=le.BrowserEdgeIcon,exports.BrowserFirefoxIcon=ae.BrowserFirefoxIcon,exports.BrowserIeIcon=se.BrowserIeIcon,exports.BrowserSafariIcon=Ie.BrowserSafariIcon,exports.BulletIcon=ue.BulletIcon,exports.BusIcon=pe.BusIcon,exports.BusinessGuyIcon=de.BusinessGuyIcon,exports.ButtonRouteIcon=he.ButtonRouteIcon,exports.CalendarIcon=fe.CalendarIcon,exports.CallAppIcon=ge.CallAppIcon,exports.CallFilledIcon=xe.CallFilledIcon,exports.CallInProgressIcon=qe.CallInProgressIcon,exports.CallIncomingIcon=je.CallIncomingIcon,exports.CallMeetIcon=me.CallMeetIcon,exports.CallMissedIcon=we.CallMissedIcon,exports.CallOffIcon=Ce.CallOffIcon,exports.CallOutgoingIcon=be.CallOutgoingIcon,exports.CallPullIcon=Fe.CallPullIcon,exports.CallIcon=ke.CallIcon,exports.CameraFilledIcon=Se.CameraFilledIcon,exports.CameraSwitchIcon=ve.CameraSwitchIcon,exports.CameraIcon=Ae.CameraIcon,exports.CancelBoldIcon=Pe.CancelBoldIcon,exports.CancelCircleFilledIcon=Be.CancelCircleFilledIcon,exports.CancelCircleIcon=Te.CancelCircleIcon,exports.CancelSmallIcon=Le.CancelSmallIcon,exports.CancelIcon=ye.CancelIcon,exports.CarIcon=De.CarIcon,exports.CartAbandonedIcon=Re.CartAbandonedIcon,exports.CartIcon=He.CartIcon,exports.ChainReactionIcon=Ue.ChainReactionIcon,exports.ChannelBtnFilledIcon=Me.ChannelBtnFilledIcon,exports.ChannelBtnSmileFilledIcon=We.ChannelBtnSmileFilledIcon,exports.ChannelBtnSmileIcon=Oe.ChannelBtnSmileIcon,exports.ChannelBtnIcon=Ee.ChannelBtnIcon,exports.ChannelFilledIcon=Ve.ChannelFilledIcon,exports.ChannelLeftFilledIcon=Ge.ChannelLeftFilledIcon,exports.ChannelLeftIcon=Ne.ChannelLeftIcon,exports.ChannelSmileFilledIcon=ze.ChannelSmileFilledIcon,exports.ChannelSmileIcon=Ke.ChannelSmileIcon,exports.ChannelUpFilledIcon=Qe.ChannelUpFilledIcon,exports.ChannelUpIcon=Ze.ChannelUpIcon,exports.ChannelIcon=Ye.ChannelIcon,exports.ChannelsListIcon=Je.ChannelsListIcon,exports.ChatBubbleAltFilledIcon=Xe.ChatBubbleAltFilledIcon,exports.ChatBubbleAltOffIcon=$e.ChatBubbleAltOffIcon,exports.ChatBubbleAltPushFilledIcon=_e.ChatBubbleAltPushFilledIcon,exports.ChatBubbleAltIcon=eo.ChatBubbleAltIcon,exports.ChatBubbleFilledIcon=oo.ChatBubbleFilledIcon,exports.ChatBubbleIcon=ro.ChatBubbleIcon,exports.ChatCancelIcon=no.ChatCancelIcon,exports.ChatCheckFilledIcon=co.ChatCheckFilledIcon,exports.ChatCheckIcon=to.ChatCheckIcon,exports.ChatErrorFilledIcon=io.ChatErrorFilledIcon,exports.ChatErrorIcon=lo.ChatErrorIcon,exports.ChatForwardIcon=ao.ChatForwardIcon,exports.ChatInfoIcon=so.ChatInfoIcon,exports.ChatLightningFilledIcon=Io.ChatLightningFilledIcon,exports.ChatLightningIcon=uo.ChatLightningIcon,exports.ChatProgressFilledIcon=po.ChatProgressFilledIcon,exports.ChatProgressIcon=ho.ChatProgressIcon,exports.ChatPushIcon=fo.ChatPushIcon,exports.ChatQuestionFilledIcon=go.ChatQuestionFilledIcon,exports.ChatQuestionIcon=xo.ChatQuestionIcon,exports.ChatReadyIcon=qo.ChatReadyIcon,exports.ChatSuggestionIcon=jo.ChatSuggestionIcon,exports.CheckAllIcon=mo.CheckAllIcon,exports.CheckBoldIcon=wo.CheckBoldIcon,exports.CheckCircleFilledIcon=Co.CheckCircleFilledIcon,exports.CheckCircleIcon=bo.CheckCircleIcon,exports.CheckVerificationFilledIcon=Fo.CheckVerificationFilledIcon,exports.CheckIcon=ko.CheckIcon,exports.CheckboxFilledIcon=So.CheckboxFilledIcon,exports.CheckboxIcon=vo.CheckboxIcon,exports.ChevronDownDoubleIcon=Ao.ChevronDownDoubleIcon,exports.ChevronDownIcon=Po.ChevronDownIcon,exports.ChevronLeftDoubleIcon=Bo.ChevronLeftDoubleIcon,exports.ChevronLeftIcon=To.ChevronLeftIcon,exports.ChevronRightDoubleIcon=Lo.ChevronRightDoubleIcon,exports.ChevronRightIcon=yo.ChevronRightIcon,exports.ChevronSmallDownIcon=Do.ChevronSmallDownIcon,exports.ChevronSmallLeftIcon=Ro.ChevronSmallLeftIcon,exports.ChevronSmallLeftrightIcon=Ho.ChevronSmallLeftrightIcon,exports.ChevronSmallRightIcon=Uo.ChevronSmallRightIcon,exports.ChevronSmallUpIcon=Mo.ChevronSmallUpIcon,exports.ChevronSmallUpdownIcon=Wo.ChevronSmallUpdownIcon,exports.ChevronUpDoubleIcon=Oo.ChevronUpDoubleIcon,exports.ChevronUpIcon=Eo.ChevronUpIcon,exports.ChevronUpdownIcon=Vo.ChevronUpdownIcon,exports.ClipIcon=Go.ClipIcon,exports.ClockIcon=No.ClockIcon,exports.CloudDownloadIcon=zo.CloudDownloadIcon,exports.CloudOffIcon=Ko.CloudOffIcon,exports.CloudUploadIcon=Qo.CloudUploadIcon,exports.CodeBlockIcon=Zo.CodeBlockIcon,exports.CodeIcon=Yo.CodeIcon,exports.CoinRecurringIcon=Jo.CoinRecurringIcon,exports.CoinIcon=Xo.CoinIcon,exports.ColumnIcon=$o.ColumnIcon,exports.CommentFilledIcon=_o.CommentFilledIcon,exports.CommentInIcon=er.CommentInIcon,exports.CommentOutIcon=or.CommentOutIcon,exports.CommentIcon=rr.CommentIcon,exports.CommunicationIcon=nr.CommunicationIcon,exports.ContactFilledIcon=cr.ContactFilledIcon,exports.ContactIcon=tr.ContactIcon,exports.ContractIcon=ir.ContractIcon,exports.CookieIcon=lr.CookieIcon,exports.CouponIcon=ar.CouponIcon,exports.CreditIcon=sr.CreditIcon,exports.CreditcardIcon=Ir.CreditcardIcon,exports.CropIcon=ur.CropIcon,exports.CrownFilledIcon=pr.CrownFilledIcon,exports.DataIcon=dr.DataIcon,exports.DesktopIcon=hr.DesktopIcon,exports.DevicesIcon=fr.DevicesIcon,exports.DialogDownIcon=gr.DialogDownIcon,exports.DialogUpIcon=xr.DialogUpIcon,exports.DistributeIcon=qr.DistributeIcon,exports.DotIcon=jr.DotIcon,exports.DownloadIcon=mr.DownloadIcon,exports.DragableAltIcon=wr.DragableAltIcon,exports.DragableIcon=Cr.DragableIcon,exports.DropdownIcon=br.DropdownIcon,exports.EditIcon=Fr.EditIcon,exports.EducationIcon=kr.EducationIcon,exports.EmailFilledIcon=Sr.EmailFilledIcon,exports.EmailForwardIcon=vr.EmailForwardIcon,exports.EmailUnreadIcon=Ar.EmailUnreadIcon,exports.EmailUnsubscribedIcon=Pr.EmailUnsubscribedIcon,exports.EmailIcon=Br.EmailIcon,exports.ErrorDiamondFilledIcon=Tr.ErrorDiamondFilledIcon,exports.ErrorFilledIcon=Lr.ErrorFilledIcon,exports.ErrorTriangleFilledIcon=yr.ErrorTriangleFilledIcon,exports.ErrorTriangleIcon=Dr.ErrorTriangleIcon,exports.ErrorIcon=Rr.ErrorIcon,exports.EventIcon=Hr.EventIcon,exports.ExpandIcon=Ur.ExpandIcon,exports.FaceAngryIcon=Mr.FaceAngryIcon,exports.FaceDisappointedIcon=Wr.FaceDisappointedIcon,exports.FaceGrinningIcon=Or.FaceGrinningIcon,exports.FaceIdIcon=Er.FaceIdIcon,exports.FaceNomouthIcon=Vr.FaceNomouthIcon,exports.FaceSmileAddIcon=Gr.FaceSmileAddIcon,exports.FaceSmileFilledIcon=Nr.FaceSmileFilledIcon,exports.FaceSmileIcon=zr.FaceSmileIcon,exports.FaceWithTearsIcon=Kr.FaceWithTearsIcon,exports.FaceWowIcon=Qr.FaceWowIcon,exports.FacebookIcon=Zr.FacebookIcon,exports.FastForwardIcon=Yr.FastForwardIcon,exports.FastRewindIcon=Jr.FastRewindIcon,exports.FingerPrintIcon=Xr.FingerPrintIcon,exports.FireIcon=$r.FireIcon,exports.FlagFilledIcon=_r.FlagFilledIcon,exports.FlashlightIcon=en.FlashlightIcon,exports.FlushIcon=on.FlushIcon,exports.FolderIcon=rn.FolderIcon,exports.FullscreenExitIcon=nn.FullscreenExitIcon,exports.FullscreenIcon=cn.FullscreenIcon,exports.FunnelRemoveIcon=tn.FunnelRemoveIcon,exports.FunnelIcon=ln.FunnelIcon,exports.GhostFilledIcon=an.GhostFilledIcon,exports.GhostIcon=sn.GhostIcon,exports.GifIcon=In.GifIcon,exports.GiftIcon=un.GiftIcon,exports.GlobeIcon=pn.GlobeIcon,exports.GoalOffIcon=dn.GoalOffIcon,exports.GoalIcon=hn.GoalIcon,exports.GooglePlayIcon=fn.GooglePlayIcon,exports.GoogleIcon=gn.GoogleIcon,exports.GraphFilledIcon=xn.GraphFilledIcon,exports.GraphIcon=qn.GraphIcon,exports.GroupFilledIcon=jn.GroupFilledIcon,exports.GroupRemoveIcon=mn.GroupRemoveIcon,exports.GroupIcon=wn.GroupIcon,exports.HandLoveIcon=Cn.HandLoveIcon,exports.HandPointIcon=bn.HandPointIcon,exports.HandPushIcon=Fn.HandPushIcon,exports.HandThumbdownFilledIcon=kn.HandThumbdownFilledIcon,exports.HandThumbdownIcon=Sn.HandThumbdownIcon,exports.HandThumbupFilledIcon=vn.HandThumbupFilledIcon,exports.HandThumbupIcon=An.HandThumbupIcon,exports.HandWaveIcon=Pn.HandWaveIcon,exports.HandIcon=Bn.HandIcon,exports.HashtagLargeIcon=Tn.HashtagLargeIcon,exports.HashtagIcon=Ln.HashtagIcon,exports.HeadingIcon=yn.HeadingIcon,exports.HeadsetOffIcon=Dn.HeadsetOffIcon,exports.HeadsetIcon=Rn.HeadsetIcon,exports.HearIcon=Hn.HearIcon,exports.HeartFilledIcon=Un.HeartFilledIcon,exports.HeartIcon=Mn.HeartIcon,exports.HelpFilledIcon=Wn.HelpFilledIcon,exports.HelpIcon=On.HelpIcon,exports.HexahedronFilledIcon=En.HexahedronFilledIcon,exports.HexahedronIcon=Vn.HexahedronIcon,exports.HistoryIcon=Gn.HistoryIcon,exports.HomeFilledIcon=Nn.HomeFilledIcon,exports.HomeIcon=zn.HomeIcon,exports.Hourglass1Icon=Kn.Hourglass1Icon,exports.Hourglass2Icon=Qn.Hourglass2Icon,exports.Hourglass3Icon=Zn.Hourglass3Icon,exports.HyphenBoldIcon=Yn.HyphenBoldIcon,exports.HyphenIcon=Jn.HyphenIcon,exports.ImageFailedIcon=Xn.ImageFailedIcon,exports.ImageQualityIcon=$n.ImageQualityIcon,exports.ImageIcon=_n.ImageIcon,exports.InIcon=ec.InIcon,exports.InboxAllIcon=oc.InboxAllIcon,exports.InboxIcon=rc.InboxIcon,exports.InfoFilledIcon=nc.InfoFilledIcon,exports.InfoIcon=cc.InfoIcon,exports.InstagramIcon=tc.InstagramIcon,exports.IntoPageAltIcon=ic.IntoPageAltIcon,exports.IntoPageIcon=lc.IntoPageIcon,exports.InvertIcon=ac.InvertIcon,exports.IosIcon=sc.IosIcon,exports.ItalicIcon=Ic.ItalicIcon,exports.KakaoFilledAltIcon=uc.KakaoFilledAltIcon,exports.KakaoFilledIcon=pc.KakaoFilledIcon,exports.KakaoIcon=dc.KakaoIcon,exports.KeyIcon=hc.KeyIcon,exports.KeyboardHideIcon=fc.KeyboardHideIcon,exports.KeyboardIcon=gc.KeyboardIcon,exports.KeypadIcon=xc.KeypadIcon,exports.LabIcon=qc.LabIcon,exports.LandlineIcon=jc.LandlineIcon,exports.LaptopIcon=mc.LaptopIcon,exports.LightbulbIcon=wc.LightbulbIcon,exports.LightningFilledIcon=Cc.LightningFilledIcon,exports.LightningIcon=bc.LightningIcon,exports.LineIcon=Fc.LineIcon,exports.LinkCopyIcon=kc.LinkCopyIcon,exports.LinkOffIcon=Sc.LinkOffIcon,exports.LinkIcon=vc.LinkIcon,exports.LinkedinIcon=Ac.LinkedinIcon,exports.ListNumberIcon=Pc.ListNumberIcon,exports.ListIcon=Bc.ListIcon,exports.LockOpenIcon=Tc.LockOpenIcon,exports.LockIcon=Lc.LockIcon,exports.MapPinIcon=yc.MapPinIcon,exports.MarkerPenIcon=Dc.MarkerPenIcon,exports.MeIcon=Rc.MeIcon,exports.MegaphoneFilledIcon=Hc.MegaphoneFilledIcon,exports.MegaphoneIcon=Uc.MegaphoneIcon,exports.MenuFoldIcon=Mc.MenuFoldIcon,exports.MenuUnfoldIcon=Wc.MenuUnfoldIcon,exports.MenuIcon=Oc.MenuIcon,exports.MessagingAppIcon=Ec.MessagingAppIcon,exports.MetroIcon=Vc.MetroIcon,exports.MicrophoneFilledIcon=Gc.MicrophoneFilledIcon,exports.MicrophoneOffIcon=Nc.MicrophoneOffIcon,exports.MicrophoneIcon=zc.MicrophoneIcon,exports.MinusCircleFilledIcon=Kc.MinusCircleFilledIcon,exports.MinusCircleIcon=Qc.MinusCircleIcon,exports.MinusIcon=Zc.MinusIcon,exports.MobileMessagingIcon=Yc.MobileMessagingIcon,exports.MobileIcon=Jc.MobileIcon,exports.MoonFilledIcon=Xc.MoonFilledIcon,exports.MoonIcon=$c.MoonIcon,exports.MoreVerticalIcon=_c.MoreVerticalIcon,exports.MoreIcon=et.MoreIcon,exports.MouseIcon=ot.MouseIcon,exports.MultiNodeIcon=rt.MultiNodeIcon,exports.MusicIcon=nt.MusicIcon,exports.NaverTalktalkIcon=ct.NaverTalktalkIcon,exports.NaverIcon=tt.NaverIcon,exports.NewIcon=it.NewIcon,exports.NoteLogoIcon=lt.NoteLogoIcon,exports.NoteWritingIcon=at.NoteWritingIcon,exports.NoteIcon=st.NoteIcon,exports.NotificationFilledIcon=It.NotificationFilledIcon,exports.NotificationImportantIcon=ut.NotificationImportantIcon,exports.NotificationOffIcon=pt.NotificationOffIcon,exports.NotificationIcon=dt.NotificationIcon,exports.NumberIcon=ht.NumberIcon,exports.OfficeIcon=ft.OfficeIcon,exports.OpenInNewIcon=gt.OpenInNewIcon,exports.OrderIcon=xt.OrderIcon,exports.OutIcon=qt.OutIcon,exports.PackageIcon=jt.PackageIcon,exports.PageDownloadIcon=mt.PageDownloadIcon,exports.PageZipIcon=wt.PageZipIcon,exports.PageIcon=Ct.PageIcon,exports.PauseIcon=bt.PauseIcon,exports.PencilIcon=Ft.PencilIcon,exports.PeopleListIcon=kt.PeopleListIcon,exports.PeopleIcon=St.PeopleIcon,exports.PersonAddFilledIcon=vt.PersonAddFilledIcon,exports.PersonAddIcon=At.PersonAddIcon,exports.PersonBlockedIcon=Pt.PersonBlockedIcon,exports.PersonCheckIcon=Bt.PersonCheckIcon,exports.PersonCircleFilledIcon=Tt.PersonCircleFilledIcon,exports.PersonCircleIcon=Lt.PersonCircleIcon,exports.PersonFilledIcon=yt.PersonFilledIcon,exports.PersonRemoveIcon=Dt.PersonRemoveIcon,exports.PersonIcon=Rt.PersonIcon,exports.PieChartIcon=Ht.PieChartIcon,exports.PinFilledIcon=Ut.PinFilledIcon,exports.PinOffIcon=Mt.PinOffIcon,exports.PinIcon=Wt.PinIcon,exports.PipIcon=Ot.PipIcon,exports.PlaneIcon=Et.PlaneIcon,exports.PlayIcon=Vt.PlayIcon,exports.PlusCircleFilledIcon=Gt.PlusCircleFilledIcon,exports.PlusCircleIcon=Nt.PlusCircleIcon,exports.PlusSmallIcon=zt.PlusSmallIcon,exports.PlusSquareIcon=Kt.PlusSquareIcon,exports.PlusIcon=Qt.PlusIcon,exports.PointIcon=Zt.PointIcon,exports.PowerIcon=Yt.PowerIcon,exports.PrintIcon=Jt.PrintIcon,exports.ProfileIcon=Xt.ProfileIcon,exports.QrCodeIcon=$t.QrCodeIcon,exports.RadioFilledIcon=_t.RadioFilledIcon,exports.RealtimeIcon=ei.RealtimeIcon,exports.ReceiptIcon=oi.ReceiptIcon,exports.RecipeIcon=ri.RecipeIcon,exports.RecordIcon=ni.RecordIcon,exports.RefreshCircleFilledIcon=ci.RefreshCircleFilledIcon,exports.RefreshIcon=ti.RefreshIcon,exports.RepeatIcon=ii.RepeatIcon,exports.RotateIcon=li.RotateIcon,exports.RowIcon=ai.RowIcon,exports.RulerIcon=si.RulerIcon,exports.ScreenshareFilledIcon=Ii.ScreenshareFilledIcon,exports.ScreenshareIcon=ui.ScreenshareIcon,exports.SearchBoldIcon=pi.SearchBoldIcon,exports.SearchIcon=di.SearchIcon,exports.SecurityPersonIcon=hi.SecurityPersonIcon,exports.SecurityIcon=fi.SecurityIcon,exports.SendFilledIcon=gi.SendFilledIcon,exports.SendForwardFailedFilledIcon=xi.SendForwardFailedFilledIcon,exports.SendForwardFailedIcon=qi.SendForwardFailedIcon,exports.SendForwardFilledIcon=ji.SendForwardFilledIcon,exports.SendForwardIcon=mi.SendForwardIcon,exports.SendIcon=wi.SendIcon,exports.SettingsIcon=Ci.SettingsIcon,exports.ShineIcon=bi.ShineIcon,exports.ShoppingFilledIcon=Fi.ShoppingFilledIcon,exports.ShoppingIcon=ki.ShoppingIcon,exports.ShuffleIcon=Si.ShuffleIcon,exports.SignalLockedIcon=vi.SignalLockedIcon,exports.SignalIcon=Ai.SignalIcon,exports.SingleNodeIcon=Pi.SingleNodeIcon,exports.SirenIcon=Bi.SirenIcon,exports.SkipIcon=Ti.SkipIcon,exports.SmsFilledIcon=Li.SmsFilledIcon,exports.SmsUnsubscribedIcon=yi.SmsUnsubscribedIcon,exports.SmsIcon=Di.SmsIcon,exports.SnoozeIcon=Ri.SnoozeIcon,exports.SoccerballIcon=Hi.SoccerballIcon,exports.SortingIcon=Ui.SortingIcon,exports.SpaceHorizontalIcon=Mi.SpaceHorizontalIcon,exports.SpaceVerticalIcon=Wi.SpaceVerticalIcon,exports.SplitLeftIcon=Oi.SplitLeftIcon,exports.SplitRightIcon=Ei.SplitRightIcon,exports.SproutIcon=Vi.SproutIcon,exports.SquareIcon=Gi.SquareIcon,exports.SquaresFilledIcon=Ni.SquaresFilledIcon,exports.SquaresIcon=zi.SquaresIcon,exports.StarFilledIcon=Ki.StarFilledIcon,exports.StarIcon=Qi.StarIcon,exports.StoreIcon=Zi.StoreIcon,exports.StrikethroughIcon=Yi.StrikethroughIcon,exports.StringIcon=Ji.StringIcon,exports.SurveyCheckIcon=Xi.SurveyCheckIcon,exports.SurveyIcon=$i.SurveyIcon,exports.SwitchIcon=_i.SwitchIcon,exports.SyncIcon=el.SyncIcon,exports.TabletIcon=ol.TabletIcon,exports.TagIcon=rl.TagIcon,exports.TargetIcon=nl.TargetIcon,exports.TemplateIcon=cl.TemplateIcon,exports.TextfieldIcon=tl.TextfieldIcon,exports.TimeElapsedIcon=il.TimeElapsedIcon,exports.TimezoneIcon=ll.TimezoneIcon,exports.ToolIcon=al.ToolIcon,exports.TransferDisabledIcon=sl.TransferDisabledIcon,exports.TransferIcon=Il.TransferIcon,exports.TranslateIcon=ul.TranslateIcon,exports.TrashIcon=pl.TrashIcon,exports.TrendingDownIcon=dl.TrendingDownIcon,exports.TrendingLeftCircleFilledIcon=hl.TrendingLeftCircleFilledIcon,exports.TrendingLeftIcon=fl.TrendingLeftIcon,exports.TrendingRightIcon=gl.TrendingRightIcon,exports.TrendingUpIcon=xl.TrendingUpIcon,exports.TriangleDownCircleFilledIcon=ql.TriangleDownCircleFilledIcon,exports.TriangleDownCircleIcon=jl.TriangleDownCircleIcon,exports.TriangleDownIcon=ml.TriangleDownIcon,exports.TriangleLeftCircleFilledIcon=wl.TriangleLeftCircleFilledIcon,exports.TriangleLeftCircleIcon=Cl.TriangleLeftCircleIcon,exports.TriangleLeftIcon=bl.TriangleLeftIcon,exports.TriangleRightCircleFilledIcon=Fl.TriangleRightCircleFilledIcon,exports.TriangleRightCircleIcon=kl.TriangleRightCircleIcon,exports.TriangleRightIcon=Sl.TriangleRightIcon,exports.TriangleUpCircleFilledIcon=vl.TriangleUpCircleFilledIcon,exports.TriangleUpCircleIcon=Al.TriangleUpCircleIcon,exports.TriangleUpIcon=Pl.TriangleUpIcon,exports.TriangleUpdownIcon=Bl.TriangleUpdownIcon,exports.TrophyIcon=Tl.TrophyIcon,exports.TuneIcon=Ll.TuneIcon,exports.TwitterIcon=yl.TwitterIcon,exports.TypographyIcon=Dl.TypographyIcon,exports.UnderlineIcon=Rl.UnderlineIcon,exports.UntagIcon=Hl.UntagIcon,exports.UploadIcon=Ul.UploadIcon,exports.UsernameIcon=Ml.UsernameIcon,exports.VariableIcon=Wl.VariableIcon,exports.VideocamFilledIcon=Ol.VideocamFilledIcon,exports.VideocamOffFilledIcon=El.VideocamOffFilledIcon,exports.VideocamOffIcon=Vl.VideocamOffIcon,exports.VideocamIcon=Gl.VideocamIcon,exports.ViewOffIcon=Nl.ViewOffIcon,exports.ViewIcon=zl.ViewIcon,exports.VoiceWaveIcon=Kl.VoiceWaveIcon,exports.VoicemailIcon=Ql.VoicemailIcon,exports.VolumeBluetoothFilledIcon=Zl.VolumeBluetoothFilledIcon,exports.VolumeBluetoothIcon=Yl.VolumeBluetoothIcon,exports.VolumeDownIcon=Jl.VolumeDownIcon,exports.VolumeOffFilledIcon=Xl.VolumeOffFilledIcon,exports.VolumeOffIcon=$l.VolumeOffIcon,exports.VolumeUpFilledIcon=_l.VolumeUpFilledIcon,exports.VolumeUpIcon=ea.VolumeUpIcon,exports.WalletIcon=oa.WalletIcon,exports.WaterIcon=ra.WaterIcon,exports.WeatherCloudIcon=na.WeatherCloudIcon,exports.WeatherCloudyIcon=ca.WeatherCloudyIcon,exports.WeatherRainIcon=ta.WeatherRainIcon,exports.WeatherSnowIcon=ia.WeatherSnowIcon,exports.WeatherSunIcon=la.WeatherSunIcon,exports.WeatherThunderIcon=aa.WeatherThunderIcon,exports.WebhookIcon=sa.WebhookIcon,exports.WifiOffIcon=Ia.WifiOffIcon,exports.WifiPoorIcon=ua.WifiPoorIcon,exports.WifiWeakIcon=pa.WifiWeakIcon,exports.WifiIcon=da.WifiIcon,exports.WindowsCloseIcon=ha.WindowsCloseIcon,exports.WindowsMaximizeIcon=fa.WindowsMaximizeIcon,exports.WindowsMinimizeIcon=ga.WindowsMinimizeIcon,exports.WindowsRestoreIcon=xa.WindowsRestoreIcon,exports.WindowsIcon=qa.WindowsIcon,exports.WingIcon=ja.WingIcon,exports.YoutubeIcon=ma.YoutubeIcon,exports.ZoomInIcon=wa.ZoomInIcon,exports.ZoomOutIcon=Ca.ZoomOutIcon,exports.createBezierIcon=ba.createBezierIcon,exports.isBezierIcon=ba.isBezierIcon,exports.icons=Fa;
|
|
1
|
+
"use strict";var e=require("./react/all.js"),o=require("./react/android.js"),r=require("./react/api.js"),n=require("./react/app-check.js"),c=require("./react/app-plus.js"),t=require("./react/app-push.js"),i=require("./react/apple.js"),l=require("./react/apps-add.js"),a=require("./react/apps-filled.js"),s=require("./react/apps.js"),I=require("./react/archive.js"),u=require("./react/arrow-down-small.js"),p=require("./react/arrow-down.js"),d=require("./react/arrow-hook-left-down.js"),h=require("./react/arrow-hook-left-up.js"),f=require("./react/arrow-hook-right-down.js"),g=require("./react/arrow-hook-right-up.js"),x=require("./react/arrow-left-circle-filled.js"),q=require("./react/arrow-left-down-small.js"),j=require("./react/arrow-left-up-small.js"),m=require("./react/arrow-left-up.js"),w=require("./react/arrow-left.js"),C=require("./react/arrow-right-down-small.js"),b=require("./react/arrow-right-up-small.js"),F=require("./react/arrow-right-up.js"),k=require("./react/arrow-right.js"),S=require("./react/arrow-turn-left-down.js"),v=require("./react/arrow-turn-left-up.js"),A=require("./react/arrow-turn-right-down.js"),P=require("./react/arrow-turn-right-up.js"),B=require("./react/arrow-up-small.js"),T=require("./react/arrow-up.js"),L=require("./react/assign-to-me.js"),y=require("./react/assignee.js"),D=require("./react/asterisk-small.js"),R=require("./react/asterisk.js"),H=require("./react/atom.js"),U=require("./react/auto-writing.js"),M=require("./react/badge.js"),W=require("./react/bank.js"),O=require("./react/baseball.js"),E=require("./react/basketball.js"),V=require("./react/bear-filled.js"),G=require("./react/bear.js"),N=require("./react/beta.js"),z=require("./react/block.js"),K=require("./react/bluetooth.js"),Q=require("./react/bold.js"),Z=require("./react/book-cover.js"),Y=require("./react/book-editing.js"),J=require("./react/book.js"),X=require("./react/bookmark-filled.js"),$=require("./react/bookmark.js"),_=require("./react/boolean.js"),ee=require("./react/bot-filled.js"),oe=require("./react/bot.js"),re=require("./react/breaktime.js"),ne=require("./react/briefcase.js"),ce=require("./react/broadcast-alt.js"),te=require("./react/broadcast.js"),ie=require("./react/browser-chrome.js"),le=require("./react/browser-edge.js"),ae=require("./react/browser-firefox.js"),se=require("./react/browser-ie.js"),Ie=require("./react/browser-safari.js"),ue=require("./react/bullet.js"),pe=require("./react/bus.js"),de=require("./react/business-guy.js"),he=require("./react/button-route.js"),fe=require("./react/calendar.js"),ge=require("./react/call-app.js"),xe=require("./react/call-filled.js"),qe=require("./react/call-in-progress.js"),je=require("./react/call-incoming.js"),me=require("./react/call-meet.js"),we=require("./react/call-missed.js"),Ce=require("./react/call-off.js"),be=require("./react/call-outgoing.js"),Fe=require("./react/call-pull.js"),ke=require("./react/call.js"),Se=require("./react/camera-filled.js"),ve=require("./react/camera-switch.js"),Ae=require("./react/camera.js"),Pe=require("./react/cancel-bold.js"),Be=require("./react/cancel-circle-filled.js"),Te=require("./react/cancel-circle.js"),Le=require("./react/cancel-small.js"),ye=require("./react/cancel.js"),De=require("./react/car.js"),Re=require("./react/cart-abandoned.js"),He=require("./react/cart.js"),Ue=require("./react/chain-reaction.js"),Me=require("./react/channel-btn-filled.js"),We=require("./react/channel-btn-smile-filled.js"),Oe=require("./react/channel-btn-smile.js"),Ee=require("./react/channel-btn.js"),Ve=require("./react/channel-filled.js"),Ge=require("./react/channel-left-filled.js"),Ne=require("./react/channel-left.js"),ze=require("./react/channel-smile-filled.js"),Ke=require("./react/channel-smile.js"),Qe=require("./react/channel-up-filled.js"),Ze=require("./react/channel-up.js"),Ye=require("./react/channel.js"),Je=require("./react/channels-list.js"),Xe=require("./react/chat-bubble-alt-filled.js"),$e=require("./react/chat-bubble-alt-off.js"),_e=require("./react/chat-bubble-alt-push-filled.js"),eo=require("./react/chat-bubble-alt.js"),oo=require("./react/chat-bubble-filled.js"),ro=require("./react/chat-bubble.js"),no=require("./react/chat-cancel.js"),co=require("./react/chat-check-filled.js"),to=require("./react/chat-check.js"),io=require("./react/chat-error-filled.js"),lo=require("./react/chat-error.js"),ao=require("./react/chat-forward.js"),so=require("./react/chat-info.js"),Io=require("./react/chat-lightning-filled.js"),uo=require("./react/chat-lightning.js"),po=require("./react/chat-progress-filled.js"),ho=require("./react/chat-progress.js"),fo=require("./react/chat-push.js"),go=require("./react/chat-question-filled.js"),xo=require("./react/chat-question.js"),qo=require("./react/chat-ready.js"),jo=require("./react/chat-suggestion.js"),mo=require("./react/check-all.js"),wo=require("./react/check-bold.js"),Co=require("./react/check-circle-filled.js"),bo=require("./react/check-circle.js"),Fo=require("./react/check-verification-filled.js"),ko=require("./react/check.js"),So=require("./react/checkbox-filled.js"),vo=require("./react/checkbox.js"),Ao=require("./react/chevron-down-double.js"),Po=require("./react/chevron-down.js"),Bo=require("./react/chevron-left-double.js"),To=require("./react/chevron-left.js"),Lo=require("./react/chevron-right-double.js"),yo=require("./react/chevron-right.js"),Do=require("./react/chevron-small-down.js"),Ro=require("./react/chevron-small-left.js"),Ho=require("./react/chevron-small-leftright.js"),Uo=require("./react/chevron-small-right.js"),Mo=require("./react/chevron-small-up.js"),Wo=require("./react/chevron-small-updown.js"),Oo=require("./react/chevron-up-double.js"),Eo=require("./react/chevron-up.js"),Vo=require("./react/chevron-updown.js"),Go=require("./react/clip.js"),No=require("./react/clock.js"),zo=require("./react/cloud-download.js"),Ko=require("./react/cloud-off.js"),Qo=require("./react/cloud-upload.js"),Zo=require("./react/code-block.js"),Yo=require("./react/code.js"),Jo=require("./react/coin-recurring.js"),Xo=require("./react/coin.js"),$o=require("./react/column.js"),_o=require("./react/comment-filled.js"),er=require("./react/comment-in.js"),or=require("./react/comment-out.js"),rr=require("./react/comment.js"),nr=require("./react/communication.js"),cr=require("./react/contact-filled.js"),tr=require("./react/contact.js"),ir=require("./react/contract.js"),lr=require("./react/cookie.js"),ar=require("./react/coupon.js"),sr=require("./react/credit.js"),Ir=require("./react/creditcard.js"),ur=require("./react/crop.js"),pr=require("./react/crown-filled.js"),dr=require("./react/data.js"),hr=require("./react/desktop.js"),fr=require("./react/devices.js"),gr=require("./react/dialog-down.js"),xr=require("./react/dialog-up.js"),qr=require("./react/distribute.js"),jr=require("./react/dot.js"),mr=require("./react/download.js"),wr=require("./react/dragable-alt.js"),Cr=require("./react/dragable.js"),br=require("./react/dropdown.js"),Fr=require("./react/edit.js"),kr=require("./react/education.js"),Sr=require("./react/email-filled.js"),vr=require("./react/email-forward.js"),Ar=require("./react/email-unread.js"),Pr=require("./react/email-unsubscribed.js"),Br=require("./react/email.js"),Tr=require("./react/error-diamond-filled.js"),Lr=require("./react/error-filled.js"),yr=require("./react/error-triangle-filled.js"),Dr=require("./react/error-triangle.js"),Rr=require("./react/error.js"),Hr=require("./react/event.js"),Ur=require("./react/expand.js"),Mr=require("./react/face-angry.js"),Wr=require("./react/face-disappointed.js"),Or=require("./react/face-grinning.js"),Er=require("./react/face-id.js"),Vr=require("./react/face-nomouth.js"),Gr=require("./react/face-smile-add.js"),Nr=require("./react/face-smile-filled.js"),zr=require("./react/face-smile.js"),Kr=require("./react/face-with-tears.js"),Qr=require("./react/face-wow.js"),Zr=require("./react/facebook.js"),Yr=require("./react/fast-forward.js"),Jr=require("./react/fast-rewind.js"),Xr=require("./react/finger-print.js"),$r=require("./react/fire.js"),_r=require("./react/flag-filled.js"),en=require("./react/flashlight.js"),on=require("./react/flush.js"),rn=require("./react/folder.js"),nn=require("./react/fullscreen-exit.js"),cn=require("./react/fullscreen.js"),tn=require("./react/funnel-remove.js"),ln=require("./react/funnel.js"),an=require("./react/ghost-filled.js"),sn=require("./react/ghost.js"),In=require("./react/gif.js"),un=require("./react/gift.js"),pn=require("./react/globe.js"),dn=require("./react/goal-off.js"),hn=require("./react/goal.js"),fn=require("./react/google-play.js"),gn=require("./react/google.js"),xn=require("./react/graph-filled.js"),qn=require("./react/graph.js"),jn=require("./react/group-filled.js"),mn=require("./react/group-remove.js"),wn=require("./react/group.js"),Cn=require("./react/hand-love.js"),bn=require("./react/hand-point.js"),Fn=require("./react/hand-push.js"),kn=require("./react/hand-thumbdown-filled.js"),Sn=require("./react/hand-thumbdown.js"),vn=require("./react/hand-thumbup-filled.js"),An=require("./react/hand-thumbup.js"),Pn=require("./react/hand-wave.js"),Bn=require("./react/hand.js"),Tn=require("./react/hashtag-large.js"),Ln=require("./react/hashtag.js"),yn=require("./react/heading.js"),Dn=require("./react/headset-off.js"),Rn=require("./react/headset.js"),Hn=require("./react/hear.js"),Un=require("./react/heart-filled.js"),Mn=require("./react/heart.js"),Wn=require("./react/help-filled.js"),On=require("./react/help.js"),En=require("./react/hexahedron-filled.js"),Vn=require("./react/hexahedron.js"),Gn=require("./react/history.js"),Nn=require("./react/home-filled.js"),zn=require("./react/home.js"),Kn=require("./react/hourglass-1.js"),Qn=require("./react/hourglass-2.js"),Zn=require("./react/hourglass-3.js"),Yn=require("./react/hyphen-bold.js"),Jn=require("./react/hyphen.js"),Xn=require("./react/image-failed.js"),$n=require("./react/image-quality.js"),_n=require("./react/image.js"),ec=require("./react/in.js"),oc=require("./react/inbox-all.js"),rc=require("./react/inbox.js"),nc=require("./react/info-filled.js"),cc=require("./react/info.js"),tc=require("./react/instagram.js"),ic=require("./react/into-page-alt.js"),lc=require("./react/into-page.js"),ac=require("./react/invert.js"),sc=require("./react/ios.js"),Ic=require("./react/italic.js"),uc=require("./react/kakao-filled-alt.js"),pc=require("./react/kakao-filled.js"),dc=require("./react/kakao.js"),hc=require("./react/key.js"),fc=require("./react/keyboard-hide.js"),gc=require("./react/keyboard.js"),xc=require("./react/keypad.js"),qc=require("./react/lab.js"),jc=require("./react/landline.js"),mc=require("./react/laptop.js"),wc=require("./react/lightbulb.js"),Cc=require("./react/lightning-filled.js"),bc=require("./react/lightning.js"),Fc=require("./react/line.js"),kc=require("./react/link-copy.js"),Sc=require("./react/link-off.js"),vc=require("./react/link.js"),Ac=require("./react/linkedin.js"),Pc=require("./react/list-number.js"),Bc=require("./react/list.js"),Tc=require("./react/lock-open.js"),Lc=require("./react/lock.js"),yc=require("./react/map-pin.js"),Dc=require("./react/marker-pen.js"),Rc=require("./react/me.js"),Hc=require("./react/megaphone-filled.js"),Uc=require("./react/megaphone.js"),Mc=require("./react/menu-fold.js"),Wc=require("./react/menu-unfold.js"),Oc=require("./react/menu.js"),Ec=require("./react/messaging-app.js"),Vc=require("./react/metro.js"),Gc=require("./react/microphone-filled.js"),Nc=require("./react/microphone-off.js"),zc=require("./react/microphone.js"),Kc=require("./react/minus-circle-filled.js"),Qc=require("./react/minus-circle.js"),Zc=require("./react/minus.js"),Yc=require("./react/mobile-messaging.js"),Jc=require("./react/mobile.js"),Xc=require("./react/moon-filled.js"),$c=require("./react/moon.js"),_c=require("./react/more-vertical.js"),et=require("./react/more.js"),ot=require("./react/mouse.js"),rt=require("./react/multi-node.js"),nt=require("./react/music.js"),ct=require("./react/naver-talktalk.js"),tt=require("./react/naver.js"),it=require("./react/new.js"),lt=require("./react/note-logo.js"),at=require("./react/note-writing.js"),st=require("./react/note.js"),It=require("./react/notification-filled.js"),ut=require("./react/notification-important.js"),pt=require("./react/notification-off.js"),dt=require("./react/notification.js"),ht=require("./react/number.js"),ft=require("./react/office.js"),gt=require("./react/open-in-new.js"),xt=require("./react/order.js"),qt=require("./react/out.js"),jt=require("./react/package.js"),mt=require("./react/page-download.js"),wt=require("./react/page-zip.js"),Ct=require("./react/page.js"),bt=require("./react/pause.js"),Ft=require("./react/pencil.js"),kt=require("./react/people-list.js"),St=require("./react/people.js"),vt=require("./react/person-add-filled.js"),At=require("./react/person-add.js"),Pt=require("./react/person-blocked.js"),Bt=require("./react/person-check.js"),Tt=require("./react/person-circle-filled.js"),Lt=require("./react/person-circle.js"),yt=require("./react/person-filled.js"),Dt=require("./react/person-remove.js"),Rt=require("./react/person.js"),Ht=require("./react/pie-chart.js"),Ut=require("./react/pin-filled.js"),Mt=require("./react/pin-off.js"),Wt=require("./react/pin.js"),Ot=require("./react/pip.js"),Et=require("./react/plane.js"),Vt=require("./react/play.js"),Gt=require("./react/plus-circle-filled.js"),Nt=require("./react/plus-circle.js"),zt=require("./react/plus-small.js"),Kt=require("./react/plus-square.js"),Qt=require("./react/plus.js"),Zt=require("./react/point.js"),Yt=require("./react/power.js"),Jt=require("./react/print.js"),Xt=require("./react/profile.js"),$t=require("./react/qr-code.js"),_t=require("./react/radio-filled.js"),ei=require("./react/realtime.js"),oi=require("./react/receipt.js"),ri=require("./react/recipe.js"),ni=require("./react/record.js"),ci=require("./react/refresh-circle-filled.js"),ti=require("./react/refresh.js"),ii=require("./react/repeat.js"),li=require("./react/rotate.js"),ai=require("./react/row.js"),si=require("./react/ruler.js"),Ii=require("./react/screenshare-filled.js"),ui=require("./react/screenshare.js"),pi=require("./react/search-bold.js"),di=require("./react/search.js"),hi=require("./react/security-person.js"),fi=require("./react/security.js"),gi=require("./react/send-filled.js"),xi=require("./react/send-forward-failed-filled.js"),qi=require("./react/send-forward-failed.js"),ji=require("./react/send-forward-filled.js"),mi=require("./react/send-forward.js"),wi=require("./react/send.js"),Ci=require("./react/settings.js"),bi=require("./react/shine.js"),Fi=require("./react/shipping.js"),ki=require("./react/shopping-filled.js"),Si=require("./react/shopping.js"),vi=require("./react/shuffle.js"),Ai=require("./react/signal-locked.js"),Pi=require("./react/signal.js"),Bi=require("./react/single-node.js"),Ti=require("./react/siren.js"),Li=require("./react/skip.js"),yi=require("./react/sms-filled.js"),Di=require("./react/sms-unsubscribed.js"),Ri=require("./react/sms.js"),Hi=require("./react/snooze.js"),Ui=require("./react/soccerball.js"),Mi=require("./react/sorting.js"),Wi=require("./react/space-horizontal.js"),Oi=require("./react/space-vertical.js"),Ei=require("./react/split-left.js"),Vi=require("./react/split-right.js"),Gi=require("./react/spotify.js"),Ni=require("./react/sprout.js"),zi=require("./react/square.js"),Ki=require("./react/squares-filled.js"),Qi=require("./react/squares.js"),Zi=require("./react/star-filled.js"),Yi=require("./react/star.js"),Ji=require("./react/store.js"),Xi=require("./react/strikethrough.js"),$i=require("./react/string.js"),_i=require("./react/survey-check.js"),el=require("./react/survey.js"),ol=require("./react/switch.js"),rl=require("./react/sync.js"),nl=require("./react/tablet.js"),cl=require("./react/tag.js"),tl=require("./react/target.js"),il=require("./react/template.js"),ll=require("./react/textfield.js"),al=require("./react/thread.js"),sl=require("./react/time-elapsed.js"),Il=require("./react/timezone.js"),ul=require("./react/tool.js"),pl=require("./react/transfer-disabled.js"),dl=require("./react/transfer.js"),hl=require("./react/translate.js"),fl=require("./react/trash.js"),gl=require("./react/trending-down.js"),xl=require("./react/trending-left-circle-filled.js"),ql=require("./react/trending-left.js"),jl=require("./react/trending-right.js"),ml=require("./react/trending-up.js"),wl=require("./react/triangle-down-circle-filled.js"),Cl=require("./react/triangle-down-circle.js"),bl=require("./react/triangle-down.js"),Fl=require("./react/triangle-left-circle-filled.js"),kl=require("./react/triangle-left-circle.js"),Sl=require("./react/triangle-left.js"),vl=require("./react/triangle-right-circle-filled.js"),Al=require("./react/triangle-right-circle.js"),Pl=require("./react/triangle-right.js"),Bl=require("./react/triangle-up-circle-filled.js"),Tl=require("./react/triangle-up-circle.js"),Ll=require("./react/triangle-up.js"),yl=require("./react/triangle-updown.js"),Dl=require("./react/trophy.js"),Rl=require("./react/tune.js"),Hl=require("./react/twitter.js"),Ul=require("./react/typography.js"),Ml=require("./react/underline.js"),Wl=require("./react/untag.js"),Ol=require("./react/upload.js"),El=require("./react/username.js"),Vl=require("./react/variable.js"),Gl=require("./react/videocam-filled.js"),Nl=require("./react/videocam-off-filled.js"),zl=require("./react/videocam-off.js"),Kl=require("./react/videocam.js"),Ql=require("./react/view-off.js"),Zl=require("./react/view.js"),Yl=require("./react/voice-wave.js"),Jl=require("./react/voicemail.js"),Xl=require("./react/volume-bluetooth-filled.js"),$l=require("./react/volume-bluetooth.js"),_l=require("./react/volume-down.js"),ea=require("./react/volume-off-filled.js"),oa=require("./react/volume-off.js"),ra=require("./react/volume-up-filled.js"),na=require("./react/volume-up.js"),ca=require("./react/wallet.js"),ta=require("./react/water.js"),ia=require("./react/weather-cloud.js"),la=require("./react/weather-cloudy.js"),aa=require("./react/weather-rain.js"),sa=require("./react/weather-snow.js"),Ia=require("./react/weather-sun.js"),ua=require("./react/weather-thunder.js"),pa=require("./react/webhook.js"),da=require("./react/wifi-off.js"),ha=require("./react/wifi-poor.js"),fa=require("./react/wifi-weak.js"),ga=require("./react/wifi.js"),xa=require("./react/windows-close.js"),qa=require("./react/windows-maximize.js"),ja=require("./react/windows-minimize.js"),ma=require("./react/windows-restore.js"),wa=require("./react/windows.js"),Ca=require("./react/wing.js"),ba=require("./react/youtube.js"),Fa=require("./react/zoom-in.js"),ka=require("./react/zoom-out.js"),Sa=require("./utils/index.js");require("react");const va={all:e.AllIcon,android:o.AndroidIcon,api:r.ApiIcon,"app-check":n.AppCheckIcon,"app-plus":c.AppPlusIcon,"app-push":t.AppPushIcon,apple:i.AppleIcon,"apps-add":l.AppsAddIcon,"apps-filled":a.AppsFilledIcon,apps:s.AppsIcon,archive:I.ArchiveIcon,"arrow-down-small":u.ArrowDownSmallIcon,"arrow-down":p.ArrowDownIcon,"arrow-hook-left-down":d.ArrowHookLeftDownIcon,"arrow-hook-left-up":h.ArrowHookLeftUpIcon,"arrow-hook-right-down":f.ArrowHookRightDownIcon,"arrow-hook-right-up":g.ArrowHookRightUpIcon,"arrow-left-circle-filled":x.ArrowLeftCircleFilledIcon,"arrow-left-down-small":q.ArrowLeftDownSmallIcon,"arrow-left-up-small":j.ArrowLeftUpSmallIcon,"arrow-left-up":m.ArrowLeftUpIcon,"arrow-left":w.ArrowLeftIcon,"arrow-right-down-small":C.ArrowRightDownSmallIcon,"arrow-right-up-small":b.ArrowRightUpSmallIcon,"arrow-right-up":F.ArrowRightUpIcon,"arrow-right":k.ArrowRightIcon,"arrow-turn-left-down":S.ArrowTurnLeftDownIcon,"arrow-turn-left-up":v.ArrowTurnLeftUpIcon,"arrow-turn-right-down":A.ArrowTurnRightDownIcon,"arrow-turn-right-up":P.ArrowTurnRightUpIcon,"arrow-up-small":B.ArrowUpSmallIcon,"arrow-up":T.ArrowUpIcon,"assign-to-me":L.AssignToMeIcon,assignee:y.AssigneeIcon,"asterisk-small":D.AsteriskSmallIcon,asterisk:R.AsteriskIcon,atom:H.AtomIcon,"auto-writing":U.AutoWritingIcon,badge:M.BadgeIcon,bank:W.BankIcon,baseball:O.BaseballIcon,basketball:E.BasketballIcon,"bear-filled":V.BearFilledIcon,bear:G.BearIcon,beta:N.BetaIcon,block:z.BlockIcon,bluetooth:K.BluetoothIcon,bold:Q.BoldIcon,"book-cover":Z.BookCoverIcon,"book-editing":Y.BookEditingIcon,book:J.BookIcon,"bookmark-filled":X.BookmarkFilledIcon,bookmark:$.BookmarkIcon,boolean:_.BooleanIcon,"bot-filled":ee.BotFilledIcon,bot:oe.BotIcon,breaktime:re.BreaktimeIcon,briefcase:ne.BriefcaseIcon,"broadcast-alt":ce.BroadcastAltIcon,broadcast:te.BroadcastIcon,"browser-chrome":ie.BrowserChromeIcon,"browser-edge":le.BrowserEdgeIcon,"browser-firefox":ae.BrowserFirefoxIcon,"browser-ie":se.BrowserIeIcon,"browser-safari":Ie.BrowserSafariIcon,bullet:ue.BulletIcon,bus:pe.BusIcon,"business-guy":de.BusinessGuyIcon,"button-route":he.ButtonRouteIcon,calendar:fe.CalendarIcon,"call-app":ge.CallAppIcon,"call-filled":xe.CallFilledIcon,"call-in-progress":qe.CallInProgressIcon,"call-incoming":je.CallIncomingIcon,"call-meet":me.CallMeetIcon,"call-missed":we.CallMissedIcon,"call-off":Ce.CallOffIcon,"call-outgoing":be.CallOutgoingIcon,"call-pull":Fe.CallPullIcon,call:ke.CallIcon,"camera-filled":Se.CameraFilledIcon,"camera-switch":ve.CameraSwitchIcon,camera:Ae.CameraIcon,"cancel-bold":Pe.CancelBoldIcon,"cancel-circle-filled":Be.CancelCircleFilledIcon,"cancel-circle":Te.CancelCircleIcon,"cancel-small":Le.CancelSmallIcon,cancel:ye.CancelIcon,car:De.CarIcon,"cart-abandoned":Re.CartAbandonedIcon,cart:He.CartIcon,"chain-reaction":Ue.ChainReactionIcon,"channel-btn-filled":Me.ChannelBtnFilledIcon,"channel-btn-smile-filled":We.ChannelBtnSmileFilledIcon,"channel-btn-smile":Oe.ChannelBtnSmileIcon,"channel-btn":Ee.ChannelBtnIcon,"channel-filled":Ve.ChannelFilledIcon,"channel-left-filled":Ge.ChannelLeftFilledIcon,"channel-left":Ne.ChannelLeftIcon,"channel-smile-filled":ze.ChannelSmileFilledIcon,"channel-smile":Ke.ChannelSmileIcon,"channel-up-filled":Qe.ChannelUpFilledIcon,"channel-up":Ze.ChannelUpIcon,channel:Ye.ChannelIcon,"channels-list":Je.ChannelsListIcon,"chat-bubble-alt-filled":Xe.ChatBubbleAltFilledIcon,"chat-bubble-alt-off":$e.ChatBubbleAltOffIcon,"chat-bubble-alt-push-filled":_e.ChatBubbleAltPushFilledIcon,"chat-bubble-alt":eo.ChatBubbleAltIcon,"chat-bubble-filled":oo.ChatBubbleFilledIcon,"chat-bubble":ro.ChatBubbleIcon,"chat-cancel":no.ChatCancelIcon,"chat-check-filled":co.ChatCheckFilledIcon,"chat-check":to.ChatCheckIcon,"chat-error-filled":io.ChatErrorFilledIcon,"chat-error":lo.ChatErrorIcon,"chat-forward":ao.ChatForwardIcon,"chat-info":so.ChatInfoIcon,"chat-lightning-filled":Io.ChatLightningFilledIcon,"chat-lightning":uo.ChatLightningIcon,"chat-progress-filled":po.ChatProgressFilledIcon,"chat-progress":ho.ChatProgressIcon,"chat-push":fo.ChatPushIcon,"chat-question-filled":go.ChatQuestionFilledIcon,"chat-question":xo.ChatQuestionIcon,"chat-ready":qo.ChatReadyIcon,"chat-suggestion":jo.ChatSuggestionIcon,"check-all":mo.CheckAllIcon,"check-bold":wo.CheckBoldIcon,"check-circle-filled":Co.CheckCircleFilledIcon,"check-circle":bo.CheckCircleIcon,"check-verification-filled":Fo.CheckVerificationFilledIcon,check:ko.CheckIcon,"checkbox-filled":So.CheckboxFilledIcon,checkbox:vo.CheckboxIcon,"chevron-down-double":Ao.ChevronDownDoubleIcon,"chevron-down":Po.ChevronDownIcon,"chevron-left-double":Bo.ChevronLeftDoubleIcon,"chevron-left":To.ChevronLeftIcon,"chevron-right-double":Lo.ChevronRightDoubleIcon,"chevron-right":yo.ChevronRightIcon,"chevron-small-down":Do.ChevronSmallDownIcon,"chevron-small-left":Ro.ChevronSmallLeftIcon,"chevron-small-leftright":Ho.ChevronSmallLeftrightIcon,"chevron-small-right":Uo.ChevronSmallRightIcon,"chevron-small-up":Mo.ChevronSmallUpIcon,"chevron-small-updown":Wo.ChevronSmallUpdownIcon,"chevron-up-double":Oo.ChevronUpDoubleIcon,"chevron-up":Eo.ChevronUpIcon,"chevron-updown":Vo.ChevronUpdownIcon,clip:Go.ClipIcon,clock:No.ClockIcon,"cloud-download":zo.CloudDownloadIcon,"cloud-off":Ko.CloudOffIcon,"cloud-upload":Qo.CloudUploadIcon,"code-block":Zo.CodeBlockIcon,code:Yo.CodeIcon,"coin-recurring":Jo.CoinRecurringIcon,coin:Xo.CoinIcon,column:$o.ColumnIcon,"comment-filled":_o.CommentFilledIcon,"comment-in":er.CommentInIcon,"comment-out":or.CommentOutIcon,comment:rr.CommentIcon,communication:nr.CommunicationIcon,"contact-filled":cr.ContactFilledIcon,contact:tr.ContactIcon,contract:ir.ContractIcon,cookie:lr.CookieIcon,coupon:ar.CouponIcon,credit:sr.CreditIcon,creditcard:Ir.CreditcardIcon,crop:ur.CropIcon,"crown-filled":pr.CrownFilledIcon,data:dr.DataIcon,desktop:hr.DesktopIcon,devices:fr.DevicesIcon,"dialog-down":gr.DialogDownIcon,"dialog-up":xr.DialogUpIcon,distribute:qr.DistributeIcon,dot:jr.DotIcon,download:mr.DownloadIcon,"dragable-alt":wr.DragableAltIcon,dragable:Cr.DragableIcon,dropdown:br.DropdownIcon,edit:Fr.EditIcon,education:kr.EducationIcon,"email-filled":Sr.EmailFilledIcon,"email-forward":vr.EmailForwardIcon,"email-unread":Ar.EmailUnreadIcon,"email-unsubscribed":Pr.EmailUnsubscribedIcon,email:Br.EmailIcon,"error-diamond-filled":Tr.ErrorDiamondFilledIcon,"error-filled":Lr.ErrorFilledIcon,"error-triangle-filled":yr.ErrorTriangleFilledIcon,"error-triangle":Dr.ErrorTriangleIcon,error:Rr.ErrorIcon,event:Hr.EventIcon,expand:Ur.ExpandIcon,"face-angry":Mr.FaceAngryIcon,"face-disappointed":Wr.FaceDisappointedIcon,"face-grinning":Or.FaceGrinningIcon,"face-id":Er.FaceIdIcon,"face-nomouth":Vr.FaceNomouthIcon,"face-smile-add":Gr.FaceSmileAddIcon,"face-smile-filled":Nr.FaceSmileFilledIcon,"face-smile":zr.FaceSmileIcon,"face-with-tears":Kr.FaceWithTearsIcon,"face-wow":Qr.FaceWowIcon,facebook:Zr.FacebookIcon,"fast-forward":Yr.FastForwardIcon,"fast-rewind":Jr.FastRewindIcon,"finger-print":Xr.FingerPrintIcon,fire:$r.FireIcon,"flag-filled":_r.FlagFilledIcon,flashlight:en.FlashlightIcon,flush:on.FlushIcon,folder:rn.FolderIcon,"fullscreen-exit":nn.FullscreenExitIcon,fullscreen:cn.FullscreenIcon,"funnel-remove":tn.FunnelRemoveIcon,funnel:ln.FunnelIcon,"ghost-filled":an.GhostFilledIcon,ghost:sn.GhostIcon,gif:In.GifIcon,gift:un.GiftIcon,globe:pn.GlobeIcon,"goal-off":dn.GoalOffIcon,goal:hn.GoalIcon,"google-play":fn.GooglePlayIcon,google:gn.GoogleIcon,"graph-filled":xn.GraphFilledIcon,graph:qn.GraphIcon,"group-filled":jn.GroupFilledIcon,"group-remove":mn.GroupRemoveIcon,group:wn.GroupIcon,"hand-love":Cn.HandLoveIcon,"hand-point":bn.HandPointIcon,"hand-push":Fn.HandPushIcon,"hand-thumbdown-filled":kn.HandThumbdownFilledIcon,"hand-thumbdown":Sn.HandThumbdownIcon,"hand-thumbup-filled":vn.HandThumbupFilledIcon,"hand-thumbup":An.HandThumbupIcon,"hand-wave":Pn.HandWaveIcon,hand:Bn.HandIcon,"hashtag-large":Tn.HashtagLargeIcon,hashtag:Ln.HashtagIcon,heading:yn.HeadingIcon,"headset-off":Dn.HeadsetOffIcon,headset:Rn.HeadsetIcon,hear:Hn.HearIcon,"heart-filled":Un.HeartFilledIcon,heart:Mn.HeartIcon,"help-filled":Wn.HelpFilledIcon,help:On.HelpIcon,"hexahedron-filled":En.HexahedronFilledIcon,hexahedron:Vn.HexahedronIcon,history:Gn.HistoryIcon,"home-filled":Nn.HomeFilledIcon,home:zn.HomeIcon,"hourglass-1":Kn.Hourglass1Icon,"hourglass-2":Qn.Hourglass2Icon,"hourglass-3":Zn.Hourglass3Icon,"hyphen-bold":Yn.HyphenBoldIcon,hyphen:Jn.HyphenIcon,"image-failed":Xn.ImageFailedIcon,"image-quality":$n.ImageQualityIcon,image:_n.ImageIcon,in:ec.InIcon,"inbox-all":oc.InboxAllIcon,inbox:rc.InboxIcon,"info-filled":nc.InfoFilledIcon,info:cc.InfoIcon,instagram:tc.InstagramIcon,"into-page-alt":ic.IntoPageAltIcon,"into-page":lc.IntoPageIcon,invert:ac.InvertIcon,ios:sc.IosIcon,italic:Ic.ItalicIcon,"kakao-filled-alt":uc.KakaoFilledAltIcon,"kakao-filled":pc.KakaoFilledIcon,kakao:dc.KakaoIcon,key:hc.KeyIcon,"keyboard-hide":fc.KeyboardHideIcon,keyboard:gc.KeyboardIcon,keypad:xc.KeypadIcon,lab:qc.LabIcon,landline:jc.LandlineIcon,laptop:mc.LaptopIcon,lightbulb:wc.LightbulbIcon,"lightning-filled":Cc.LightningFilledIcon,lightning:bc.LightningIcon,line:Fc.LineIcon,"link-copy":kc.LinkCopyIcon,"link-off":Sc.LinkOffIcon,link:vc.LinkIcon,linkedin:Ac.LinkedinIcon,"list-number":Pc.ListNumberIcon,list:Bc.ListIcon,"lock-open":Tc.LockOpenIcon,lock:Lc.LockIcon,"map-pin":yc.MapPinIcon,"marker-pen":Dc.MarkerPenIcon,me:Rc.MeIcon,"megaphone-filled":Hc.MegaphoneFilledIcon,megaphone:Uc.MegaphoneIcon,"menu-fold":Mc.MenuFoldIcon,"menu-unfold":Wc.MenuUnfoldIcon,menu:Oc.MenuIcon,"messaging-app":Ec.MessagingAppIcon,metro:Vc.MetroIcon,"microphone-filled":Gc.MicrophoneFilledIcon,"microphone-off":Nc.MicrophoneOffIcon,microphone:zc.MicrophoneIcon,"minus-circle-filled":Kc.MinusCircleFilledIcon,"minus-circle":Qc.MinusCircleIcon,minus:Zc.MinusIcon,"mobile-messaging":Yc.MobileMessagingIcon,mobile:Jc.MobileIcon,"moon-filled":Xc.MoonFilledIcon,moon:$c.MoonIcon,"more-vertical":_c.MoreVerticalIcon,more:et.MoreIcon,mouse:ot.MouseIcon,"multi-node":rt.MultiNodeIcon,music:nt.MusicIcon,"naver-talktalk":ct.NaverTalktalkIcon,naver:tt.NaverIcon,new:it.NewIcon,"note-logo":lt.NoteLogoIcon,"note-writing":at.NoteWritingIcon,note:st.NoteIcon,"notification-filled":It.NotificationFilledIcon,"notification-important":ut.NotificationImportantIcon,"notification-off":pt.NotificationOffIcon,notification:dt.NotificationIcon,number:ht.NumberIcon,office:ft.OfficeIcon,"open-in-new":gt.OpenInNewIcon,order:xt.OrderIcon,out:qt.OutIcon,package:jt.PackageIcon,"page-download":mt.PageDownloadIcon,"page-zip":wt.PageZipIcon,page:Ct.PageIcon,pause:bt.PauseIcon,pencil:Ft.PencilIcon,"people-list":kt.PeopleListIcon,people:St.PeopleIcon,"person-add-filled":vt.PersonAddFilledIcon,"person-add":At.PersonAddIcon,"person-blocked":Pt.PersonBlockedIcon,"person-check":Bt.PersonCheckIcon,"person-circle-filled":Tt.PersonCircleFilledIcon,"person-circle":Lt.PersonCircleIcon,"person-filled":yt.PersonFilledIcon,"person-remove":Dt.PersonRemoveIcon,person:Rt.PersonIcon,"pie-chart":Ht.PieChartIcon,"pin-filled":Ut.PinFilledIcon,"pin-off":Mt.PinOffIcon,pin:Wt.PinIcon,pip:Ot.PipIcon,plane:Et.PlaneIcon,play:Vt.PlayIcon,"plus-circle-filled":Gt.PlusCircleFilledIcon,"plus-circle":Nt.PlusCircleIcon,"plus-small":zt.PlusSmallIcon,"plus-square":Kt.PlusSquareIcon,plus:Qt.PlusIcon,point:Zt.PointIcon,power:Yt.PowerIcon,print:Jt.PrintIcon,profile:Xt.ProfileIcon,"qr-code":$t.QrCodeIcon,"radio-filled":_t.RadioFilledIcon,realtime:ei.RealtimeIcon,receipt:oi.ReceiptIcon,recipe:ri.RecipeIcon,record:ni.RecordIcon,"refresh-circle-filled":ci.RefreshCircleFilledIcon,refresh:ti.RefreshIcon,repeat:ii.RepeatIcon,rotate:li.RotateIcon,row:ai.RowIcon,ruler:si.RulerIcon,"screenshare-filled":Ii.ScreenshareFilledIcon,screenshare:ui.ScreenshareIcon,"search-bold":pi.SearchBoldIcon,search:di.SearchIcon,"security-person":hi.SecurityPersonIcon,security:fi.SecurityIcon,"send-filled":gi.SendFilledIcon,"send-forward-failed-filled":xi.SendForwardFailedFilledIcon,"send-forward-failed":qi.SendForwardFailedIcon,"send-forward-filled":ji.SendForwardFilledIcon,"send-forward":mi.SendForwardIcon,send:wi.SendIcon,settings:Ci.SettingsIcon,shine:bi.ShineIcon,shipping:Fi.ShippingIcon,"shopping-filled":ki.ShoppingFilledIcon,shopping:Si.ShoppingIcon,shuffle:vi.ShuffleIcon,"signal-locked":Ai.SignalLockedIcon,signal:Pi.SignalIcon,"single-node":Bi.SingleNodeIcon,siren:Ti.SirenIcon,skip:Li.SkipIcon,"sms-filled":yi.SmsFilledIcon,"sms-unsubscribed":Di.SmsUnsubscribedIcon,sms:Ri.SmsIcon,snooze:Hi.SnoozeIcon,soccerball:Ui.SoccerballIcon,sorting:Mi.SortingIcon,"space-horizontal":Wi.SpaceHorizontalIcon,"space-vertical":Oi.SpaceVerticalIcon,"split-left":Ei.SplitLeftIcon,"split-right":Vi.SplitRightIcon,spotify:Gi.SpotifyIcon,sprout:Ni.SproutIcon,square:zi.SquareIcon,"squares-filled":Ki.SquaresFilledIcon,squares:Qi.SquaresIcon,"star-filled":Zi.StarFilledIcon,star:Yi.StarIcon,store:Ji.StoreIcon,strikethrough:Xi.StrikethroughIcon,string:$i.StringIcon,"survey-check":_i.SurveyCheckIcon,survey:el.SurveyIcon,switch:ol.SwitchIcon,sync:rl.SyncIcon,tablet:nl.TabletIcon,tag:cl.TagIcon,target:tl.TargetIcon,template:il.TemplateIcon,textfield:ll.TextfieldIcon,thread:al.ThreadIcon,"time-elapsed":sl.TimeElapsedIcon,timezone:Il.TimezoneIcon,tool:ul.ToolIcon,"transfer-disabled":pl.TransferDisabledIcon,transfer:dl.TransferIcon,translate:hl.TranslateIcon,trash:fl.TrashIcon,"trending-down":gl.TrendingDownIcon,"trending-left-circle-filled":xl.TrendingLeftCircleFilledIcon,"trending-left":ql.TrendingLeftIcon,"trending-right":jl.TrendingRightIcon,"trending-up":ml.TrendingUpIcon,"triangle-down-circle-filled":wl.TriangleDownCircleFilledIcon,"triangle-down-circle":Cl.TriangleDownCircleIcon,"triangle-down":bl.TriangleDownIcon,"triangle-left-circle-filled":Fl.TriangleLeftCircleFilledIcon,"triangle-left-circle":kl.TriangleLeftCircleIcon,"triangle-left":Sl.TriangleLeftIcon,"triangle-right-circle-filled":vl.TriangleRightCircleFilledIcon,"triangle-right-circle":Al.TriangleRightCircleIcon,"triangle-right":Pl.TriangleRightIcon,"triangle-up-circle-filled":Bl.TriangleUpCircleFilledIcon,"triangle-up-circle":Tl.TriangleUpCircleIcon,"triangle-up":Ll.TriangleUpIcon,"triangle-updown":yl.TriangleUpdownIcon,trophy:Dl.TrophyIcon,tune:Rl.TuneIcon,twitter:Hl.TwitterIcon,typography:Ul.TypographyIcon,underline:Ml.UnderlineIcon,untag:Wl.UntagIcon,upload:Ol.UploadIcon,username:El.UsernameIcon,variable:Vl.VariableIcon,"videocam-filled":Gl.VideocamFilledIcon,"videocam-off-filled":Nl.VideocamOffFilledIcon,"videocam-off":zl.VideocamOffIcon,videocam:Kl.VideocamIcon,"view-off":Ql.ViewOffIcon,view:Zl.ViewIcon,"voice-wave":Yl.VoiceWaveIcon,voicemail:Jl.VoicemailIcon,"volume-bluetooth-filled":Xl.VolumeBluetoothFilledIcon,"volume-bluetooth":$l.VolumeBluetoothIcon,"volume-down":_l.VolumeDownIcon,"volume-off-filled":ea.VolumeOffFilledIcon,"volume-off":oa.VolumeOffIcon,"volume-up-filled":ra.VolumeUpFilledIcon,"volume-up":na.VolumeUpIcon,wallet:ca.WalletIcon,water:ta.WaterIcon,"weather-cloud":ia.WeatherCloudIcon,"weather-cloudy":la.WeatherCloudyIcon,"weather-rain":aa.WeatherRainIcon,"weather-snow":sa.WeatherSnowIcon,"weather-sun":Ia.WeatherSunIcon,"weather-thunder":ua.WeatherThunderIcon,webhook:pa.WebhookIcon,"wifi-off":da.WifiOffIcon,"wifi-poor":ha.WifiPoorIcon,"wifi-weak":fa.WifiWeakIcon,wifi:ga.WifiIcon,"windows-close":xa.WindowsCloseIcon,"windows-maximize":qa.WindowsMaximizeIcon,"windows-minimize":ja.WindowsMinimizeIcon,"windows-restore":ma.WindowsRestoreIcon,windows:wa.WindowsIcon,wing:Ca.WingIcon,youtube:ba.YoutubeIcon,"zoom-in":Fa.ZoomInIcon,"zoom-out":ka.ZoomOutIcon};exports.AllIcon=e.AllIcon,exports.AndroidIcon=o.AndroidIcon,exports.ApiIcon=r.ApiIcon,exports.AppCheckIcon=n.AppCheckIcon,exports.AppPlusIcon=c.AppPlusIcon,exports.AppPushIcon=t.AppPushIcon,exports.AppleIcon=i.AppleIcon,exports.AppsAddIcon=l.AppsAddIcon,exports.AppsFilledIcon=a.AppsFilledIcon,exports.AppsIcon=s.AppsIcon,exports.ArchiveIcon=I.ArchiveIcon,exports.ArrowDownSmallIcon=u.ArrowDownSmallIcon,exports.ArrowDownIcon=p.ArrowDownIcon,exports.ArrowHookLeftDownIcon=d.ArrowHookLeftDownIcon,exports.ArrowHookLeftUpIcon=h.ArrowHookLeftUpIcon,exports.ArrowHookRightDownIcon=f.ArrowHookRightDownIcon,exports.ArrowHookRightUpIcon=g.ArrowHookRightUpIcon,exports.ArrowLeftCircleFilledIcon=x.ArrowLeftCircleFilledIcon,exports.ArrowLeftDownSmallIcon=q.ArrowLeftDownSmallIcon,exports.ArrowLeftUpSmallIcon=j.ArrowLeftUpSmallIcon,exports.ArrowLeftUpIcon=m.ArrowLeftUpIcon,exports.ArrowLeftIcon=w.ArrowLeftIcon,exports.ArrowRightDownSmallIcon=C.ArrowRightDownSmallIcon,exports.ArrowRightUpSmallIcon=b.ArrowRightUpSmallIcon,exports.ArrowRightUpIcon=F.ArrowRightUpIcon,exports.ArrowRightIcon=k.ArrowRightIcon,exports.ArrowTurnLeftDownIcon=S.ArrowTurnLeftDownIcon,exports.ArrowTurnLeftUpIcon=v.ArrowTurnLeftUpIcon,exports.ArrowTurnRightDownIcon=A.ArrowTurnRightDownIcon,exports.ArrowTurnRightUpIcon=P.ArrowTurnRightUpIcon,exports.ArrowUpSmallIcon=B.ArrowUpSmallIcon,exports.ArrowUpIcon=T.ArrowUpIcon,exports.AssignToMeIcon=L.AssignToMeIcon,exports.AssigneeIcon=y.AssigneeIcon,exports.AsteriskSmallIcon=D.AsteriskSmallIcon,exports.AsteriskIcon=R.AsteriskIcon,exports.AtomIcon=H.AtomIcon,exports.AutoWritingIcon=U.AutoWritingIcon,exports.BadgeIcon=M.BadgeIcon,exports.BankIcon=W.BankIcon,exports.BaseballIcon=O.BaseballIcon,exports.BasketballIcon=E.BasketballIcon,exports.BearFilledIcon=V.BearFilledIcon,exports.BearIcon=G.BearIcon,exports.BetaIcon=N.BetaIcon,exports.BlockIcon=z.BlockIcon,exports.BluetoothIcon=K.BluetoothIcon,exports.BoldIcon=Q.BoldIcon,exports.BookCoverIcon=Z.BookCoverIcon,exports.BookEditingIcon=Y.BookEditingIcon,exports.BookIcon=J.BookIcon,exports.BookmarkFilledIcon=X.BookmarkFilledIcon,exports.BookmarkIcon=$.BookmarkIcon,exports.BooleanIcon=_.BooleanIcon,exports.BotFilledIcon=ee.BotFilledIcon,exports.BotIcon=oe.BotIcon,exports.BreaktimeIcon=re.BreaktimeIcon,exports.BriefcaseIcon=ne.BriefcaseIcon,exports.BroadcastAltIcon=ce.BroadcastAltIcon,exports.BroadcastIcon=te.BroadcastIcon,exports.BrowserChromeIcon=ie.BrowserChromeIcon,exports.BrowserEdgeIcon=le.BrowserEdgeIcon,exports.BrowserFirefoxIcon=ae.BrowserFirefoxIcon,exports.BrowserIeIcon=se.BrowserIeIcon,exports.BrowserSafariIcon=Ie.BrowserSafariIcon,exports.BulletIcon=ue.BulletIcon,exports.BusIcon=pe.BusIcon,exports.BusinessGuyIcon=de.BusinessGuyIcon,exports.ButtonRouteIcon=he.ButtonRouteIcon,exports.CalendarIcon=fe.CalendarIcon,exports.CallAppIcon=ge.CallAppIcon,exports.CallFilledIcon=xe.CallFilledIcon,exports.CallInProgressIcon=qe.CallInProgressIcon,exports.CallIncomingIcon=je.CallIncomingIcon,exports.CallMeetIcon=me.CallMeetIcon,exports.CallMissedIcon=we.CallMissedIcon,exports.CallOffIcon=Ce.CallOffIcon,exports.CallOutgoingIcon=be.CallOutgoingIcon,exports.CallPullIcon=Fe.CallPullIcon,exports.CallIcon=ke.CallIcon,exports.CameraFilledIcon=Se.CameraFilledIcon,exports.CameraSwitchIcon=ve.CameraSwitchIcon,exports.CameraIcon=Ae.CameraIcon,exports.CancelBoldIcon=Pe.CancelBoldIcon,exports.CancelCircleFilledIcon=Be.CancelCircleFilledIcon,exports.CancelCircleIcon=Te.CancelCircleIcon,exports.CancelSmallIcon=Le.CancelSmallIcon,exports.CancelIcon=ye.CancelIcon,exports.CarIcon=De.CarIcon,exports.CartAbandonedIcon=Re.CartAbandonedIcon,exports.CartIcon=He.CartIcon,exports.ChainReactionIcon=Ue.ChainReactionIcon,exports.ChannelBtnFilledIcon=Me.ChannelBtnFilledIcon,exports.ChannelBtnSmileFilledIcon=We.ChannelBtnSmileFilledIcon,exports.ChannelBtnSmileIcon=Oe.ChannelBtnSmileIcon,exports.ChannelBtnIcon=Ee.ChannelBtnIcon,exports.ChannelFilledIcon=Ve.ChannelFilledIcon,exports.ChannelLeftFilledIcon=Ge.ChannelLeftFilledIcon,exports.ChannelLeftIcon=Ne.ChannelLeftIcon,exports.ChannelSmileFilledIcon=ze.ChannelSmileFilledIcon,exports.ChannelSmileIcon=Ke.ChannelSmileIcon,exports.ChannelUpFilledIcon=Qe.ChannelUpFilledIcon,exports.ChannelUpIcon=Ze.ChannelUpIcon,exports.ChannelIcon=Ye.ChannelIcon,exports.ChannelsListIcon=Je.ChannelsListIcon,exports.ChatBubbleAltFilledIcon=Xe.ChatBubbleAltFilledIcon,exports.ChatBubbleAltOffIcon=$e.ChatBubbleAltOffIcon,exports.ChatBubbleAltPushFilledIcon=_e.ChatBubbleAltPushFilledIcon,exports.ChatBubbleAltIcon=eo.ChatBubbleAltIcon,exports.ChatBubbleFilledIcon=oo.ChatBubbleFilledIcon,exports.ChatBubbleIcon=ro.ChatBubbleIcon,exports.ChatCancelIcon=no.ChatCancelIcon,exports.ChatCheckFilledIcon=co.ChatCheckFilledIcon,exports.ChatCheckIcon=to.ChatCheckIcon,exports.ChatErrorFilledIcon=io.ChatErrorFilledIcon,exports.ChatErrorIcon=lo.ChatErrorIcon,exports.ChatForwardIcon=ao.ChatForwardIcon,exports.ChatInfoIcon=so.ChatInfoIcon,exports.ChatLightningFilledIcon=Io.ChatLightningFilledIcon,exports.ChatLightningIcon=uo.ChatLightningIcon,exports.ChatProgressFilledIcon=po.ChatProgressFilledIcon,exports.ChatProgressIcon=ho.ChatProgressIcon,exports.ChatPushIcon=fo.ChatPushIcon,exports.ChatQuestionFilledIcon=go.ChatQuestionFilledIcon,exports.ChatQuestionIcon=xo.ChatQuestionIcon,exports.ChatReadyIcon=qo.ChatReadyIcon,exports.ChatSuggestionIcon=jo.ChatSuggestionIcon,exports.CheckAllIcon=mo.CheckAllIcon,exports.CheckBoldIcon=wo.CheckBoldIcon,exports.CheckCircleFilledIcon=Co.CheckCircleFilledIcon,exports.CheckCircleIcon=bo.CheckCircleIcon,exports.CheckVerificationFilledIcon=Fo.CheckVerificationFilledIcon,exports.CheckIcon=ko.CheckIcon,exports.CheckboxFilledIcon=So.CheckboxFilledIcon,exports.CheckboxIcon=vo.CheckboxIcon,exports.ChevronDownDoubleIcon=Ao.ChevronDownDoubleIcon,exports.ChevronDownIcon=Po.ChevronDownIcon,exports.ChevronLeftDoubleIcon=Bo.ChevronLeftDoubleIcon,exports.ChevronLeftIcon=To.ChevronLeftIcon,exports.ChevronRightDoubleIcon=Lo.ChevronRightDoubleIcon,exports.ChevronRightIcon=yo.ChevronRightIcon,exports.ChevronSmallDownIcon=Do.ChevronSmallDownIcon,exports.ChevronSmallLeftIcon=Ro.ChevronSmallLeftIcon,exports.ChevronSmallLeftrightIcon=Ho.ChevronSmallLeftrightIcon,exports.ChevronSmallRightIcon=Uo.ChevronSmallRightIcon,exports.ChevronSmallUpIcon=Mo.ChevronSmallUpIcon,exports.ChevronSmallUpdownIcon=Wo.ChevronSmallUpdownIcon,exports.ChevronUpDoubleIcon=Oo.ChevronUpDoubleIcon,exports.ChevronUpIcon=Eo.ChevronUpIcon,exports.ChevronUpdownIcon=Vo.ChevronUpdownIcon,exports.ClipIcon=Go.ClipIcon,exports.ClockIcon=No.ClockIcon,exports.CloudDownloadIcon=zo.CloudDownloadIcon,exports.CloudOffIcon=Ko.CloudOffIcon,exports.CloudUploadIcon=Qo.CloudUploadIcon,exports.CodeBlockIcon=Zo.CodeBlockIcon,exports.CodeIcon=Yo.CodeIcon,exports.CoinRecurringIcon=Jo.CoinRecurringIcon,exports.CoinIcon=Xo.CoinIcon,exports.ColumnIcon=$o.ColumnIcon,exports.CommentFilledIcon=_o.CommentFilledIcon,exports.CommentInIcon=er.CommentInIcon,exports.CommentOutIcon=or.CommentOutIcon,exports.CommentIcon=rr.CommentIcon,exports.CommunicationIcon=nr.CommunicationIcon,exports.ContactFilledIcon=cr.ContactFilledIcon,exports.ContactIcon=tr.ContactIcon,exports.ContractIcon=ir.ContractIcon,exports.CookieIcon=lr.CookieIcon,exports.CouponIcon=ar.CouponIcon,exports.CreditIcon=sr.CreditIcon,exports.CreditcardIcon=Ir.CreditcardIcon,exports.CropIcon=ur.CropIcon,exports.CrownFilledIcon=pr.CrownFilledIcon,exports.DataIcon=dr.DataIcon,exports.DesktopIcon=hr.DesktopIcon,exports.DevicesIcon=fr.DevicesIcon,exports.DialogDownIcon=gr.DialogDownIcon,exports.DialogUpIcon=xr.DialogUpIcon,exports.DistributeIcon=qr.DistributeIcon,exports.DotIcon=jr.DotIcon,exports.DownloadIcon=mr.DownloadIcon,exports.DragableAltIcon=wr.DragableAltIcon,exports.DragableIcon=Cr.DragableIcon,exports.DropdownIcon=br.DropdownIcon,exports.EditIcon=Fr.EditIcon,exports.EducationIcon=kr.EducationIcon,exports.EmailFilledIcon=Sr.EmailFilledIcon,exports.EmailForwardIcon=vr.EmailForwardIcon,exports.EmailUnreadIcon=Ar.EmailUnreadIcon,exports.EmailUnsubscribedIcon=Pr.EmailUnsubscribedIcon,exports.EmailIcon=Br.EmailIcon,exports.ErrorDiamondFilledIcon=Tr.ErrorDiamondFilledIcon,exports.ErrorFilledIcon=Lr.ErrorFilledIcon,exports.ErrorTriangleFilledIcon=yr.ErrorTriangleFilledIcon,exports.ErrorTriangleIcon=Dr.ErrorTriangleIcon,exports.ErrorIcon=Rr.ErrorIcon,exports.EventIcon=Hr.EventIcon,exports.ExpandIcon=Ur.ExpandIcon,exports.FaceAngryIcon=Mr.FaceAngryIcon,exports.FaceDisappointedIcon=Wr.FaceDisappointedIcon,exports.FaceGrinningIcon=Or.FaceGrinningIcon,exports.FaceIdIcon=Er.FaceIdIcon,exports.FaceNomouthIcon=Vr.FaceNomouthIcon,exports.FaceSmileAddIcon=Gr.FaceSmileAddIcon,exports.FaceSmileFilledIcon=Nr.FaceSmileFilledIcon,exports.FaceSmileIcon=zr.FaceSmileIcon,exports.FaceWithTearsIcon=Kr.FaceWithTearsIcon,exports.FaceWowIcon=Qr.FaceWowIcon,exports.FacebookIcon=Zr.FacebookIcon,exports.FastForwardIcon=Yr.FastForwardIcon,exports.FastRewindIcon=Jr.FastRewindIcon,exports.FingerPrintIcon=Xr.FingerPrintIcon,exports.FireIcon=$r.FireIcon,exports.FlagFilledIcon=_r.FlagFilledIcon,exports.FlashlightIcon=en.FlashlightIcon,exports.FlushIcon=on.FlushIcon,exports.FolderIcon=rn.FolderIcon,exports.FullscreenExitIcon=nn.FullscreenExitIcon,exports.FullscreenIcon=cn.FullscreenIcon,exports.FunnelRemoveIcon=tn.FunnelRemoveIcon,exports.FunnelIcon=ln.FunnelIcon,exports.GhostFilledIcon=an.GhostFilledIcon,exports.GhostIcon=sn.GhostIcon,exports.GifIcon=In.GifIcon,exports.GiftIcon=un.GiftIcon,exports.GlobeIcon=pn.GlobeIcon,exports.GoalOffIcon=dn.GoalOffIcon,exports.GoalIcon=hn.GoalIcon,exports.GooglePlayIcon=fn.GooglePlayIcon,exports.GoogleIcon=gn.GoogleIcon,exports.GraphFilledIcon=xn.GraphFilledIcon,exports.GraphIcon=qn.GraphIcon,exports.GroupFilledIcon=jn.GroupFilledIcon,exports.GroupRemoveIcon=mn.GroupRemoveIcon,exports.GroupIcon=wn.GroupIcon,exports.HandLoveIcon=Cn.HandLoveIcon,exports.HandPointIcon=bn.HandPointIcon,exports.HandPushIcon=Fn.HandPushIcon,exports.HandThumbdownFilledIcon=kn.HandThumbdownFilledIcon,exports.HandThumbdownIcon=Sn.HandThumbdownIcon,exports.HandThumbupFilledIcon=vn.HandThumbupFilledIcon,exports.HandThumbupIcon=An.HandThumbupIcon,exports.HandWaveIcon=Pn.HandWaveIcon,exports.HandIcon=Bn.HandIcon,exports.HashtagLargeIcon=Tn.HashtagLargeIcon,exports.HashtagIcon=Ln.HashtagIcon,exports.HeadingIcon=yn.HeadingIcon,exports.HeadsetOffIcon=Dn.HeadsetOffIcon,exports.HeadsetIcon=Rn.HeadsetIcon,exports.HearIcon=Hn.HearIcon,exports.HeartFilledIcon=Un.HeartFilledIcon,exports.HeartIcon=Mn.HeartIcon,exports.HelpFilledIcon=Wn.HelpFilledIcon,exports.HelpIcon=On.HelpIcon,exports.HexahedronFilledIcon=En.HexahedronFilledIcon,exports.HexahedronIcon=Vn.HexahedronIcon,exports.HistoryIcon=Gn.HistoryIcon,exports.HomeFilledIcon=Nn.HomeFilledIcon,exports.HomeIcon=zn.HomeIcon,exports.Hourglass1Icon=Kn.Hourglass1Icon,exports.Hourglass2Icon=Qn.Hourglass2Icon,exports.Hourglass3Icon=Zn.Hourglass3Icon,exports.HyphenBoldIcon=Yn.HyphenBoldIcon,exports.HyphenIcon=Jn.HyphenIcon,exports.ImageFailedIcon=Xn.ImageFailedIcon,exports.ImageQualityIcon=$n.ImageQualityIcon,exports.ImageIcon=_n.ImageIcon,exports.InIcon=ec.InIcon,exports.InboxAllIcon=oc.InboxAllIcon,exports.InboxIcon=rc.InboxIcon,exports.InfoFilledIcon=nc.InfoFilledIcon,exports.InfoIcon=cc.InfoIcon,exports.InstagramIcon=tc.InstagramIcon,exports.IntoPageAltIcon=ic.IntoPageAltIcon,exports.IntoPageIcon=lc.IntoPageIcon,exports.InvertIcon=ac.InvertIcon,exports.IosIcon=sc.IosIcon,exports.ItalicIcon=Ic.ItalicIcon,exports.KakaoFilledAltIcon=uc.KakaoFilledAltIcon,exports.KakaoFilledIcon=pc.KakaoFilledIcon,exports.KakaoIcon=dc.KakaoIcon,exports.KeyIcon=hc.KeyIcon,exports.KeyboardHideIcon=fc.KeyboardHideIcon,exports.KeyboardIcon=gc.KeyboardIcon,exports.KeypadIcon=xc.KeypadIcon,exports.LabIcon=qc.LabIcon,exports.LandlineIcon=jc.LandlineIcon,exports.LaptopIcon=mc.LaptopIcon,exports.LightbulbIcon=wc.LightbulbIcon,exports.LightningFilledIcon=Cc.LightningFilledIcon,exports.LightningIcon=bc.LightningIcon,exports.LineIcon=Fc.LineIcon,exports.LinkCopyIcon=kc.LinkCopyIcon,exports.LinkOffIcon=Sc.LinkOffIcon,exports.LinkIcon=vc.LinkIcon,exports.LinkedinIcon=Ac.LinkedinIcon,exports.ListNumberIcon=Pc.ListNumberIcon,exports.ListIcon=Bc.ListIcon,exports.LockOpenIcon=Tc.LockOpenIcon,exports.LockIcon=Lc.LockIcon,exports.MapPinIcon=yc.MapPinIcon,exports.MarkerPenIcon=Dc.MarkerPenIcon,exports.MeIcon=Rc.MeIcon,exports.MegaphoneFilledIcon=Hc.MegaphoneFilledIcon,exports.MegaphoneIcon=Uc.MegaphoneIcon,exports.MenuFoldIcon=Mc.MenuFoldIcon,exports.MenuUnfoldIcon=Wc.MenuUnfoldIcon,exports.MenuIcon=Oc.MenuIcon,exports.MessagingAppIcon=Ec.MessagingAppIcon,exports.MetroIcon=Vc.MetroIcon,exports.MicrophoneFilledIcon=Gc.MicrophoneFilledIcon,exports.MicrophoneOffIcon=Nc.MicrophoneOffIcon,exports.MicrophoneIcon=zc.MicrophoneIcon,exports.MinusCircleFilledIcon=Kc.MinusCircleFilledIcon,exports.MinusCircleIcon=Qc.MinusCircleIcon,exports.MinusIcon=Zc.MinusIcon,exports.MobileMessagingIcon=Yc.MobileMessagingIcon,exports.MobileIcon=Jc.MobileIcon,exports.MoonFilledIcon=Xc.MoonFilledIcon,exports.MoonIcon=$c.MoonIcon,exports.MoreVerticalIcon=_c.MoreVerticalIcon,exports.MoreIcon=et.MoreIcon,exports.MouseIcon=ot.MouseIcon,exports.MultiNodeIcon=rt.MultiNodeIcon,exports.MusicIcon=nt.MusicIcon,exports.NaverTalktalkIcon=ct.NaverTalktalkIcon,exports.NaverIcon=tt.NaverIcon,exports.NewIcon=it.NewIcon,exports.NoteLogoIcon=lt.NoteLogoIcon,exports.NoteWritingIcon=at.NoteWritingIcon,exports.NoteIcon=st.NoteIcon,exports.NotificationFilledIcon=It.NotificationFilledIcon,exports.NotificationImportantIcon=ut.NotificationImportantIcon,exports.NotificationOffIcon=pt.NotificationOffIcon,exports.NotificationIcon=dt.NotificationIcon,exports.NumberIcon=ht.NumberIcon,exports.OfficeIcon=ft.OfficeIcon,exports.OpenInNewIcon=gt.OpenInNewIcon,exports.OrderIcon=xt.OrderIcon,exports.OutIcon=qt.OutIcon,exports.PackageIcon=jt.PackageIcon,exports.PageDownloadIcon=mt.PageDownloadIcon,exports.PageZipIcon=wt.PageZipIcon,exports.PageIcon=Ct.PageIcon,exports.PauseIcon=bt.PauseIcon,exports.PencilIcon=Ft.PencilIcon,exports.PeopleListIcon=kt.PeopleListIcon,exports.PeopleIcon=St.PeopleIcon,exports.PersonAddFilledIcon=vt.PersonAddFilledIcon,exports.PersonAddIcon=At.PersonAddIcon,exports.PersonBlockedIcon=Pt.PersonBlockedIcon,exports.PersonCheckIcon=Bt.PersonCheckIcon,exports.PersonCircleFilledIcon=Tt.PersonCircleFilledIcon,exports.PersonCircleIcon=Lt.PersonCircleIcon,exports.PersonFilledIcon=yt.PersonFilledIcon,exports.PersonRemoveIcon=Dt.PersonRemoveIcon,exports.PersonIcon=Rt.PersonIcon,exports.PieChartIcon=Ht.PieChartIcon,exports.PinFilledIcon=Ut.PinFilledIcon,exports.PinOffIcon=Mt.PinOffIcon,exports.PinIcon=Wt.PinIcon,exports.PipIcon=Ot.PipIcon,exports.PlaneIcon=Et.PlaneIcon,exports.PlayIcon=Vt.PlayIcon,exports.PlusCircleFilledIcon=Gt.PlusCircleFilledIcon,exports.PlusCircleIcon=Nt.PlusCircleIcon,exports.PlusSmallIcon=zt.PlusSmallIcon,exports.PlusSquareIcon=Kt.PlusSquareIcon,exports.PlusIcon=Qt.PlusIcon,exports.PointIcon=Zt.PointIcon,exports.PowerIcon=Yt.PowerIcon,exports.PrintIcon=Jt.PrintIcon,exports.ProfileIcon=Xt.ProfileIcon,exports.QrCodeIcon=$t.QrCodeIcon,exports.RadioFilledIcon=_t.RadioFilledIcon,exports.RealtimeIcon=ei.RealtimeIcon,exports.ReceiptIcon=oi.ReceiptIcon,exports.RecipeIcon=ri.RecipeIcon,exports.RecordIcon=ni.RecordIcon,exports.RefreshCircleFilledIcon=ci.RefreshCircleFilledIcon,exports.RefreshIcon=ti.RefreshIcon,exports.RepeatIcon=ii.RepeatIcon,exports.RotateIcon=li.RotateIcon,exports.RowIcon=ai.RowIcon,exports.RulerIcon=si.RulerIcon,exports.ScreenshareFilledIcon=Ii.ScreenshareFilledIcon,exports.ScreenshareIcon=ui.ScreenshareIcon,exports.SearchBoldIcon=pi.SearchBoldIcon,exports.SearchIcon=di.SearchIcon,exports.SecurityPersonIcon=hi.SecurityPersonIcon,exports.SecurityIcon=fi.SecurityIcon,exports.SendFilledIcon=gi.SendFilledIcon,exports.SendForwardFailedFilledIcon=xi.SendForwardFailedFilledIcon,exports.SendForwardFailedIcon=qi.SendForwardFailedIcon,exports.SendForwardFilledIcon=ji.SendForwardFilledIcon,exports.SendForwardIcon=mi.SendForwardIcon,exports.SendIcon=wi.SendIcon,exports.SettingsIcon=Ci.SettingsIcon,exports.ShineIcon=bi.ShineIcon,exports.ShippingIcon=Fi.ShippingIcon,exports.ShoppingFilledIcon=ki.ShoppingFilledIcon,exports.ShoppingIcon=Si.ShoppingIcon,exports.ShuffleIcon=vi.ShuffleIcon,exports.SignalLockedIcon=Ai.SignalLockedIcon,exports.SignalIcon=Pi.SignalIcon,exports.SingleNodeIcon=Bi.SingleNodeIcon,exports.SirenIcon=Ti.SirenIcon,exports.SkipIcon=Li.SkipIcon,exports.SmsFilledIcon=yi.SmsFilledIcon,exports.SmsUnsubscribedIcon=Di.SmsUnsubscribedIcon,exports.SmsIcon=Ri.SmsIcon,exports.SnoozeIcon=Hi.SnoozeIcon,exports.SoccerballIcon=Ui.SoccerballIcon,exports.SortingIcon=Mi.SortingIcon,exports.SpaceHorizontalIcon=Wi.SpaceHorizontalIcon,exports.SpaceVerticalIcon=Oi.SpaceVerticalIcon,exports.SplitLeftIcon=Ei.SplitLeftIcon,exports.SplitRightIcon=Vi.SplitRightIcon,exports.SpotifyIcon=Gi.SpotifyIcon,exports.SproutIcon=Ni.SproutIcon,exports.SquareIcon=zi.SquareIcon,exports.SquaresFilledIcon=Ki.SquaresFilledIcon,exports.SquaresIcon=Qi.SquaresIcon,exports.StarFilledIcon=Zi.StarFilledIcon,exports.StarIcon=Yi.StarIcon,exports.StoreIcon=Ji.StoreIcon,exports.StrikethroughIcon=Xi.StrikethroughIcon,exports.StringIcon=$i.StringIcon,exports.SurveyCheckIcon=_i.SurveyCheckIcon,exports.SurveyIcon=el.SurveyIcon,exports.SwitchIcon=ol.SwitchIcon,exports.SyncIcon=rl.SyncIcon,exports.TabletIcon=nl.TabletIcon,exports.TagIcon=cl.TagIcon,exports.TargetIcon=tl.TargetIcon,exports.TemplateIcon=il.TemplateIcon,exports.TextfieldIcon=ll.TextfieldIcon,exports.ThreadIcon=al.ThreadIcon,exports.TimeElapsedIcon=sl.TimeElapsedIcon,exports.TimezoneIcon=Il.TimezoneIcon,exports.ToolIcon=ul.ToolIcon,exports.TransferDisabledIcon=pl.TransferDisabledIcon,exports.TransferIcon=dl.TransferIcon,exports.TranslateIcon=hl.TranslateIcon,exports.TrashIcon=fl.TrashIcon,exports.TrendingDownIcon=gl.TrendingDownIcon,exports.TrendingLeftCircleFilledIcon=xl.TrendingLeftCircleFilledIcon,exports.TrendingLeftIcon=ql.TrendingLeftIcon,exports.TrendingRightIcon=jl.TrendingRightIcon,exports.TrendingUpIcon=ml.TrendingUpIcon,exports.TriangleDownCircleFilledIcon=wl.TriangleDownCircleFilledIcon,exports.TriangleDownCircleIcon=Cl.TriangleDownCircleIcon,exports.TriangleDownIcon=bl.TriangleDownIcon,exports.TriangleLeftCircleFilledIcon=Fl.TriangleLeftCircleFilledIcon,exports.TriangleLeftCircleIcon=kl.TriangleLeftCircleIcon,exports.TriangleLeftIcon=Sl.TriangleLeftIcon,exports.TriangleRightCircleFilledIcon=vl.TriangleRightCircleFilledIcon,exports.TriangleRightCircleIcon=Al.TriangleRightCircleIcon,exports.TriangleRightIcon=Pl.TriangleRightIcon,exports.TriangleUpCircleFilledIcon=Bl.TriangleUpCircleFilledIcon,exports.TriangleUpCircleIcon=Tl.TriangleUpCircleIcon,exports.TriangleUpIcon=Ll.TriangleUpIcon,exports.TriangleUpdownIcon=yl.TriangleUpdownIcon,exports.TrophyIcon=Dl.TrophyIcon,exports.TuneIcon=Rl.TuneIcon,exports.TwitterIcon=Hl.TwitterIcon,exports.TypographyIcon=Ul.TypographyIcon,exports.UnderlineIcon=Ml.UnderlineIcon,exports.UntagIcon=Wl.UntagIcon,exports.UploadIcon=Ol.UploadIcon,exports.UsernameIcon=El.UsernameIcon,exports.VariableIcon=Vl.VariableIcon,exports.VideocamFilledIcon=Gl.VideocamFilledIcon,exports.VideocamOffFilledIcon=Nl.VideocamOffFilledIcon,exports.VideocamOffIcon=zl.VideocamOffIcon,exports.VideocamIcon=Kl.VideocamIcon,exports.ViewOffIcon=Ql.ViewOffIcon,exports.ViewIcon=Zl.ViewIcon,exports.VoiceWaveIcon=Yl.VoiceWaveIcon,exports.VoicemailIcon=Jl.VoicemailIcon,exports.VolumeBluetoothFilledIcon=Xl.VolumeBluetoothFilledIcon,exports.VolumeBluetoothIcon=$l.VolumeBluetoothIcon,exports.VolumeDownIcon=_l.VolumeDownIcon,exports.VolumeOffFilledIcon=ea.VolumeOffFilledIcon,exports.VolumeOffIcon=oa.VolumeOffIcon,exports.VolumeUpFilledIcon=ra.VolumeUpFilledIcon,exports.VolumeUpIcon=na.VolumeUpIcon,exports.WalletIcon=ca.WalletIcon,exports.WaterIcon=ta.WaterIcon,exports.WeatherCloudIcon=ia.WeatherCloudIcon,exports.WeatherCloudyIcon=la.WeatherCloudyIcon,exports.WeatherRainIcon=aa.WeatherRainIcon,exports.WeatherSnowIcon=sa.WeatherSnowIcon,exports.WeatherSunIcon=Ia.WeatherSunIcon,exports.WeatherThunderIcon=ua.WeatherThunderIcon,exports.WebhookIcon=pa.WebhookIcon,exports.WifiOffIcon=da.WifiOffIcon,exports.WifiPoorIcon=ha.WifiPoorIcon,exports.WifiWeakIcon=fa.WifiWeakIcon,exports.WifiIcon=ga.WifiIcon,exports.WindowsCloseIcon=xa.WindowsCloseIcon,exports.WindowsMaximizeIcon=qa.WindowsMaximizeIcon,exports.WindowsMinimizeIcon=ja.WindowsMinimizeIcon,exports.WindowsRestoreIcon=ma.WindowsRestoreIcon,exports.WindowsIcon=wa.WindowsIcon,exports.WingIcon=Ca.WingIcon,exports.YoutubeIcon=ba.YoutubeIcon,exports.ZoomInIcon=Fa.ZoomInIcon,exports.ZoomOutIcon=ka.ZoomOutIcon,exports.createBezierIcon=Sa.createBezierIcon,exports.isBezierIcon=Sa.isBezierIcon,exports.icons=va;
|
package/dist/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{A as r}from"./react/all.mjs";import{A as m}from"./react/android.mjs";import{A as o}from"./react/api.mjs";import{A as a}from"./react/app-check.mjs";import{A as e}from"./react/app-plus.mjs";import{A as t}from"./react/app-push.mjs";import{A as s}from"./react/apple.mjs";import{A as l}from"./react/apps-add.mjs";import{A as f}from"./react/apps-filled.mjs";import{A as p}from"./react/apps.mjs";import{A as n}from"./react/archive.mjs";import{A as j}from"./react/arrow-down-small.mjs";import{A as d}from"./react/arrow-down.mjs";import{A as h}from"./react/arrow-hook-left-down.mjs";import{A as u}from"./react/arrow-hook-left-up.mjs";import{A as g}from"./react/arrow-hook-right-down.mjs";import{A as w}from"./react/arrow-hook-right-up.mjs";import{A as b}from"./react/arrow-left-circle-filled.mjs";import{A as k}from"./react/arrow-left-down-small.mjs";import{A as C}from"./react/arrow-left-up-small.mjs";import{A as v}from"./react/arrow-left-up.mjs";import{A as y}from"./react/arrow-left.mjs";import{A as S}from"./react/arrow-right-down-small.mjs";import{A}from"./react/arrow-right-up-small.mjs";import{A as T}from"./react/arrow-right-up.mjs";import{A as B}from"./react/arrow-right.mjs";import{A as P}from"./react/arrow-turn-left-down.mjs";import{A as H}from"./react/arrow-turn-left-up.mjs";import{A as x}from"./react/arrow-turn-right-down.mjs";import{A as M}from"./react/arrow-turn-right-up.mjs";import{A as F}from"./react/arrow-up-small.mjs";import{A as W}from"./react/arrow-up.mjs";import{A as z}from"./react/assign-to-me.mjs";import{A as q}from"./react/assignee.mjs";import{A as I}from"./react/asterisk-small.mjs";import{A as V}from"./react/asterisk.mjs";import{A as L}from"./react/atom.mjs";import{A as E}from"./react/auto-writing.mjs";import{B as G}from"./react/badge.mjs";import{B as D}from"./react/bank.mjs";import{B as N}from"./react/baseball.mjs";import{B as R}from"./react/basketball.mjs";import{B as K}from"./react/bear-filled.mjs";import{B as O}from"./react/bear.mjs";import{B as U}from"./react/beta.mjs";import{B as Z}from"./react/block.mjs";import{B as Q}from"./react/bluetooth.mjs";import{B as Y}from"./react/bold.mjs";import{B as J}from"./react/book-cover.mjs";import{B as X}from"./react/book-editing.mjs";import{B as $}from"./react/book.mjs";import{B as _}from"./react/bookmark-filled.mjs";import{B as rr}from"./react/bookmark.mjs";import{B as mr}from"./react/boolean.mjs";import{B as or}from"./react/bot-filled.mjs";import{B as ar}from"./react/bot.mjs";import{B as er}from"./react/breaktime.mjs";import{B as tr}from"./react/briefcase.mjs";import{B as sr}from"./react/broadcast-alt.mjs";import{B as ir}from"./react/broadcast.mjs";import{B as cr}from"./react/browser-chrome.mjs";import{B as lr}from"./react/browser-edge.mjs";import{B as fr}from"./react/browser-firefox.mjs";import{B as pr}from"./react/browser-ie.mjs";import{B as nr}from"./react/browser-safari.mjs";import{B as jr}from"./react/bullet.mjs";import{B as dr}from"./react/bus.mjs";import{B as hr}from"./react/business-guy.mjs";import{B as ur}from"./react/button-route.mjs";import{C as gr}from"./react/calendar.mjs";import{C as wr}from"./react/call-app.mjs";import{C as br}from"./react/call-filled.mjs";import{C as kr}from"./react/call-in-progress.mjs";import{C as Cr}from"./react/call-incoming.mjs";import{C as vr}from"./react/call-meet.mjs";import{C as yr}from"./react/call-missed.mjs";import{C as Sr}from"./react/call-off.mjs";import{C as Ar}from"./react/call-outgoing.mjs";import{C as Tr}from"./react/call-pull.mjs";import{C as Br}from"./react/call.mjs";import{C as Pr}from"./react/camera-filled.mjs";import{C as Hr}from"./react/camera-switch.mjs";import{C as xr}from"./react/camera.mjs";import{C as Mr}from"./react/cancel-bold.mjs";import{C as Fr}from"./react/cancel-circle-filled.mjs";import{C as Wr}from"./react/cancel-circle.mjs";import{C as zr}from"./react/cancel-small.mjs";import{C as qr}from"./react/cancel.mjs";import{C as Ir}from"./react/car.mjs";import{C as Vr}from"./react/cart-abandoned.mjs";import{C as Lr}from"./react/cart.mjs";import{C as Er}from"./react/chain-reaction.mjs";import{C as Gr}from"./react/channel-btn-filled.mjs";import{C as Dr}from"./react/channel-btn-smile-filled.mjs";import{C as Nr}from"./react/channel-btn-smile.mjs";import{C as Rr}from"./react/channel-btn.mjs";import{C as Kr}from"./react/channel-filled.mjs";import{C as Or}from"./react/channel-left-filled.mjs";import{C as Ur}from"./react/channel-left.mjs";import{C as Zr}from"./react/channel-smile-filled.mjs";import{C as Qr}from"./react/channel-smile.mjs";import{C as Yr}from"./react/channel-up-filled.mjs";import{C as Jr}from"./react/channel-up.mjs";import{C as Xr}from"./react/channel.mjs";import{C as $r}from"./react/channels-list.mjs";import{C as _r}from"./react/chat-bubble-alt-filled.mjs";import{C as rm}from"./react/chat-bubble-alt-off.mjs";import{C as mm}from"./react/chat-bubble-alt-push-filled.mjs";import{C as om}from"./react/chat-bubble-alt.mjs";import{C as am}from"./react/chat-bubble-filled.mjs";import{C as em}from"./react/chat-bubble.mjs";import{C as tm}from"./react/chat-cancel.mjs";import{C as sm}from"./react/chat-check-filled.mjs";import{C as im}from"./react/chat-check.mjs";import{C as cm}from"./react/chat-error-filled.mjs";import{C as lm}from"./react/chat-error.mjs";import{C as fm}from"./react/chat-forward.mjs";import{C as pm}from"./react/chat-info.mjs";import{C as nm}from"./react/chat-lightning-filled.mjs";import{C as jm}from"./react/chat-lightning.mjs";import{C as dm}from"./react/chat-progress-filled.mjs";import{C as hm}from"./react/chat-progress.mjs";import{C as um}from"./react/chat-push.mjs";import{C as gm}from"./react/chat-question-filled.mjs";import{C as wm}from"./react/chat-question.mjs";import{C as bm}from"./react/chat-ready.mjs";import{C as km}from"./react/chat-suggestion.mjs";import{C as Cm}from"./react/check-all.mjs";import{C as vm}from"./react/check-bold.mjs";import{C as ym}from"./react/check-circle-filled.mjs";import{C as Sm}from"./react/check-circle.mjs";import{C as Am}from"./react/check-verification-filled.mjs";import{C as Tm}from"./react/check.mjs";import{C as Bm}from"./react/checkbox-filled.mjs";import{C as Pm}from"./react/checkbox.mjs";import{C as Hm}from"./react/chevron-down-double.mjs";import{C as xm}from"./react/chevron-down.mjs";import{C as Mm}from"./react/chevron-left-double.mjs";import{C as Fm}from"./react/chevron-left.mjs";import{C as Wm}from"./react/chevron-right-double.mjs";import{C as zm}from"./react/chevron-right.mjs";import{C as qm}from"./react/chevron-small-down.mjs";import{C as Im}from"./react/chevron-small-left.mjs";import{C as Vm}from"./react/chevron-small-leftright.mjs";import{C as Lm}from"./react/chevron-small-right.mjs";import{C as Em}from"./react/chevron-small-up.mjs";import{C as Gm}from"./react/chevron-small-updown.mjs";import{C as Dm}from"./react/chevron-up-double.mjs";import{C as Nm}from"./react/chevron-up.mjs";import{C as Rm}from"./react/chevron-updown.mjs";import{C as Km}from"./react/clip.mjs";import{C as Om}from"./react/clock.mjs";import{C as Um}from"./react/cloud-download.mjs";import{C as Zm}from"./react/cloud-off.mjs";import{C as Qm}from"./react/cloud-upload.mjs";import{C as Ym}from"./react/code-block.mjs";import{C as Jm}from"./react/code.mjs";import{C as Xm}from"./react/coin-recurring.mjs";import{C as $m}from"./react/coin.mjs";import{C as _m}from"./react/column.mjs";import{C as ro}from"./react/comment-filled.mjs";import{C as mo}from"./react/comment-in.mjs";import{C as oo}from"./react/comment-out.mjs";import{C as ao}from"./react/comment.mjs";import{C as eo}from"./react/communication.mjs";import{C as to}from"./react/contact-filled.mjs";import{C as so}from"./react/contact.mjs";import{C as io}from"./react/contract.mjs";import{C as co}from"./react/cookie.mjs";import{C as lo}from"./react/coupon.mjs";import{C as fo}from"./react/credit.mjs";import{C as po}from"./react/creditcard.mjs";import{C as no}from"./react/crop.mjs";import{C as jo}from"./react/crown-filled.mjs";import{D as ho}from"./react/data.mjs";import{D as uo}from"./react/desktop.mjs";import{D as go}from"./react/devices.mjs";import{D as wo}from"./react/dialog-down.mjs";import{D as bo}from"./react/dialog-up.mjs";import{D as ko}from"./react/distribute.mjs";import{D as Co}from"./react/dot.mjs";import{D as vo}from"./react/download.mjs";import{D as yo}from"./react/dragable-alt.mjs";import{D as So}from"./react/dragable.mjs";import{D as Ao}from"./react/dropdown.mjs";import{E as To}from"./react/edit.mjs";import{E as Bo}from"./react/education.mjs";import{E as Po}from"./react/email-filled.mjs";import{E as Ho}from"./react/email-forward.mjs";import{E as xo}from"./react/email-unread.mjs";import{E as Mo}from"./react/email-unsubscribed.mjs";import{E as Fo}from"./react/email.mjs";import{E as Wo}from"./react/error-diamond-filled.mjs";import{E as zo}from"./react/error-filled.mjs";import{E as qo}from"./react/error-triangle-filled.mjs";import{E as Io}from"./react/error-triangle.mjs";import{E as Vo}from"./react/error.mjs";import{E as Lo}from"./react/event.mjs";import{E as Eo}from"./react/expand.mjs";import{F as Go}from"./react/face-angry.mjs";import{F as Do}from"./react/face-disappointed.mjs";import{F as No}from"./react/face-grinning.mjs";import{F as Ro}from"./react/face-id.mjs";import{F as Ko}from"./react/face-nomouth.mjs";import{F as Oo}from"./react/face-smile-add.mjs";import{F as Uo}from"./react/face-smile-filled.mjs";import{F as Zo}from"./react/face-smile.mjs";import{F as Qo}from"./react/face-with-tears.mjs";import{F as Yo}from"./react/face-wow.mjs";import{F as Jo}from"./react/facebook.mjs";import{F as Xo}from"./react/fast-forward.mjs";import{F as $o}from"./react/fast-rewind.mjs";import{F as _o}from"./react/finger-print.mjs";import{F as ra}from"./react/fire.mjs";import{F as ma}from"./react/flag-filled.mjs";import{F as oa}from"./react/flashlight.mjs";import{F as aa}from"./react/flush.mjs";import{F as ea}from"./react/folder.mjs";import{F as ta}from"./react/fullscreen-exit.mjs";import{F as sa}from"./react/fullscreen.mjs";import{F as ia}from"./react/funnel-remove.mjs";import{F as ca}from"./react/funnel.mjs";import{G as la}from"./react/ghost-filled.mjs";import{G as fa}from"./react/ghost.mjs";import{G as pa}from"./react/gif.mjs";import{G as na}from"./react/gift.mjs";import{G as ja}from"./react/globe.mjs";import{G as da}from"./react/goal-off.mjs";import{G as ha}from"./react/goal.mjs";import{G as ua}from"./react/google-play.mjs";import{G as ga}from"./react/google.mjs";import{G as wa}from"./react/graph-filled.mjs";import{G as ba}from"./react/graph.mjs";import{G as ka}from"./react/group-filled.mjs";import{G as Ca}from"./react/group-remove.mjs";import{G as va}from"./react/group.mjs";import{H as ya}from"./react/hand-love.mjs";import{H as Sa}from"./react/hand-point.mjs";import{H as Aa}from"./react/hand-push.mjs";import{H as Ta}from"./react/hand-thumbdown-filled.mjs";import{H as Ba}from"./react/hand-thumbdown.mjs";import{H as Pa}from"./react/hand-thumbup-filled.mjs";import{H as Ha}from"./react/hand-thumbup.mjs";import{H as xa}from"./react/hand-wave.mjs";import{H as Ma}from"./react/hand.mjs";import{H as Fa}from"./react/hashtag-large.mjs";import{H as Wa}from"./react/hashtag.mjs";import{H as za}from"./react/heading.mjs";import{H as qa}from"./react/headset-off.mjs";import{H as Ia}from"./react/headset.mjs";import{H as Va}from"./react/hear.mjs";import{H as La}from"./react/heart-filled.mjs";import{H as Ea}from"./react/heart.mjs";import{H as Ga}from"./react/help-filled.mjs";import{H as Da}from"./react/help.mjs";import{H as Na}from"./react/hexahedron-filled.mjs";import{H as Ra}from"./react/hexahedron.mjs";import{H as Ka}from"./react/history.mjs";import{H as Oa}from"./react/home-filled.mjs";import{H as Ua}from"./react/home.mjs";import{H as Za}from"./react/hourglass-1.mjs";import{H as Qa}from"./react/hourglass-2.mjs";import{H as Ya}from"./react/hourglass-3.mjs";import{H as Ja}from"./react/hyphen-bold.mjs";import{H as Xa}from"./react/hyphen.mjs";import{I as $a}from"./react/image-failed.mjs";import{I as _a}from"./react/image-quality.mjs";import{I as re}from"./react/image.mjs";import{I as me}from"./react/in.mjs";import{I as oe}from"./react/inbox-all.mjs";import{I as ae}from"./react/inbox.mjs";import{I as ee}from"./react/info-filled.mjs";import{I as te}from"./react/info.mjs";import{I as se}from"./react/instagram.mjs";import{I as ie}from"./react/into-page-alt.mjs";import{I as ce}from"./react/into-page.mjs";import{I as le}from"./react/invert.mjs";import{I as fe}from"./react/ios.mjs";import{I as pe}from"./react/italic.mjs";import{K as ne}from"./react/kakao-filled-alt.mjs";import{K as je}from"./react/kakao-filled.mjs";import{K as de}from"./react/kakao.mjs";import{K as he}from"./react/key.mjs";import{K as ue}from"./react/keyboard-hide.mjs";import{K as ge}from"./react/keyboard.mjs";import{K as we}from"./react/keypad.mjs";import{L as be}from"./react/lab.mjs";import{L as ke}from"./react/landline.mjs";import{L as Ce}from"./react/laptop.mjs";import{L as ve}from"./react/lightbulb.mjs";import{L as ye}from"./react/lightning-filled.mjs";import{L as Se}from"./react/lightning.mjs";import{L as Ae}from"./react/line.mjs";import{L as Te}from"./react/link-copy.mjs";import{L as Be}from"./react/link-off.mjs";import{L as Pe}from"./react/link.mjs";import{L as He}from"./react/linkedin.mjs";import{L as xe}from"./react/list-number.mjs";import{L as Me}from"./react/list.mjs";import{L as Fe}from"./react/lock-open.mjs";import{L as We}from"./react/lock.mjs";import{M as ze}from"./react/map-pin.mjs";import{M as qe}from"./react/marker-pen.mjs";import{M as Ie}from"./react/me.mjs";import{M as Ve}from"./react/megaphone-filled.mjs";import{M as Le}from"./react/megaphone.mjs";import{M as Ee}from"./react/menu-fold.mjs";import{M as Ge}from"./react/menu-unfold.mjs";import{M as De}from"./react/menu.mjs";import{M as Ne}from"./react/messaging-app.mjs";import{M as Re}from"./react/metro.mjs";import{M as Ke}from"./react/microphone-filled.mjs";import{M as Oe}from"./react/microphone-off.mjs";import{M as Ue}from"./react/microphone.mjs";import{M as Ze}from"./react/minus-circle-filled.mjs";import{M as Qe}from"./react/minus-circle.mjs";import{M as Ye}from"./react/minus.mjs";import{M as Je}from"./react/mobile-messaging.mjs";import{M as Xe}from"./react/mobile.mjs";import{M as $e}from"./react/moon-filled.mjs";import{M as _e}from"./react/moon.mjs";import{M as rt}from"./react/more-vertical.mjs";import{M as mt}from"./react/more.mjs";import{M as ot}from"./react/mouse.mjs";import{M as at}from"./react/multi-node.mjs";import{M as et}from"./react/music.mjs";import{N as tt}from"./react/naver-talktalk.mjs";import{N as st}from"./react/naver.mjs";import{N as it}from"./react/new.mjs";import{N as ct}from"./react/note-logo.mjs";import{N as lt}from"./react/note-writing.mjs";import{N as ft}from"./react/note.mjs";import{N as pt}from"./react/notification-filled.mjs";import{N as nt}from"./react/notification-important.mjs";import{N as jt}from"./react/notification-off.mjs";import{N as dt}from"./react/notification.mjs";import{N as ht}from"./react/number.mjs";import{O as ut}from"./react/office.mjs";import{O as gt}from"./react/open-in-new.mjs";import{O as wt}from"./react/order.mjs";import{O as bt}from"./react/out.mjs";import{P as kt}from"./react/package.mjs";import{P as Ct}from"./react/page-download.mjs";import{P as vt}from"./react/page-zip.mjs";import{P as yt}from"./react/page.mjs";import{P as St}from"./react/pause.mjs";import{P as At}from"./react/pencil.mjs";import{P as Tt}from"./react/people-list.mjs";import{P as Bt}from"./react/people.mjs";import{P as Pt}from"./react/person-add-filled.mjs";import{P as Ht}from"./react/person-add.mjs";import{P as xt}from"./react/person-blocked.mjs";import{P as Mt}from"./react/person-check.mjs";import{P as Ft}from"./react/person-circle-filled.mjs";import{P as Wt}from"./react/person-circle.mjs";import{P as zt}from"./react/person-filled.mjs";import{P as qt}from"./react/person-remove.mjs";import{P as It}from"./react/person.mjs";import{P as Vt}from"./react/pie-chart.mjs";import{P as Lt}from"./react/pin-filled.mjs";import{P as Et}from"./react/pin-off.mjs";import{P as Gt}from"./react/pin.mjs";import{P as Dt}from"./react/pip.mjs";import{P as Nt}from"./react/plane.mjs";import{P as Rt}from"./react/play.mjs";import{P as Kt}from"./react/plus-circle-filled.mjs";import{P as Ot}from"./react/plus-circle.mjs";import{P as Ut}from"./react/plus-small.mjs";import{P as Zt}from"./react/plus-square.mjs";import{P as Qt}from"./react/plus.mjs";import{P as Yt}from"./react/point.mjs";import{P as Jt}from"./react/power.mjs";import{P as Xt}from"./react/print.mjs";import{P as $t}from"./react/profile.mjs";import{Q as _t}from"./react/qr-code.mjs";import{R as rs}from"./react/radio-filled.mjs";import{R as ms}from"./react/realtime.mjs";import{R as os}from"./react/receipt.mjs";import{R as as}from"./react/recipe.mjs";import{R as es}from"./react/record.mjs";import{R as ts}from"./react/refresh-circle-filled.mjs";import{R as ss}from"./react/refresh.mjs";import{R as is}from"./react/repeat.mjs";import{R as cs}from"./react/rotate.mjs";import{R as ls}from"./react/row.mjs";import{R as fs}from"./react/ruler.mjs";import{S as ps}from"./react/screenshare-filled.mjs";import{S as ns}from"./react/screenshare.mjs";import{S as js}from"./react/search-bold.mjs";import{S as ds}from"./react/search.mjs";import{S as hs}from"./react/security-person.mjs";import{S as us}from"./react/security.mjs";import{S as gs}from"./react/send-filled.mjs";import{S as ws}from"./react/send-forward-failed-filled.mjs";import{S as bs}from"./react/send-forward-failed.mjs";import{S as ks}from"./react/send-forward-filled.mjs";import{S as Cs}from"./react/send-forward.mjs";import{S as vs}from"./react/send.mjs";import{S as ys}from"./react/settings.mjs";import{S as Ss}from"./react/shine.mjs";import{S as As}from"./react/shopping-filled.mjs";import{S as Ts}from"./react/shopping.mjs";import{S as Bs}from"./react/shuffle.mjs";import{S as Ps}from"./react/signal-locked.mjs";import{S as Hs}from"./react/signal.mjs";import{S as xs}from"./react/single-node.mjs";import{S as Ms}from"./react/siren.mjs";import{S as Fs}from"./react/skip.mjs";import{S as Ws}from"./react/sms-filled.mjs";import{S as zs}from"./react/sms-unsubscribed.mjs";import{S as qs}from"./react/sms.mjs";import{S as Is}from"./react/snooze.mjs";import{S as Vs}from"./react/soccerball.mjs";import{S as Ls}from"./react/sorting.mjs";import{S as Es}from"./react/space-horizontal.mjs";import{S as Gs}from"./react/space-vertical.mjs";import{S as Ds}from"./react/split-left.mjs";import{S as Ns}from"./react/split-right.mjs";import{S as Rs}from"./react/sprout.mjs";import{S as Ks}from"./react/square.mjs";import{S as Os}from"./react/squares-filled.mjs";import{S as Us}from"./react/squares.mjs";import{S as Zs}from"./react/star-filled.mjs";import{S as Qs}from"./react/star.mjs";import{S as Ys}from"./react/store.mjs";import{S as Js}from"./react/strikethrough.mjs";import{S as Xs}from"./react/string.mjs";import{S as $s}from"./react/survey-check.mjs";import{S as _s}from"./react/survey.mjs";import{S as ri}from"./react/switch.mjs";import{S as mi}from"./react/sync.mjs";import{T as oi}from"./react/tablet.mjs";import{T as ai}from"./react/tag.mjs";import{T as ei}from"./react/target.mjs";import{T as ti}from"./react/template.mjs";import{T as si}from"./react/textfield.mjs";import{T as ii}from"./react/time-elapsed.mjs";import{T as ci}from"./react/timezone.mjs";import{T as li}from"./react/tool.mjs";import{T as fi}from"./react/transfer-disabled.mjs";import{T as pi}from"./react/transfer.mjs";import{T as ni}from"./react/translate.mjs";import{T as ji}from"./react/trash.mjs";import{T as di}from"./react/trending-down.mjs";import{T as hi}from"./react/trending-left-circle-filled.mjs";import{T as ui}from"./react/trending-left.mjs";import{T as gi}from"./react/trending-right.mjs";import{T as wi}from"./react/trending-up.mjs";import{T as bi}from"./react/triangle-down-circle-filled.mjs";import{T as ki}from"./react/triangle-down-circle.mjs";import{T as Ci}from"./react/triangle-down.mjs";import{T as vi}from"./react/triangle-left-circle-filled.mjs";import{T as yi}from"./react/triangle-left-circle.mjs";import{T as Si}from"./react/triangle-left.mjs";import{T as Ai}from"./react/triangle-right-circle-filled.mjs";import{T as Ti}from"./react/triangle-right-circle.mjs";import{T as Bi}from"./react/triangle-right.mjs";import{T as Pi}from"./react/triangle-up-circle-filled.mjs";import{T as Hi}from"./react/triangle-up-circle.mjs";import{T as xi}from"./react/triangle-up.mjs";import{T as Mi}from"./react/triangle-updown.mjs";import{T as Fi}from"./react/trophy.mjs";import{T as Wi}from"./react/tune.mjs";import{T as zi}from"./react/twitter.mjs";import{T as qi}from"./react/typography.mjs";import{U as Ii}from"./react/underline.mjs";import{U as Vi}from"./react/untag.mjs";import{U as Li}from"./react/upload.mjs";import{U as Ei}from"./react/username.mjs";import{V as Gi}from"./react/variable.mjs";import{V as Di}from"./react/videocam-filled.mjs";import{V as Ni}from"./react/videocam-off-filled.mjs";import{V as Ri}from"./react/videocam-off.mjs";import{V as Ki}from"./react/videocam.mjs";import{V as Oi}from"./react/view-off.mjs";import{V as Ui}from"./react/view.mjs";import{V as Zi}from"./react/voice-wave.mjs";import{V as Qi}from"./react/voicemail.mjs";import{V as Yi}from"./react/volume-bluetooth-filled.mjs";import{V as Ji}from"./react/volume-bluetooth.mjs";import{V as Xi}from"./react/volume-down.mjs";import{V as $i}from"./react/volume-off-filled.mjs";import{V as _i}from"./react/volume-off.mjs";import{V as rc}from"./react/volume-up-filled.mjs";import{V as mc}from"./react/volume-up.mjs";import{W as oc}from"./react/wallet.mjs";import{W as ac}from"./react/water.mjs";import{W as ec}from"./react/weather-cloud.mjs";import{W as tc}from"./react/weather-cloudy.mjs";import{W as sc}from"./react/weather-rain.mjs";import{W as ic}from"./react/weather-snow.mjs";import{W as cc}from"./react/weather-sun.mjs";import{W as lc}from"./react/weather-thunder.mjs";import{W as fc}from"./react/webhook.mjs";import{W as pc}from"./react/wifi-off.mjs";import{W as nc}from"./react/wifi-poor.mjs";import{W as jc}from"./react/wifi-weak.mjs";import{W as dc}from"./react/wifi.mjs";import{W as hc}from"./react/windows-close.mjs";import{W as uc}from"./react/windows-maximize.mjs";import{W as gc}from"./react/windows-minimize.mjs";import{W as wc}from"./react/windows-restore.mjs";import{W as bc}from"./react/windows.mjs";import{W as kc}from"./react/wing.mjs";import{Y as Cc}from"./react/youtube.mjs";import{Z as vc}from"./react/zoom-in.mjs";import{Z as yc}from"./react/zoom-out.mjs";export{c as createBezierIcon,i as isBezierIcon}from"./utils/index.mjs";import"react";const Sc={all:r,android:m,api:o,"app-check":a,"app-plus":e,"app-push":t,apple:s,"apps-add":l,"apps-filled":f,apps:p,archive:n,"arrow-down-small":j,"arrow-down":d,"arrow-hook-left-down":h,"arrow-hook-left-up":u,"arrow-hook-right-down":g,"arrow-hook-right-up":w,"arrow-left-circle-filled":b,"arrow-left-down-small":k,"arrow-left-up-small":C,"arrow-left-up":v,"arrow-left":y,"arrow-right-down-small":S,"arrow-right-up-small":A,"arrow-right-up":T,"arrow-right":B,"arrow-turn-left-down":P,"arrow-turn-left-up":H,"arrow-turn-right-down":x,"arrow-turn-right-up":M,"arrow-up-small":F,"arrow-up":W,"assign-to-me":z,assignee:q,"asterisk-small":I,asterisk:V,atom:L,"auto-writing":E,badge:G,bank:D,baseball:N,basketball:R,"bear-filled":K,bear:O,beta:U,block:Z,bluetooth:Q,bold:Y,"book-cover":J,"book-editing":X,book:$,"bookmark-filled":_,bookmark:rr,boolean:mr,"bot-filled":or,bot:ar,breaktime:er,briefcase:tr,"broadcast-alt":sr,broadcast:ir,"browser-chrome":cr,"browser-edge":lr,"browser-firefox":fr,"browser-ie":pr,"browser-safari":nr,bullet:jr,bus:dr,"business-guy":hr,"button-route":ur,calendar:gr,"call-app":wr,"call-filled":br,"call-in-progress":kr,"call-incoming":Cr,"call-meet":vr,"call-missed":yr,"call-off":Sr,"call-outgoing":Ar,"call-pull":Tr,call:Br,"camera-filled":Pr,"camera-switch":Hr,camera:xr,"cancel-bold":Mr,"cancel-circle-filled":Fr,"cancel-circle":Wr,"cancel-small":zr,cancel:qr,car:Ir,"cart-abandoned":Vr,cart:Lr,"chain-reaction":Er,"channel-btn-filled":Gr,"channel-btn-smile-filled":Dr,"channel-btn-smile":Nr,"channel-btn":Rr,"channel-filled":Kr,"channel-left-filled":Or,"channel-left":Ur,"channel-smile-filled":Zr,"channel-smile":Qr,"channel-up-filled":Yr,"channel-up":Jr,channel:Xr,"channels-list":$r,"chat-bubble-alt-filled":_r,"chat-bubble-alt-off":rm,"chat-bubble-alt-push-filled":mm,"chat-bubble-alt":om,"chat-bubble-filled":am,"chat-bubble":em,"chat-cancel":tm,"chat-check-filled":sm,"chat-check":im,"chat-error-filled":cm,"chat-error":lm,"chat-forward":fm,"chat-info":pm,"chat-lightning-filled":nm,"chat-lightning":jm,"chat-progress-filled":dm,"chat-progress":hm,"chat-push":um,"chat-question-filled":gm,"chat-question":wm,"chat-ready":bm,"chat-suggestion":km,"check-all":Cm,"check-bold":vm,"check-circle-filled":ym,"check-circle":Sm,"check-verification-filled":Am,check:Tm,"checkbox-filled":Bm,checkbox:Pm,"chevron-down-double":Hm,"chevron-down":xm,"chevron-left-double":Mm,"chevron-left":Fm,"chevron-right-double":Wm,"chevron-right":zm,"chevron-small-down":qm,"chevron-small-left":Im,"chevron-small-leftright":Vm,"chevron-small-right":Lm,"chevron-small-up":Em,"chevron-small-updown":Gm,"chevron-up-double":Dm,"chevron-up":Nm,"chevron-updown":Rm,clip:Km,clock:Om,"cloud-download":Um,"cloud-off":Zm,"cloud-upload":Qm,"code-block":Ym,code:Jm,"coin-recurring":Xm,coin:$m,column:_m,"comment-filled":ro,"comment-in":mo,"comment-out":oo,comment:ao,communication:eo,"contact-filled":to,contact:so,contract:io,cookie:co,coupon:lo,credit:fo,creditcard:po,crop:no,"crown-filled":jo,data:ho,desktop:uo,devices:go,"dialog-down":wo,"dialog-up":bo,distribute:ko,dot:Co,download:vo,"dragable-alt":yo,dragable:So,dropdown:Ao,edit:To,education:Bo,"email-filled":Po,"email-forward":Ho,"email-unread":xo,"email-unsubscribed":Mo,email:Fo,"error-diamond-filled":Wo,"error-filled":zo,"error-triangle-filled":qo,"error-triangle":Io,error:Vo,event:Lo,expand:Eo,"face-angry":Go,"face-disappointed":Do,"face-grinning":No,"face-id":Ro,"face-nomouth":Ko,"face-smile-add":Oo,"face-smile-filled":Uo,"face-smile":Zo,"face-with-tears":Qo,"face-wow":Yo,facebook:Jo,"fast-forward":Xo,"fast-rewind":$o,"finger-print":_o,fire:ra,"flag-filled":ma,flashlight:oa,flush:aa,folder:ea,"fullscreen-exit":ta,fullscreen:sa,"funnel-remove":ia,funnel:ca,"ghost-filled":la,ghost:fa,gif:pa,gift:na,globe:ja,"goal-off":da,goal:ha,"google-play":ua,google:ga,"graph-filled":wa,graph:ba,"group-filled":ka,"group-remove":Ca,group:va,"hand-love":ya,"hand-point":Sa,"hand-push":Aa,"hand-thumbdown-filled":Ta,"hand-thumbdown":Ba,"hand-thumbup-filled":Pa,"hand-thumbup":Ha,"hand-wave":xa,hand:Ma,"hashtag-large":Fa,hashtag:Wa,heading:za,"headset-off":qa,headset:Ia,hear:Va,"heart-filled":La,heart:Ea,"help-filled":Ga,help:Da,"hexahedron-filled":Na,hexahedron:Ra,history:Ka,"home-filled":Oa,home:Ua,"hourglass-1":Za,"hourglass-2":Qa,"hourglass-3":Ya,"hyphen-bold":Ja,hyphen:Xa,"image-failed":$a,"image-quality":_a,image:re,in:me,"inbox-all":oe,inbox:ae,"info-filled":ee,info:te,instagram:se,"into-page-alt":ie,"into-page":ce,invert:le,ios:fe,italic:pe,"kakao-filled-alt":ne,"kakao-filled":je,kakao:de,key:he,"keyboard-hide":ue,keyboard:ge,keypad:we,lab:be,landline:ke,laptop:Ce,lightbulb:ve,"lightning-filled":ye,lightning:Se,line:Ae,"link-copy":Te,"link-off":Be,link:Pe,linkedin:He,"list-number":xe,list:Me,"lock-open":Fe,lock:We,"map-pin":ze,"marker-pen":qe,me:Ie,"megaphone-filled":Ve,megaphone:Le,"menu-fold":Ee,"menu-unfold":Ge,menu:De,"messaging-app":Ne,metro:Re,"microphone-filled":Ke,"microphone-off":Oe,microphone:Ue,"minus-circle-filled":Ze,"minus-circle":Qe,minus:Ye,"mobile-messaging":Je,mobile:Xe,"moon-filled":$e,moon:_e,"more-vertical":rt,more:mt,mouse:ot,"multi-node":at,music:et,"naver-talktalk":tt,naver:st,new:it,"note-logo":ct,"note-writing":lt,note:ft,"notification-filled":pt,"notification-important":nt,"notification-off":jt,notification:dt,number:ht,office:ut,"open-in-new":gt,order:wt,out:bt,package:kt,"page-download":Ct,"page-zip":vt,page:yt,pause:St,pencil:At,"people-list":Tt,people:Bt,"person-add-filled":Pt,"person-add":Ht,"person-blocked":xt,"person-check":Mt,"person-circle-filled":Ft,"person-circle":Wt,"person-filled":zt,"person-remove":qt,person:It,"pie-chart":Vt,"pin-filled":Lt,"pin-off":Et,pin:Gt,pip:Dt,plane:Nt,play:Rt,"plus-circle-filled":Kt,"plus-circle":Ot,"plus-small":Ut,"plus-square":Zt,plus:Qt,point:Yt,power:Jt,print:Xt,profile:$t,"qr-code":_t,"radio-filled":rs,realtime:ms,receipt:os,recipe:as,record:es,"refresh-circle-filled":ts,refresh:ss,repeat:is,rotate:cs,row:ls,ruler:fs,"screenshare-filled":ps,screenshare:ns,"search-bold":js,search:ds,"security-person":hs,security:us,"send-filled":gs,"send-forward-failed-filled":ws,"send-forward-failed":bs,"send-forward-filled":ks,"send-forward":Cs,send:vs,settings:ys,shine:Ss,"shopping-filled":As,shopping:Ts,shuffle:Bs,"signal-locked":Ps,signal:Hs,"single-node":xs,siren:Ms,skip:Fs,"sms-filled":Ws,"sms-unsubscribed":zs,sms:qs,snooze:Is,soccerball:Vs,sorting:Ls,"space-horizontal":Es,"space-vertical":Gs,"split-left":Ds,"split-right":Ns,sprout:Rs,square:Ks,"squares-filled":Os,squares:Us,"star-filled":Zs,star:Qs,store:Ys,strikethrough:Js,string:Xs,"survey-check":$s,survey:_s,switch:ri,sync:mi,tablet:oi,tag:ai,target:ei,template:ti,textfield:si,"time-elapsed":ii,timezone:ci,tool:li,"transfer-disabled":fi,transfer:pi,translate:ni,trash:ji,"trending-down":di,"trending-left-circle-filled":hi,"trending-left":ui,"trending-right":gi,"trending-up":wi,"triangle-down-circle-filled":bi,"triangle-down-circle":ki,"triangle-down":Ci,"triangle-left-circle-filled":vi,"triangle-left-circle":yi,"triangle-left":Si,"triangle-right-circle-filled":Ai,"triangle-right-circle":Ti,"triangle-right":Bi,"triangle-up-circle-filled":Pi,"triangle-up-circle":Hi,"triangle-up":xi,"triangle-updown":Mi,trophy:Fi,tune:Wi,twitter:zi,typography:qi,underline:Ii,untag:Vi,upload:Li,username:Ei,variable:Gi,"videocam-filled":Di,"videocam-off-filled":Ni,"videocam-off":Ri,videocam:Ki,"view-off":Oi,view:Ui,"voice-wave":Zi,voicemail:Qi,"volume-bluetooth-filled":Yi,"volume-bluetooth":Ji,"volume-down":Xi,"volume-off-filled":$i,"volume-off":_i,"volume-up-filled":rc,"volume-up":mc,wallet:oc,water:ac,"weather-cloud":ec,"weather-cloudy":tc,"weather-rain":sc,"weather-snow":ic,"weather-sun":cc,"weather-thunder":lc,webhook:fc,"wifi-off":pc,"wifi-poor":nc,"wifi-weak":jc,wifi:dc,"windows-close":hc,"windows-maximize":uc,"windows-minimize":gc,"windows-restore":wc,windows:bc,wing:kc,youtube:Cc,"zoom-in":vc,"zoom-out":yc};export{r as AllIcon,m as AndroidIcon,o as ApiIcon,a as AppCheckIcon,e as AppPlusIcon,t as AppPushIcon,s as AppleIcon,l as AppsAddIcon,f as AppsFilledIcon,p as AppsIcon,n as ArchiveIcon,d as ArrowDownIcon,j as ArrowDownSmallIcon,h as ArrowHookLeftDownIcon,u as ArrowHookLeftUpIcon,g as ArrowHookRightDownIcon,w as ArrowHookRightUpIcon,b as ArrowLeftCircleFilledIcon,k as ArrowLeftDownSmallIcon,y as ArrowLeftIcon,v as ArrowLeftUpIcon,C as ArrowLeftUpSmallIcon,S as ArrowRightDownSmallIcon,B as ArrowRightIcon,T as ArrowRightUpIcon,A as ArrowRightUpSmallIcon,P as ArrowTurnLeftDownIcon,H as ArrowTurnLeftUpIcon,x as ArrowTurnRightDownIcon,M as ArrowTurnRightUpIcon,W as ArrowUpIcon,F as ArrowUpSmallIcon,z as AssignToMeIcon,q as AssigneeIcon,V as AsteriskIcon,I as AsteriskSmallIcon,L as AtomIcon,E as AutoWritingIcon,G as BadgeIcon,D as BankIcon,N as BaseballIcon,R as BasketballIcon,K as BearFilledIcon,O as BearIcon,U as BetaIcon,Z as BlockIcon,Q as BluetoothIcon,Y as BoldIcon,J as BookCoverIcon,X as BookEditingIcon,$ as BookIcon,_ as BookmarkFilledIcon,rr as BookmarkIcon,mr as BooleanIcon,or as BotFilledIcon,ar as BotIcon,er as BreaktimeIcon,tr as BriefcaseIcon,sr as BroadcastAltIcon,ir as BroadcastIcon,cr as BrowserChromeIcon,lr as BrowserEdgeIcon,fr as BrowserFirefoxIcon,pr as BrowserIeIcon,nr as BrowserSafariIcon,jr as BulletIcon,dr as BusIcon,hr as BusinessGuyIcon,ur as ButtonRouteIcon,gr as CalendarIcon,wr as CallAppIcon,br as CallFilledIcon,Br as CallIcon,kr as CallInProgressIcon,Cr as CallIncomingIcon,vr as CallMeetIcon,yr as CallMissedIcon,Sr as CallOffIcon,Ar as CallOutgoingIcon,Tr as CallPullIcon,Pr as CameraFilledIcon,xr as CameraIcon,Hr as CameraSwitchIcon,Mr as CancelBoldIcon,Fr as CancelCircleFilledIcon,Wr as CancelCircleIcon,qr as CancelIcon,zr as CancelSmallIcon,Ir as CarIcon,Vr as CartAbandonedIcon,Lr as CartIcon,Er as ChainReactionIcon,Gr as ChannelBtnFilledIcon,Rr as ChannelBtnIcon,Dr as ChannelBtnSmileFilledIcon,Nr as ChannelBtnSmileIcon,Kr as ChannelFilledIcon,Xr as ChannelIcon,Or as ChannelLeftFilledIcon,Ur as ChannelLeftIcon,Zr as ChannelSmileFilledIcon,Qr as ChannelSmileIcon,Yr as ChannelUpFilledIcon,Jr as ChannelUpIcon,$r as ChannelsListIcon,_r as ChatBubbleAltFilledIcon,om as ChatBubbleAltIcon,rm as ChatBubbleAltOffIcon,mm as ChatBubbleAltPushFilledIcon,am as ChatBubbleFilledIcon,em as ChatBubbleIcon,tm as ChatCancelIcon,sm as ChatCheckFilledIcon,im as ChatCheckIcon,cm as ChatErrorFilledIcon,lm as ChatErrorIcon,fm as ChatForwardIcon,pm as ChatInfoIcon,nm as ChatLightningFilledIcon,jm as ChatLightningIcon,dm as ChatProgressFilledIcon,hm as ChatProgressIcon,um as ChatPushIcon,gm as ChatQuestionFilledIcon,wm as ChatQuestionIcon,bm as ChatReadyIcon,km as ChatSuggestionIcon,Cm as CheckAllIcon,vm as CheckBoldIcon,ym as CheckCircleFilledIcon,Sm as CheckCircleIcon,Tm as CheckIcon,Am as CheckVerificationFilledIcon,Bm as CheckboxFilledIcon,Pm as CheckboxIcon,Hm as ChevronDownDoubleIcon,xm as ChevronDownIcon,Mm as ChevronLeftDoubleIcon,Fm as ChevronLeftIcon,Wm as ChevronRightDoubleIcon,zm as ChevronRightIcon,qm as ChevronSmallDownIcon,Im as ChevronSmallLeftIcon,Vm as ChevronSmallLeftrightIcon,Lm as ChevronSmallRightIcon,Em as ChevronSmallUpIcon,Gm as ChevronSmallUpdownIcon,Dm as ChevronUpDoubleIcon,Nm as ChevronUpIcon,Rm as ChevronUpdownIcon,Km as ClipIcon,Om as ClockIcon,Um as CloudDownloadIcon,Zm as CloudOffIcon,Qm as CloudUploadIcon,Ym as CodeBlockIcon,Jm as CodeIcon,$m as CoinIcon,Xm as CoinRecurringIcon,_m as ColumnIcon,ro as CommentFilledIcon,ao as CommentIcon,mo as CommentInIcon,oo as CommentOutIcon,eo as CommunicationIcon,to as ContactFilledIcon,so as ContactIcon,io as ContractIcon,co as CookieIcon,lo as CouponIcon,fo as CreditIcon,po as CreditcardIcon,no as CropIcon,jo as CrownFilledIcon,ho as DataIcon,uo as DesktopIcon,go as DevicesIcon,wo as DialogDownIcon,bo as DialogUpIcon,ko as DistributeIcon,Co as DotIcon,vo as DownloadIcon,yo as DragableAltIcon,So as DragableIcon,Ao as DropdownIcon,To as EditIcon,Bo as EducationIcon,Po as EmailFilledIcon,Ho as EmailForwardIcon,Fo as EmailIcon,xo as EmailUnreadIcon,Mo as EmailUnsubscribedIcon,Wo as ErrorDiamondFilledIcon,zo as ErrorFilledIcon,Vo as ErrorIcon,qo as ErrorTriangleFilledIcon,Io as ErrorTriangleIcon,Lo as EventIcon,Eo as ExpandIcon,Go as FaceAngryIcon,Do as FaceDisappointedIcon,No as FaceGrinningIcon,Ro as FaceIdIcon,Ko as FaceNomouthIcon,Oo as FaceSmileAddIcon,Uo as FaceSmileFilledIcon,Zo as FaceSmileIcon,Qo as FaceWithTearsIcon,Yo as FaceWowIcon,Jo as FacebookIcon,Xo as FastForwardIcon,$o as FastRewindIcon,_o as FingerPrintIcon,ra as FireIcon,ma as FlagFilledIcon,oa as FlashlightIcon,aa as FlushIcon,ea as FolderIcon,ta as FullscreenExitIcon,sa as FullscreenIcon,ca as FunnelIcon,ia as FunnelRemoveIcon,la as GhostFilledIcon,fa as GhostIcon,pa as GifIcon,na as GiftIcon,ja as GlobeIcon,ha as GoalIcon,da as GoalOffIcon,ga as GoogleIcon,ua as GooglePlayIcon,wa as GraphFilledIcon,ba as GraphIcon,ka as GroupFilledIcon,va as GroupIcon,Ca as GroupRemoveIcon,Ma as HandIcon,ya as HandLoveIcon,Sa as HandPointIcon,Aa as HandPushIcon,Ta as HandThumbdownFilledIcon,Ba as HandThumbdownIcon,Pa as HandThumbupFilledIcon,Ha as HandThumbupIcon,xa as HandWaveIcon,Wa as HashtagIcon,Fa as HashtagLargeIcon,za as HeadingIcon,Ia as HeadsetIcon,qa as HeadsetOffIcon,Va as HearIcon,La as HeartFilledIcon,Ea as HeartIcon,Ga as HelpFilledIcon,Da as HelpIcon,Na as HexahedronFilledIcon,Ra as HexahedronIcon,Ka as HistoryIcon,Oa as HomeFilledIcon,Ua as HomeIcon,Za as Hourglass1Icon,Qa as Hourglass2Icon,Ya as Hourglass3Icon,Ja as HyphenBoldIcon,Xa as HyphenIcon,$a as ImageFailedIcon,re as ImageIcon,_a as ImageQualityIcon,me as InIcon,oe as InboxAllIcon,ae as InboxIcon,ee as InfoFilledIcon,te as InfoIcon,se as InstagramIcon,ie as IntoPageAltIcon,ce as IntoPageIcon,le as InvertIcon,fe as IosIcon,pe as ItalicIcon,ne as KakaoFilledAltIcon,je as KakaoFilledIcon,de as KakaoIcon,he as KeyIcon,ue as KeyboardHideIcon,ge as KeyboardIcon,we as KeypadIcon,be as LabIcon,ke as LandlineIcon,Ce as LaptopIcon,ve as LightbulbIcon,ye as LightningFilledIcon,Se as LightningIcon,Ae as LineIcon,Te as LinkCopyIcon,Pe as LinkIcon,Be as LinkOffIcon,He as LinkedinIcon,Me as ListIcon,xe as ListNumberIcon,We as LockIcon,Fe as LockOpenIcon,ze as MapPinIcon,qe as MarkerPenIcon,Ie as MeIcon,Ve as MegaphoneFilledIcon,Le as MegaphoneIcon,Ee as MenuFoldIcon,De as MenuIcon,Ge as MenuUnfoldIcon,Ne as MessagingAppIcon,Re as MetroIcon,Ke as MicrophoneFilledIcon,Ue as MicrophoneIcon,Oe as MicrophoneOffIcon,Ze as MinusCircleFilledIcon,Qe as MinusCircleIcon,Ye as MinusIcon,Xe as MobileIcon,Je as MobileMessagingIcon,$e as MoonFilledIcon,_e as MoonIcon,mt as MoreIcon,rt as MoreVerticalIcon,ot as MouseIcon,at as MultiNodeIcon,et as MusicIcon,st as NaverIcon,tt as NaverTalktalkIcon,it as NewIcon,ft as NoteIcon,ct as NoteLogoIcon,lt as NoteWritingIcon,pt as NotificationFilledIcon,dt as NotificationIcon,nt as NotificationImportantIcon,jt as NotificationOffIcon,ht as NumberIcon,ut as OfficeIcon,gt as OpenInNewIcon,wt as OrderIcon,bt as OutIcon,kt as PackageIcon,Ct as PageDownloadIcon,yt as PageIcon,vt as PageZipIcon,St as PauseIcon,At as PencilIcon,Bt as PeopleIcon,Tt as PeopleListIcon,Pt as PersonAddFilledIcon,Ht as PersonAddIcon,xt as PersonBlockedIcon,Mt as PersonCheckIcon,Ft as PersonCircleFilledIcon,Wt as PersonCircleIcon,zt as PersonFilledIcon,It as PersonIcon,qt as PersonRemoveIcon,Vt as PieChartIcon,Lt as PinFilledIcon,Gt as PinIcon,Et as PinOffIcon,Dt as PipIcon,Nt as PlaneIcon,Rt as PlayIcon,Kt as PlusCircleFilledIcon,Ot as PlusCircleIcon,Qt as PlusIcon,Ut as PlusSmallIcon,Zt as PlusSquareIcon,Yt as PointIcon,Jt as PowerIcon,Xt as PrintIcon,$t as ProfileIcon,_t as QrCodeIcon,rs as RadioFilledIcon,ms as RealtimeIcon,os as ReceiptIcon,as as RecipeIcon,es as RecordIcon,ts as RefreshCircleFilledIcon,ss as RefreshIcon,is as RepeatIcon,cs as RotateIcon,ls as RowIcon,fs as RulerIcon,ps as ScreenshareFilledIcon,ns as ScreenshareIcon,js as SearchBoldIcon,ds as SearchIcon,us as SecurityIcon,hs as SecurityPersonIcon,gs as SendFilledIcon,ws as SendForwardFailedFilledIcon,bs as SendForwardFailedIcon,ks as SendForwardFilledIcon,Cs as SendForwardIcon,vs as SendIcon,ys as SettingsIcon,Ss as ShineIcon,As as ShoppingFilledIcon,Ts as ShoppingIcon,Bs as ShuffleIcon,Hs as SignalIcon,Ps as SignalLockedIcon,xs as SingleNodeIcon,Ms as SirenIcon,Fs as SkipIcon,Ws as SmsFilledIcon,qs as SmsIcon,zs as SmsUnsubscribedIcon,Is as SnoozeIcon,Vs as SoccerballIcon,Ls as SortingIcon,Es as SpaceHorizontalIcon,Gs as SpaceVerticalIcon,Ds as SplitLeftIcon,Ns as SplitRightIcon,Rs as SproutIcon,Ks as SquareIcon,Os as SquaresFilledIcon,Us as SquaresIcon,Zs as StarFilledIcon,Qs as StarIcon,Ys as StoreIcon,Js as StrikethroughIcon,Xs as StringIcon,$s as SurveyCheckIcon,_s as SurveyIcon,ri as SwitchIcon,mi as SyncIcon,oi as TabletIcon,ai as TagIcon,ei as TargetIcon,ti as TemplateIcon,si as TextfieldIcon,ii as TimeElapsedIcon,ci as TimezoneIcon,li as ToolIcon,fi as TransferDisabledIcon,pi as TransferIcon,ni as TranslateIcon,ji as TrashIcon,di as TrendingDownIcon,hi as TrendingLeftCircleFilledIcon,ui as TrendingLeftIcon,gi as TrendingRightIcon,wi as TrendingUpIcon,bi as TriangleDownCircleFilledIcon,ki as TriangleDownCircleIcon,Ci as TriangleDownIcon,vi as TriangleLeftCircleFilledIcon,yi as TriangleLeftCircleIcon,Si as TriangleLeftIcon,Ai as TriangleRightCircleFilledIcon,Ti as TriangleRightCircleIcon,Bi as TriangleRightIcon,Pi as TriangleUpCircleFilledIcon,Hi as TriangleUpCircleIcon,xi as TriangleUpIcon,Mi as TriangleUpdownIcon,Fi as TrophyIcon,Wi as TuneIcon,zi as TwitterIcon,qi as TypographyIcon,Ii as UnderlineIcon,Vi as UntagIcon,Li as UploadIcon,Ei as UsernameIcon,Gi as VariableIcon,Di as VideocamFilledIcon,Ki as VideocamIcon,Ni as VideocamOffFilledIcon,Ri as VideocamOffIcon,Ui as ViewIcon,Oi as ViewOffIcon,Zi as VoiceWaveIcon,Qi as VoicemailIcon,Yi as VolumeBluetoothFilledIcon,Ji as VolumeBluetoothIcon,Xi as VolumeDownIcon,$i as VolumeOffFilledIcon,_i as VolumeOffIcon,rc as VolumeUpFilledIcon,mc as VolumeUpIcon,oc as WalletIcon,ac as WaterIcon,ec as WeatherCloudIcon,tc as WeatherCloudyIcon,sc as WeatherRainIcon,ic as WeatherSnowIcon,cc as WeatherSunIcon,lc as WeatherThunderIcon,fc as WebhookIcon,dc as WifiIcon,pc as WifiOffIcon,nc as WifiPoorIcon,jc as WifiWeakIcon,hc as WindowsCloseIcon,bc as WindowsIcon,uc as WindowsMaximizeIcon,gc as WindowsMinimizeIcon,wc as WindowsRestoreIcon,kc as WingIcon,Cc as YoutubeIcon,vc as ZoomInIcon,yc as ZoomOutIcon,Sc as icons};
|
|
1
|
+
import{A as r}from"./react/all.mjs";import{A as m}from"./react/android.mjs";import{A as o}from"./react/api.mjs";import{A as a}from"./react/app-check.mjs";import{A as e}from"./react/app-plus.mjs";import{A as t}from"./react/app-push.mjs";import{A as s}from"./react/apple.mjs";import{A as l}from"./react/apps-add.mjs";import{A as f}from"./react/apps-filled.mjs";import{A as p}from"./react/apps.mjs";import{A as n}from"./react/archive.mjs";import{A as j}from"./react/arrow-down-small.mjs";import{A as d}from"./react/arrow-down.mjs";import{A as h}from"./react/arrow-hook-left-down.mjs";import{A as u}from"./react/arrow-hook-left-up.mjs";import{A as g}from"./react/arrow-hook-right-down.mjs";import{A as w}from"./react/arrow-hook-right-up.mjs";import{A as b}from"./react/arrow-left-circle-filled.mjs";import{A as k}from"./react/arrow-left-down-small.mjs";import{A as C}from"./react/arrow-left-up-small.mjs";import{A as v}from"./react/arrow-left-up.mjs";import{A as y}from"./react/arrow-left.mjs";import{A as S}from"./react/arrow-right-down-small.mjs";import{A}from"./react/arrow-right-up-small.mjs";import{A as T}from"./react/arrow-right-up.mjs";import{A as B}from"./react/arrow-right.mjs";import{A as P}from"./react/arrow-turn-left-down.mjs";import{A as H}from"./react/arrow-turn-left-up.mjs";import{A as x}from"./react/arrow-turn-right-down.mjs";import{A as M}from"./react/arrow-turn-right-up.mjs";import{A as F}from"./react/arrow-up-small.mjs";import{A as W}from"./react/arrow-up.mjs";import{A as z}from"./react/assign-to-me.mjs";import{A as q}from"./react/assignee.mjs";import{A as I}from"./react/asterisk-small.mjs";import{A as V}from"./react/asterisk.mjs";import{A as L}from"./react/atom.mjs";import{A as E}from"./react/auto-writing.mjs";import{B as G}from"./react/badge.mjs";import{B as D}from"./react/bank.mjs";import{B as N}from"./react/baseball.mjs";import{B as R}from"./react/basketball.mjs";import{B as K}from"./react/bear-filled.mjs";import{B as O}from"./react/bear.mjs";import{B as U}from"./react/beta.mjs";import{B as Z}from"./react/block.mjs";import{B as Q}from"./react/bluetooth.mjs";import{B as Y}from"./react/bold.mjs";import{B as J}from"./react/book-cover.mjs";import{B as X}from"./react/book-editing.mjs";import{B as $}from"./react/book.mjs";import{B as _}from"./react/bookmark-filled.mjs";import{B as rr}from"./react/bookmark.mjs";import{B as mr}from"./react/boolean.mjs";import{B as or}from"./react/bot-filled.mjs";import{B as ar}from"./react/bot.mjs";import{B as er}from"./react/breaktime.mjs";import{B as tr}from"./react/briefcase.mjs";import{B as sr}from"./react/broadcast-alt.mjs";import{B as ir}from"./react/broadcast.mjs";import{B as cr}from"./react/browser-chrome.mjs";import{B as lr}from"./react/browser-edge.mjs";import{B as fr}from"./react/browser-firefox.mjs";import{B as pr}from"./react/browser-ie.mjs";import{B as nr}from"./react/browser-safari.mjs";import{B as jr}from"./react/bullet.mjs";import{B as dr}from"./react/bus.mjs";import{B as hr}from"./react/business-guy.mjs";import{B as ur}from"./react/button-route.mjs";import{C as gr}from"./react/calendar.mjs";import{C as wr}from"./react/call-app.mjs";import{C as br}from"./react/call-filled.mjs";import{C as kr}from"./react/call-in-progress.mjs";import{C as Cr}from"./react/call-incoming.mjs";import{C as vr}from"./react/call-meet.mjs";import{C as yr}from"./react/call-missed.mjs";import{C as Sr}from"./react/call-off.mjs";import{C as Ar}from"./react/call-outgoing.mjs";import{C as Tr}from"./react/call-pull.mjs";import{C as Br}from"./react/call.mjs";import{C as Pr}from"./react/camera-filled.mjs";import{C as Hr}from"./react/camera-switch.mjs";import{C as xr}from"./react/camera.mjs";import{C as Mr}from"./react/cancel-bold.mjs";import{C as Fr}from"./react/cancel-circle-filled.mjs";import{C as Wr}from"./react/cancel-circle.mjs";import{C as zr}from"./react/cancel-small.mjs";import{C as qr}from"./react/cancel.mjs";import{C as Ir}from"./react/car.mjs";import{C as Vr}from"./react/cart-abandoned.mjs";import{C as Lr}from"./react/cart.mjs";import{C as Er}from"./react/chain-reaction.mjs";import{C as Gr}from"./react/channel-btn-filled.mjs";import{C as Dr}from"./react/channel-btn-smile-filled.mjs";import{C as Nr}from"./react/channel-btn-smile.mjs";import{C as Rr}from"./react/channel-btn.mjs";import{C as Kr}from"./react/channel-filled.mjs";import{C as Or}from"./react/channel-left-filled.mjs";import{C as Ur}from"./react/channel-left.mjs";import{C as Zr}from"./react/channel-smile-filled.mjs";import{C as Qr}from"./react/channel-smile.mjs";import{C as Yr}from"./react/channel-up-filled.mjs";import{C as Jr}from"./react/channel-up.mjs";import{C as Xr}from"./react/channel.mjs";import{C as $r}from"./react/channels-list.mjs";import{C as _r}from"./react/chat-bubble-alt-filled.mjs";import{C as rm}from"./react/chat-bubble-alt-off.mjs";import{C as mm}from"./react/chat-bubble-alt-push-filled.mjs";import{C as om}from"./react/chat-bubble-alt.mjs";import{C as am}from"./react/chat-bubble-filled.mjs";import{C as em}from"./react/chat-bubble.mjs";import{C as tm}from"./react/chat-cancel.mjs";import{C as sm}from"./react/chat-check-filled.mjs";import{C as im}from"./react/chat-check.mjs";import{C as cm}from"./react/chat-error-filled.mjs";import{C as lm}from"./react/chat-error.mjs";import{C as fm}from"./react/chat-forward.mjs";import{C as pm}from"./react/chat-info.mjs";import{C as nm}from"./react/chat-lightning-filled.mjs";import{C as jm}from"./react/chat-lightning.mjs";import{C as dm}from"./react/chat-progress-filled.mjs";import{C as hm}from"./react/chat-progress.mjs";import{C as um}from"./react/chat-push.mjs";import{C as gm}from"./react/chat-question-filled.mjs";import{C as wm}from"./react/chat-question.mjs";import{C as bm}from"./react/chat-ready.mjs";import{C as km}from"./react/chat-suggestion.mjs";import{C as Cm}from"./react/check-all.mjs";import{C as vm}from"./react/check-bold.mjs";import{C as ym}from"./react/check-circle-filled.mjs";import{C as Sm}from"./react/check-circle.mjs";import{C as Am}from"./react/check-verification-filled.mjs";import{C as Tm}from"./react/check.mjs";import{C as Bm}from"./react/checkbox-filled.mjs";import{C as Pm}from"./react/checkbox.mjs";import{C as Hm}from"./react/chevron-down-double.mjs";import{C as xm}from"./react/chevron-down.mjs";import{C as Mm}from"./react/chevron-left-double.mjs";import{C as Fm}from"./react/chevron-left.mjs";import{C as Wm}from"./react/chevron-right-double.mjs";import{C as zm}from"./react/chevron-right.mjs";import{C as qm}from"./react/chevron-small-down.mjs";import{C as Im}from"./react/chevron-small-left.mjs";import{C as Vm}from"./react/chevron-small-leftright.mjs";import{C as Lm}from"./react/chevron-small-right.mjs";import{C as Em}from"./react/chevron-small-up.mjs";import{C as Gm}from"./react/chevron-small-updown.mjs";import{C as Dm}from"./react/chevron-up-double.mjs";import{C as Nm}from"./react/chevron-up.mjs";import{C as Rm}from"./react/chevron-updown.mjs";import{C as Km}from"./react/clip.mjs";import{C as Om}from"./react/clock.mjs";import{C as Um}from"./react/cloud-download.mjs";import{C as Zm}from"./react/cloud-off.mjs";import{C as Qm}from"./react/cloud-upload.mjs";import{C as Ym}from"./react/code-block.mjs";import{C as Jm}from"./react/code.mjs";import{C as Xm}from"./react/coin-recurring.mjs";import{C as $m}from"./react/coin.mjs";import{C as _m}from"./react/column.mjs";import{C as ro}from"./react/comment-filled.mjs";import{C as mo}from"./react/comment-in.mjs";import{C as oo}from"./react/comment-out.mjs";import{C as ao}from"./react/comment.mjs";import{C as eo}from"./react/communication.mjs";import{C as to}from"./react/contact-filled.mjs";import{C as so}from"./react/contact.mjs";import{C as io}from"./react/contract.mjs";import{C as co}from"./react/cookie.mjs";import{C as lo}from"./react/coupon.mjs";import{C as fo}from"./react/credit.mjs";import{C as po}from"./react/creditcard.mjs";import{C as no}from"./react/crop.mjs";import{C as jo}from"./react/crown-filled.mjs";import{D as ho}from"./react/data.mjs";import{D as uo}from"./react/desktop.mjs";import{D as go}from"./react/devices.mjs";import{D as wo}from"./react/dialog-down.mjs";import{D as bo}from"./react/dialog-up.mjs";import{D as ko}from"./react/distribute.mjs";import{D as Co}from"./react/dot.mjs";import{D as vo}from"./react/download.mjs";import{D as yo}from"./react/dragable-alt.mjs";import{D as So}from"./react/dragable.mjs";import{D as Ao}from"./react/dropdown.mjs";import{E as To}from"./react/edit.mjs";import{E as Bo}from"./react/education.mjs";import{E as Po}from"./react/email-filled.mjs";import{E as Ho}from"./react/email-forward.mjs";import{E as xo}from"./react/email-unread.mjs";import{E as Mo}from"./react/email-unsubscribed.mjs";import{E as Fo}from"./react/email.mjs";import{E as Wo}from"./react/error-diamond-filled.mjs";import{E as zo}from"./react/error-filled.mjs";import{E as qo}from"./react/error-triangle-filled.mjs";import{E as Io}from"./react/error-triangle.mjs";import{E as Vo}from"./react/error.mjs";import{E as Lo}from"./react/event.mjs";import{E as Eo}from"./react/expand.mjs";import{F as Go}from"./react/face-angry.mjs";import{F as Do}from"./react/face-disappointed.mjs";import{F as No}from"./react/face-grinning.mjs";import{F as Ro}from"./react/face-id.mjs";import{F as Ko}from"./react/face-nomouth.mjs";import{F as Oo}from"./react/face-smile-add.mjs";import{F as Uo}from"./react/face-smile-filled.mjs";import{F as Zo}from"./react/face-smile.mjs";import{F as Qo}from"./react/face-with-tears.mjs";import{F as Yo}from"./react/face-wow.mjs";import{F as Jo}from"./react/facebook.mjs";import{F as Xo}from"./react/fast-forward.mjs";import{F as $o}from"./react/fast-rewind.mjs";import{F as _o}from"./react/finger-print.mjs";import{F as ra}from"./react/fire.mjs";import{F as ma}from"./react/flag-filled.mjs";import{F as oa}from"./react/flashlight.mjs";import{F as aa}from"./react/flush.mjs";import{F as ea}from"./react/folder.mjs";import{F as ta}from"./react/fullscreen-exit.mjs";import{F as sa}from"./react/fullscreen.mjs";import{F as ia}from"./react/funnel-remove.mjs";import{F as ca}from"./react/funnel.mjs";import{G as la}from"./react/ghost-filled.mjs";import{G as fa}from"./react/ghost.mjs";import{G as pa}from"./react/gif.mjs";import{G as na}from"./react/gift.mjs";import{G as ja}from"./react/globe.mjs";import{G as da}from"./react/goal-off.mjs";import{G as ha}from"./react/goal.mjs";import{G as ua}from"./react/google-play.mjs";import{G as ga}from"./react/google.mjs";import{G as wa}from"./react/graph-filled.mjs";import{G as ba}from"./react/graph.mjs";import{G as ka}from"./react/group-filled.mjs";import{G as Ca}from"./react/group-remove.mjs";import{G as va}from"./react/group.mjs";import{H as ya}from"./react/hand-love.mjs";import{H as Sa}from"./react/hand-point.mjs";import{H as Aa}from"./react/hand-push.mjs";import{H as Ta}from"./react/hand-thumbdown-filled.mjs";import{H as Ba}from"./react/hand-thumbdown.mjs";import{H as Pa}from"./react/hand-thumbup-filled.mjs";import{H as Ha}from"./react/hand-thumbup.mjs";import{H as xa}from"./react/hand-wave.mjs";import{H as Ma}from"./react/hand.mjs";import{H as Fa}from"./react/hashtag-large.mjs";import{H as Wa}from"./react/hashtag.mjs";import{H as za}from"./react/heading.mjs";import{H as qa}from"./react/headset-off.mjs";import{H as Ia}from"./react/headset.mjs";import{H as Va}from"./react/hear.mjs";import{H as La}from"./react/heart-filled.mjs";import{H as Ea}from"./react/heart.mjs";import{H as Ga}from"./react/help-filled.mjs";import{H as Da}from"./react/help.mjs";import{H as Na}from"./react/hexahedron-filled.mjs";import{H as Ra}from"./react/hexahedron.mjs";import{H as Ka}from"./react/history.mjs";import{H as Oa}from"./react/home-filled.mjs";import{H as Ua}from"./react/home.mjs";import{H as Za}from"./react/hourglass-1.mjs";import{H as Qa}from"./react/hourglass-2.mjs";import{H as Ya}from"./react/hourglass-3.mjs";import{H as Ja}from"./react/hyphen-bold.mjs";import{H as Xa}from"./react/hyphen.mjs";import{I as $a}from"./react/image-failed.mjs";import{I as _a}from"./react/image-quality.mjs";import{I as re}from"./react/image.mjs";import{I as me}from"./react/in.mjs";import{I as oe}from"./react/inbox-all.mjs";import{I as ae}from"./react/inbox.mjs";import{I as ee}from"./react/info-filled.mjs";import{I as te}from"./react/info.mjs";import{I as se}from"./react/instagram.mjs";import{I as ie}from"./react/into-page-alt.mjs";import{I as ce}from"./react/into-page.mjs";import{I as le}from"./react/invert.mjs";import{I as fe}from"./react/ios.mjs";import{I as pe}from"./react/italic.mjs";import{K as ne}from"./react/kakao-filled-alt.mjs";import{K as je}from"./react/kakao-filled.mjs";import{K as de}from"./react/kakao.mjs";import{K as he}from"./react/key.mjs";import{K as ue}from"./react/keyboard-hide.mjs";import{K as ge}from"./react/keyboard.mjs";import{K as we}from"./react/keypad.mjs";import{L as be}from"./react/lab.mjs";import{L as ke}from"./react/landline.mjs";import{L as Ce}from"./react/laptop.mjs";import{L as ve}from"./react/lightbulb.mjs";import{L as ye}from"./react/lightning-filled.mjs";import{L as Se}from"./react/lightning.mjs";import{L as Ae}from"./react/line.mjs";import{L as Te}from"./react/link-copy.mjs";import{L as Be}from"./react/link-off.mjs";import{L as Pe}from"./react/link.mjs";import{L as He}from"./react/linkedin.mjs";import{L as xe}from"./react/list-number.mjs";import{L as Me}from"./react/list.mjs";import{L as Fe}from"./react/lock-open.mjs";import{L as We}from"./react/lock.mjs";import{M as ze}from"./react/map-pin.mjs";import{M as qe}from"./react/marker-pen.mjs";import{M as Ie}from"./react/me.mjs";import{M as Ve}from"./react/megaphone-filled.mjs";import{M as Le}from"./react/megaphone.mjs";import{M as Ee}from"./react/menu-fold.mjs";import{M as Ge}from"./react/menu-unfold.mjs";import{M as De}from"./react/menu.mjs";import{M as Ne}from"./react/messaging-app.mjs";import{M as Re}from"./react/metro.mjs";import{M as Ke}from"./react/microphone-filled.mjs";import{M as Oe}from"./react/microphone-off.mjs";import{M as Ue}from"./react/microphone.mjs";import{M as Ze}from"./react/minus-circle-filled.mjs";import{M as Qe}from"./react/minus-circle.mjs";import{M as Ye}from"./react/minus.mjs";import{M as Je}from"./react/mobile-messaging.mjs";import{M as Xe}from"./react/mobile.mjs";import{M as $e}from"./react/moon-filled.mjs";import{M as _e}from"./react/moon.mjs";import{M as rt}from"./react/more-vertical.mjs";import{M as mt}from"./react/more.mjs";import{M as ot}from"./react/mouse.mjs";import{M as at}from"./react/multi-node.mjs";import{M as et}from"./react/music.mjs";import{N as tt}from"./react/naver-talktalk.mjs";import{N as st}from"./react/naver.mjs";import{N as it}from"./react/new.mjs";import{N as ct}from"./react/note-logo.mjs";import{N as lt}from"./react/note-writing.mjs";import{N as ft}from"./react/note.mjs";import{N as pt}from"./react/notification-filled.mjs";import{N as nt}from"./react/notification-important.mjs";import{N as jt}from"./react/notification-off.mjs";import{N as dt}from"./react/notification.mjs";import{N as ht}from"./react/number.mjs";import{O as ut}from"./react/office.mjs";import{O as gt}from"./react/open-in-new.mjs";import{O as wt}from"./react/order.mjs";import{O as bt}from"./react/out.mjs";import{P as kt}from"./react/package.mjs";import{P as Ct}from"./react/page-download.mjs";import{P as vt}from"./react/page-zip.mjs";import{P as yt}from"./react/page.mjs";import{P as St}from"./react/pause.mjs";import{P as At}from"./react/pencil.mjs";import{P as Tt}from"./react/people-list.mjs";import{P as Bt}from"./react/people.mjs";import{P as Pt}from"./react/person-add-filled.mjs";import{P as Ht}from"./react/person-add.mjs";import{P as xt}from"./react/person-blocked.mjs";import{P as Mt}from"./react/person-check.mjs";import{P as Ft}from"./react/person-circle-filled.mjs";import{P as Wt}from"./react/person-circle.mjs";import{P as zt}from"./react/person-filled.mjs";import{P as qt}from"./react/person-remove.mjs";import{P as It}from"./react/person.mjs";import{P as Vt}from"./react/pie-chart.mjs";import{P as Lt}from"./react/pin-filled.mjs";import{P as Et}from"./react/pin-off.mjs";import{P as Gt}from"./react/pin.mjs";import{P as Dt}from"./react/pip.mjs";import{P as Nt}from"./react/plane.mjs";import{P as Rt}from"./react/play.mjs";import{P as Kt}from"./react/plus-circle-filled.mjs";import{P as Ot}from"./react/plus-circle.mjs";import{P as Ut}from"./react/plus-small.mjs";import{P as Zt}from"./react/plus-square.mjs";import{P as Qt}from"./react/plus.mjs";import{P as Yt}from"./react/point.mjs";import{P as Jt}from"./react/power.mjs";import{P as Xt}from"./react/print.mjs";import{P as $t}from"./react/profile.mjs";import{Q as _t}from"./react/qr-code.mjs";import{R as rs}from"./react/radio-filled.mjs";import{R as ms}from"./react/realtime.mjs";import{R as os}from"./react/receipt.mjs";import{R as as}from"./react/recipe.mjs";import{R as es}from"./react/record.mjs";import{R as ts}from"./react/refresh-circle-filled.mjs";import{R as ss}from"./react/refresh.mjs";import{R as is}from"./react/repeat.mjs";import{R as cs}from"./react/rotate.mjs";import{R as ls}from"./react/row.mjs";import{R as fs}from"./react/ruler.mjs";import{S as ps}from"./react/screenshare-filled.mjs";import{S as ns}from"./react/screenshare.mjs";import{S as js}from"./react/search-bold.mjs";import{S as ds}from"./react/search.mjs";import{S as hs}from"./react/security-person.mjs";import{S as us}from"./react/security.mjs";import{S as gs}from"./react/send-filled.mjs";import{S as ws}from"./react/send-forward-failed-filled.mjs";import{S as bs}from"./react/send-forward-failed.mjs";import{S as ks}from"./react/send-forward-filled.mjs";import{S as Cs}from"./react/send-forward.mjs";import{S as vs}from"./react/send.mjs";import{S as ys}from"./react/settings.mjs";import{S as Ss}from"./react/shine.mjs";import{S as As}from"./react/shipping.mjs";import{S as Ts}from"./react/shopping-filled.mjs";import{S as Bs}from"./react/shopping.mjs";import{S as Ps}from"./react/shuffle.mjs";import{S as Hs}from"./react/signal-locked.mjs";import{S as xs}from"./react/signal.mjs";import{S as Ms}from"./react/single-node.mjs";import{S as Fs}from"./react/siren.mjs";import{S as Ws}from"./react/skip.mjs";import{S as zs}from"./react/sms-filled.mjs";import{S as qs}from"./react/sms-unsubscribed.mjs";import{S as Is}from"./react/sms.mjs";import{S as Vs}from"./react/snooze.mjs";import{S as Ls}from"./react/soccerball.mjs";import{S as Es}from"./react/sorting.mjs";import{S as Gs}from"./react/space-horizontal.mjs";import{S as Ds}from"./react/space-vertical.mjs";import{S as Ns}from"./react/split-left.mjs";import{S as Rs}from"./react/split-right.mjs";import{S as Ks}from"./react/spotify.mjs";import{S as Os}from"./react/sprout.mjs";import{S as Us}from"./react/square.mjs";import{S as Zs}from"./react/squares-filled.mjs";import{S as Qs}from"./react/squares.mjs";import{S as Ys}from"./react/star-filled.mjs";import{S as Js}from"./react/star.mjs";import{S as Xs}from"./react/store.mjs";import{S as $s}from"./react/strikethrough.mjs";import{S as _s}from"./react/string.mjs";import{S as ri}from"./react/survey-check.mjs";import{S as mi}from"./react/survey.mjs";import{S as oi}from"./react/switch.mjs";import{S as ai}from"./react/sync.mjs";import{T as ei}from"./react/tablet.mjs";import{T as ti}from"./react/tag.mjs";import{T as si}from"./react/target.mjs";import{T as ii}from"./react/template.mjs";import{T as ci}from"./react/textfield.mjs";import{T as li}from"./react/thread.mjs";import{T as fi}from"./react/time-elapsed.mjs";import{T as pi}from"./react/timezone.mjs";import{T as ni}from"./react/tool.mjs";import{T as ji}from"./react/transfer-disabled.mjs";import{T as di}from"./react/transfer.mjs";import{T as hi}from"./react/translate.mjs";import{T as ui}from"./react/trash.mjs";import{T as gi}from"./react/trending-down.mjs";import{T as wi}from"./react/trending-left-circle-filled.mjs";import{T as bi}from"./react/trending-left.mjs";import{T as ki}from"./react/trending-right.mjs";import{T as Ci}from"./react/trending-up.mjs";import{T as vi}from"./react/triangle-down-circle-filled.mjs";import{T as yi}from"./react/triangle-down-circle.mjs";import{T as Si}from"./react/triangle-down.mjs";import{T as Ai}from"./react/triangle-left-circle-filled.mjs";import{T as Ti}from"./react/triangle-left-circle.mjs";import{T as Bi}from"./react/triangle-left.mjs";import{T as Pi}from"./react/triangle-right-circle-filled.mjs";import{T as Hi}from"./react/triangle-right-circle.mjs";import{T as xi}from"./react/triangle-right.mjs";import{T as Mi}from"./react/triangle-up-circle-filled.mjs";import{T as Fi}from"./react/triangle-up-circle.mjs";import{T as Wi}from"./react/triangle-up.mjs";import{T as zi}from"./react/triangle-updown.mjs";import{T as qi}from"./react/trophy.mjs";import{T as Ii}from"./react/tune.mjs";import{T as Vi}from"./react/twitter.mjs";import{T as Li}from"./react/typography.mjs";import{U as Ei}from"./react/underline.mjs";import{U as Gi}from"./react/untag.mjs";import{U as Di}from"./react/upload.mjs";import{U as Ni}from"./react/username.mjs";import{V as Ri}from"./react/variable.mjs";import{V as Ki}from"./react/videocam-filled.mjs";import{V as Oi}from"./react/videocam-off-filled.mjs";import{V as Ui}from"./react/videocam-off.mjs";import{V as Zi}from"./react/videocam.mjs";import{V as Qi}from"./react/view-off.mjs";import{V as Yi}from"./react/view.mjs";import{V as Ji}from"./react/voice-wave.mjs";import{V as Xi}from"./react/voicemail.mjs";import{V as $i}from"./react/volume-bluetooth-filled.mjs";import{V as _i}from"./react/volume-bluetooth.mjs";import{V as rc}from"./react/volume-down.mjs";import{V as mc}from"./react/volume-off-filled.mjs";import{V as oc}from"./react/volume-off.mjs";import{V as ac}from"./react/volume-up-filled.mjs";import{V as ec}from"./react/volume-up.mjs";import{W as tc}from"./react/wallet.mjs";import{W as sc}from"./react/water.mjs";import{W as ic}from"./react/weather-cloud.mjs";import{W as cc}from"./react/weather-cloudy.mjs";import{W as lc}from"./react/weather-rain.mjs";import{W as fc}from"./react/weather-snow.mjs";import{W as pc}from"./react/weather-sun.mjs";import{W as nc}from"./react/weather-thunder.mjs";import{W as jc}from"./react/webhook.mjs";import{W as dc}from"./react/wifi-off.mjs";import{W as hc}from"./react/wifi-poor.mjs";import{W as uc}from"./react/wifi-weak.mjs";import{W as gc}from"./react/wifi.mjs";import{W as wc}from"./react/windows-close.mjs";import{W as bc}from"./react/windows-maximize.mjs";import{W as kc}from"./react/windows-minimize.mjs";import{W as Cc}from"./react/windows-restore.mjs";import{W as vc}from"./react/windows.mjs";import{W as yc}from"./react/wing.mjs";import{Y as Sc}from"./react/youtube.mjs";import{Z as Ac}from"./react/zoom-in.mjs";import{Z as Tc}from"./react/zoom-out.mjs";export{c as createBezierIcon,i as isBezierIcon}from"./utils/index.mjs";import"react";const Bc={all:r,android:m,api:o,"app-check":a,"app-plus":e,"app-push":t,apple:s,"apps-add":l,"apps-filled":f,apps:p,archive:n,"arrow-down-small":j,"arrow-down":d,"arrow-hook-left-down":h,"arrow-hook-left-up":u,"arrow-hook-right-down":g,"arrow-hook-right-up":w,"arrow-left-circle-filled":b,"arrow-left-down-small":k,"arrow-left-up-small":C,"arrow-left-up":v,"arrow-left":y,"arrow-right-down-small":S,"arrow-right-up-small":A,"arrow-right-up":T,"arrow-right":B,"arrow-turn-left-down":P,"arrow-turn-left-up":H,"arrow-turn-right-down":x,"arrow-turn-right-up":M,"arrow-up-small":F,"arrow-up":W,"assign-to-me":z,assignee:q,"asterisk-small":I,asterisk:V,atom:L,"auto-writing":E,badge:G,bank:D,baseball:N,basketball:R,"bear-filled":K,bear:O,beta:U,block:Z,bluetooth:Q,bold:Y,"book-cover":J,"book-editing":X,book:$,"bookmark-filled":_,bookmark:rr,boolean:mr,"bot-filled":or,bot:ar,breaktime:er,briefcase:tr,"broadcast-alt":sr,broadcast:ir,"browser-chrome":cr,"browser-edge":lr,"browser-firefox":fr,"browser-ie":pr,"browser-safari":nr,bullet:jr,bus:dr,"business-guy":hr,"button-route":ur,calendar:gr,"call-app":wr,"call-filled":br,"call-in-progress":kr,"call-incoming":Cr,"call-meet":vr,"call-missed":yr,"call-off":Sr,"call-outgoing":Ar,"call-pull":Tr,call:Br,"camera-filled":Pr,"camera-switch":Hr,camera:xr,"cancel-bold":Mr,"cancel-circle-filled":Fr,"cancel-circle":Wr,"cancel-small":zr,cancel:qr,car:Ir,"cart-abandoned":Vr,cart:Lr,"chain-reaction":Er,"channel-btn-filled":Gr,"channel-btn-smile-filled":Dr,"channel-btn-smile":Nr,"channel-btn":Rr,"channel-filled":Kr,"channel-left-filled":Or,"channel-left":Ur,"channel-smile-filled":Zr,"channel-smile":Qr,"channel-up-filled":Yr,"channel-up":Jr,channel:Xr,"channels-list":$r,"chat-bubble-alt-filled":_r,"chat-bubble-alt-off":rm,"chat-bubble-alt-push-filled":mm,"chat-bubble-alt":om,"chat-bubble-filled":am,"chat-bubble":em,"chat-cancel":tm,"chat-check-filled":sm,"chat-check":im,"chat-error-filled":cm,"chat-error":lm,"chat-forward":fm,"chat-info":pm,"chat-lightning-filled":nm,"chat-lightning":jm,"chat-progress-filled":dm,"chat-progress":hm,"chat-push":um,"chat-question-filled":gm,"chat-question":wm,"chat-ready":bm,"chat-suggestion":km,"check-all":Cm,"check-bold":vm,"check-circle-filled":ym,"check-circle":Sm,"check-verification-filled":Am,check:Tm,"checkbox-filled":Bm,checkbox:Pm,"chevron-down-double":Hm,"chevron-down":xm,"chevron-left-double":Mm,"chevron-left":Fm,"chevron-right-double":Wm,"chevron-right":zm,"chevron-small-down":qm,"chevron-small-left":Im,"chevron-small-leftright":Vm,"chevron-small-right":Lm,"chevron-small-up":Em,"chevron-small-updown":Gm,"chevron-up-double":Dm,"chevron-up":Nm,"chevron-updown":Rm,clip:Km,clock:Om,"cloud-download":Um,"cloud-off":Zm,"cloud-upload":Qm,"code-block":Ym,code:Jm,"coin-recurring":Xm,coin:$m,column:_m,"comment-filled":ro,"comment-in":mo,"comment-out":oo,comment:ao,communication:eo,"contact-filled":to,contact:so,contract:io,cookie:co,coupon:lo,credit:fo,creditcard:po,crop:no,"crown-filled":jo,data:ho,desktop:uo,devices:go,"dialog-down":wo,"dialog-up":bo,distribute:ko,dot:Co,download:vo,"dragable-alt":yo,dragable:So,dropdown:Ao,edit:To,education:Bo,"email-filled":Po,"email-forward":Ho,"email-unread":xo,"email-unsubscribed":Mo,email:Fo,"error-diamond-filled":Wo,"error-filled":zo,"error-triangle-filled":qo,"error-triangle":Io,error:Vo,event:Lo,expand:Eo,"face-angry":Go,"face-disappointed":Do,"face-grinning":No,"face-id":Ro,"face-nomouth":Ko,"face-smile-add":Oo,"face-smile-filled":Uo,"face-smile":Zo,"face-with-tears":Qo,"face-wow":Yo,facebook:Jo,"fast-forward":Xo,"fast-rewind":$o,"finger-print":_o,fire:ra,"flag-filled":ma,flashlight:oa,flush:aa,folder:ea,"fullscreen-exit":ta,fullscreen:sa,"funnel-remove":ia,funnel:ca,"ghost-filled":la,ghost:fa,gif:pa,gift:na,globe:ja,"goal-off":da,goal:ha,"google-play":ua,google:ga,"graph-filled":wa,graph:ba,"group-filled":ka,"group-remove":Ca,group:va,"hand-love":ya,"hand-point":Sa,"hand-push":Aa,"hand-thumbdown-filled":Ta,"hand-thumbdown":Ba,"hand-thumbup-filled":Pa,"hand-thumbup":Ha,"hand-wave":xa,hand:Ma,"hashtag-large":Fa,hashtag:Wa,heading:za,"headset-off":qa,headset:Ia,hear:Va,"heart-filled":La,heart:Ea,"help-filled":Ga,help:Da,"hexahedron-filled":Na,hexahedron:Ra,history:Ka,"home-filled":Oa,home:Ua,"hourglass-1":Za,"hourglass-2":Qa,"hourglass-3":Ya,"hyphen-bold":Ja,hyphen:Xa,"image-failed":$a,"image-quality":_a,image:re,in:me,"inbox-all":oe,inbox:ae,"info-filled":ee,info:te,instagram:se,"into-page-alt":ie,"into-page":ce,invert:le,ios:fe,italic:pe,"kakao-filled-alt":ne,"kakao-filled":je,kakao:de,key:he,"keyboard-hide":ue,keyboard:ge,keypad:we,lab:be,landline:ke,laptop:Ce,lightbulb:ve,"lightning-filled":ye,lightning:Se,line:Ae,"link-copy":Te,"link-off":Be,link:Pe,linkedin:He,"list-number":xe,list:Me,"lock-open":Fe,lock:We,"map-pin":ze,"marker-pen":qe,me:Ie,"megaphone-filled":Ve,megaphone:Le,"menu-fold":Ee,"menu-unfold":Ge,menu:De,"messaging-app":Ne,metro:Re,"microphone-filled":Ke,"microphone-off":Oe,microphone:Ue,"minus-circle-filled":Ze,"minus-circle":Qe,minus:Ye,"mobile-messaging":Je,mobile:Xe,"moon-filled":$e,moon:_e,"more-vertical":rt,more:mt,mouse:ot,"multi-node":at,music:et,"naver-talktalk":tt,naver:st,new:it,"note-logo":ct,"note-writing":lt,note:ft,"notification-filled":pt,"notification-important":nt,"notification-off":jt,notification:dt,number:ht,office:ut,"open-in-new":gt,order:wt,out:bt,package:kt,"page-download":Ct,"page-zip":vt,page:yt,pause:St,pencil:At,"people-list":Tt,people:Bt,"person-add-filled":Pt,"person-add":Ht,"person-blocked":xt,"person-check":Mt,"person-circle-filled":Ft,"person-circle":Wt,"person-filled":zt,"person-remove":qt,person:It,"pie-chart":Vt,"pin-filled":Lt,"pin-off":Et,pin:Gt,pip:Dt,plane:Nt,play:Rt,"plus-circle-filled":Kt,"plus-circle":Ot,"plus-small":Ut,"plus-square":Zt,plus:Qt,point:Yt,power:Jt,print:Xt,profile:$t,"qr-code":_t,"radio-filled":rs,realtime:ms,receipt:os,recipe:as,record:es,"refresh-circle-filled":ts,refresh:ss,repeat:is,rotate:cs,row:ls,ruler:fs,"screenshare-filled":ps,screenshare:ns,"search-bold":js,search:ds,"security-person":hs,security:us,"send-filled":gs,"send-forward-failed-filled":ws,"send-forward-failed":bs,"send-forward-filled":ks,"send-forward":Cs,send:vs,settings:ys,shine:Ss,shipping:As,"shopping-filled":Ts,shopping:Bs,shuffle:Ps,"signal-locked":Hs,signal:xs,"single-node":Ms,siren:Fs,skip:Ws,"sms-filled":zs,"sms-unsubscribed":qs,sms:Is,snooze:Vs,soccerball:Ls,sorting:Es,"space-horizontal":Gs,"space-vertical":Ds,"split-left":Ns,"split-right":Rs,spotify:Ks,sprout:Os,square:Us,"squares-filled":Zs,squares:Qs,"star-filled":Ys,star:Js,store:Xs,strikethrough:$s,string:_s,"survey-check":ri,survey:mi,switch:oi,sync:ai,tablet:ei,tag:ti,target:si,template:ii,textfield:ci,thread:li,"time-elapsed":fi,timezone:pi,tool:ni,"transfer-disabled":ji,transfer:di,translate:hi,trash:ui,"trending-down":gi,"trending-left-circle-filled":wi,"trending-left":bi,"trending-right":ki,"trending-up":Ci,"triangle-down-circle-filled":vi,"triangle-down-circle":yi,"triangle-down":Si,"triangle-left-circle-filled":Ai,"triangle-left-circle":Ti,"triangle-left":Bi,"triangle-right-circle-filled":Pi,"triangle-right-circle":Hi,"triangle-right":xi,"triangle-up-circle-filled":Mi,"triangle-up-circle":Fi,"triangle-up":Wi,"triangle-updown":zi,trophy:qi,tune:Ii,twitter:Vi,typography:Li,underline:Ei,untag:Gi,upload:Di,username:Ni,variable:Ri,"videocam-filled":Ki,"videocam-off-filled":Oi,"videocam-off":Ui,videocam:Zi,"view-off":Qi,view:Yi,"voice-wave":Ji,voicemail:Xi,"volume-bluetooth-filled":$i,"volume-bluetooth":_i,"volume-down":rc,"volume-off-filled":mc,"volume-off":oc,"volume-up-filled":ac,"volume-up":ec,wallet:tc,water:sc,"weather-cloud":ic,"weather-cloudy":cc,"weather-rain":lc,"weather-snow":fc,"weather-sun":pc,"weather-thunder":nc,webhook:jc,"wifi-off":dc,"wifi-poor":hc,"wifi-weak":uc,wifi:gc,"windows-close":wc,"windows-maximize":bc,"windows-minimize":kc,"windows-restore":Cc,windows:vc,wing:yc,youtube:Sc,"zoom-in":Ac,"zoom-out":Tc};export{r as AllIcon,m as AndroidIcon,o as ApiIcon,a as AppCheckIcon,e as AppPlusIcon,t as AppPushIcon,s as AppleIcon,l as AppsAddIcon,f as AppsFilledIcon,p as AppsIcon,n as ArchiveIcon,d as ArrowDownIcon,j as ArrowDownSmallIcon,h as ArrowHookLeftDownIcon,u as ArrowHookLeftUpIcon,g as ArrowHookRightDownIcon,w as ArrowHookRightUpIcon,b as ArrowLeftCircleFilledIcon,k as ArrowLeftDownSmallIcon,y as ArrowLeftIcon,v as ArrowLeftUpIcon,C as ArrowLeftUpSmallIcon,S as ArrowRightDownSmallIcon,B as ArrowRightIcon,T as ArrowRightUpIcon,A as ArrowRightUpSmallIcon,P as ArrowTurnLeftDownIcon,H as ArrowTurnLeftUpIcon,x as ArrowTurnRightDownIcon,M as ArrowTurnRightUpIcon,W as ArrowUpIcon,F as ArrowUpSmallIcon,z as AssignToMeIcon,q as AssigneeIcon,V as AsteriskIcon,I as AsteriskSmallIcon,L as AtomIcon,E as AutoWritingIcon,G as BadgeIcon,D as BankIcon,N as BaseballIcon,R as BasketballIcon,K as BearFilledIcon,O as BearIcon,U as BetaIcon,Z as BlockIcon,Q as BluetoothIcon,Y as BoldIcon,J as BookCoverIcon,X as BookEditingIcon,$ as BookIcon,_ as BookmarkFilledIcon,rr as BookmarkIcon,mr as BooleanIcon,or as BotFilledIcon,ar as BotIcon,er as BreaktimeIcon,tr as BriefcaseIcon,sr as BroadcastAltIcon,ir as BroadcastIcon,cr as BrowserChromeIcon,lr as BrowserEdgeIcon,fr as BrowserFirefoxIcon,pr as BrowserIeIcon,nr as BrowserSafariIcon,jr as BulletIcon,dr as BusIcon,hr as BusinessGuyIcon,ur as ButtonRouteIcon,gr as CalendarIcon,wr as CallAppIcon,br as CallFilledIcon,Br as CallIcon,kr as CallInProgressIcon,Cr as CallIncomingIcon,vr as CallMeetIcon,yr as CallMissedIcon,Sr as CallOffIcon,Ar as CallOutgoingIcon,Tr as CallPullIcon,Pr as CameraFilledIcon,xr as CameraIcon,Hr as CameraSwitchIcon,Mr as CancelBoldIcon,Fr as CancelCircleFilledIcon,Wr as CancelCircleIcon,qr as CancelIcon,zr as CancelSmallIcon,Ir as CarIcon,Vr as CartAbandonedIcon,Lr as CartIcon,Er as ChainReactionIcon,Gr as ChannelBtnFilledIcon,Rr as ChannelBtnIcon,Dr as ChannelBtnSmileFilledIcon,Nr as ChannelBtnSmileIcon,Kr as ChannelFilledIcon,Xr as ChannelIcon,Or as ChannelLeftFilledIcon,Ur as ChannelLeftIcon,Zr as ChannelSmileFilledIcon,Qr as ChannelSmileIcon,Yr as ChannelUpFilledIcon,Jr as ChannelUpIcon,$r as ChannelsListIcon,_r as ChatBubbleAltFilledIcon,om as ChatBubbleAltIcon,rm as ChatBubbleAltOffIcon,mm as ChatBubbleAltPushFilledIcon,am as ChatBubbleFilledIcon,em as ChatBubbleIcon,tm as ChatCancelIcon,sm as ChatCheckFilledIcon,im as ChatCheckIcon,cm as ChatErrorFilledIcon,lm as ChatErrorIcon,fm as ChatForwardIcon,pm as ChatInfoIcon,nm as ChatLightningFilledIcon,jm as ChatLightningIcon,dm as ChatProgressFilledIcon,hm as ChatProgressIcon,um as ChatPushIcon,gm as ChatQuestionFilledIcon,wm as ChatQuestionIcon,bm as ChatReadyIcon,km as ChatSuggestionIcon,Cm as CheckAllIcon,vm as CheckBoldIcon,ym as CheckCircleFilledIcon,Sm as CheckCircleIcon,Tm as CheckIcon,Am as CheckVerificationFilledIcon,Bm as CheckboxFilledIcon,Pm as CheckboxIcon,Hm as ChevronDownDoubleIcon,xm as ChevronDownIcon,Mm as ChevronLeftDoubleIcon,Fm as ChevronLeftIcon,Wm as ChevronRightDoubleIcon,zm as ChevronRightIcon,qm as ChevronSmallDownIcon,Im as ChevronSmallLeftIcon,Vm as ChevronSmallLeftrightIcon,Lm as ChevronSmallRightIcon,Em as ChevronSmallUpIcon,Gm as ChevronSmallUpdownIcon,Dm as ChevronUpDoubleIcon,Nm as ChevronUpIcon,Rm as ChevronUpdownIcon,Km as ClipIcon,Om as ClockIcon,Um as CloudDownloadIcon,Zm as CloudOffIcon,Qm as CloudUploadIcon,Ym as CodeBlockIcon,Jm as CodeIcon,$m as CoinIcon,Xm as CoinRecurringIcon,_m as ColumnIcon,ro as CommentFilledIcon,ao as CommentIcon,mo as CommentInIcon,oo as CommentOutIcon,eo as CommunicationIcon,to as ContactFilledIcon,so as ContactIcon,io as ContractIcon,co as CookieIcon,lo as CouponIcon,fo as CreditIcon,po as CreditcardIcon,no as CropIcon,jo as CrownFilledIcon,ho as DataIcon,uo as DesktopIcon,go as DevicesIcon,wo as DialogDownIcon,bo as DialogUpIcon,ko as DistributeIcon,Co as DotIcon,vo as DownloadIcon,yo as DragableAltIcon,So as DragableIcon,Ao as DropdownIcon,To as EditIcon,Bo as EducationIcon,Po as EmailFilledIcon,Ho as EmailForwardIcon,Fo as EmailIcon,xo as EmailUnreadIcon,Mo as EmailUnsubscribedIcon,Wo as ErrorDiamondFilledIcon,zo as ErrorFilledIcon,Vo as ErrorIcon,qo as ErrorTriangleFilledIcon,Io as ErrorTriangleIcon,Lo as EventIcon,Eo as ExpandIcon,Go as FaceAngryIcon,Do as FaceDisappointedIcon,No as FaceGrinningIcon,Ro as FaceIdIcon,Ko as FaceNomouthIcon,Oo as FaceSmileAddIcon,Uo as FaceSmileFilledIcon,Zo as FaceSmileIcon,Qo as FaceWithTearsIcon,Yo as FaceWowIcon,Jo as FacebookIcon,Xo as FastForwardIcon,$o as FastRewindIcon,_o as FingerPrintIcon,ra as FireIcon,ma as FlagFilledIcon,oa as FlashlightIcon,aa as FlushIcon,ea as FolderIcon,ta as FullscreenExitIcon,sa as FullscreenIcon,ca as FunnelIcon,ia as FunnelRemoveIcon,la as GhostFilledIcon,fa as GhostIcon,pa as GifIcon,na as GiftIcon,ja as GlobeIcon,ha as GoalIcon,da as GoalOffIcon,ga as GoogleIcon,ua as GooglePlayIcon,wa as GraphFilledIcon,ba as GraphIcon,ka as GroupFilledIcon,va as GroupIcon,Ca as GroupRemoveIcon,Ma as HandIcon,ya as HandLoveIcon,Sa as HandPointIcon,Aa as HandPushIcon,Ta as HandThumbdownFilledIcon,Ba as HandThumbdownIcon,Pa as HandThumbupFilledIcon,Ha as HandThumbupIcon,xa as HandWaveIcon,Wa as HashtagIcon,Fa as HashtagLargeIcon,za as HeadingIcon,Ia as HeadsetIcon,qa as HeadsetOffIcon,Va as HearIcon,La as HeartFilledIcon,Ea as HeartIcon,Ga as HelpFilledIcon,Da as HelpIcon,Na as HexahedronFilledIcon,Ra as HexahedronIcon,Ka as HistoryIcon,Oa as HomeFilledIcon,Ua as HomeIcon,Za as Hourglass1Icon,Qa as Hourglass2Icon,Ya as Hourglass3Icon,Ja as HyphenBoldIcon,Xa as HyphenIcon,$a as ImageFailedIcon,re as ImageIcon,_a as ImageQualityIcon,me as InIcon,oe as InboxAllIcon,ae as InboxIcon,ee as InfoFilledIcon,te as InfoIcon,se as InstagramIcon,ie as IntoPageAltIcon,ce as IntoPageIcon,le as InvertIcon,fe as IosIcon,pe as ItalicIcon,ne as KakaoFilledAltIcon,je as KakaoFilledIcon,de as KakaoIcon,he as KeyIcon,ue as KeyboardHideIcon,ge as KeyboardIcon,we as KeypadIcon,be as LabIcon,ke as LandlineIcon,Ce as LaptopIcon,ve as LightbulbIcon,ye as LightningFilledIcon,Se as LightningIcon,Ae as LineIcon,Te as LinkCopyIcon,Pe as LinkIcon,Be as LinkOffIcon,He as LinkedinIcon,Me as ListIcon,xe as ListNumberIcon,We as LockIcon,Fe as LockOpenIcon,ze as MapPinIcon,qe as MarkerPenIcon,Ie as MeIcon,Ve as MegaphoneFilledIcon,Le as MegaphoneIcon,Ee as MenuFoldIcon,De as MenuIcon,Ge as MenuUnfoldIcon,Ne as MessagingAppIcon,Re as MetroIcon,Ke as MicrophoneFilledIcon,Ue as MicrophoneIcon,Oe as MicrophoneOffIcon,Ze as MinusCircleFilledIcon,Qe as MinusCircleIcon,Ye as MinusIcon,Xe as MobileIcon,Je as MobileMessagingIcon,$e as MoonFilledIcon,_e as MoonIcon,mt as MoreIcon,rt as MoreVerticalIcon,ot as MouseIcon,at as MultiNodeIcon,et as MusicIcon,st as NaverIcon,tt as NaverTalktalkIcon,it as NewIcon,ft as NoteIcon,ct as NoteLogoIcon,lt as NoteWritingIcon,pt as NotificationFilledIcon,dt as NotificationIcon,nt as NotificationImportantIcon,jt as NotificationOffIcon,ht as NumberIcon,ut as OfficeIcon,gt as OpenInNewIcon,wt as OrderIcon,bt as OutIcon,kt as PackageIcon,Ct as PageDownloadIcon,yt as PageIcon,vt as PageZipIcon,St as PauseIcon,At as PencilIcon,Bt as PeopleIcon,Tt as PeopleListIcon,Pt as PersonAddFilledIcon,Ht as PersonAddIcon,xt as PersonBlockedIcon,Mt as PersonCheckIcon,Ft as PersonCircleFilledIcon,Wt as PersonCircleIcon,zt as PersonFilledIcon,It as PersonIcon,qt as PersonRemoveIcon,Vt as PieChartIcon,Lt as PinFilledIcon,Gt as PinIcon,Et as PinOffIcon,Dt as PipIcon,Nt as PlaneIcon,Rt as PlayIcon,Kt as PlusCircleFilledIcon,Ot as PlusCircleIcon,Qt as PlusIcon,Ut as PlusSmallIcon,Zt as PlusSquareIcon,Yt as PointIcon,Jt as PowerIcon,Xt as PrintIcon,$t as ProfileIcon,_t as QrCodeIcon,rs as RadioFilledIcon,ms as RealtimeIcon,os as ReceiptIcon,as as RecipeIcon,es as RecordIcon,ts as RefreshCircleFilledIcon,ss as RefreshIcon,is as RepeatIcon,cs as RotateIcon,ls as RowIcon,fs as RulerIcon,ps as ScreenshareFilledIcon,ns as ScreenshareIcon,js as SearchBoldIcon,ds as SearchIcon,us as SecurityIcon,hs as SecurityPersonIcon,gs as SendFilledIcon,ws as SendForwardFailedFilledIcon,bs as SendForwardFailedIcon,ks as SendForwardFilledIcon,Cs as SendForwardIcon,vs as SendIcon,ys as SettingsIcon,Ss as ShineIcon,As as ShippingIcon,Ts as ShoppingFilledIcon,Bs as ShoppingIcon,Ps as ShuffleIcon,xs as SignalIcon,Hs as SignalLockedIcon,Ms as SingleNodeIcon,Fs as SirenIcon,Ws as SkipIcon,zs as SmsFilledIcon,Is as SmsIcon,qs as SmsUnsubscribedIcon,Vs as SnoozeIcon,Ls as SoccerballIcon,Es as SortingIcon,Gs as SpaceHorizontalIcon,Ds as SpaceVerticalIcon,Ns as SplitLeftIcon,Rs as SplitRightIcon,Ks as SpotifyIcon,Os as SproutIcon,Us as SquareIcon,Zs as SquaresFilledIcon,Qs as SquaresIcon,Ys as StarFilledIcon,Js as StarIcon,Xs as StoreIcon,$s as StrikethroughIcon,_s as StringIcon,ri as SurveyCheckIcon,mi as SurveyIcon,oi as SwitchIcon,ai as SyncIcon,ei as TabletIcon,ti as TagIcon,si as TargetIcon,ii as TemplateIcon,ci as TextfieldIcon,li as ThreadIcon,fi as TimeElapsedIcon,pi as TimezoneIcon,ni as ToolIcon,ji as TransferDisabledIcon,di as TransferIcon,hi as TranslateIcon,ui as TrashIcon,gi as TrendingDownIcon,wi as TrendingLeftCircleFilledIcon,bi as TrendingLeftIcon,ki as TrendingRightIcon,Ci as TrendingUpIcon,vi as TriangleDownCircleFilledIcon,yi as TriangleDownCircleIcon,Si as TriangleDownIcon,Ai as TriangleLeftCircleFilledIcon,Ti as TriangleLeftCircleIcon,Bi as TriangleLeftIcon,Pi as TriangleRightCircleFilledIcon,Hi as TriangleRightCircleIcon,xi as TriangleRightIcon,Mi as TriangleUpCircleFilledIcon,Fi as TriangleUpCircleIcon,Wi as TriangleUpIcon,zi as TriangleUpdownIcon,qi as TrophyIcon,Ii as TuneIcon,Vi as TwitterIcon,Li as TypographyIcon,Ei as UnderlineIcon,Gi as UntagIcon,Di as UploadIcon,Ni as UsernameIcon,Ri as VariableIcon,Ki as VideocamFilledIcon,Zi as VideocamIcon,Oi as VideocamOffFilledIcon,Ui as VideocamOffIcon,Yi as ViewIcon,Qi as ViewOffIcon,Ji as VoiceWaveIcon,Xi as VoicemailIcon,$i as VolumeBluetoothFilledIcon,_i as VolumeBluetoothIcon,rc as VolumeDownIcon,mc as VolumeOffFilledIcon,oc as VolumeOffIcon,ac as VolumeUpFilledIcon,ec as VolumeUpIcon,tc as WalletIcon,sc as WaterIcon,ic as WeatherCloudIcon,cc as WeatherCloudyIcon,lc as WeatherRainIcon,fc as WeatherSnowIcon,pc as WeatherSunIcon,nc as WeatherThunderIcon,jc as WebhookIcon,gc as WifiIcon,dc as WifiOffIcon,hc as WifiPoorIcon,uc as WifiWeakIcon,wc as WindowsCloseIcon,vc as WindowsIcon,bc as WindowsMaximizeIcon,kc as WindowsMinimizeIcon,Cc as WindowsRestoreIcon,yc as WingIcon,Sc as YoutubeIcon,Ac as ZoomInIcon,Tc as ZoomOutIcon,Bc as icons};
|
package/dist/react/package.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react"),t=require("../utils/index.js");function r(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var
|
|
1
|
+
"use strict";var e=require("react"),t=require("../utils/index.js");function r(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var l=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,l.get?l:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}var l=r(e);var n=t.createBezierIcon((function(e){return l.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 24 24"},e),l.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13 2.577a2 2 0 0 0-2 0L4 6.62A2 2 0 0 0 3 8.35v8.083a2 2 0 0 0 1 1.732l7 4.041a2 2 0 0 0 2 0l7-4.041a2 2 0 0 0 1-1.732V8.35a2 2 0 0 0-1-1.732l-7-4.042Zm-3.07 2.8L12 4.182l6.304 3.64-2.106 1.21L9.93 5.378ZM7.94 6.526 5.696 7.822 12 11.447l2.25-1.294-6.31-3.627ZM4.89 9.665v6.833L11 20.026v-6.847L4.89 9.665ZM13 20.025l6.11-3.527V9.665l-2.117 1.218c.005.038.007.077.007.117v2a1 1 0 1 1-2 0v-.971l-2 1.15v6.846Z",clipRule:"evenodd"}))}));exports.PackageIcon=n;
|
package/dist/react/package.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import*as e from"react";import{c as l}from"../utils/index.mjs";var t=l((function(l){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 24 24"},l),e.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13 2.577a2 2 0 0 0-2 0L4 6.62A2 2 0 0 0 3 8.35v8.083a2 2 0 0 0 1 1.732l7 4.041a2 2 0 0 0 2 0l7-4.041a2 2 0 0 0 1-1.732V8.35a2 2 0 0 0-1-1.732l-7-4.042Zm-3.07 2.8L12 4.182l6.304 3.64-2.106 1.21L9.93 5.378ZM7.94 6.526 5.696 7.822 12 11.447l2.25-1.294-6.31-3.627ZM4.89 9.665v6.833L11 20.026v-6.847L4.89 9.665ZM13 20.025l6.11-3.527V9.
|
|
1
|
+
import*as e from"react";import{c as l}from"../utils/index.mjs";var t=l((function(l){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 24 24"},l),e.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M13 2.577a2 2 0 0 0-2 0L4 6.62A2 2 0 0 0 3 8.35v8.083a2 2 0 0 0 1 1.732l7 4.041a2 2 0 0 0 2 0l7-4.041a2 2 0 0 0 1-1.732V8.35a2 2 0 0 0-1-1.732l-7-4.042Zm-3.07 2.8L12 4.182l6.304 3.64-2.106 1.21L9.93 5.378ZM7.94 6.526 5.696 7.822 12 11.447l2.25-1.294-6.31-3.627ZM4.89 9.665v6.833L11 20.026v-6.847L4.89 9.665ZM13 20.025l6.11-3.527V9.665l-2.117 1.218c.005.038.007.077.007.117v2a1 1 0 1 1-2 0v-.971l-2 1.15v6.846Z",clipRule:"evenodd"}))}));export{t as P};
|
package/dist/react/receipt.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react"),t=require("../utils/index.js");function r(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}var n=r(e);var c=t.createBezierIcon((function(e){return n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 24 24"},e),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"
|
|
1
|
+
"use strict";var e=require("react"),t=require("../utils/index.js");function r(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}var n=r(e);var c=t.createBezierIcon((function(e){return n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 24 24"},e),n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m13.994 18.882 2.003 1 1.003-.5V4L7 4.001v15.382l.997.499 1.998-1 2 1 1.999-1Zm-5.997 3.236L5 20.617V3.5A1.5 1.5 0 0 1 6.5 2l11 .001a1.5 1.5 0 0 1 1.5 1.5v17.117l-3.003 1.5-2.002-1-2 1-2-1-1.998 1ZM9 11a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1Zm1-5a1 1 0 0 0 0 2h4a1 1 0 1 0 0-2h-4Z",clipRule:"evenodd"}))}));exports.ReceiptIcon=c;
|
package/dist/react/receipt.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import*as e from"react";import{c as t}from"../utils/index.mjs";var l=t((function(t){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 24 24"},t),e.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"
|
|
1
|
+
import*as e from"react";import{c as t}from"../utils/index.mjs";var l=t((function(t){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 24 24"},t),e.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"m13.994 18.882 2.003 1 1.003-.5V4L7 4.001v15.382l.997.499 1.998-1 2 1 1.999-1Zm-5.997 3.236L5 20.617V3.5A1.5 1.5 0 0 1 6.5 2l11 .001a1.5 1.5 0 0 1 1.5 1.5v17.117l-3.003 1.5-2.002-1-2 1-2-1-1.998 1ZM9 11a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1Zm1-5a1 1 0 0 0 0 2h4a1 1 0 1 0 0-2h-4Z",clipRule:"evenodd"}))}));export{l as R};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e=require("react"),t=require("../utils/index.js");function r(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var a=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,a.get?a:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}var a=r(e);var n=t.createBezierIcon((function(e){return a.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 24 24"},e),a.createElement("path",{fill:"currentColor",d:"M6.702 7H11a1 1 0 1 1 0 2H3a1 1 0 0 1 0-2h1.632a5 5 0 0 1 4.9-4h7.937a5 5 0 0 1 4.961 5.62l-1 8A5 5 0 0 1 16.47 21H8.53a5.002 5.002 0 0 1-4.9-4H2a1 1 0 1 1 0-2h4a1 1 0 1 1 0 2h-.299c.41 1.154 1.511 2 2.83 2h7.938a3 3 0 0 0 2.977-2.628l1-8A3 3 0 0 0 17.469 5H9.53a3 3 0 0 0-2.829 2Z"}),a.createElement("path",{fill:"currentColor",d:"M8 13H2.5a1 1 0 1 1 0-2H8a1 1 0 1 1 0 2Z"}))}));exports.ShippingIcon=n;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import*as e from"react";import{c as a}from"../utils/index.mjs";var t=a((function(a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 24 24"},a),e.createElement("path",{fill:"currentColor",d:"M6.702 7H11a1 1 0 1 1 0 2H3a1 1 0 0 1 0-2h1.632a5 5 0 0 1 4.9-4h7.937a5 5 0 0 1 4.961 5.62l-1 8A5 5 0 0 1 16.47 21H8.53a5.002 5.002 0 0 1-4.9-4H2a1 1 0 1 1 0-2h4a1 1 0 1 1 0 2h-.299c.41 1.154 1.511 2 2.83 2h7.938a3 3 0 0 0 2.977-2.628l1-8A3 3 0 0 0 17.469 5H9.53a3 3 0 0 0-2.829 2Z"}),e.createElement("path",{fill:"currentColor",d:"M8 13H2.5a1 1 0 1 1 0-2H8a1 1 0 1 1 0 2Z"}))}));export{t as S};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e=require("react"),t=require("../utils/index.js");function r(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var c=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,c.get?c:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}var c=r(e);var n=t.createBezierIcon((function(e){return c.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 24 24"},e),c.createElement("path",{fill:"currentColor",d:"M17.916 10.865c-3.224-1.914-8.54-2.09-11.618-1.156a.935.935 0 1 1-.543-1.79c3.532-1.072 9.404-.865 13.115 1.337a.935.935 0 1 1-.955 1.61M17.81 13.7a.78.78 0 0 1-1.073.257c-2.687-1.652-6.785-2.13-9.964-1.165a.781.781 0 0 1-.973-.52.781.781 0 0 1 .52-.972c3.631-1.102 8.146-.568 11.233 1.328a.78.78 0 0 1 .256 1.072m-1.223 2.723a.623.623 0 0 1-.857.207c-2.348-1.435-5.304-1.759-8.785-.964a.623.623 0 0 1-.279-1.214h.002c3.809-.87 7.076-.496 9.712 1.114.294.18.387.564.207.857M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10c0-5.524-4.477-10-10-10Z"}))}));exports.SpotifyIcon=n;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import*as e from"react";import{c as t}from"../utils/index.mjs";var a=t((function(t){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 24 24"},t),e.createElement("path",{fill:"currentColor",d:"M17.916 10.865c-3.224-1.914-8.54-2.09-11.618-1.156a.935.935 0 1 1-.543-1.79c3.532-1.072 9.404-.865 13.115 1.337a.935.935 0 1 1-.955 1.61M17.81 13.7a.78.78 0 0 1-1.073.257c-2.687-1.652-6.785-2.13-9.964-1.165a.781.781 0 0 1-.973-.52.781.781 0 0 1 .52-.972c3.631-1.102 8.146-.568 11.233 1.328a.78.78 0 0 1 .256 1.072m-1.223 2.723a.623.623 0 0 1-.857.207c-2.348-1.435-5.304-1.759-8.785-.964a.623.623 0 0 1-.279-1.214h.002c3.809-.87 7.076-.496 9.712 1.114.294.18.387.564.207.857M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10c0-5.524-4.477-10-10-10Z"}))}));export{a as S};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e=require("react"),r=require("../utils/index.js");function t(e){if(e&&e.__esModule)return e;var r=Object.create(null);return e&&Object.keys(e).forEach((function(t){if("default"!==t){var c=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,c.get?c:{enumerable:!0,get:function(){return e[t]}})}})),r.default=e,Object.freeze(r)}var c=t(e);var n=r.createBezierIcon((function(e){return c.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 24 24"},e),c.createElement("path",{fill:"currentColor",d:"M16.79 11.27a5.95 5.95 0 0 0-.263-.119c-.154-2.845-1.708-4.473-4.319-4.49h-.035c-1.562 0-2.86.667-3.658 1.88l1.435.984c.597-.905 1.533-1.099 2.224-1.099h.024c.86.005 1.507.255 1.927.743.305.355.51.845.61 1.463-.761-.129-1.585-.17-2.466-.118-2.482.142-4.076 1.59-3.97 3.6.054 1.02.562 1.898 1.431 2.471.735.485 1.68.722 2.663.668 1.298-.07 2.315-.567 3.026-1.472.54-.687.88-1.578 1.031-2.7.619.372 1.077.864 1.33 1.454.43 1.004.455 2.654-.89 3.998-1.18 1.178-2.597 1.688-4.739 1.703-2.376-.017-4.173-.779-5.342-2.264-1.093-1.39-1.659-3.4-1.68-5.971.021-2.57.587-4.58 1.68-5.97 1.17-1.486 2.966-2.248 5.342-2.265 2.393.017 4.222.783 5.434 2.276.595.732 1.043 1.652 1.339 2.725l1.682-.45c-.358-1.32-.922-2.459-1.69-3.402C17.364 3 15.088 2.02 12.158 2h-.011C9.22 2.02 6.972 3.004 5.46 4.925 4.117 6.635 3.423 9.012 3.4 11.993v.014c.023 2.982.717 5.36 2.061 7.068 1.51 1.92 3.76 2.904 6.685 2.925h.011c2.6-.018 4.433-.699 5.943-2.207 1.975-1.974 1.916-4.447 1.265-5.966-.467-1.088-1.358-1.973-2.575-2.557Zm-4.49 4.22c-1.088.062-2.218-.427-2.273-1.472-.042-.775.552-1.64 2.34-1.744.205-.011.405-.018.603-.018.65 0 1.257.064 1.81.184-.207 2.572-1.415 2.99-2.48 3.049v.002Z"}))}));exports.ThreadIcon=n;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import*as e from"react";import{c as t}from"../utils/index.mjs";var c=t((function(t){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 24 24"},t),e.createElement("path",{fill:"currentColor",d:"M16.79 11.27a5.95 5.95 0 0 0-.263-.119c-.154-2.845-1.708-4.473-4.319-4.49h-.035c-1.562 0-2.86.667-3.658 1.88l1.435.984c.597-.905 1.533-1.099 2.224-1.099h.024c.86.005 1.507.255 1.927.743.305.355.51.845.61 1.463-.761-.129-1.585-.17-2.466-.118-2.482.142-4.076 1.59-3.97 3.6.054 1.02.562 1.898 1.431 2.471.735.485 1.68.722 2.663.668 1.298-.07 2.315-.567 3.026-1.472.54-.687.88-1.578 1.031-2.7.619.372 1.077.864 1.33 1.454.43 1.004.455 2.654-.89 3.998-1.18 1.178-2.597 1.688-4.739 1.703-2.376-.017-4.173-.779-5.342-2.264-1.093-1.39-1.659-3.4-1.68-5.971.021-2.57.587-4.58 1.68-5.97 1.17-1.486 2.966-2.248 5.342-2.265 2.393.017 4.222.783 5.434 2.276.595.732 1.043 1.652 1.339 2.725l1.682-.45c-.358-1.32-.922-2.459-1.69-3.402C17.364 3 15.088 2.02 12.158 2h-.011C9.22 2.02 6.972 3.004 5.46 4.925 4.117 6.635 3.423 9.012 3.4 11.993v.014c.023 2.982.717 5.36 2.061 7.068 1.51 1.92 3.76 2.904 6.685 2.925h.011c2.6-.018 4.433-.699 5.943-2.207 1.975-1.974 1.916-4.447 1.265-5.966-.467-1.088-1.358-1.973-2.575-2.557Zm-4.49 4.22c-1.088.062-2.218-.427-2.273-1.472-.042-.775.552-1.64 2.34-1.744.205-.011.405-.018.603-.018.65 0 1.257.064 1.81.184-.207 2.572-1.415 2.99-2.48 3.049v.002Z"}))}));export{c as T};
|
package/dist/svg/package.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13 2.577a2 2 0 0 0-2 0L4 6.62A2 2 0 0 0 3 8.35v8.083a2 2 0 0 0 1 1.732l7 4.041a2 2 0 0 0 2 0l7-4.041a2 2 0 0 0 1-1.732V8.35a2 2 0 0 0-1-1.732l-7-4.042Zm-3.07 2.8L12 4.182l6.304 3.64-2.106 1.21L9.93 5.378ZM7.94 6.526 5.696 7.822 12 11.447l2.25-1.294-6.31-3.627ZM4.89 9.665v6.833L11 20.026v-6.847L4.89 9.665ZM13 20.025l6.11-3.527V9.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13 2.577a2 2 0 0 0-2 0L4 6.62A2 2 0 0 0 3 8.35v8.083a2 2 0 0 0 1 1.732l7 4.041a2 2 0 0 0 2 0l7-4.041a2 2 0 0 0 1-1.732V8.35a2 2 0 0 0-1-1.732l-7-4.042Zm-3.07 2.8L12 4.182l6.304 3.64-2.106 1.21L9.93 5.378ZM7.94 6.526 5.696 7.822 12 11.447l2.25-1.294-6.31-3.627ZM4.89 9.665v6.833L11 20.026v-6.847L4.89 9.665ZM13 20.025l6.11-3.527V9.665l-2.117 1.218c.005.038.007.077.007.117v2a1 1 0 1 1-2 0v-.971l-2 1.15v6.846Z" clip-rule="evenodd"/></svg>
|
package/dist/svg/receipt.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m13.994 18.882 2.003 1 1.003-.5V4L7 4.001v15.382l.997.499 1.998-1 2 1 1.999-1Zm-5.997 3.236L5 20.617V3.5A1.5 1.5 0 0 1 6.5 2l11 .001a1.5 1.5 0 0 1 1.5 1.5v17.117l-3.003 1.5-2.002-1-2 1-2-1-1.998 1ZM9 11a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1Zm1-5a1 1 0 0 0 0 2h4a1 1 0 1 0 0-2h-4Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M6.702 7H11a1 1 0 1 1 0 2H3a1 1 0 0 1 0-2h1.632a5 5 0 0 1 4.9-4h7.937a5 5 0 0 1 4.961 5.62l-1 8A5 5 0 0 1 16.47 21H8.53a5.002 5.002 0 0 1-4.9-4H2a1 1 0 1 1 0-2h4a1 1 0 1 1 0 2h-.299c.41 1.154 1.511 2 2.83 2h7.938a3 3 0 0 0 2.977-2.628l1-8A3 3 0 0 0 17.469 5H9.53a3 3 0 0 0-2.829 2Z"/><path fill="currentColor" d="M8 13H2.5a1 1 0 1 1 0-2H8a1 1 0 1 1 0 2Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M17.916 10.865c-3.224-1.914-8.54-2.09-11.618-1.156a.935.935 0 1 1-.543-1.79c3.532-1.072 9.404-.865 13.115 1.337a.935.935 0 1 1-.955 1.61M17.81 13.7a.78.78 0 0 1-1.073.257c-2.687-1.652-6.785-2.13-9.964-1.165a.781.781 0 0 1-.973-.52.781.781 0 0 1 .52-.972c3.631-1.102 8.146-.568 11.233 1.328a.78.78 0 0 1 .256 1.072m-1.223 2.723a.623.623 0 0 1-.857.207c-2.348-1.435-5.304-1.759-8.785-.964a.623.623 0 0 1-.279-1.214h.002c3.809-.87 7.076-.496 9.712 1.114.294.18.387.564.207.857M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10c0-5.524-4.477-10-10-10Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M16.79 11.27a5.95 5.95 0 0 0-.263-.119c-.154-2.845-1.708-4.473-4.319-4.49h-.035c-1.562 0-2.86.667-3.658 1.88l1.435.984c.597-.905 1.533-1.099 2.224-1.099h.024c.86.005 1.507.255 1.927.743.305.355.51.845.61 1.463-.761-.129-1.585-.17-2.466-.118-2.482.142-4.076 1.59-3.97 3.6.054 1.02.562 1.898 1.431 2.471.735.485 1.68.722 2.663.668 1.298-.07 2.315-.567 3.026-1.472.54-.687.88-1.578 1.031-2.7.619.372 1.077.864 1.33 1.454.43 1.004.455 2.654-.89 3.998-1.18 1.178-2.597 1.688-4.739 1.703-2.376-.017-4.173-.779-5.342-2.264-1.093-1.39-1.659-3.4-1.68-5.971.021-2.57.587-4.58 1.68-5.97 1.17-1.486 2.966-2.248 5.342-2.265 2.393.017 4.222.783 5.434 2.276.595.732 1.043 1.652 1.339 2.725l1.682-.45c-.358-1.32-.922-2.459-1.69-3.402C17.364 3 15.088 2.02 12.158 2h-.011C9.22 2.02 6.972 3.004 5.46 4.925 4.117 6.635 3.423 9.012 3.4 11.993v.014c.023 2.982.717 5.36 2.061 7.068 1.51 1.92 3.76 2.904 6.685 2.925h.011c2.6-.018 4.433-.699 5.943-2.207 1.975-1.974 1.916-4.447 1.265-5.966-.467-1.088-1.358-1.973-2.575-2.557Zm-4.49 4.22c-1.088.062-2.218-.427-2.273-1.472-.042-.775.552-1.64 2.34-1.744.205-.011.405-.018.603-.018.65 0 1.257.064 1.81.184-.207 2.572-1.415 2.99-2.48 3.049v.002Z"/></svg>
|