Vjacheslav Trushkin

Results 290 comments of Vjacheslav Trushkin

> Same issue here > > Running node 20.16.0 nuxt 3.12.3 @nuxt/icon 1.4.3 On Windows?

Sharp uses libvips to generate icons, which uses ImageMagick to parse SVGs, so probably ImageMagick bug: https://github.com/imagemagick/imagemagick

Are you asking how to use Figma plugin with custom API? I'm not sure what the question is related to VSCode.

Currently it cannot be added, but that might be possible in new version. As for VSCode plugin, I do not have any VSCode plugins, so you need to contact author...

You need to configure `/update` route. See https://iconify.design/docs/api/hosting-js/config.html#updating-icons I use GitHub web hooks to trigger update on all servers on push to git repo.

This is a very good idea. However it will be very hard to implement. I'll move this issue to API repository and will keep it open to make sure I...

Thanks for posting this. I guess it has been added recently, maybe intended to replace current icon set because current icon set is a mess. Repository where you see issues...

Unfortunately I don't think that source will be available. There are 7 different font weights for each icon, which I guess are managed by stroke width internally, but all SVGs...

So I wrote a script to get all icons for Material Symbols and ran it. There are currently 1903 icons, with all variations it ends up being 239778 files. Now...

To remove duplicates, you can check metadata: `https://fonts.google.com/metadata/icons?key=material_symbols&incomplete=true` That file has all icons, each icon has entries like this: ```ts export interface IconEntry { name: string; version: number; popularity: number;...