The patch adds a new icon called `ICON_FILE_SVG` in the icons sheet, in order to use it in the file browser in place of the generic `ICON_FILE_3D`, used for other IO file types.
{F11849032} {F11849030}
The new `FILE_TYPE_SVG` is also used to properly filter SVG files in the grease pencil `Import SVG` operator //(also removed the ot->check function there, as far as I understand, it wasn't needed)//.
---
I don't know why, but the python script really wants to update `ICON_FORCE_BOID` even if there is no change in the svg or in the icon definition.
When I try to include it in the patch though phabricator sends an error, maybe I'm using `git diff --binary` in the wrong way, if I remove it as I did here it loads, but then the patch fails to build.