Svelte SVG is a web app built with SvelteKit that allows users to collect SVG icons from anywhere on the web or downloaded svg files to create a single Svelte component to import from. Each icon in the generated Svelte component extends props such as class, style; making it simple to use and customize.
random-words
)In you main page, Import your Icons component to where you're using it
<script>
import Icons from '$lib/Icons.svelte';
</script>
<Icons icon="SvelteSVG" class="h-12 w-12 fill-primary-content" style="" />
Prop | |
---|---|
icon | Icon name (from your input Uses Typescript for Intellisense ) |
class | Pass class (e.g. tailwind classes) |
style | Pass styles (e.g. 'fill: blue;') |
[ ] Minify and validate SVG [ ] Error Handling [ ] SVG inner CSS styles conflicts [ ] Allow import previous components [ ] Export with Icon Guide (click to copy feature) [ ] Integrate DB for shareable collections [ ] Dark Mode!
Contributions are welcome! If you have any ideas, bug fixes, or new features to propose, please open an issue or submit a pull request. Let's make this tool even better together!
This project is licensed under the MIT License.
If you have any questions or need assistance, feel free to reach out to me at guynatumanya@gmail.com.