Vjacheslav Trushkin

Results 108 comments of Vjacheslav Trushkin

You can search material design icons on Iconify: https://iconify.design/icon-sets/ic/ Its a new SVG framework that is designed to replace glyph fonts. As bonus you can use this icons set and...

There is no support for React Native yet. This component renders SVG using dangerouslySetInnerHTML to add SVG content, instead of splitting icon into multiple React components. However proper support for...

Sorry for slow reply. No, I didn't fix it in Figma document, but I've just checked it - those icons are correct in Figma on "Export" page. So looks like...

As far as I know, tree shaking on fonts is not possible. You should avoid icon fonts unless you really have to use it. They render using font renderer, which...

Iconify is always in sync, automatically updated every 2 days. Angular component is available from third party here: https://github.com/visurel/iconify-angular Icons from Google Material Design set are available with 'ic' prefix,...

I don't know. Looking at description of `mat-icon`, it has `MatIconRegistry` service that can be used to set code for icon. So if you can set code for `thumb_up` to...

I've been thinking about that as well for next generation of API. My current plan is to allow filtering icons by: - Palette (uses `currentColor` or has hardcoded palette) -...

Thanks. Ideas and feedback are always welcome! Priority doesn't really matter because it is all done during same loading process in API. When icon set is loaded, checking each icon...

Added `tags` property to icon set information. In future update I'll use it to sort icon sets: - `Fill` tag for icon sets that use fill. - `Stroke` tag for...

Looks very good, it is an excellent icon set, but there is a problem with license. Only open source icon sets are added to Iconify. That icon set has a...