is there a svg to clj converter anywhere?
svg to hiccup? The closest that came to my mind is an HTML to hiccup transform: • https://github.com/clj-commons/hickory • https://github.com/nathell/clj-tagsoup • https://github.com/green-coder/html-to-hiccup
I am using the last one because it is a CLJC lib, but also because it's my own.