Not sure if this actually doable, but it would be a great solution for us. Ok here we go, gonna try to explain this as good as I can 
I’m creating a component which is a row containing five columns. In the first column I having a headline element and in the other four columns there will be one of four available icons. The icons are placed in the same document and are svg code inserted in four different div -> raw content and then created as component with “export component”.
When I insert this row component on a new page I want to be able to choose Headline (I have solved this) but also in the four columns I want to choose which icon to use. Is this possible with parameters?
