1.7.0 • Published 2 months ago

react-iconsax-vite v1.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

About the Project

the features of this package include the following:

  • 1000 icons in 6 different types
  • Perfectly balance
  • 24px grid-based
  • Lightweight, powerful and easy to use

Installation

  • Install Yarn package
yarn add react-iconsax-vite
  • Install NPM package
npm install react-iconsax-vite

Usage

Local registration:

import { VsxIcon } from "react-iconsax-vite";

function App() {
  return (
    <div>
      // Dynamic icon component - Use PascalCase for iconName prop
      <VsxIcon iconName="VolumeUp" />
    </div>
  );
}

export default App;

Props

PropTypeDefaultNote
colorstringcurrentColorcss color
sizenumber string24pxsize="24" or :size="24"
typeLinear Outline TwoTone Bulk Broken BoldLinearicons styles
iconNamestringiconName is only required with vsx-icon tag (Dynamic icon imports)

Contact

Emad Moghimi jaxtheprime@gmail.com

Project Link: https://github.com/JaxThePrime/react-iconsax-vite

1.7.0

2 months ago

1.6.0

3 months ago

1.5.0

5 months ago

1.4.0

6 months ago

1.3.0

7 months ago

1.2.0

7 months ago

1.1.0

7 months ago

1.0.0

7 months ago