Socket
Book a DemoInstallSign in
Socket

devicons-react

Package Overview
Dependencies
Maintainers
1
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devicons-react

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

Source
npmnpm
Version
1.4.0-beta.2
Version published
Weekly downloads
2.3K
39.27%
Maintainers
1
Weekly downloads
 
Created
Source
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

Keywords

programming

FAQs

Package last updated on 17 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts