https://github.com/snowball-tools/convertsvgtosfsymbol
Convert SVG files to SF Symbol. Current implementation overwrites the original SVG
https://github.com/snowball-tools/convertsvgtosfsymbol
ruby sf-symbols svg
Last synced: about 2 months ago
JSON representation
Convert SVG files to SF Symbol. Current implementation overwrites the original SVG
- Host: GitHub
- URL: https://github.com/snowball-tools/convertsvgtosfsymbol
- Owner: snowball-tools
- License: mit
- Created: 2023-06-02T00:13:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T00:53:12.000Z (about 3 years ago)
- Last Synced: 2025-01-20T13:36:53.083Z (over 1 year ago)
- Topics: ruby, sf-symbols, svg
- Language: Ruby
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ConvertSVGToSFSymbol
## Getting Started
Convert `SVG` files to `SF Symbol`. Current impl overwrites the original `SVG`
`gem install nokogiri`
### svg file
`ruby SVGToSFSymbol.rb fileName.svg`
### svg file directory
`ruby SVGToSFSymbolDirectory.rb directory`
## Thanks
- original [repo](https://github.com/griffin-stewie/convertSVGToSFSymbol)
- [article](https://techlife.cookpad.com/entry/2021/01/05/custom-symbols-en)