Skip to content

Instantly share code, notes, and snippets.

@palashkulsh
Created June 14, 2019 17:24
Show Gist options
  • Save palashkulsh/76b3c6413073142346b897c0a70f2777 to your computer and use it in GitHub Desktop.
Save palashkulsh/76b3c6413073142346b897c0a70f2777 to your computer and use it in GitHub Desktop.
how to use devicons in plantuml
#link to devicons https://github.com/tupadr3/plantuml-icon-font-sprites/blob/master/devicons/index.md
@startuml
' We only include the icon files.
!include <devicons/github>
!include <font-awesome/gitlab>
!include <devicons/redis>
frame redis [
' Reference github icon with <$icon>.
<$redis>
]
rectangle gitlab [
' Reference gitlab icon with <$icon>.
<$gitlab>
]
redis -> gitlab : ~#movingtogitlab
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment