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

Programming icons

Source
npmnpm
Version
0.1.4
Version published
Weekly downloads
2.3K
39.27%
Maintainers
1
Weekly downloads
 
Created
Source

GitHub release (latest by semver) GitHub GitHub Repo stars


Devicon Logo

devicons-react aims to gather all logos representing development languages and tools, build into devicon

Demo

Install package

npm install --save devicons-react

Icon Behavior / props

Default behavior for icon

import { Fragment } from 'react'
import { Aarch64Plain } from 'devicons-react'

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

export default App

Change size and color for icon

import { Fragment } from 'react'
import { Aarch64Plain } from 'devicons-react'

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

export default App

Keywords

programming

FAQs

Package last updated on 05 Oct 2021

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