I'm using my own collection of icons, and as it's the only collection I'm using, so I'd like not to have to give it its own name.
So I'd like to do this:
<span className="i-apple" />
<span className="i-check" />
But currently have to do this:
<span className="i-myicons-apple" />
<span className="i-myicons-check" />
Is this possible?
I tried giving the collection the empty string as a name but that didn't work.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too