This PR adds a script that automatically extracts material design icons and metadata based on a jq json filter to tables. For now we can just start with the default google ones stripped down without variants.
We cannot use the npm library as the backend needs to serve the image url for the nativation entries. The json metadata file can be used in the frontend to generate a picker component then.
In preparation for #863 and #896
This PR adds a script that automatically extracts material design icons and metadata based on a jq json filter to tables. For now we can just start with the default google ones stripped down without variants.
We cannot use the npm library as the backend needs to serve the image url for the nativation entries. The json metadata file can be used in the frontend to generate a picker component then.