-
-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to Ingest Outside Icon Libraries #48
Comments
Just found out that Symbolicons is also doing a Pro version... which means that this issue (feature request?) should apply to that as well. I think the only way to do it is to fork the repo and incorporate what I want myself, so maybe the larger issue at hand is creating a user guide to give some insight as to how to do that. Thoughts, @punker76? Sent from my Htc HTC6535LVW using FastHub |
@punker76 I've updated the title of this since it extends beyond just FA5 now - Symbolicons has a pro license, and this could be used to satisfy #67 as well. Can we update the Wiki to walk people through how to generate an
Obviously, by "we", I mean "you" 😆 😆 😆 |
@punker76 can you package the script you use to parse SVG files in the next release? |
For anyone who needs it, I created a Python file that generates a custom Also, the script assumes that the directory follows the structure that FontAwesome ships in - specifically that there is one master directory (e.g. Finally, I specifically created this with FontAwesome icons in mind, but it can be easily adapted for other icon types. The file can be found at this gist - hope it helps! @punker76 I'll leave it up to you whether or not to close this - technically, this is just a workaround, but it does solve my issue, so.... |
I realized that I forgot ... I'm reworking the script to operate off the the @punker76, this definitely isn't closed yet. |
New update... Got both files to generate correctly, but now there is an issue with the number of items in a single class. I'll be working to break out the
I may also tackle |
Gist is updated with the latest version. A few caveats:
@punker76, if I were to create a PR that breaks the FA icon pack into multiple types ( |
As the FA5 release date rapidly approaches (30 June, last I looked), I am going to be interested in incorporating my pro license into some of my apps. However, I know that we cannot just give away FA5 Pro Icons.
The only solution I see is for me to generate my own version of MA.M.IP, but I am unsure as to how to incorporate the FA5 Pro icons (or any icons, for that matter) into it. Can a quick-guide be generated? Or, as a separate concept, could a private repo be created that has FA5 icons incorporated, and we just control access to it? (Not sure how we can ensure access is limited to only those who have purchased the Pro pack...)
I'm also open to suggestions on any other ideas.
The text was updated successfully, but these errors were encountered: