devicons-react
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published
Devicon Logo

Devicons React

https://devicons-react.vercel.app/


Devicons React is a collection of icons that symbolize programming languages, design tools, and development software, build into devicon.

Install package

Latest

#npm
npm install --save devicons-react@latest

#yarn
yarn add devicons-react@latest

#pnpm
pnpm add devicons-react@latest

Beta

#npm
npm install --save devicons-react@beta

#yarn
yarn add devicons-react@beta

#pnpm
pnpm add devicons-react@beta

Icon Behavior / props

Default behavior for icon

import { Aarch64Plain } from 'devicons-react'

const App = () => {
  return (
    <>
      <Aarch64Plain />
    </>
  )
}

export default App

Change size and color for icon

import { Aarch64Plain } from 'devicons-react'

const App = () => {
  return (
    <>
      <Aarch64Plain color="red" size="500"  />
    </>
  )
}

export default App

Package Sidebar

Install

npm i devicons-react

Weekly Downloads

494

Version

1.3.0

License

MIT

Unpacked Size

8.93 MB

Total Files

3036

Last publish

Collaborators

  • mkabumattar