I am using Visio for creating icons for my Android application. Android Studio (development environment for Android applications) includes a built-in tool to convert svg files to their own format (vector drawables). However, element such as <text> are not supported. Therefore, I would like to generate a svg file that only contains <path> elements.
Is this possible? If yes, how can I achieve this?