Banyu Icons

npm

Banyu icons is an icon library designed for the react project by Jala Tech, provided to help develop the JALA Web App.

Installation

Choose the following package manager used in your project.

npm install @jala-banyu/icons --save

or

yarn add @jala-banyu/icons

or

pnpm install @jala-banyu/icons --save

Usage

import {JalaBiomass,JalaAge} from '@jala-banyu/icons'
function App() {
return (
<>
<JalaBiomass/>
<JalaAge/>
</>
)
}
export default App

More info

GitHub ↗