simple-icons-extreme 0.2.56 → 0.2.58

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 CHANGED
@@ -24,6 +24,10 @@ npm i simple-icons-extreme
24
24
  import { siDouban } from "simple-icons-extreme";
25
25
  ```
26
26
 
27
+ ```typescript
28
+ import LinkedIn from "simple-icons-extreme/icons/linkedin.svg";
29
+ ```
30
+
27
31
  ```typescript
28
32
  import icons from "simple-icons-extreme/icons.json";
29
33
  ```