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 $gbp [48x48/16] {
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
00000000000000000000059CEEDB61000000000000000000
|
|
00000000000000000006EFFFFFFFFF910000000000000000
|
|
000000000000000000AFFFFFFFFFFFFE3000000000000000
|
|
00000000000000000AFFFFFFFFFFFFFFB000000000000000
|
|
00000000000000005FFFFFFFFFFFFFFE2000000000000000
|
|
0000000000000000DFFFFFE7435AFFF40000000000000000
|
|
0000000000000002FFFFFE1000002A600000000000000000
|
|
0000000000000005FFFFF500000000000000000000000000
|
|
0000000000000006FFFFF200000000000000000000000000
|
|
0000000000000007FFFFF100000000000000000000000000
|
|
0000000000000007FFFFF100000000000000000000000000
|
|
0000000000000007FFFFF100000000000000000000000000
|
|
0000000000000007FFFFF100000000000000000000000000
|
|
000000000000045AFFFFF655555510000000000000000000
|
|
0000000000003FFFFFFFFFFFFFFF80000000000000000000
|
|
0000000000004FFFFFFFFFFFFFFF80000000000000000000
|
|
0000000000004FFFFFFFFFFFFFFF80000000000000000000
|
|
0000000000002EEFFFFFFFEEEEEE50000000000000000000
|
|
0000000000000007FFFFF100000000000000000000000000
|
|
0000000000000007FFFFF100000000000000000000000000
|
|
0000000000000007FFFFF100000000000000000000000000
|
|
0000000000000007FFFFF100000000266650000000000000
|
|
0000000000000007FFFFF100000000CFFFF3000000000000
|
|
0000000000000007FFFFF100000000CFFFF3000000000000
|
|
0000000000000007FFFFF100000000CFFFF3000000000000
|
|
0000000000000007FFFFF100000000CFFFF3000000000000
|
|
000000000000199CFFFFFBAAAAAAAAEFFFF3000000000000
|
|
0000000000004FFFFFFFFFFFFFFFFFFFFFF3000000000000
|
|
0000000000004FFFFFFFFFFFFFFFFFFFFFF3000000000000
|
|
0000000000004FFFFFFFFFFFFFFFFFFFFFF3000000000000
|
|
0000000000003FFFFFFFFFFFFFFFFFFFFFF2000000000000
|
|
000000000000012222222222222222222210000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
}
|
|
|
|
|
|
!define FA_GBP(_alias) ENTITY(rectangle,black,gbp,_alias,FA GBP)
|
|
!define FA_GBP(_alias,_label) ENTITY(rectangle,black,gbp,_label,_alias,FA GBP)
|
|
!define FA_GBP(_alias,_label,_shape) ENTITY(_shape,black,gbp,_label,_alias,FA GBP)
|
|
!define FA_GBP(_alias,_label,_shape,_color) ENTITY(_shape,_color,gbp,_label,_alias,FA GBP)
|
|
skinparam folderBackgroundColor<<FA GBP>> White
|
|
@enduml
|