devicon-react-svg
Advanced tools
Comparing version 0.1.95 to 0.1.96
{ | ||
"name": "devicon-react-svg", | ||
"version": "0.1.95", | ||
"version": "0.1.96", | ||
"description": "devicon-react-svg is an implementation of the Devicons icon library, which contains the logos of various popular programming languages, frameworks and design and development tools. devicon-react-svg returns a functional React component that, when passed the name of a Devicon as the icon prop, will render it as an inline svg.", | ||
@@ -5,0 +5,0 @@ "main": "dist/devicon-react-svg.min.js", |
@@ -11,7 +11,7 @@ # devicon-react-svg | ||
```bash | ||
npm install "devicon-react-svg" --save | ||
npm install --save devicon-react-svg | ||
``` | ||
To install with **Yarn**: | ||
```bash | ||
yarn add "devicon-react-svg" | ||
yarn add devicon-react-svg | ||
``` | ||
@@ -23,4 +23,4 @@ --- | ||
```js | ||
import React from 'react'; | ||
import ReactDOM from 'react-dom'; | ||
import React from "react"; | ||
import ReactDOM from "react-dom"; | ||
import DevIcon from "devicon-react-svg"; | ||
@@ -27,0 +27,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
412743
7
1498