F1

simpleicons-8/F/F1
include('simpleicons-8/F/F1')
Illustration F1
illustration for Illustration illustration for F1

Sprites

The item provides the following sriptes:

  • <$F1Xs>
  • <$F1Sm>
  • <$F1Md>
  • <$F1Lg>

F1

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 F1
include('simpleicons-8/F/F1')

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

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