4.8.0 • Published 9 months ago

@splunk/react-icons v4.8.0

Weekly downloads
1,385
License
Apache-2.0
Repository
-
Last release
9 months ago

@splunk/react-icons

A library of various icons in React.

Install

Install the package and its dependencies.

  1. Install the peer dependencies:
    npm install react@^16 react-dom@^16 styled-components@^5
  2. Install the package:
    npm install @splunk/react-icons

Production builds

Both @splunk/react-icons and React support production and development builds. The production build removes warnings and guidance from the output. To create a production build, set the environment variable NODE_ENV to "production" and use the webpack DefinePlugin to inject the variable into the code.