CottonBureau

fontawesome-6/Brands/CottonBureau
include('fontawesome-6/Brands/CottonBureau')
Illustration CottonBureau
illustration for Illustration illustration for CottonBureau

Sprites

The item provides the following sriptes:

  • <$CottonBureauXs>
  • <$CottonBureauSm>
  • <$CottonBureauMd>
  • <$CottonBureauLg>

CottonBureau

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 CottonBureau
include('fontawesome-6/Brands/CottonBureau')

' renders the element
CottonBureau('CottonBureau', 'Cotton Bureau', '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 CottonBureau
include('fontawesome-6/Brands/CottonBureau')

' renders the element
CottonBureau('CottonBureau', 'Cotton Bureau', 'an optional tech label', 'an optional description')
@enduml