Skip to content
Discussion options

You must be logged in to vote

When you create an icon, you have to add it to
https://github.com/Arcticons-Team/Arcticons/blob/main/newicons/appfilter.xml

Let's say you created an icon for Flirb, you will have to add the following line to the right alphabetic place

	<!-- Flirb -->
	<item component="ComponentInfo{net.flirb.app/net.flirb.app.MainActivity}" drawable="flirb"/>
  • <!-- Flirb --> is the commercial name of the app
  • component="ComponentInfo{net.flirb.app/net.flirb.app.MainActivity}" is the component name of the App, your phone can generate it when you select this app in Iconrequest.
  • drawable="flirb" is the filename of the icon you drew (without the .svg) Usually you use the same name as the default one but you c…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by Donnnno
Comment options

You must be logged in to vote
1 reply
@Kaiserdragon2
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants