@colisweb/rescript-toolkit 4.15.3 → 4.15.4
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
|
@@ -6131,6 +6131,11 @@ module FaWeightHanging = {
|
|
|
6131
6131
|
external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
|
|
6132
6132
|
"FaWeightHanging"
|
|
6133
6133
|
}
|
|
6134
|
+
module FaPlusCircle = {
|
|
6135
|
+
@module("react-icons/fa") @react.component
|
|
6136
|
+
external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element =
|
|
6137
|
+
"FaPlusCircle"
|
|
6138
|
+
}
|
|
6134
6139
|
|
|
6135
6140
|
module BiTestTube = {
|
|
6136
6141
|
@module("react-icons/bi") @react.component
|