mirror of
https://github.com/octoleo/plantuml.git
synced 2025-01-07 00:53:57 +00:00
60 lines
2.7 KiB
Plaintext
60 lines
2.7 KiB
Plaintext
@startuml
|
|
sprite $swift [48x48/16] {
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000030000000000000000000
|
|
00000000000000000000000000002C100000000000000000
|
|
000000000000000000000000000009E30000000000000000
|
|
000000000000001100000000000001FF4000000000000000
|
|
0000000000000006300000000000009FF400000000000000
|
|
0000000000050000B50000000000003FFF20000000000000
|
|
00000000000490001E8000000000000CFFD0000000000000
|
|
0000000000009C1004FA000000000008FFF9000000000000
|
|
0000000000000DE4008FC10000000005FFFF300000000000
|
|
00000000000002EF700BFE3000000002FFFFB00000000000
|
|
000000000000003FFC10CFF700000001FFFFF20000000000
|
|
0000000000000006FFE42EFF90000000FFFFF80000000000
|
|
00000000000000008FFF84FFFC100001FFFFFD0000000000
|
|
000000000000000009FFFC7FFFE30003FFFFFF1000000000
|
|
000000000000000000AFFFFCFFFF7006FFFFFF4000000000
|
|
0000000000000000000AFFFFFFFFFB2CFFFFFF6000000000
|
|
00000000000000000000AFFFFFFFFFFFFFFFFF8000000000
|
|
000000000000000000000AFFFFFFFFFFFFFFFF8000000000
|
|
00000000000000000000008FFFFFFFFFFFFFFF8000000000
|
|
000000000000000000000008FFFFFFFFFFFFFF7000000000
|
|
0000000380000000000000007FFFFFFFFFFFFF4000000000
|
|
000000007E6000000000000005FFFFFFFFFFFF3000000000
|
|
000000000AFE6100000000003CFFFFFFFFFFFFD000000000
|
|
0000000000BFFFB74222368DFFFFFFFFFFFFFFF700000000
|
|
00000000000AFFFFFFFFFFFFFFFFFFFFFFFFFFFE00000000
|
|
0000000000008FFFFFFFFFFFFFFFFFFFFFFFFFFF50000000
|
|
00000000000004EFFFFFFFFFFFFFFFFFFFFFFFFFA0000000
|
|
0000000000000019FFFFFFFFFFFFFFFFFF9669EFD0000000
|
|
000000000000000019EFFFFFFFFFFFFF8100000AE0000000
|
|
000000000000000000049DFFFFFFEB6100000000B0000000
|
|
000000000000000000000001232100000000000010000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
}
|
|
|
|
|
|
!define DEV_SWIFT(_alias) ENTITY(rectangle,black,swift,_alias,DEV SWIFT)
|
|
!define DEV_SWIFT(_alias,_label) ENTITY(rectangle,black,swift,_label,_alias,DEV SWIFT)
|
|
!define DEV_SWIFT(_alias,_label,_shape) ENTITY(_shape,black,swift,_label,_alias,DEV SWIFT)
|
|
!define DEV_SWIFT(_alias,_label,_shape,_color) ENTITY(_shape,_color,swift,_label,_alias,DEV SWIFT)
|
|
skinparam folderBackgroundColor<<DEV SWIFT>> White
|
|
@enduml
|