https://github.com/ivanceras/rings
Collections of icons that is ready to be used with sauron web framework
https://github.com/ivanceras/rings
Last synced: 6 months ago
JSON representation
Collections of icons that is ready to be used with sauron web framework
- Host: GitHub
- URL: https://github.com/ivanceras/rings
- Owner: ivanceras
- License: mit
- Created: 2023-09-05T18:19:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-06T00:44:53.000Z (over 2 years ago)
- Last Synced: 2025-07-22T11:47:02.865Z (6 months ago)
- Language: Rust
- Size: 151 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# Rings
A collections of flat svg icons for sauron web framework.
Most of the icons is copied from [feather](https://github.com/feathericons/feather)
## Added icons:
- flip_camera
## Workflows
This uses xtask to generate svg node from the svg files.
## Fix filenames
```sh
cargo xtask fix-filenames
```
## Generate asset files
```sh
cargo xtask generate-assets
```
LICENSE: MIT