2.7.0 • Published 6 months ago
pixicons v2.7.0
Pixicons
Pixicons is a collection of pixelated icons designed specifically for React applications, perfect for enhancing your UI/UX projects with a retro flair.
Installation
To install Pixicons, run the following command:
npm i pixicons
Usage
Here’s how you can use Pixicons in your React components:
import { HomeIcon } from "pixicons";
function App() {
return <HomeIcon size={20} />;
}
Contributing
Pixicons is an open-source project, and contributions are welcome! To collaborate, please follow these guidelines:
- Create icons using LibreSprite or Aseprite at a size of 16 x 16 px, leaving a 2-pixel margin.
- Convert your pixel art to SVG using the following tool: SVG Converter.
- Manually create the React components based on the existing structure in the project.
- Export your new components in the barrel file located in the
src
directory.
License
This project is licensed under the MIT License.
2.7.0
6 months ago
2.6.0
6 months ago
2.5.0
6 months ago
2.4.0
6 months ago
2.3.0
6 months ago
2.1.0
6 months ago
2.0.0
7 months ago
1.9.0
7 months ago
1.8.0
7 months ago
1.7.0
7 months ago
1.6.0
7 months ago
1.5.0
7 months ago
1.4.0
7 months ago
1.3.0
7 months ago
1.2.0
7 months ago
1.1.0
7 months ago
0.0.0
7 months ago
1.0.1
7 months ago
1.0.0
7 months ago