devicons-react 0.1.6 → 1.0.2
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 +5 -1
- package/assets/img/logo.png +0 -0
- package/dist/index.es.js +3 -3
- package/dist/index.js +3 -3
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
<div align="center">
|
|
15
15
|
<a href="https://github.com/MKAbuMattar/devicons-react">
|
|
16
|
-
<img src="
|
|
16
|
+
<img src="./assets/img/logo.png" alt="Devicon Logo" height="140" />
|
|
17
17
|
</a>
|
|
18
18
|
<p align="center">
|
|
19
19
|
devicons-react aims to gather all logos representing development languages and tools, build into <a href="https://github.com/devicons/devicon">devicon</a>
|
|
@@ -26,7 +26,11 @@
|
|
|
26
26
|
<h2>Install package</h2>
|
|
27
27
|
|
|
28
28
|
```bash
|
|
29
|
+
#npm
|
|
29
30
|
npm install --save devicons-react
|
|
31
|
+
|
|
32
|
+
#yarn
|
|
33
|
+
yarn add devicons-react
|
|
30
34
|
```
|
|
31
35
|
|
|
32
36
|
<h3 id="default">Icon Behavior / props</h3>
|
|
Binary file
|