You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iconify is great and it has lots of useful icons. But what if I want a button with my company logo or I want to create a button for IDS, IFC and BCF that contain the official builsingSmart logos?
Would it be possible to allow some how the integration of svg files to personalize icons?
Thanks!
Suggested solution 💡
create an svg file somewhere in the repo, instead of using (icon= 'gg:add' ) there is a property called svg ( svg= './assets/images/my-logo.svg' )
Description 📝
Iconify is great and it has lots of useful icons. But what if I want a button with my company logo or I want to create a button for IDS, IFC and BCF that contain the official builsingSmart logos?
Would it be possible to allow some how the integration of svg files to personalize icons?
Thanks!
Suggested solution 💡
create an svg file somewhere in the repo, instead of using (icon= 'gg:add' ) there is a property called svg ( svg= './assets/images/my-logo.svg' )
Alternative ⛕
Creating a children inside the button that contains the symbol
https://nucleoapp.com/blog/post/guide-to-importing-svg-icons-in-html
that solution requiers a lot of code, I wonder if we can have it as part of the components
Additional context ☝️
For example, my toolbar could have something like this:
Validations ✅
The text was updated successfully, but these errors were encountered: