adamchainz/heroicons

Add size=None support

Closed this issue · 0 comments

Description

Sometimes icon sizes should be flexible to match their containing element. It would be good to add support for size=None to the tags, to support this use case:

{% heroicon_outline "academic-cap" size=None %}
{{ heroicon_outline("academic-cap", size=None) }}