mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 19:09:03 +00:00
60 lines
2.8 KiB
Plaintext
60 lines
2.8 KiB
Plaintext
@startuml
|
|
sprite $bing_small [48x48/16] {
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000010000000000000000000000000000000000000
|
|
00000000006FC83000000000000000000000000000000000
|
|
00000000006FFFFD94000000000000000000000000000000
|
|
00000000006FFFFFFF400000000000000000000000000000
|
|
00000000006FFFFFFF400000000000000000000000000000
|
|
00000000006FFFFFFF400000000000000000000000000000
|
|
00000000006FFFFFFF400000000000000000000000000000
|
|
00000000006FFFFFFF400000000000000000000000000000
|
|
00000000006FFFFFFF400000000000000000000000000000
|
|
00000000006FFFFFFF402500000000000000000000000000
|
|
00000000006FFFFFFF400EFC830000000000000000000000
|
|
00000000006FFFFFFF4007FFFFD940000000000000000000
|
|
00000000006FFFFFFF4000FFFFFFFEA50000000000000000
|
|
00000000006FFFFFFF40008FFFFFFFFFFB61000000000000
|
|
00000000006FFFFFFF40001FFFFFFFFFFFFFC30000000000
|
|
00000000006FFFFFFF400009FFFFFFFFFFFFF50000000000
|
|
00000000006FFFFFFF400002FFFFFFFFFFFFF50000000000
|
|
00000000006FFFFFFF40000006DFFFFFFFFFF50000000000
|
|
00000000006FFFFFFF4000000004CFFFFFFFF50000000000
|
|
00000000006FFFFFFF4000000003BFFFFFFFF50000000000
|
|
00000000006FFFFFFF40000003BFFFFFFFFFF50000000000
|
|
00000000006FFFFFFF4000019FFFFFFFFFFFF50000000000
|
|
00000000006FFFFFFA00018FFFFFFFFFFFFFF50000000000
|
|
00000000006FFFFF80019FFFFFFFFFFFFFFD300000000000
|
|
00000000006FFFF6008FFFFFFFFFFFFFFF60000000000000
|
|
00000000006FFF407EFFFFFFFFFFFFFF9100000000000000
|
|
00000000006FE36EFFFFFFFFFFFFFFC30000000000000000
|
|
00000000006D8DFFFFFFFFFFFFFFE5000000000000000000
|
|
00000000005EFFFFFFFFFFFFFFFA10000000000000000000
|
|
000000000005FFFFFFFFFFFFFC3000000000000000000000
|
|
0000000000002CFFFFFFFFFE500000000000000000000000
|
|
000000000000007FFFFFFF91000000000000000000000000
|
|
0000000000000003DFFFC300000000000000000000000000
|
|
000000000000000009E50000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
}
|
|
|
|
|
|
!define DEV_BING_SMALL(_alias) ENTITY(rectangle,black,bing_small,_alias,DEV BING_SMALL)
|
|
!define DEV_BING_SMALL(_alias,_label) ENTITY(rectangle,black,bing_small,_label,_alias,DEV BING_SMALL)
|
|
!define DEV_BING_SMALL(_alias,_label,_shape) ENTITY(_shape,black,bing_small,_label,_alias,DEV BING_SMALL)
|
|
!define DEV_BING_SMALL(_alias,_label,_shape,_color) ENTITY(_shape,_color,bing_small,_label,_alias,DEV BING_SMALL)
|
|
skinparam folderBackgroundColor<<DEV BING_SMALL>> White
|
|
@enduml
|