@vastjs/cyber-icons-react
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

cyber-icons

+280 Free SVG cyberpunk icons. Contributions, corrections & requests can be made on GitHub.

license

Demo: https://cyber-icons-demo.vercel.app/


Next steps:

  • +100 futuristics svg icons components (and more after)
  • Angular Lib
  • Svelte Lib

Install

React

https://www.npmjs.com/package/@vastjs/cyber-icons-react

npm

npm install @vastjs/cyber-icons-react

yarn

yarn add @vastjs/cyber-icons-react

Usage, React / React + TS / Nextjs / etc

// Threeshakable
import { ApplicationsEngineering } from '@vastjs/cyber-icons-react'


export default function Home() {

 return (
    <div>
      <ApplicationsEngineering size="42px" />
    </div>
}

Options

Themes

  • default
  • soft
  • stellar
  • eclipse
  • twilight
  • jupiter
  • mars
  • spacex
  • dark
  <ApplicationsEngineering theme="spacex" />

Custom Color

  <ApplicationsEngineering primary="#f50a0a" secondary="#f0e5e5" border="#fbff00" />

Size

you can pass pixels, ems, etc

  <ApplicationsEngineering size="2.6em" />

Stroke

you can pass pixels, ems, etc

  <ApplicationsEngineering stroke="4px" />

Readme

Keywords

none

Package Sidebar

Install

npm i @vastjs/cyber-icons-react

Weekly Downloads

1

Version

1.0.6

License

MIT

Unpacked Size

4.33 MB

Total Files

288

Last publish

Collaborators

  • mauriciojoostwolff