Skip to content

Elevate your design projects with Pixicons, a vibrant collection of pixel art icons tailored for modern user interfaces and user experiences. Perfect for developers and designers looking to infuse a retro aesthetic into their applications, Pixicons offers a unique blend of nostalgia and functionality.

License

Notifications You must be signed in to change notification settings

MicaheDev/pixicons

Repository files navigation

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:

  1. Create icons using LibreSprite or Aseprite at a size of 16 x 16 px, leaving a 2-pixel margin.
  2. Convert your pixel art to SVG using the following tool: SVG Converter.
  3. Manually create the React components based on the existing structure in the project.
  4. Export your new components in the barrel file located in the src directory.

License

This project is licensed under the MIT License.

About

Elevate your design projects with Pixicons, a vibrant collection of pixel art icons tailored for modern user interfaces and user experiences. Perfect for developers and designers looking to infuse a retro aesthetic into their applications, Pixicons offers a unique blend of nostalgia and functionality.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published