I'd like to be able to add custom SVG icons to my components, something like this:
```json
{
"collectionName": "components_form_addresses",
"info": {
"displayName": "Address",
"description": "",
"icon": "../../icons/address-book.svg"
},
"options": {},
"attributes": {
"required": {
"type": "boolean"
}
}
}