1.0.4 • Published 10 months ago
@meysam213/iconsax-react v1.0.4
Iconsax React
The official Vuesax icons for React. A modern and versatile icon library to enhance your React projects with sleek and customizable designs.
Installation
Choose one of these options:
# Using yarn
yarn add @meysam213/iconsax-react
# Using npm
npm install @meysam213/iconsax-react
# Using pnpm
pnpm install @meysam213/iconsax-react
# Using bun
bun add @meysam213/iconsax-reactUsage
import { Iconsax } from '@meysam213/iconsax-react'
const App = () => {
return (
<Sax3dBuilding />
)
}
export default AppCustomization
You can customize the size, color, and stroke of the icon by passing the size, color, and stroke props to the component.
import { Iconsax } from '@meysam213/iconsax-react'
const App = () => {
return (
<Sax3dBuilding
className="text-red-500"
style={{ width: '100px', height: '100px' }}
/>
)
}
export default AppIcons
Source
Author
License
Copyright
Iconsax are the official icons of the Vuesax framework, these icons can be used for personal and commercial use for free, but they cannot be sold and distributed under another name, they cannot be used to create templates or ui kits without permission, if desired to use the iconsax icon pack for these purposes, you should contact: https://lusaxweb.net/contact