@colisweb/rescript-toolkit 5.29.5 → 5.29.6
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/package.json
CHANGED
|
@@ -6167,3 +6167,8 @@ module FaPlus = {
|
|
|
6167
6167
|
@module("react-icons/fa") @react.component
|
|
6168
6168
|
external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element = "FaPlus"
|
|
6169
6169
|
}
|
|
6170
|
+
module FaHourglassHalf = {
|
|
6171
|
+
@module("react-icons/fa") @react.component
|
|
6172
|
+
external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
|
|
6173
|
+
"FaHourglassHalf"
|
|
6174
|
+
}
|