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 if it's due to some problem locally, 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.
Visually it's exactly the same as before so I was going to include it in the patch, though phabricator wasn't happy with the patch, maybe I was using `git diff --binary` in the wrong way, so in the end I removed it.