ClosedCaptioningSlash

fontawesome/Solid/ClosedCaptioningSlash
include('fontawesome/Solid/ClosedCaptioningSlash')
Illustration ClosedCaptioningSlash
illustration for Illustration illustration for ClosedCaptioningSlash

Sprites

The item provides the following sriptes:

  • <$ClosedCaptioningSlashXs>
  • <$ClosedCaptioningSlashSm>
  • <$ClosedCaptioningSlashMd>
  • <$ClosedCaptioningSlashLg>

ClosedCaptioningSlash

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

' loads the Item which embeds the element ClosedCaptioningSlash
include('fontawesome/Solid/ClosedCaptioningSlash')

' renders the element
ClosedCaptioningSlash('ClosedCaptioningSlash', 'Closed Captioning Slash', '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/bootstrap')

' loads the Item which embeds the element ClosedCaptioningSlash
include('fontawesome/Solid/ClosedCaptioningSlash')

' renders the element
ClosedCaptioningSlash('ClosedCaptioningSlash', 'Closed Captioning Slash', 'an optional tech label', 'an optional description')
@enduml