SignalCellularConnectedNoInternet4Bar

material-4/Device/SignalCellularConnectedNoInternet4Bar
include('material-4/Device/SignalCellularConnectedNoInternet4Bar')
Illustration SignalCellularConnectedNoInternet4Bar
illustration for Illustration illustration for SignalCellularConnectedNoInternet4Bar

Sprites

The item provides the following sriptes:

  • <$SignalCellularConnectedNoInternet4BarXs>
  • <$SignalCellularConnectedNoInternet4BarSm>
  • <$SignalCellularConnectedNoInternet4BarMd>
  • <$SignalCellularConnectedNoInternet4BarLg>

SignalCellularConnectedNoInternet4Bar

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

' loads the Item which embeds the element SignalCellularConnectedNoInternet4Bar
include('material-4/Device/SignalCellularConnectedNoInternet4Bar')

' renders the element
SignalCellularConnectedNoInternet4Bar('SignalCellularConnectedNoInternet4Bar', 'Signal Cellular Connected No Internet4 Bar', '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('material-4/bootstrap')

' loads the Item which embeds the element SignalCellularConnectedNoInternet4Bar
include('material-4/Device/SignalCellularConnectedNoInternet4Bar')

' renders the element
SignalCellularConnectedNoInternet4Bar('SignalCellularConnectedNoInternet4Bar', 'Signal Cellular Connected No Internet4 Bar', 'an optional tech label', 'an optional description')
@enduml