An open API service indexing awesome lists of open source software.

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

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)