Welcome to the Developer Icons project! This document provides an overview of the project structure and helps you navigate the repository.
The root of the repository is the npm package for Developer Icons. The main source code resides here.
lib
DirectoryThe lib
folder contains the main source files for the npm package. This is where the icon components are developed and maintained.
docs
DirectoryThe docs
subfolder hosts the website made with Astro. It provides information about the package, preview of all the available icons and usage guides and examples.
playground
DirectoryThe playground
folder contains the source of root Vite React project used for testing the icon library. This is where you can experiment with icons as they are being developed.
icons
DirectoryThe icons
folder stores the raw and processed SVG files. These SVGs are used to create the icon components that make up the library.