Skip to main content

I am using a material design icons and instead of linking to that separate file I wanted to know could I just have those master components in my own file rather linking to one. I have cut and pasted but they still go to the external file.

You can paste them all in your file. If they appear to be instances (which link to the other file), you can detach them and make them multiple components again.

But keep in mind to copy the exact components not the instances. Because when you detach and remake components, all properties in each original component will be gone.


Reply