is there a way to access a `<vector>` resour...
# compose
e
is there a way to access a
<vector>
resource and extract the path in order to make a shape?
Copy code
ImageVector.Companion.vectorResource(id = $id) will get the vector resource. 

ok, just need to figure out the rest from there