Vjacheslav Trushkin

Results 268 comments of Vjacheslav Trushkin
trafficstars

Closing this issue. Title, as well as all other accessibility attributes, work very well with web component. For older implementations it is not worth effort to add support for title,...

Sorry for slow response. I'm not sure how to implement it. Component accepts all attributes. If attribute applies to icon, such as `icon` attribute, it is used to generate icon....

Try this: ```ts import Icon from '@iconify/svelte/dist/OfflineIcon.svelte'; ```

Try adding `.js` extension to import to point to exact file. Though it looks like a bug in whatever is used to build files and map imports - it should...

Is it added as dev dependency or production? Since it is used in production, not bundled, make sure it is installed as production dependency.

Then I have no more ideas on how to solve this. Structure sounds solid, import should have worked correctly. Another possible solution is to try `unplugin-icons` instead: https://github.com/antfu/unplugin-icons It is...

That's an interesting idea. Not sure how to implement it, but it is something to think about. If by "similar" you mean icons with similar names and same dimensions, then...

Thanks for noticing. For that icon set, license in package is `(CC-BY-4.0 OR OFL-1.1 OR MIT)`, but that applies to entire repository. In readme, license for icons is `CC 4.0`,...

Yes, I agree.

I've changed license to CC-BY 4.0 in files, but will keep this issue open for now until icon set authors confirm it.