antfu-collective / icones

⚡️ Icon Explorer with Instant searching, powered by Iconify
https://icones.js.org
MIT License
4.96k stars 240 forks source link

fix: do not convert attributes starting with stroke #201

Closed btea closed 8 months ago

btea commented 10 months ago

Description

For example, if I copy the line-md:uploading-loop icon to a vue-ts component, attributes such as stroke-dasharray will be converted, causing related attributes to become invalid.

Linked Issues

Additional context