26 lines
728 B
Markdown
26 lines
728 B
Markdown
# icons
|
|
|
|
Icons for personal use.
|
|
|
|
## Direct Links
|
|
|
|
Use icons from CDN with this pattern:
|
|
|
|
```
|
|
<Base URL>/<Format>/<Icon Name>.<Format>
|
|
```
|
|
|
|
**Base URL options:**
|
|
- jsDelivr (recommended): `https://cdn.jsdelivr.net/gh/ryuupendragon/icons`
|
|
- GitHub Direct: `https://raw.githubusercontent.com/ryuupendragon/icons/main`
|
|
|
|
**Example:**
|
|
```html
|
|
<img src="https://cdn.jsdelivr.net/gh/ryuupendragon/icons/png/jellyfin.png" alt="Jellyfin">
|
|
```
|
|
|
|
## Legal
|
|
|
|
**Disclaimer**: All product names, trademarks, and registered trademarks are the property of their respective owners. Icons are used for identification purposes only and do not imply endorsement.
|
|
|
|
**License**: This project is available under the terms of the [LICENSE](LICENSE) file. |