@join-x5/react-icons 1.5.3 → 1.6.0-rc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/CheckBoxIndeterminate.es.js +1 -1
- package/dist/components/CheckBoxIndeterminate.es.js.map +1 -1
- package/dist/components/CheckBoxPlus.d.ts +2 -0
- package/dist/components/CheckBoxPlus.es.js +8 -0
- package/dist/components/CheckBoxPlus.es.js.map +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +268 -266
- package/dist/index.es.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -26,6 +26,7 @@ export { BoxArchiveIcon } from './components/BoxArchive';
|
|
|
26
26
|
export { BoxTapeIcon } from './components/BoxTape';
|
|
27
27
|
export { CalculatorIcon } from './components/Calculator';
|
|
28
28
|
export { CheckBoxIndeterminateIcon } from './components/CheckBoxIndeterminate';
|
|
29
|
+
export { CheckBoxPlusIcon } from './components/CheckBoxPlus';
|
|
29
30
|
export { CheckBoxSelectedIcon } from './components/CheckBoxSelected';
|
|
30
31
|
export { ChevronDownIcon } from './components/ChevronDown';
|
|
31
32
|
export { ChevronLeftIcon } from './components/ChevronLeft';
|
package/dist/index.es.js
CHANGED
|
@@ -7,18 +7,18 @@ import { ArrowCircleUpIcon as a } from "./components/ArrowCircleUp.es.js";
|
|
|
7
7
|
import { ArrowDropDownIcon as d } from "./components/ArrowDropDown.es.js";
|
|
8
8
|
import { ArrowDropLeftIcon as D } from "./components/ArrowDropLeft.es.js";
|
|
9
9
|
import { ArrowDropRightIcon as C } from "./components/ArrowDropRight.es.js";
|
|
10
|
-
import { ArrowDropUpIcon as
|
|
10
|
+
import { ArrowDropUpIcon as h } from "./components/ArrowDropUp.es.js";
|
|
11
11
|
import { ArrowNavigationDownIcon as w } from "./components/ArrowNavigationDown.es.js";
|
|
12
12
|
import { ArrowNavigationDownLeftIcon as u } from "./components/ArrowNavigationDownLeft.es.js";
|
|
13
13
|
import { ArrowNavigationDownRightIcon as y } from "./components/ArrowNavigationDownRight.es.js";
|
|
14
|
-
import { ArrowNavigationLeftIcon as
|
|
15
|
-
import { ArrowNavigationRightIcon as
|
|
16
|
-
import { ArrowNavigationUpIcon as
|
|
14
|
+
import { ArrowNavigationLeftIcon as R } from "./components/ArrowNavigationLeft.es.js";
|
|
15
|
+
import { ArrowNavigationRightIcon as B } from "./components/ArrowNavigationRight.es.js";
|
|
16
|
+
import { ArrowNavigationUpIcon as N } from "./components/ArrowNavigationUp.es.js";
|
|
17
17
|
import { ArrowNavigationUpLeftIcon as M } from "./components/ArrowNavigationUpLeft.es.js";
|
|
18
18
|
import { ArrowNavigationUpRightIcon as H } from "./components/ArrowNavigationUpRight.es.js";
|
|
19
19
|
import { ArrowReplyAllIcon as U } from "./components/ArrowReplyAll.es.js";
|
|
20
20
|
import { ArrowRightSubdirectoryIcon as T } from "./components/ArrowRightSubdirectory.es.js";
|
|
21
|
-
import { BarChartIcon as
|
|
21
|
+
import { BarChartIcon as V } from "./components/BarChart.es.js";
|
|
22
22
|
import { BlockIcon as Z } from "./components/Block.es.js";
|
|
23
23
|
import { BlockSolidIcon as K } from "./components/BlockSolid.es.js";
|
|
24
24
|
import { BoardIcon as q } from "./components/Board.es.js";
|
|
@@ -26,134 +26,135 @@ import { BoxArchiveIcon as X } from "./components/BoxArchive.es.js";
|
|
|
26
26
|
import { BoxTapeIcon as _ } from "./components/BoxTape.es.js";
|
|
27
27
|
import { CalculatorIcon as oo } from "./components/Calculator.es.js";
|
|
28
28
|
import { CheckBoxIndeterminateIcon as eo } from "./components/CheckBoxIndeterminate.es.js";
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
29
|
+
import { CheckBoxPlusIcon as no } from "./components/CheckBoxPlus.es.js";
|
|
30
|
+
import { CheckBoxSelectedIcon as po } from "./components/CheckBoxSelected.es.js";
|
|
31
|
+
import { ChevronDownIcon as fo } from "./components/ChevronDown.es.js";
|
|
32
|
+
import { ChevronLeftIcon as Io } from "./components/ChevronLeft.es.js";
|
|
33
|
+
import { ChevronLeftDoubleIcon as ao } from "./components/ChevronLeftDouble.es.js";
|
|
34
|
+
import { ChevronRightIcon as So } from "./components/ChevronRight.es.js";
|
|
35
|
+
import { ChevronRightDoubleIcon as go } from "./components/ChevronRightDouble.es.js";
|
|
36
|
+
import { ChevronUpIcon as so } from "./components/ChevronUp.es.js";
|
|
37
|
+
import { ClipIcon as Ao } from "./components/Clip.es.js";
|
|
38
|
+
import { CloseIcon as vo } from "./components/Close.es.js";
|
|
39
|
+
import { CloudIcon as Lo } from "./components/Cloud.es.js";
|
|
40
|
+
import { CloudDoneIcon as ko } from "./components/CloudDone.es.js";
|
|
41
|
+
import { CloudOffIcon as Oo } from "./components/CloudOff.es.js";
|
|
42
|
+
import { ColumnCollapseIcon as Eo } from "./components/ColumnCollapse.es.js";
|
|
43
|
+
import { ColumnExpandIcon as Fo } from "./components/ColumnExpand.es.js";
|
|
44
|
+
import { CommentsIcon as bo } from "./components/Comments.es.js";
|
|
45
|
+
import { CommentsAddIcon as Go } from "./components/CommentsAdd.es.js";
|
|
46
|
+
import { CommentsSolidIcon as Wo } from "./components/CommentsSolid.es.js";
|
|
47
|
+
import { CompareIcon as Po } from "./components/Compare.es.js";
|
|
48
|
+
import { CopyIcon as zo } from "./components/Copy.es.js";
|
|
49
|
+
import { DataGridCustomizationColsIcon as jo } from "./components/DataGridCustomizationCols.es.js";
|
|
50
|
+
import { DataGridCustomizationRowsIcon as Qo } from "./components/DataGridCustomizationRows.es.js";
|
|
51
|
+
import { DataGridDensityMIcon as Jo } from "./components/DataGridDensityM.es.js";
|
|
52
|
+
import { DataGridDensitySIcon as Yo } from "./components/DataGridDensityS.es.js";
|
|
53
|
+
import { DataGridSettingsWrapOffIcon as $o } from "./components/DataGridSettingsWrapOff.es.js";
|
|
54
|
+
import { DataGridSettingsWrapOnIcon as rr } from "./components/DataGridSettingsWrapOn.es.js";
|
|
55
|
+
import { DatabaseIcon as tr } from "./components/Database.es.js";
|
|
56
|
+
import { DateRangeIcon as cr } from "./components/DateRange.es.js";
|
|
57
|
+
import { DateRangeSignIcon as mr } from "./components/DateRangeSign.es.js";
|
|
58
|
+
import { DeleteIcon as xr } from "./components/Delete.es.js";
|
|
59
|
+
import { DenyIcon as ir } from "./components/Deny.es.js";
|
|
60
|
+
import { DocumentIcon as lr } from "./components/Document.es.js";
|
|
61
|
+
import { DocumentApproveIcon as Sr } from "./components/DocumentApprove.es.js";
|
|
62
|
+
import { DocumentDeclineIcon as gr } from "./components/DocumentDecline.es.js";
|
|
63
|
+
import { DocumentEmptyIcon as sr } from "./components/DocumentEmpty.es.js";
|
|
64
|
+
import { DoneIcon as Ar } from "./components/Done.es.js";
|
|
65
|
+
import { DownloadIcon as vr } from "./components/Download.es.js";
|
|
66
|
+
import { DragIndicatorHorizontalIcon as Lr } from "./components/DragIndicatorHorizontal.es.js";
|
|
67
|
+
import { DragIndicatorVerticalIcon as kr } from "./components/DragIndicatorVertical.es.js";
|
|
68
|
+
import { EditOffIcon as Or } from "./components/EditOff.es.js";
|
|
69
|
+
import { EditOnIcon as Er } from "./components/EditOn.es.js";
|
|
70
|
+
import { EmojiNeutralIcon as Fr } from "./components/EmojiNeutral.es.js";
|
|
71
|
+
import { EmojiSadIcon as br } from "./components/EmojiSad.es.js";
|
|
72
|
+
import { EmojiSmileIcon as Gr } from "./components/EmojiSmile.es.js";
|
|
73
|
+
import { ErrorIcon as Wr } from "./components/Error.es.js";
|
|
74
|
+
import { ErrorSolidIcon as Pr } from "./components/ErrorSolid.es.js";
|
|
75
|
+
import { ExitIcon as zr } from "./components/Exit.es.js";
|
|
76
|
+
import { ExportIcon as jr } from "./components/Export.es.js";
|
|
77
|
+
import { FavoriteHeartIcon as Qr } from "./components/FavoriteHeart.es.js";
|
|
78
|
+
import { FavoriteHeartSolidIcon as Jr } from "./components/FavoriteHeartSolid.es.js";
|
|
79
|
+
import { FavoriteStarIcon as Yr } from "./components/FavoriteStar.es.js";
|
|
80
|
+
import { FavoriteStarSolidIcon as $r } from "./components/FavoriteStarSolid.es.js";
|
|
81
|
+
import { FilterIcon as re } from "./components/Filter.es.js";
|
|
82
|
+
import { FilterClearIcon as te } from "./components/FilterClear.es.js";
|
|
83
|
+
import { FilteredAndSortedAZIcon as ce } from "./components/FilteredAndSortedAZ.es.js";
|
|
84
|
+
import { FilteredAndSortedZAIcon as me } from "./components/FilteredAndSortedZA.es.js";
|
|
85
|
+
import { FolderIcon as xe } from "./components/Folder.es.js";
|
|
86
|
+
import { FolderOpenedIcon as ie } from "./components/FolderOpened.es.js";
|
|
87
|
+
import { FullTextMIcon as le } from "./components/FullTextM.es.js";
|
|
88
|
+
import { GarageIcon as Se } from "./components/Garage.es.js";
|
|
89
|
+
import { GroupIcon as ge } from "./components/Group.es.js";
|
|
90
|
+
import { HandIcon as se } from "./components/Hand.es.js";
|
|
91
|
+
import { HelpIcon as Ae } from "./components/Help.es.js";
|
|
92
|
+
import { HistoryRedoIcon as ve } from "./components/HistoryRedo.es.js";
|
|
93
|
+
import { HistoryUndoIcon as Le } from "./components/HistoryUndo.es.js";
|
|
94
|
+
import { HomeIcon as ke } from "./components/Home.es.js";
|
|
95
|
+
import { ImportIcon as Oe } from "./components/Import.es.js";
|
|
96
|
+
import { InfoIcon as Ee } from "./components/Info.es.js";
|
|
97
|
+
import { InfoSolidIcon as Fe } from "./components/InfoSolid.es.js";
|
|
98
|
+
import { KeyIcon as be } from "./components/Key.es.js";
|
|
99
|
+
import { LaboratoryTestIcon as Ge } from "./components/LaboratoryTest.es.js";
|
|
100
|
+
import { LibraryIcon as We } from "./components/Library.es.js";
|
|
101
|
+
import { LineChartIcon as Pe } from "./components/LineChart.es.js";
|
|
102
|
+
import { LinkIcon as ze } from "./components/Link.es.js";
|
|
103
|
+
import { LinkBrokenIcon as je } from "./components/LinkBroken.es.js";
|
|
104
|
+
import { LinkExternalIcon as Qe } from "./components/LinkExternal.es.js";
|
|
105
|
+
import { ListIcon as Je } from "./components/List.es.js";
|
|
106
|
+
import { LockIcon as Ye } from "./components/Lock.es.js";
|
|
107
|
+
import { LockIndeterminateIcon as $e } from "./components/LockIndeterminate.es.js";
|
|
108
|
+
import { LockUnlockedIcon as rt } from "./components/LockUnlocked.es.js";
|
|
109
|
+
import { LogoNilsenIcon as tt } from "./components/LogoNilsen.es.js";
|
|
110
|
+
import { MagicWandIcon as ct } from "./components/MagicWand.es.js";
|
|
111
|
+
import { MailIcon as mt } from "./components/Mail.es.js";
|
|
112
|
+
import { MarkIcon as xt } from "./components/Mark.es.js";
|
|
113
|
+
import { MarkerIcon as it } from "./components/Marker.es.js";
|
|
114
|
+
import { MenuIcon as lt } from "./components/Menu.es.js";
|
|
115
|
+
import { MicrophoneOffIcon as St } from "./components/MicrophoneOff.es.js";
|
|
116
|
+
import { MicrophoneOnIcon as gt } from "./components/MicrophoneOn.es.js";
|
|
117
|
+
import { MoreHorizontalIcon as st } from "./components/MoreHorizontal.es.js";
|
|
118
|
+
import { MoreVerticalIcon as At } from "./components/MoreVertical.es.js";
|
|
119
|
+
import { NewBadgeIcon as vt } from "./components/NewBadge.es.js";
|
|
120
|
+
import { NotificationsIcon as Lt } from "./components/Notifications.es.js";
|
|
121
|
+
import { PieChartIcon as kt } from "./components/PieChart.es.js";
|
|
122
|
+
import { PinOffIcon as Ot } from "./components/PinOff.es.js";
|
|
123
|
+
import { PinOnIcon as Et } from "./components/PinOn.es.js";
|
|
124
|
+
import { PlayIcon as Ft } from "./components/Play.es.js";
|
|
125
|
+
import { QrCodeIcon as bt } from "./components/QrCode.es.js";
|
|
126
|
+
import { RefreshIcon as Gt } from "./components/Refresh.es.js";
|
|
127
|
+
import { RemoveIcon as Wt } from "./components/Remove.es.js";
|
|
128
|
+
import { RestoreIcon as Pt } from "./components/Restore.es.js";
|
|
129
|
+
import { SaveIcon as zt } from "./components/Save.es.js";
|
|
130
|
+
import { SaveSolidIcon as jt } from "./components/SaveSolid.es.js";
|
|
131
|
+
import { ScanIcon as Qt } from "./components/Scan.es.js";
|
|
132
|
+
import { SearchIcon as Jt } from "./components/Search.es.js";
|
|
133
|
+
import { SearchBatchIcon as Yt } from "./components/SearchBatch.es.js";
|
|
134
|
+
import { ServerIcon as $t } from "./components/Server.es.js";
|
|
135
|
+
import { SettingsIcon as rn } from "./components/Settings.es.js";
|
|
136
|
+
import { Settings2Icon as tn } from "./components/Settings2.es.js";
|
|
137
|
+
import { ShoppingCartIcon as cn } from "./components/ShoppingCart.es.js";
|
|
138
|
+
import { SmartphoneIcon as mn } from "./components/Smartphone.es.js";
|
|
139
|
+
import { SortAZIcon as xn } from "./components/SortAZ.es.js";
|
|
140
|
+
import { SortOffIcon as an } from "./components/SortOff.es.js";
|
|
141
|
+
import { SortZAIcon as dn } from "./components/SortZA.es.js";
|
|
142
|
+
import { SpeedometerIcon as Dn } from "./components/Speedometer.es.js";
|
|
143
|
+
import { StoreIcon as Cn } from "./components/Store.es.js";
|
|
144
|
+
import { SyncIcon as hn } from "./components/Sync.es.js";
|
|
145
|
+
import { TableSheetIcon as wn } from "./components/TableSheet.es.js";
|
|
146
|
+
import { TagIcon as un } from "./components/Tag.es.js";
|
|
147
|
+
import { TimeIcon as yn } from "./components/Time.es.js";
|
|
148
|
+
import { TimeProgressIcon as Rn } from "./components/TimeProgress.es.js";
|
|
149
|
+
import { VehicleIcon as Bn } from "./components/Vehicle.es.js";
|
|
150
|
+
import { VisibilityOffIcon as Nn } from "./components/VisibilityOff.es.js";
|
|
151
|
+
import { VisibilityOnIcon as Mn } from "./components/VisibilityOn.es.js";
|
|
152
|
+
import { VoiceIcon as Hn } from "./components/Voice.es.js";
|
|
153
|
+
import { WalletIcon as Un } from "./components/Wallet.es.js";
|
|
154
|
+
import { WarningIcon as Tn } from "./components/Warning.es.js";
|
|
155
|
+
import { WarningSolidIcon as Vn } from "./components/WarningSolid.es.js";
|
|
156
|
+
import { WidgetsIcon as Zn } from "./components/Widgets.es.js";
|
|
157
|
+
import { WindowIcon as Kn } from "./components/Window.es.js";
|
|
157
158
|
export {
|
|
158
159
|
e as AccountIcon,
|
|
159
160
|
n as AddIcon,
|
|
@@ -164,18 +165,18 @@ export {
|
|
|
164
165
|
d as ArrowDropDownIcon,
|
|
165
166
|
D as ArrowDropLeftIcon,
|
|
166
167
|
C as ArrowDropRightIcon,
|
|
167
|
-
|
|
168
|
+
h as ArrowDropUpIcon,
|
|
168
169
|
w as ArrowNavigationDownIcon,
|
|
169
170
|
u as ArrowNavigationDownLeftIcon,
|
|
170
171
|
y as ArrowNavigationDownRightIcon,
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
172
|
+
R as ArrowNavigationLeftIcon,
|
|
173
|
+
B as ArrowNavigationRightIcon,
|
|
174
|
+
N as ArrowNavigationUpIcon,
|
|
174
175
|
M as ArrowNavigationUpLeftIcon,
|
|
175
176
|
H as ArrowNavigationUpRightIcon,
|
|
176
177
|
U as ArrowReplyAllIcon,
|
|
177
178
|
T as ArrowRightSubdirectoryIcon,
|
|
178
|
-
|
|
179
|
+
V as BarChartIcon,
|
|
179
180
|
Z as BlockIcon,
|
|
180
181
|
K as BlockSolidIcon,
|
|
181
182
|
q as BoardIcon,
|
|
@@ -183,133 +184,134 @@ export {
|
|
|
183
184
|
_ as BoxTapeIcon,
|
|
184
185
|
oo as CalculatorIcon,
|
|
185
186
|
eo as CheckBoxIndeterminateIcon,
|
|
186
|
-
no as
|
|
187
|
-
po as
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
so as
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
Oo as
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
Wo as
|
|
204
|
-
|
|
205
|
-
zo as
|
|
206
|
-
jo as
|
|
207
|
-
Qo as
|
|
208
|
-
Jo as
|
|
209
|
-
Yo as
|
|
210
|
-
$o as
|
|
211
|
-
rr as
|
|
212
|
-
tr as
|
|
213
|
-
cr as
|
|
214
|
-
mr as
|
|
215
|
-
xr as
|
|
216
|
-
|
|
217
|
-
Sr as
|
|
218
|
-
gr as
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
vr as
|
|
223
|
-
Lr as
|
|
224
|
-
|
|
225
|
-
Or as
|
|
226
|
-
|
|
227
|
-
Fr as
|
|
228
|
-
br as
|
|
229
|
-
Gr as
|
|
230
|
-
Wr as
|
|
231
|
-
|
|
232
|
-
zr as
|
|
233
|
-
jr as
|
|
234
|
-
Qr as
|
|
235
|
-
Jr as
|
|
236
|
-
Yr as
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
ce as
|
|
241
|
-
me as
|
|
242
|
-
xe as
|
|
243
|
-
ie as
|
|
244
|
-
le as
|
|
245
|
-
Se as
|
|
246
|
-
ge as
|
|
247
|
-
se as
|
|
248
|
-
|
|
249
|
-
ve as
|
|
250
|
-
Le as
|
|
251
|
-
|
|
252
|
-
Oe as
|
|
253
|
-
|
|
254
|
-
Fe as
|
|
255
|
-
be as
|
|
256
|
-
Ge as
|
|
257
|
-
We as
|
|
258
|
-
|
|
259
|
-
je as
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
Je as
|
|
263
|
-
Ye as
|
|
264
|
-
$e as
|
|
265
|
-
rt as
|
|
266
|
-
tt as
|
|
267
|
-
ct as
|
|
268
|
-
mt as
|
|
269
|
-
xt as
|
|
270
|
-
it as
|
|
271
|
-
lt as
|
|
272
|
-
St as
|
|
273
|
-
gt as
|
|
274
|
-
st as
|
|
275
|
-
|
|
276
|
-
vt as
|
|
277
|
-
Lt as
|
|
278
|
-
|
|
279
|
-
Ot as
|
|
280
|
-
|
|
281
|
-
Ft as
|
|
282
|
-
bt as
|
|
283
|
-
Gt as
|
|
284
|
-
Wt as
|
|
285
|
-
|
|
286
|
-
zt as
|
|
287
|
-
jt as
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
cn as
|
|
295
|
-
mn as
|
|
296
|
-
xn as
|
|
297
|
-
an as
|
|
298
|
-
dn as
|
|
299
|
-
Dn as
|
|
300
|
-
Cn as
|
|
301
|
-
|
|
302
|
-
wn as
|
|
303
|
-
un as
|
|
304
|
-
yn as
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
Mn as
|
|
309
|
-
Hn as
|
|
310
|
-
Un as
|
|
311
|
-
Tn as
|
|
312
|
-
|
|
313
|
-
Zn as
|
|
187
|
+
no as CheckBoxPlusIcon,
|
|
188
|
+
po as CheckBoxSelectedIcon,
|
|
189
|
+
fo as ChevronDownIcon,
|
|
190
|
+
ao as ChevronLeftDoubleIcon,
|
|
191
|
+
Io as ChevronLeftIcon,
|
|
192
|
+
go as ChevronRightDoubleIcon,
|
|
193
|
+
So as ChevronRightIcon,
|
|
194
|
+
so as ChevronUpIcon,
|
|
195
|
+
Ao as ClipIcon,
|
|
196
|
+
vo as CloseIcon,
|
|
197
|
+
ko as CloudDoneIcon,
|
|
198
|
+
Lo as CloudIcon,
|
|
199
|
+
Oo as CloudOffIcon,
|
|
200
|
+
Eo as ColumnCollapseIcon,
|
|
201
|
+
Fo as ColumnExpandIcon,
|
|
202
|
+
Go as CommentsAddIcon,
|
|
203
|
+
bo as CommentsIcon,
|
|
204
|
+
Wo as CommentsSolidIcon,
|
|
205
|
+
Po as CompareIcon,
|
|
206
|
+
zo as CopyIcon,
|
|
207
|
+
jo as DataGridCustomizationColsIcon,
|
|
208
|
+
Qo as DataGridCustomizationRowsIcon,
|
|
209
|
+
Jo as DataGridDensityMIcon,
|
|
210
|
+
Yo as DataGridDensitySIcon,
|
|
211
|
+
$o as DataGridSettingsWrapOffIcon,
|
|
212
|
+
rr as DataGridSettingsWrapOnIcon,
|
|
213
|
+
tr as DatabaseIcon,
|
|
214
|
+
cr as DateRangeIcon,
|
|
215
|
+
mr as DateRangeSignIcon,
|
|
216
|
+
xr as DeleteIcon,
|
|
217
|
+
ir as DenyIcon,
|
|
218
|
+
Sr as DocumentApproveIcon,
|
|
219
|
+
gr as DocumentDeclineIcon,
|
|
220
|
+
sr as DocumentEmptyIcon,
|
|
221
|
+
lr as DocumentIcon,
|
|
222
|
+
Ar as DoneIcon,
|
|
223
|
+
vr as DownloadIcon,
|
|
224
|
+
Lr as DragIndicatorHorizontalIcon,
|
|
225
|
+
kr as DragIndicatorVerticalIcon,
|
|
226
|
+
Or as EditOffIcon,
|
|
227
|
+
Er as EditOnIcon,
|
|
228
|
+
Fr as EmojiNeutralIcon,
|
|
229
|
+
br as EmojiSadIcon,
|
|
230
|
+
Gr as EmojiSmileIcon,
|
|
231
|
+
Wr as ErrorIcon,
|
|
232
|
+
Pr as ErrorSolidIcon,
|
|
233
|
+
zr as ExitIcon,
|
|
234
|
+
jr as ExportIcon,
|
|
235
|
+
Qr as FavoriteHeartIcon,
|
|
236
|
+
Jr as FavoriteHeartSolidIcon,
|
|
237
|
+
Yr as FavoriteStarIcon,
|
|
238
|
+
$r as FavoriteStarSolidIcon,
|
|
239
|
+
te as FilterClearIcon,
|
|
240
|
+
re as FilterIcon,
|
|
241
|
+
ce as FilteredAndSortedAZIcon,
|
|
242
|
+
me as FilteredAndSortedZAIcon,
|
|
243
|
+
xe as FolderIcon,
|
|
244
|
+
ie as FolderOpenedIcon,
|
|
245
|
+
le as FullTextMIcon,
|
|
246
|
+
Se as GarageIcon,
|
|
247
|
+
ge as GroupIcon,
|
|
248
|
+
se as HandIcon,
|
|
249
|
+
Ae as HelpIcon,
|
|
250
|
+
ve as HistoryRedoIcon,
|
|
251
|
+
Le as HistoryUndoIcon,
|
|
252
|
+
ke as HomeIcon,
|
|
253
|
+
Oe as ImportIcon,
|
|
254
|
+
Ee as InfoIcon,
|
|
255
|
+
Fe as InfoSolidIcon,
|
|
256
|
+
be as KeyIcon,
|
|
257
|
+
Ge as LaboratoryTestIcon,
|
|
258
|
+
We as LibraryIcon,
|
|
259
|
+
Pe as LineChartIcon,
|
|
260
|
+
je as LinkBrokenIcon,
|
|
261
|
+
Qe as LinkExternalIcon,
|
|
262
|
+
ze as LinkIcon,
|
|
263
|
+
Je as ListIcon,
|
|
264
|
+
Ye as LockIcon,
|
|
265
|
+
$e as LockIndeterminateIcon,
|
|
266
|
+
rt as LockUnlockedIcon,
|
|
267
|
+
tt as LogoNilsenIcon,
|
|
268
|
+
ct as MagicWandIcon,
|
|
269
|
+
mt as MailIcon,
|
|
270
|
+
xt as MarkIcon,
|
|
271
|
+
it as MarkerIcon,
|
|
272
|
+
lt as MenuIcon,
|
|
273
|
+
St as MicrophoneOffIcon,
|
|
274
|
+
gt as MicrophoneOnIcon,
|
|
275
|
+
st as MoreHorizontalIcon,
|
|
276
|
+
At as MoreVerticalIcon,
|
|
277
|
+
vt as NewBadgeIcon,
|
|
278
|
+
Lt as NotificationsIcon,
|
|
279
|
+
kt as PieChartIcon,
|
|
280
|
+
Ot as PinOffIcon,
|
|
281
|
+
Et as PinOnIcon,
|
|
282
|
+
Ft as PlayIcon,
|
|
283
|
+
bt as QrCodeIcon,
|
|
284
|
+
Gt as RefreshIcon,
|
|
285
|
+
Wt as RemoveIcon,
|
|
286
|
+
Pt as RestoreIcon,
|
|
287
|
+
zt as SaveIcon,
|
|
288
|
+
jt as SaveSolidIcon,
|
|
289
|
+
Qt as ScanIcon,
|
|
290
|
+
Yt as SearchBatchIcon,
|
|
291
|
+
Jt as SearchIcon,
|
|
292
|
+
$t as ServerIcon,
|
|
293
|
+
tn as Settings2Icon,
|
|
294
|
+
rn as SettingsIcon,
|
|
295
|
+
cn as ShoppingCartIcon,
|
|
296
|
+
mn as SmartphoneIcon,
|
|
297
|
+
xn as SortAZIcon,
|
|
298
|
+
an as SortOffIcon,
|
|
299
|
+
dn as SortZAIcon,
|
|
300
|
+
Dn as SpeedometerIcon,
|
|
301
|
+
Cn as StoreIcon,
|
|
302
|
+
hn as SyncIcon,
|
|
303
|
+
wn as TableSheetIcon,
|
|
304
|
+
un as TagIcon,
|
|
305
|
+
yn as TimeIcon,
|
|
306
|
+
Rn as TimeProgressIcon,
|
|
307
|
+
Bn as VehicleIcon,
|
|
308
|
+
Nn as VisibilityOffIcon,
|
|
309
|
+
Mn as VisibilityOnIcon,
|
|
310
|
+
Hn as VoiceIcon,
|
|
311
|
+
Un as WalletIcon,
|
|
312
|
+
Tn as WarningIcon,
|
|
313
|
+
Vn as WarningSolidIcon,
|
|
314
|
+
Zn as WidgetsIcon,
|
|
315
|
+
Kn as WindowIcon
|
|
314
316
|
};
|
|
315
317
|
//# sourceMappingURL=index.es.js.map
|
package/dist/index.es.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@join-x5/react-icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0-rc",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@emotion/react": "^11.14.0",
|
|
47
47
|
"@emotion/styled": "^11.14.0",
|
|
48
|
-
"@join-x5/react-theme": "1.
|
|
48
|
+
"@join-x5/react-theme": "1.6.0-rc"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"@emotion/react": "^11.14.0",
|
|
52
52
|
"@emotion/styled": "^11.14.0",
|
|
53
|
-
"@join-x5/react-theme": "1.
|
|
53
|
+
"@join-x5/react-theme": "1.6.0-rc",
|
|
54
54
|
"react": ">=17.0.0",
|
|
55
55
|
"react-dom": ">=17.0.0"
|
|
56
56
|
}
|