Playstation2

simpleicons-8/P/Playstation2
include('simpleicons-8/P/Playstation2')
Illustration Playstation2
illustration for Illustration illustration for Playstation2

Sprites

The item provides the following sriptes:

  • <$Playstation2Xs>
  • <$Playstation2Sm>
  • <$Playstation2Md>
  • <$Playstation2Lg>

Playstation2

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 Playstation2
include('simpleicons-8/P/Playstation2')

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

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