Add JSON Feed Icon
This adds a JSON Feed Icon. JSON Feed is an alternative to RSS feeds, created by Manton Reece and Brent Simmons, I thought this was worth adding to social icons.
Icon sourced from JSONFeed Github repo: https://github.com/brentsimmons/JSONFeed/tree/master/graphics
Looks good:
Did not have time to check out and compile this one, but looking at the code, the markup for the SVG looks a little sensitive: https://raw.githubusercontent.com/Automattic/social-logos/d2f17bcd12a2b183e2a045f4317c2b6684401288/sources/svg/json-feed.svg
There are some empty groups and some translates thrown in there, which render fine and might be caught by our minimizer. But to be sure it might be good to flatten and simplify the source file manually. If you have access to illustrator:
- Open the source svg
- Delete invisible groups (usually white arrow key to select handles in the corners then delete key)
- Select all, use pathfinder to "make compound shape" then "expand"
- Select all, copy, create new file 24x24, ctrl shift V to paste in place, export as SVG.
If you need help with this let me know.
Thanks again!
Hi, no problem, I've removed these groups inside Illustrator, they still persisted even when exporting from Illustrator but I did a manual cleanup in the SVG source instead.