https://github.com/jannicz/svg-sprite-generator
Upload your SVG icons and retrieve a SVG sprite containing them!
https://github.com/jannicz/svg-sprite-generator
generator icons sprite svg
Last synced: 3 months ago
JSON representation
Upload your SVG icons and retrieve a SVG sprite containing them!
- Host: GitHub
- URL: https://github.com/jannicz/svg-sprite-generator
- Owner: jannicz
- License: mit
- Created: 2020-07-03T11:34:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:31:56.000Z (over 2 years ago)
- Last Synced: 2023-02-27T05:11:34.995Z (over 2 years ago)
- Topics: generator, icons, sprite, svg
- Language: TypeScript
- Homepage: https://svg-sprite-generator.vercel.app
- Size: 3.69 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SVG Sprite Generator
**[Visit the SVG Generator](https://svg-sprite-generator.vercel.app/)**
## What it does
- creates SVG symbols files from uploaded SVG icons
- modifies the attributes so that the icons can be used from a sprite file
- concatenates all files into a symbol file (actually the sprite file)## Usage
- drop (upload) your files
- set modifiers (i.e. whether fill/stroke should be stripped)
- click `TRANSFORM` to trigger the generation
- copy and paste the generated markup into a your `sprite.svg` file# Development notes
## Used libraries and scripts
- material-ui for complex UI components and icons
- Typescript for compiling *.tsx files