Paper Icons is a modern and beautiful icon library built to seamlessly integrate with Paper UI.
[Documentation](https://icons.paperui.com/)
## Installation
### CDN
Import Paper Icons using CDN. The import.min.js file will automatically import all styles and JavaScript files into the ``````.
```html
```
#### 🚧 Specific Version
```html
```
### NPM
Install Paper Icons using [npm and node](https://nodejs.org/en).
```bash
npm install papericons
```
## Import
Import icon definitions from ```papericons```.
```index.js```
```js
import paperIcons from 'papericons';
document.addEventListener('DOMContentLoaded', () => {
paperIcons.replaceIcons();
});
```
## Usage
Use the ```
``` tag in HTML markup. Refer to the [Icon Docs](https://icons.paperui.com) for more guidance on using each icon. That's it 🎉.
```HTML```
```html
```
Check out the demo on [codepen](https://codepen.io/GreenestGoat/pen/YzbpOBv).
## Copyright and license
Licensed under the MIT License, Copyright © 2024-present Opensource-Paper.
See [LICENSE](https://github.com/Opensource-Paper/PaperIcons/blob/main/LICENSE) for more information.