Added packages for all Google Material Symbols styles#281
Conversation
|
Heya. How does this one differ from the already existing google material design icons? I'd also like to see this as one single package where the icons have their specific variant as a prefix rather than separate packages. |
|
Hey Dries! The existing "material design" packages are for the "old" google icons. But those are deprecated since 2022 and were replaced by the new "material symbols". Those are more complex with several available styles and there are also a lot more of unique icons then before (~4000 for material symbols, ~900 in material design). I splitted the different styles in different packages as theyre not intended to be used together, because its always the same icons but different styles. The concept is to choose one specific style as it makes no sense to use multiple together. Also file size is an argument, because otherwise you would have to install hundreds of unnecessary MBs as its a lot of icon files (each set is around 35 MB). |
|
@enso-san ok that makes sense to me. Thanks for explaining! |
|
Also feel free to send in a PR to the blade ui kit website repo to add them to the search. Thanks!! |
|
|
Sorry, adding to the UI kit website didnt worked out... as i wanted to be up to date with my packages i used illuminate/support at v12.0. But the UI kit website is still on Laravel 11.... |
No description provided.