Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/developedbyant/get-svg
https://github.com/developedbyant/get-svg
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/developedbyant/get-svg
- Owner: developedbyant
- Created: 2024-03-18T23:56:19.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-04T15:49:48.000Z (5 months ago)
- Last Synced: 2024-09-18T12:14:20.146Z (about 2 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Get svg
Get-svg is an npm script that simplifies the process of adding SVG icons to your project without the need to download and manage a large icon set. With get-svg, you can dynamically include only the icons you need, reducing unnecessary bloat and optimizing your project for performance.## How to use
Just run `npx get-svg` and follow the prompts.
```bash
npx get-svg
```
```bash
bunx get-svg
```## Support
get-svg allows you to include a wide range of SVG icons in your project. It leverages various icon sources to provide a diverse set of icons for your use.- [Lucide Icons](https://lucide.dev/)
- [Google Icons](https://fonts.google.com/icons)
- [Bootstrap Icons](https://icons.getbootstrap.com/)
- [FontAwesome](https://fontawesome.com/)Feel free to explore these icon repositories and discover the icons that best suit your project.