@icons-pack/react-simple-icons 6.2.0 → 6.3.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.
- package/README.md +2 -2
- package/dist/index.d.ts +2435 -2412
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
# react-simple-icons
|
|
5
5
|
|
|
6
|
-
This package provides the [Simple Icons
|
|
6
|
+
This package provides the [Simple Icons 8.5.0"](https://github.com/simple-icons/simple-icons/releases/tag/8.5.0")
|
|
7
7
|
packaged as a set of [React](https://facebook.github.io/react/) components.
|
|
8
8
|
|
|
9
9
|
<a href="https://www.npmjs.com/package/@icons-pack/react-simple-icons" target="_blank">
|
|
@@ -100,7 +100,7 @@ Set color as `default` to use the default color for each icon
|
|
|
100
100
|
import { ReactJs } from '@icons-pack/react-simple-icons';
|
|
101
101
|
|
|
102
102
|
function DefaultColorExample() {
|
|
103
|
-
return <ReactJs color=
|
|
103
|
+
return <ReactJs color='default' size={24} />;
|
|
104
104
|
}
|
|
105
105
|
```
|
|
106
106
|
|