S7Airlines

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

Sprites

The item provides the following sriptes:

  • <$S7AirlinesXs>
  • <$S7AirlinesSm>
  • <$S7AirlinesMd>
  • <$S7AirlinesLg>

S7Airlines

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

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

' renders the element
S7Airlines('S7Airlines', 'S7 Airlines', 'an optional tech label', 'an optional description')
@enduml