Schneiderelectric

simpleicons-8/S/Schneiderelectric
include('simpleicons-8/S/Schneiderelectric')
Illustration Schneiderelectric
illustration for Illustration illustration for Schneiderelectric

Sprites

The item provides the following sriptes:

  • <$SchneiderelectricXs>
  • <$SchneiderelectricSm>
  • <$SchneiderelectricMd>
  • <$SchneiderelectricLg>

Schneiderelectric

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 Schneiderelectric
include('simpleicons-8/S/Schneiderelectric')

' renders the element
Schneiderelectric('Schneiderelectric', 'Schneiderelectric', '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 Schneiderelectric
include('simpleicons-8/S/Schneiderelectric')

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