Fontawesome

simpleicons-8/F/Fontawesome
include('simpleicons-8/F/Fontawesome')
Illustration Fontawesome
illustration for Illustration illustration for Fontawesome

Sprites

The item provides the following sriptes:

  • <$FontawesomeXs>
  • <$FontawesomeSm>
  • <$FontawesomeMd>
  • <$FontawesomeLg>

Fontawesome

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('simpleicons-8/bootstrap')

' loads the Item which embeds the element Fontawesome
include('simpleicons-8/F/Fontawesome')

' renders the element
Fontawesome('Fontawesome', 'Fontawesome', 'an optional tech label', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('simpleicons-8/bootstrap')

' loads the Item which embeds the element Fontawesome
include('simpleicons-8/F/Fontawesome')

' renders the element
Fontawesome('Fontawesome', 'Fontawesome', 'an optional tech label', 'an optional description')
@enduml