@lawkit/ui 0.1.11 → 0.1.13

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.
@@ -3,26 +3,299 @@ export type IconComponentProps = SVGProps<SVGSVGElement> & {
3
3
  title?: string;
4
4
  };
5
5
  export declare const iconRegistry: {
6
- readonly info: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
7
6
  readonly confirm: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
8
7
  readonly saveTemporarily: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
9
8
  readonly secret: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
10
9
  readonly close: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
11
- readonly filePlus: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
12
- readonly inProgress: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
13
10
  readonly terminate: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
14
- readonly save: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
11
+ readonly autoSign: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
12
+ readonly aI: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
13
+ readonly addChat: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
14
+ readonly alertFilled: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
15
+ readonly alertOutline: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
16
+ readonly alertTriangle: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
17
+ readonly alertTriangleSolid: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
18
+ readonly alignCenter: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
19
+ readonly alignJustify: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
20
+ readonly alignLeft: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
21
+ readonly alignRight: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
22
+ readonly approvalCompleted: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
23
+ readonly approvalSelect: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
24
+ readonly arrowDown: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
25
+ readonly arrowDownCircle: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
26
+ readonly arrowDownLeft: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
27
+ readonly arrowDownRight: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
28
+ readonly arrowLeft: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
29
+ readonly arrowLeftCircle: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
30
+ readonly arrowRight: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
31
+ readonly arrowRightCircle: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
32
+ readonly arrowUp: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
33
+ readonly arrowUpCircle: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
34
+ readonly arrowUpLeft: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
35
+ readonly arrowUpRight: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
36
+ readonly atSign: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
37
+ readonly autoAwesome: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
38
+ readonly award: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
39
+ readonly barChart: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
40
+ readonly bell: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
41
+ readonly bellOff: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
42
+ readonly bellOn: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
43
+ readonly board: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
44
+ readonly book: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
45
+ readonly bookOpen: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
46
+ readonly bookmark: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
47
+ readonly bookmark1: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
48
+ readonly box: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
49
+ readonly briefcase: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
50
+ readonly cC: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
51
+ readonly calendar: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
52
+ readonly cameraFilled: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
53
+ readonly cameraOff: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
54
+ readonly cameraOutlined: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
55
+ readonly card: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
56
+ readonly caretDown: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
57
+ readonly caretLeft: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
58
+ readonly caretRight: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
59
+ readonly caretUp: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
60
+ readonly chatList: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
61
+ readonly check: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
15
62
  readonly checkCircle: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
63
+ readonly checkCircle1: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
64
+ readonly checkSquare: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
65
+ readonly chevronDown: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
66
+ readonly chevronLeft: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
67
+ readonly chevronRight: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
68
+ readonly chevronUp: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
69
+ readonly chevronsDown: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
70
+ readonly chevronsLeft: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
71
+ readonly chevronsRight: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
72
+ readonly chevronsUp: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
73
+ readonly clipboard: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
74
+ readonly clock: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
75
+ readonly cloud: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
76
+ readonly commentCheck: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
77
+ readonly contractEdit: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
78
+ readonly contractSearch: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
79
+ readonly coporate: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
80
+ readonly copy: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
81
+ readonly cornerDownLeft: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
82
+ readonly cornerDownRight: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
83
+ readonly cornerLeftDown: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
84
+ readonly cornerLeftUp: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
85
+ readonly cornerRightDown: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
86
+ readonly cornerRightUp: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
87
+ readonly cornerUpLeft: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
88
+ readonly cornerUpRight: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
89
+ readonly creditCard: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
90
+ readonly crop: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
91
+ readonly crownSolid: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
92
+ readonly database: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
93
+ readonly delete: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
94
+ readonly docSearch: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
95
+ readonly download: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
96
+ readonly downloadCloud: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
97
+ readonly dragIndicator: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
98
+ readonly edit: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
99
+ readonly edit2: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
100
+ readonly edit3: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
101
+ readonly editorBlockQuote: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
102
+ readonly editorBlockQuote1: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
103
+ readonly editorBold: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
104
+ readonly editorDecreaseIndex: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
105
+ readonly editorIncreaseIndex: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
106
+ readonly editorInsertImage: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
107
+ readonly editorInsertMedia: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
108
+ readonly editorItalic: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
109
+ readonly editorLink: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
110
+ readonly editorLink1: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
111
+ readonly editorNumberdList: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
112
+ readonly editorRedo: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
113
+ readonly editorUndo: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
114
+ readonly exellent: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
115
+ readonly externalLink: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
116
+ readonly eye: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
117
+ readonly eyeOff: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
118
+ readonly factCheck: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
16
119
  readonly feather: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
17
- readonly userPlus: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
18
- readonly userCheck: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
19
- readonly users: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
120
+ readonly file: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
121
+ readonly file2: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
20
122
  readonly fileCheck: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
21
- readonly submit: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
123
+ readonly fileCompare: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
124
+ readonly fileFind: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
125
+ readonly fileMinus: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
126
+ readonly filePlus: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
127
+ readonly fileText: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
128
+ readonly fileTypeDocx: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
129
+ readonly fileTypePdf: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
130
+ readonly fileTypeXlsx: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
131
+ readonly fileUpload: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
132
+ readonly film: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
133
+ readonly filter: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
134
+ readonly filterList: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
135
+ readonly folder: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
136
+ readonly folderMinus: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
137
+ readonly folderPlus: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
138
+ readonly folderSolid: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
139
+ readonly folderSolidOpen: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
140
+ readonly globe: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
141
+ readonly grid: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
142
+ readonly groups: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
143
+ readonly headphones: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
144
+ readonly heart: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
145
+ readonly heartFill: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
146
+ readonly helpCircle: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
147
+ readonly history: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
148
+ readonly home: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
149
+ readonly horizontalAlignment: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
150
+ readonly iPRs: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
151
+ readonly imageFilled: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
152
+ readonly imageOutlined: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
153
+ readonly inProgress: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
154
+ readonly inbox: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
155
+ readonly info: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
156
+ readonly insertPageBreak: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
157
+ readonly law: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
158
+ readonly layers: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
159
+ readonly layout: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
160
+ readonly link: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
161
+ readonly link2: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
162
+ readonly list: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
163
+ readonly listBulleted: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
164
+ readonly listNumbered: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
165
+ readonly listOl: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
166
+ readonly litigation: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
167
+ readonly loader: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
168
+ readonly loaderCircle: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
169
+ readonly lock: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
170
+ readonly lockSolid: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
171
+ readonly lodading: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
172
+ readonly logIn: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
173
+ readonly logOut: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
174
+ readonly mail: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
175
+ readonly maximize: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
176
+ readonly maximize2: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
177
+ readonly menu: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
178
+ readonly menual: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
179
+ readonly messageCircle: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
180
+ readonly messageSquare: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
181
+ readonly minus: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
182
+ readonly minusCircle: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
183
+ readonly minusSquare: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
184
+ readonly monitor: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
185
+ readonly moon: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
186
+ readonly moreHorizontal: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
187
+ readonly moreVertical: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
188
+ readonly move: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
189
+ readonly moveToBottom: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
190
+ readonly moveToUp: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
191
+ readonly navigation: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
192
+ readonly news: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
193
+ readonly number: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
194
+ readonly o: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
195
+ readonly officialDocu: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
196
+ readonly paperclip: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
22
197
  readonly pay: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
23
- readonly seal: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
198
+ readonly payExtra: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
199
+ readonly performContract: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
200
+ readonly pieChart: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
201
+ readonly play: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
202
+ readonly playCircle: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
203
+ readonly plus: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
204
+ readonly plusCircle: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
205
+ readonly plusSquare: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
206
+ readonly power: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
207
+ readonly printer: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
208
+ readonly priorityHigh: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
209
+ readonly project: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
210
+ readonly project2: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
24
211
  readonly refreshCw: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
212
+ readonly registerLaw: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
213
+ readonly registerLitigation: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
214
+ readonly registerProject: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
215
+ readonly regulation: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
216
+ readonly research: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
217
+ readonly robot: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
218
+ readonly rotateCcw: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
219
+ readonly rotateCw: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
220
+ readonly save: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
221
+ readonly schema: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
222
+ readonly seal: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
223
+ readonly search: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
224
+ readonly searchLaw: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
225
+ readonly searchLitigation: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
226
+ readonly searchProject: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
227
+ readonly selectSignature: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
228
+ readonly selectUser: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
229
+ readonly sendMailSignature: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
230
+ readonly sendSolid: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
231
+ readonly settings: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
232
+ readonly settingsBackupRestore: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
233
+ readonly share2: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
234
+ readonly shield: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
235
+ readonly shieldOff: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
236
+ readonly shieldSolid2: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
237
+ readonly shieldsolid: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
238
+ readonly shoppingCart: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
239
+ readonly sidebar: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
240
+ readonly signature: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
241
+ readonly signatureCompleted: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
242
+ readonly sitemap: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
243
+ readonly sliders: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
244
+ readonly sortAlt: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
245
+ readonly spreadsheet: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
246
+ readonly star: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
247
+ readonly starFill: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
248
+ readonly strikethroughS: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
249
+ readonly submit: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
250
+ readonly sun: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
251
+ readonly supervisor: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
252
+ readonly supportAgent: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
253
+ readonly systemSettting: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
254
+ readonly tab: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
255
+ readonly tag: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
256
+ readonly task: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
257
+ readonly telescope: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
258
+ readonly terms: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
259
+ readonly thumbsDown: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
260
+ readonly thumbsUp: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
261
+ readonly timeline: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
262
+ readonly translate: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
263
+ readonly trash: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
264
+ readonly trash2: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
265
+ readonly type: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
266
+ readonly underline: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
267
+ readonly unfoldMore: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
268
+ readonly unlock: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
269
+ readonly upload: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
270
+ readonly uploadCloud: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
271
+ readonly user: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
272
+ readonly userCheck: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
273
+ readonly userConfirm: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
274
+ readonly userMinus: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
275
+ readonly userPlus: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
25
276
  readonly userX: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
26
- readonly moreHorizontal: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
27
- readonly autoSign: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
277
+ readonly users: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
278
+ readonly viewerAdd: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
279
+ readonly viewerArrowDownward: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
280
+ readonly viewerArrowUpward: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
281
+ readonly viewerBook: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
282
+ readonly viewerCalendarToday: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
283
+ readonly viewerDownload: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
284
+ readonly viewerExpandLess: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
285
+ readonly viewerExpandMore: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
286
+ readonly viewerFindInPage: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
287
+ readonly viewerFullscreen: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
288
+ readonly viewerGridView: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
289
+ readonly viewerKeyboardDoubleArrowLeft: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
290
+ readonly viewerKeyboardDoubleArrowRight: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
291
+ readonly viewerPrint: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
292
+ readonly viewerRemove: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
293
+ readonly viewerSearch: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
294
+ readonly webAsset: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
295
+ readonly x: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
296
+ readonly xCircle: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
297
+ readonly xClosed: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
298
+ readonly youtube: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
299
+ readonly zoomIn: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
300
+ readonly zoomOut: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
28
301
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lawkit/ui",
3
- "version": "0.1.11",
3
+ "version": "0.1.13",
4
4
  "type": "module",
5
5
  "description": "LDS Design System — React component library with design tokens",
6
6
  "main": "./dist/index.js",