I am using the current version of plantuml.jar (1.2023.13). I create my drawings using the Visual Studio Code plugin on Mac.
For the first time, I am trying to use Open Iconic in my diagram. My understanding is that it is already integrated in Plantuml. However, I get a syntax error on "listopeniconic" command:
@startuml
listopeniconic
@enduml
Is there some additional plugin I need to download? Thanks.