smarthr-ui 45.2.0 → 46.0.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.
Files changed (80) hide show
  1. package/esm/components/ComboBox/SingleComboBox.js +2 -2
  2. package/esm/components/ComboBox/SingleComboBox.js.map +1 -1
  3. package/esm/components/Dialog/DialogContentInner.js +3 -3
  4. package/esm/components/Dialog/DialogContentInner.js.map +1 -1
  5. package/esm/components/Dialog/RemoteTriggerFormDialog/RemoteTriggerFormDialog.js +4 -3
  6. package/esm/components/Dialog/RemoteTriggerFormDialog/RemoteTriggerFormDialog.js.map +1 -1
  7. package/esm/components/Dialog/useBodyScrollLock.d.ts +1 -0
  8. package/esm/components/Dialog/useBodyScrollLock.js +26 -0
  9. package/esm/components/Dialog/useBodyScrollLock.js.map +1 -0
  10. package/esm/components/Dropdown/SortDropdown/SortDropdown.d.ts +23 -0
  11. package/esm/components/Dropdown/SortDropdown/SortDropdown.js +39 -0
  12. package/esm/components/Dropdown/SortDropdown/SortDropdown.js.map +1 -0
  13. package/esm/components/Dropdown/SortDropdown/index.d.ts +1 -0
  14. package/esm/components/Dropdown/SortDropdown/index.js +2 -0
  15. package/esm/components/Dropdown/SortDropdown/index.js.map +1 -0
  16. package/esm/components/Dropdown/SortDropdown/style.d.ts +53 -0
  17. package/esm/components/Dropdown/SortDropdown/style.js +9 -0
  18. package/esm/components/Dropdown/SortDropdown/style.js.map +1 -0
  19. package/esm/components/Dropdown/SortDropdown/useSortDropdown.d.ts +38 -0
  20. package/esm/components/Dropdown/SortDropdown/useSortDropdown.js +78 -0
  21. package/esm/components/Dropdown/SortDropdown/useSortDropdown.js.map +1 -0
  22. package/esm/components/Dropdown/index.d.ts +1 -0
  23. package/esm/components/Dropdown/index.js +1 -0
  24. package/esm/components/Dropdown/index.js.map +1 -1
  25. package/esm/components/Header/AppLauncher/AppLauncher.js +1 -1
  26. package/esm/components/Header/AppLauncher/AppLauncher.js.map +1 -1
  27. package/esm/components/Icon/DeprecatedIcon.d.ts +0 -296
  28. package/esm/components/Icon/DeprecatedIcon.js +61 -358
  29. package/esm/components/Icon/DeprecatedIcon.js.map +1 -1
  30. package/esm/components/Icon/Icon.d.ts +2 -159
  31. package/esm/components/Icon/Icon.js +3 -160
  32. package/esm/components/Icon/Icon.js.map +1 -1
  33. package/esm/index.d.ts +1 -1
  34. package/esm/index.js +1 -1
  35. package/esm/index.js.map +1 -1
  36. package/esm/libs/util.d.ts +1 -1
  37. package/lib/components/ComboBox/SingleComboBox.js +2 -2
  38. package/lib/components/ComboBox/SingleComboBox.js.map +1 -1
  39. package/lib/components/Dialog/DialogContentInner.js +3 -3
  40. package/lib/components/Dialog/DialogContentInner.js.map +1 -1
  41. package/lib/components/Dialog/RemoteTriggerFormDialog/RemoteTriggerFormDialog.js +4 -3
  42. package/lib/components/Dialog/RemoteTriggerFormDialog/RemoteTriggerFormDialog.js.map +1 -1
  43. package/lib/components/Dialog/useBodyScrollLock.d.ts +1 -0
  44. package/lib/components/Dialog/useBodyScrollLock.js +30 -0
  45. package/lib/components/Dialog/useBodyScrollLock.js.map +1 -0
  46. package/lib/components/Dropdown/SortDropdown/SortDropdown.d.ts +23 -0
  47. package/lib/components/Dropdown/SortDropdown/SortDropdown.js +46 -0
  48. package/lib/components/Dropdown/SortDropdown/SortDropdown.js.map +1 -0
  49. package/lib/components/Dropdown/SortDropdown/index.d.ts +1 -0
  50. package/lib/components/Dropdown/SortDropdown/index.js +6 -0
  51. package/lib/components/Dropdown/SortDropdown/index.js.map +1 -0
  52. package/lib/components/Dropdown/SortDropdown/style.d.ts +53 -0
  53. package/lib/components/Dropdown/SortDropdown/style.js +12 -0
  54. package/lib/components/Dropdown/SortDropdown/style.js.map +1 -0
  55. package/lib/components/Dropdown/SortDropdown/useSortDropdown.d.ts +38 -0
  56. package/lib/components/Dropdown/SortDropdown/useSortDropdown.js +82 -0
  57. package/lib/components/Dropdown/SortDropdown/useSortDropdown.js.map +1 -0
  58. package/lib/components/Dropdown/index.d.ts +1 -0
  59. package/lib/components/Dropdown/index.js +3 -1
  60. package/lib/components/Dropdown/index.js.map +1 -1
  61. package/lib/components/Header/AppLauncher/AppLauncher.js +1 -1
  62. package/lib/components/Header/AppLauncher/AppLauncher.js.map +1 -1
  63. package/lib/components/Icon/DeprecatedIcon.d.ts +0 -296
  64. package/lib/components/Icon/DeprecatedIcon.js +63 -361
  65. package/lib/components/Icon/DeprecatedIcon.js.map +1 -1
  66. package/lib/components/Icon/Icon.d.ts +2 -159
  67. package/lib/components/Icon/Icon.js +6 -166
  68. package/lib/components/Icon/Icon.js.map +1 -1
  69. package/lib/index.d.ts +1 -1
  70. package/lib/index.js +4 -3
  71. package/lib/index.js.map +1 -1
  72. package/lib/libs/util.d.ts +1 -1
  73. package/package.json +30 -23
  74. package/smarthr-ui.css +8 -4
  75. package/esm/components/Dialog/BodyScrollSuppressor.d.ts +0 -2
  76. package/esm/components/Dialog/BodyScrollSuppressor.js +0 -30
  77. package/esm/components/Dialog/BodyScrollSuppressor.js.map +0 -1
  78. package/lib/components/Dialog/BodyScrollSuppressor.d.ts +0 -2
  79. package/lib/components/Dialog/BodyScrollSuppressor.js +0 -57
  80. package/lib/components/Dialog/BodyScrollSuppressor.js.map +0 -1
@@ -1,8 +1,4 @@
1
1
  /// <reference types="react" />
2
- /**
3
- * @deprecated FaAngleDoubleDownIconは旧名称のため非推奨です。FaAnglesDownIconを利用してください。
4
- */
5
- export declare const FaAngleDoubleDownIcon: import("react").FC<import("./generateIcon").Props>;
6
2
  /**
7
3
  * @deprecated FaAngleDoubleLeftIconは旧名称のため非推奨です。FaAnglesLeftIconを利用してください。
8
4
  */
@@ -15,30 +11,6 @@ export declare const FaAngleDoubleRightIcon: import("react").FC<import("./genera
15
11
  * @deprecated FaArchiveIconは旧名称のため非推奨です。FaBoxArchiveIconを利用してください。
16
12
  */
17
13
  export declare const FaArchiveIcon: import("react").FC<import("./generateIcon").Props>;
18
- /**
19
- * @deprecated FaArrowCircleDownIconは旧名称のため非推奨です。FaCircleArrowDownIconを利用してください。
20
- */
21
- export declare const FaArrowCircleDownIcon: import("react").FC<import("./generateIcon").Props>;
22
- /**
23
- * @deprecated FaArrowAltCircleDownIconは旧名称のため非推奨です。FaCircleDownIconを利用してください。
24
- */
25
- export declare const FaArrowAltCircleDownIcon: import("react").FC<import("./generateIcon").Props>;
26
- /**
27
- * @deprecated FaArrowAltCircleLeftIconは旧名称のため非推奨です。FaCircleLeftIconを利用してください。
28
- */
29
- export declare const FaArrowAltCircleLeftIcon: import("react").FC<import("./generateIcon").Props>;
30
- /**
31
- * @deprecated FaArrowAltCircleRightIconは旧名称のため非推奨です。FaCircleRightIconを利用してください。
32
- */
33
- export declare const FaArrowAltCircleRightIcon: import("react").FC<import("./generateIcon").Props>;
34
- /**
35
- * @deprecated FaArrowAltCircleUpIconは旧名称のため非推奨です。FaCircleUpIconを利用してください。
36
- */
37
- export declare const FaArrowAltCircleUpIcon: import("react").FC<import("./generateIcon").Props>;
38
- /**
39
- * @deprecated FaArrowsAltIconは旧名称のため非推奨です。FaUpDownLeftRightIconを利用してください。
40
- */
41
- export declare const FaArrowsAltIcon: import("react").FC<import("./generateIcon").Props>;
42
14
  /**
43
15
  * @deprecated FaArrowsAltHIconは旧名称のため非推奨です。FaLeftRightIconを利用してください。
44
16
  */
@@ -51,14 +23,6 @@ export declare const FaArrowsAltVIcon: import("react").FC<import("./generateIcon
51
23
  * @deprecated FaBirthdayCakeIconは旧名称のため非推奨です。FaCakeCandlesIconを利用してください。
52
24
  */
53
25
  export declare const FaBirthdayCakeIcon: import("react").FC<import("./generateIcon").Props>;
54
- /**
55
- * @deprecated FaBoxesIconは旧名称のため非推奨です。FaBoxesStackedIconを利用してください。
56
- */
57
- export declare const FaBoxesIcon: import("react").FC<import("./generateIcon").Props>;
58
- /**
59
- * @deprecated FaBusAltIconは旧名称のため非推奨です。FaBusSimpleIconを利用してください。
60
- */
61
- export declare const FaBusAltIcon: import("react").FC<import("./generateIcon").Props>;
62
26
  /**
63
27
  * @deprecated FaCalendarAltIconは旧名称のため非推奨です。FaCalendarDaysIconを利用してください。
64
28
  */
@@ -67,50 +31,10 @@ export declare const FaCalendarAltIcon: import("react").FC<import("./generateIco
67
31
  * @deprecated FaCalendarTimesIconは旧名称のため非推奨です。FaCalendarXmarkIconを利用してください。
68
32
  */
69
33
  export declare const FaCalendarTimesIcon: import("react").FC<import("./generateIcon").Props>;
70
- /**
71
- * @deprecated FaCarAltIconは旧名称のため非推奨です。FaCarRearIconを利用してください。
72
- */
73
- export declare const FaCarAltIcon: import("react").FC<import("./generateIcon").Props>;
74
- /**
75
- * @deprecated FaCaretSquareDownIconは旧名称のため非推奨です。FaSquareCaretDownIconを利用してください。
76
- */
77
- export declare const FaCaretSquareDownIcon: import("react").FC<import("./generateIcon").Props>;
78
- /**
79
- * @deprecated FaCaretSquareLeftIconは旧名称のため非推奨です。FaSquareCaretLeftIconを利用してください。
80
- */
81
- export declare const FaCaretSquareLeftIcon: import("react").FC<import("./generateIcon").Props>;
82
- /**
83
- * @deprecated FaCaretSquareRightIconは旧名称のため非推奨です。FaSquareCaretRightIconを利用してください。
84
- */
85
- export declare const FaCaretSquareRightIcon: import("react").FC<import("./generateIcon").Props>;
86
- /**
87
- * @deprecated FaCaretSquareUpIconは旧名称のため非推奨です。FaSquareCaretUpIconを利用してください。
88
- */
89
- export declare const FaCaretSquareUpIcon: import("react").FC<import("./generateIcon").Props>;
90
34
  /**
91
35
  * @deprecated FaCheckCircleIconは旧名称のため非推奨です。FaCircleCheckIconを利用してください。
92
36
  */
93
37
  export declare const FaCheckCircleIcon: import("react").FC<import("./generateIcon").Props>;
94
- /**
95
- * @deprecated FaCheckSquareIconは旧名称のため非推奨です。FaSquareCheckIconを利用してください。
96
- */
97
- export declare const FaCheckSquareIcon: import("react").FC<import("./generateIcon").Props>;
98
- /**
99
- * @deprecated FaChevronCircleDownIconは旧名称のため非推奨です。FaCircleChevronDownIconを利用してください。
100
- */
101
- export declare const FaChevronCircleDownIcon: import("react").FC<import("./generateIcon").Props>;
102
- /**
103
- * @deprecated FaChevronCircleLeftIconは旧名称のため非推奨です。FaCircleChevronLeftIconを利用してください。
104
- */
105
- export declare const FaChevronCircleLeftIcon: import("react").FC<import("./generateIcon").Props>;
106
- /**
107
- * @deprecated FaChevronCircleRightIconは旧名称のため非推奨です。FaCircleChevronRightIconを利用してください。
108
- */
109
- export declare const FaChevronCircleRightIcon: import("react").FC<import("./generateIcon").Props>;
110
- /**
111
- * @deprecated FaChevronCircleUpIconは旧名称のため非推奨です。FaCircleChevronUpIconを利用してください。
112
- */
113
- export declare const FaChevronCircleUpIcon: import("react").FC<import("./generateIcon").Props>;
114
38
  /**
115
39
  * @deprecated FaCloudDownloadAltIconは旧名称のため非推奨です。FaCloudArrowDownIconを利用してください。
116
40
  */
@@ -123,18 +47,6 @@ export declare const FaCloudUploadAltIcon: import("react").FC<import("./generate
123
47
  * @deprecated FaCogIconは旧名称のため非推奨です。FaGearIconを利用してください。
124
48
  */
125
49
  export declare const FaCogIcon: import("react").FC<import("./generateIcon").Props>;
126
- /**
127
- * @deprecated FaCogsIconは旧名称のため非推奨です。FaGearsIconを利用してください。
128
- */
129
- export declare const FaCogsIcon: import("react").FC<import("./generateIcon").Props>;
130
- /**
131
- * @deprecated FaColumnsIconは旧名称のため非推奨です。FaTableColumnsIconを利用してください。
132
- */
133
- export declare const FaColumnsIcon: import("react").FC<import("./generateIcon").Props>;
134
- /**
135
- * @deprecated FaCommentAltIconは旧名称のため非推奨です。FaMessageIconを利用してください。
136
- */
137
- export declare const FaCommentAltIcon: import("react").FC<import("./generateIcon").Props>;
138
50
  /**
139
51
  * @deprecated FaCompressAltIconは旧名称のため非推奨です。FaDownLeftAndUpRightToCenterIconを利用してください。
140
52
  */
@@ -167,10 +79,6 @@ export declare const FaExclamationTriangleIcon: import("react").FC<import("./gen
167
79
  * @deprecated FaExpandAltIconは旧名称のため非推奨です。FaUpRightAndDownLeftFromCenterIconを利用してください。
168
80
  */
169
81
  export declare const FaExpandAltIcon: import("react").FC<import("./generateIcon").Props>;
170
- /**
171
- * @deprecated FaExpandArrowsAltIconは旧名称のため非推奨です。FaMaximizeIconを利用してください。
172
- */
173
- export declare const FaExpandArrowsAltIcon: import("react").FC<import("./generateIcon").Props>;
174
82
  /**
175
83
  * @deprecated FaExternalLinkAltIconは旧名称のため非推奨です。FaUpRightFromSquareIconを利用してください。
176
84
  */
@@ -179,26 +87,14 @@ export declare const FaExternalLinkAltIcon: import("react").FC<import("./generat
179
87
  * @deprecated FaFileAltIconは旧名称のため非推奨です。FaFileLinesIconを利用してください。
180
88
  */
181
89
  export declare const FaFileAltIcon: import("react").FC<import("./generateIcon").Props>;
182
- /**
183
- * @deprecated FaFileArchiveIconは旧名称のため非推奨です。FaFileZipperIconを利用してください。
184
- */
185
- export declare const FaFileArchiveIcon: import("react").FC<import("./generateIcon").Props>;
186
90
  /**
187
91
  * @deprecated FaFileDownloadIconは旧名称のため非推奨です。FaFileArrowDownIconを利用してください。
188
92
  */
189
93
  export declare const FaFileDownloadIcon: import("react").FC<import("./generateIcon").Props>;
190
- /**
191
- * @deprecated FaFileUploadIconは旧名称のため非推奨です。FaFileArrowUpIconを利用してください。
192
- */
193
- export declare const FaFileUploadIcon: import("react").FC<import("./generateIcon").Props>;
194
94
  /**
195
95
  * @deprecated FaGripHorizontalIconは旧名称のため非推奨です。FaGripIconを利用してください。
196
96
  */
197
97
  export declare const FaGripHorizontalIcon: import("react").FC<import("./generateIcon").Props>;
198
- /**
199
- * @deprecated FaHandPaperIconは旧名称のため非推奨です。FaHandIconを利用してください。
200
- */
201
- export declare const FaHandPaperIcon: import("react").FC<import("./generateIcon").Props>;
202
98
  /**
203
99
  * @deprecated FaHistoryIconは旧名称のため非推奨です。FaClockRotateLeftIconを利用してください。
204
100
  */
@@ -207,26 +103,10 @@ export declare const FaHistoryIcon: import("react").FC<import("./generateIcon").
207
103
  * @deprecated FaHomeIconは旧名称のため非推奨です。FaHouseIconを利用してください。
208
104
  */
209
105
  export declare const FaHomeIcon: import("react").FC<import("./generateIcon").Props>;
210
- /**
211
- * @deprecated FaHospitalAltIconは旧名称のため非推奨です。FaHospitalIconを利用してください。
212
- */
213
- export declare const FaHospitalAltIcon: import("react").FC<import("./generateIcon").Props>;
214
- /**
215
- * @deprecated FaIdCardAltIconは旧名称のため非推奨です。FaIdCardClipIconを利用してください。
216
- */
217
- export declare const FaIdCardAltIcon: import("react").FC<import("./generateIcon").Props>;
218
106
  /**
219
107
  * @deprecated FaInfoCircleIconは旧名称のため非推奨です。FaCircleInfoIconを利用してください。
220
108
  */
221
109
  export declare const FaInfoCircleIcon: import("react").FC<import("./generateIcon").Props>;
222
- /**
223
- * @deprecated FaListAltIconは旧名称のため非推奨です。FaRectangleListIconを利用してください。
224
- */
225
- export declare const FaListAltIcon: import("react").FC<import("./generateIcon").Props>;
226
- /**
227
- * @deprecated FaLongArrowAltDownIconは旧名称のため非推奨です。FaDownLongIconを利用してください。
228
- */
229
- export declare const FaLongArrowAltDownIcon: import("react").FC<import("./generateIcon").Props>;
230
110
  /**
231
111
  * @deprecated FaLongArrowAltLeftIconは旧名称のため非推奨です。FaLeftLongIconを利用してください。
232
112
  */
@@ -235,10 +115,6 @@ export declare const FaLongArrowAltLeftIcon: import("react").FC<import("./genera
235
115
  * @deprecated FaLongArrowAltRightIconは旧名称のため非推奨です。FaRightLongIconを利用してください。
236
116
  */
237
117
  export declare const FaLongArrowAltRightIcon: import("react").FC<import("./generateIcon").Props>;
238
- /**
239
- * @deprecated FaLongArrowAltUpIconは旧名称のため非推奨です。FaUpLongIconを利用してください。
240
- */
241
- export declare const FaLongArrowAltUpIcon: import("react").FC<import("./generateIcon").Props>;
242
118
  /**
243
119
  * @deprecated FaMedkitIconは旧名称のため非推奨です。FaSuitcaseMedicalIconを利用してください。
244
120
  */
@@ -247,34 +123,10 @@ export declare const FaMedkitIcon: import("react").FC<import("./generateIcon").P
247
123
  * @deprecated FaMinusCircleIconは旧名称のため非推奨です。FaCircleMinusIconを利用してください。
248
124
  */
249
125
  export declare const FaMinusCircleIcon: import("react").FC<import("./generateIcon").Props>;
250
- /**
251
- * @deprecated FaMinusSquareIconは旧名称のため非推奨です。FaSquareMinusIconを利用してください。
252
- */
253
- export declare const FaMinusSquareIcon: import("react").FC<import("./generateIcon").Props>;
254
- /**
255
- * @deprecated FaMobileAltIconは旧名称のため非推奨です。FaMobileScreenButtonIconを利用してください。
256
- */
257
- export declare const FaMobileAltIcon: import("react").FC<import("./generateIcon").Props>;
258
- /**
259
- * @deprecated FaMoneyBillAltIconは旧名称のため非推奨です。FaMoneyBill1Iconを利用してください。
260
- */
261
- export declare const FaMoneyBillAltIcon: import("react").FC<import("./generateIcon").Props>;
262
- /**
263
- * @deprecated FaMoneyBillWaveAltIconは旧名称のため非推奨です。FaMoneyBill1WaveIconを利用してください。
264
- */
265
- export declare const FaMoneyBillWaveAltIcon: import("react").FC<import("./generateIcon").Props>;
266
- /**
267
- * @deprecated FaMoneyCheckAltIconは旧名称のため非推奨です。FaMoneyCheckDollarIconを利用してください。
268
- */
269
- export declare const FaMoneyCheckAltIcon: import("react").FC<import("./generateIcon").Props>;
270
126
  /**
271
127
  * @deprecated FaPencilAltIconは旧名称のため非推奨です。FaPencilIconを利用してください。
272
128
  */
273
129
  export declare const FaPencilAltIcon: import("react").FC<import("./generateIcon").Props>;
274
- /**
275
- * @deprecated FaPlayCircleIconは旧名称のため非推奨です。FaCirclePlayIconを利用してください。
276
- */
277
- export declare const FaPlayCircleIcon: import("react").FC<import("./generateIcon").Props>;
278
130
  /**
279
131
  * @deprecated FaPlusCircleIconは旧名称のため非推奨です。FaCirclePlusIconを利用してください。
280
132
  */
@@ -287,30 +139,14 @@ export declare const FaPlusSquareIcon: import("react").FC<import("./generateIcon
287
139
  * @deprecated FaPollIconは旧名称のため非推奨です。FaSquarePollVerticalIconを利用してください。
288
140
  */
289
141
  export declare const FaPollIcon: import("react").FC<import("./generateIcon").Props>;
290
- /**
291
- * @deprecated FaPollHIconは旧名称のため非推奨です。FaSquarePollHorizontalIconを利用してください。
292
- */
293
- export declare const FaPollHIcon: import("react").FC<import("./generateIcon").Props>;
294
- /**
295
- * @deprecated FaPortraitIconは旧名称のため非推奨です。FaImagePortraitIconを利用してください。
296
- */
297
- export declare const FaPortraitIcon: import("react").FC<import("./generateIcon").Props>;
298
142
  /**
299
143
  * @deprecated FaQuestionCircleIconは旧名称のため非推奨です。FaCircleQuestionIconを利用してください。
300
144
  */
301
145
  export declare const FaQuestionCircleIcon: import("react").FC<import("./generateIcon").Props>;
302
- /**
303
- * @deprecated FaRandomIconは旧名称のため非推奨です。FaShuffleIconを利用してください。
304
- */
305
- export declare const FaRandomIcon: import("react").FC<import("./generateIcon").Props>;
306
146
  /**
307
147
  * @deprecated FaRedoIconは旧名称のため非推奨です。FaArrowRotateRightIconを利用してください。
308
148
  */
309
149
  export declare const FaRedoIcon: import("react").FC<import("./generateIcon").Props>;
310
- /**
311
- * @deprecated FaRedoAltIconは旧名称のため非推奨です。FaRotateRightIconを利用してください。
312
- */
313
- export declare const FaRedoAltIcon: import("react").FC<import("./generateIcon").Props>;
314
150
  /**
315
151
  * @deprecated FaRegDotCircleIconは旧名称のため非推奨です。FaCircleDotIconを利用してください。
316
152
  */
@@ -335,26 +171,6 @@ export declare const FaSearchPlusIcon: import("react").FC<import("./generateIcon
335
171
  * @deprecated FaShareAltIconは旧名称のため非推奨です。FaShareNodesIconを利用してください。
336
172
  */
337
173
  export declare const FaShareAltIcon: import("react").FC<import("./generateIcon").Props>;
338
- /**
339
- * @deprecated FaShareSquareIconは旧名称のため非推奨です。FaShareFromSquareIconを利用してください。
340
- */
341
- export declare const FaShareSquareIcon: import("react").FC<import("./generateIcon").Props>;
342
- /**
343
- * @deprecated FaShieldAltIconは旧名称のため非推奨です。FaShieldHalvedIconを利用してください。
344
- */
345
- export declare const FaShieldAltIcon: import("react").FC<import("./generateIcon").Props>;
346
- /**
347
- * @deprecated FaShoppingBagIconは旧名称のため非推奨です。FaBagShoppingIconを利用してください。
348
- */
349
- export declare const FaShoppingBagIcon: import("react").FC<import("./generateIcon").Props>;
350
- /**
351
- * @deprecated FaShoppingBasketIconは旧名称のため非推奨です。FaBasketShoppingIconを利用してください。
352
- */
353
- export declare const FaShoppingBasketIcon: import("react").FC<import("./generateIcon").Props>;
354
- /**
355
- * @deprecated FaShoppingCartIconは旧名称のため非推奨です。FaCartShoppingIconを利用してください。
356
- */
357
- export declare const FaShoppingCartIcon: import("react").FC<import("./generateIcon").Props>;
358
174
  /**
359
175
  * @deprecated FaSignInAltIconは旧名称のため非推奨です。FaRightToBracketIconを利用してください。
360
176
  */
@@ -363,62 +179,18 @@ export declare const FaSignInAltIcon: import("react").FC<import("./generateIcon"
363
179
  * @deprecated FaSignOutAltIconは旧名称のため非推奨です。FaRightFromBracketIconを利用してください。
364
180
  */
365
181
  export declare const FaSignOutAltIcon: import("react").FC<import("./generateIcon").Props>;
366
- /**
367
- * @deprecated FaSlidersHIconは旧名称のため非推奨です。FaSlidersIconを利用してください。
368
- */
369
- export declare const FaSlidersHIcon: import("react").FC<import("./generateIcon").Props>;
370
- /**
371
- * @deprecated FaSortAlphaDownIconは旧名称のため非推奨です。FaArrowDownAZIconを利用してください。
372
- */
373
- export declare const FaSortAlphaDownIcon: import("react").FC<import("./generateIcon").Props>;
374
- /**
375
- * @deprecated FaSortAlphaUpIconは旧名称のため非推奨です。FaArrowUpAZIconを利用してください。
376
- */
377
- export declare const FaSortAlphaUpIcon: import("react").FC<import("./generateIcon").Props>;
378
- /**
379
- * @deprecated FaSortAmountDownIconは旧名称のため非推奨です。FaArrowDownWideShortIconを利用してください。
380
- */
381
- export declare const FaSortAmountDownIcon: import("react").FC<import("./generateIcon").Props>;
382
- /**
383
- * @deprecated FaSortAmountUpIconは旧名称のため非推奨です。FaArrowUpWideShortIconを利用してください。
384
- */
385
- export declare const FaSortAmountUpIcon: import("react").FC<import("./generateIcon").Props>;
386
- /**
387
- * @deprecated FaSortNumericDownIconは旧名称のため非推奨です。FaArrowDown19Iconを利用してください。
388
- */
389
- export declare const FaSortNumericDownIcon: import("react").FC<import("./generateIcon").Props>;
390
182
  /**
391
183
  * @deprecated FaSortNumericUpIconは旧名称のため非推奨です。FaArrowUp19Iconを利用してください。
392
184
  */
393
185
  export declare const FaSortNumericUpIcon: import("react").FC<import("./generateIcon").Props>;
394
- /**
395
- * @deprecated FaStepBackwardIconは旧名称のため非推奨です。FaBackwardStepIconを利用してください。
396
- */
397
- export declare const FaStepBackwardIcon: import("react").FC<import("./generateIcon").Props>;
398
- /**
399
- * @deprecated FaStepForwardIconは旧名称のため非推奨です。FaForwardStepIconを利用してください。
400
- */
401
- export declare const FaStepForwardIcon: import("react").FC<import("./generateIcon").Props>;
402
- /**
403
- * @deprecated FaStickyNoteIconは旧名称のため非推奨です。FaNoteStickyIconを利用してください。
404
- */
405
- export declare const FaStickyNoteIcon: import("react").FC<import("./generateIcon").Props>;
406
186
  /**
407
187
  * @deprecated FaPaintBrushIconは旧名称のため非推奨です。FaPaintbrushIconを利用してください。
408
188
  */
409
189
  export declare const FaPaintBrushIcon: import("react").FC<import("./generateIcon").Props>;
410
- /**
411
- * @deprecated FaStopCircleIconは旧名称のため非推奨です。FaCircleStopIconを利用してください。
412
- */
413
- export declare const FaStopCircleIcon: import("react").FC<import("./generateIcon").Props>;
414
190
  /**
415
191
  * @deprecated FaStreamIconは旧名称のため非推奨です。FaBarsStaggeredIconを利用してください。
416
192
  */
417
193
  export declare const FaStreamIcon: import("react").FC<import("./generateIcon").Props>;
418
- /**
419
- * @deprecated FaSubwayIconは旧名称のため非推奨です。FaTrainSubwayIconを利用してください。
420
- */
421
- export declare const FaSubwayIcon: import("react").FC<import("./generateIcon").Props>;
422
194
  /**
423
195
  * @deprecated FaSyncIconは旧名称のため非推奨です。FaArrowsRotateIconを利用してください。
424
196
  */
@@ -427,26 +199,10 @@ export declare const FaSyncIcon: import("react").FC<import("./generateIcon").Pro
427
199
  * @deprecated FaSyncAltIconは旧名称のため非推奨です。FaRotateIconを利用してください。
428
200
  */
429
201
  export declare const FaSyncAltIcon: import("react").FC<import("./generateIcon").Props>;
430
- /**
431
- * @deprecated FaTabletAltIconは旧名称のため非推奨です。FaTabletScreenButtonIconを利用してください。
432
- */
433
- export declare const FaTabletAltIcon: import("react").FC<import("./generateIcon").Props>;
434
202
  /**
435
203
  * @deprecated FaTachometerAltIconは旧名称のため非推奨です。FaGaugeIconを利用してください。
436
204
  */
437
205
  export declare const FaTachometerAltIcon: import("react").FC<import("./generateIcon").Props>;
438
- /**
439
- * @deprecated FaTasksIconは旧名称のため非推奨です。FaListCheckIconを利用してください。
440
- */
441
- export declare const FaTasksIcon: import("react").FC<import("./generateIcon").Props>;
442
- /**
443
- * @deprecated FaThIconは旧名称のため非推奨です。FaTableCellsIconを利用してください。
444
- */
445
- export declare const FaThIcon: import("react").FC<import("./generateIcon").Props>;
446
- /**
447
- * @deprecated FaThLargeIconは旧名称のため非推奨です。FaTableCellsLargeIconを利用してください。
448
- */
449
- export declare const FaThLargeIcon: import("react").FC<import("./generateIcon").Props>;
450
206
  /**
451
207
  * @deprecated FaThListIconは旧名称のため非推奨です。FaTableListIconを利用してください。
452
208
  */
@@ -459,22 +215,10 @@ export declare const FaTimesIcon: import("react").FC<import("./generateIcon").Pr
459
215
  * @deprecated FaTimesCircleIconは旧名称のため非推奨です。FaCircleXmarkIconを利用してください。
460
216
  */
461
217
  export declare const FaTimesCircleIcon: import("react").FC<import("./generateIcon").Props>;
462
- /**
463
- * @deprecated FaToolsIconは旧名称のため非推奨です。FaScrewdriverWrenchIconを利用してください。
464
- */
465
- export declare const FaToolsIcon: import("react").FC<import("./generateIcon").Props>;
466
218
  /**
467
219
  * @deprecated FaTrashAltIconは旧名称のため非推奨です。FaTrashCanIconを利用してください。
468
220
  */
469
221
  export declare const FaTrashAltIcon: import("react").FC<import("./generateIcon").Props>;
470
- /**
471
- * @deprecated FaTrashRestoreIconは旧名称のため非推奨です。FaTrashArrowUpIconを利用してください。
472
- */
473
- export declare const FaTrashRestoreIcon: import("react").FC<import("./generateIcon").Props>;
474
- /**
475
- * @deprecated FaTrashRestoreAltIconは旧名称のため非推奨です。FaTrashCanArrowUpIconを利用してください。
476
- */
477
- export declare const FaTrashRestoreAltIcon: import("react").FC<import("./generateIcon").Props>;
478
222
  /**
479
223
  * @deprecated FaTruckLoadingIconは旧名称のため非推奨です。FaTruckRampBoxIconを利用してください。
480
224
  */
@@ -487,51 +231,11 @@ export declare const FaUndoIcon: import("react").FC<import("./generateIcon").Pro
487
231
  * @deprecated FaUndoAltIconは旧名称のため非推奨です。FaRotateLeftIconを利用してください。
488
232
  */
489
233
  export declare const FaUndoAltIcon: import("react").FC<import("./generateIcon").Props>;
490
- /**
491
- * @deprecated FaUnlinkIconは旧名称のため非推奨です。FaLinkSlashIconを利用してください。
492
- */
493
- export declare const FaUnlinkIcon: import("react").FC<import("./generateIcon").Props>;
494
- /**
495
- * @deprecated FaUnlockAltIconは旧名称のため非推奨です。FaUnlockKeyholeIconを利用してください。
496
- */
497
- export declare const FaUnlockAltIcon: import("react").FC<import("./generateIcon").Props>;
498
234
  /**
499
235
  * @deprecated FaUserAltIconは旧名称のため非推奨です。FaUserLargeIconを利用してください。
500
236
  */
501
237
  export declare const FaUserAltIcon: import("react").FC<import("./generateIcon").Props>;
502
- /**
503
- * @deprecated FaUserAltSlashIconは旧名称のため非推奨です。FaUserLargeSlashIconを利用してください。
504
- */
505
- export declare const FaUserAltSlashIcon: import("react").FC<import("./generateIcon").Props>;
506
238
  /**
507
239
  * @deprecated FaUserCircleIconは旧名称のため非推奨です。FaCircleUserIconを利用してください。
508
240
  */
509
241
  export declare const FaUserCircleIcon: import("react").FC<import("./generateIcon").Props>;
510
- /**
511
- * @deprecated FaUserCogIconは旧名称のため非推奨です。FaUserGearIconを利用してください。
512
- */
513
- export declare const FaUserCogIcon: import("react").FC<import("./generateIcon").Props>;
514
- /**
515
- * @deprecated FaUserEditIconは旧名称のため非推奨です。FaUserPenIconを利用してください。
516
- */
517
- export declare const FaUserEditIcon: import("react").FC<import("./generateIcon").Props>;
518
- /**
519
- * @deprecated FaUsersCogIconは旧名称のため非推奨です。FaUsersGearIconを利用してください。
520
- */
521
- export declare const FaUsersCogIcon: import("react").FC<import("./generateIcon").Props>;
522
- /**
523
- * @deprecated FaVolumeDownIconは旧名称のため非推奨です。FaVolumeLowIconを利用してください。
524
- */
525
- export declare const FaVolumeDownIcon: import("react").FC<import("./generateIcon").Props>;
526
- /**
527
- * @deprecated FaVolumeMuteIconは旧名称のため非推奨です。FaVolumeXmarkIconを利用してください。
528
- */
529
- export declare const FaVolumeMuteIcon: import("react").FC<import("./generateIcon").Props>;
530
- /**
531
- * @deprecated FaVolumeUpIconは旧名称のため非推奨です。FaVolumeHighIconを利用してください。
532
- */
533
- export declare const FaVolumeUpIcon: import("react").FC<import("./generateIcon").Props>;
534
- /**
535
- * @deprecated FaWindowCloseIconは旧名称のため非推奨です。FaRectangleXmarkIconを利用してください。
536
- */
537
- export declare const FaWindowCloseIcon: import("react").FC<import("./generateIcon").Props>;