MudBlazor / MudBlazor

Blazor Component Library based on Material design with an emphasis on ease of use. Mainly written in C# with Javascript kept to a bare minimum it empowers .NET developers to easily debug it if needed.
http://mudblazor.com
MIT License
7.13k stars 1.17k forks source link

Add robot to Material design icon #6706

Open madnik7 opened 1 year ago

madnik7 commented 1 year ago

Feature request type

Enhance component

Component name

Icons.Material

Is your feature request related to a problem?

No response

Describe the solution you'd like

Just add this icon

https://fonts.google.com/icons?selected=Material+Symbols+Outlined:robot:FILL@0;wght@400;GRAD@0;opsz@48&icon.query=robot

Have you seen this feature anywhere else?

No response

Describe alternatives you've considered

No response

Pull Request

Code of Conduct

ScarletKuro commented 1 year ago

Hi. Unfortunately, we do not support Material Symbols. We only support Material Icons.

Etzix commented 1 month ago

Hi. Unfortunately, we do not support Material Symbols. We only support Material Icons.

Out of curiosity, What is the reason for not supporting Material Symbols?

ScarletKuro commented 1 month ago

Mainly, because Material symbols is basically a font https://developers.google.com/fonts/docs/material_symbols and you customize it via CSS by settings the color, font, background properties. We do not have support for this, we only support SVG in the core. Well, technically you can get the SVG versions I guess, but the whole point of the customization of fill, weight, grade and optical size(also u can do some animations) will be gone.