LeftLong

fontawesome-6/Solid/LeftLong
include('fontawesome-6/Solid/LeftLong')
Illustration LeftLong
illustration for Illustration illustration for LeftLong

Sprites

The item provides the following sriptes:

  • <$LeftLongXs>
  • <$LeftLongSm>
  • <$LeftLongMd>
  • <$LeftLongLg>

LeftLong

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('fontawesome-6/bootstrap')

' loads the Item which embeds the element LeftLong
include('fontawesome-6/Solid/LeftLong')

' renders the element
LeftLong('LeftLong', 'Left Long', '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('fontawesome-6/bootstrap')

' loads the Item which embeds the element LeftLong
include('fontawesome-6/Solid/LeftLong')

' renders the element
LeftLong('LeftLong', 'Left Long', 'an optional tech label', 'an optional description')
@enduml