mirror of
https://github.com/tupadr3/plantuml-icon-font-sprites.git
synced 2026-05-07 16:56:20 +00:00
59 lines
2.7 KiB
Plaintext
59 lines
2.7 KiB
Plaintext
@startuml
|
|
sprite $code [48x48/16] {
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
0000000000000000074000003EE600B00000000000000000
|
|
00000000000000004FE000008FF208FB0000000000000000
|
|
0000000000000002FFF30000DFD00CFF8000000000000000
|
|
000000000000001DFF700001FF8001EFF500000000000000
|
|
00000000000000BFFA000006FF40003FFF30000000000000
|
|
00000000000009FFC000000BFF000006FFE1000000000000
|
|
0000000000006FFE1000000FFA0000009FFC000000000000
|
|
000000000000DFF80000004FF60000002FFF400000000000
|
|
0000000000003FFF4000009FF1000000CFF9000000000000
|
|
00000000000005FFE20000DFC0000009FFC0000000000000
|
|
000000000000008FFD0002FF8000007FFE10000000000000
|
|
000000000000000BFFB007FF300004FFF200000000000000
|
|
0000000000000000DFF30BFE00000DFF4000000000000000
|
|
00000000000000002EC00FFA000005F70000000000000000
|
|
000000000000000004202993000000600000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
}
|
|
|
|
|
|
!define DEV_CODE(_alias) ENTITY(rectangle,black,code,_alias,DEV CODE)
|
|
!define DEV_CODE(_alias, _label) ENTITY(rectangle,black,code,_label, _alias,DEV CODE)
|
|
!define DEV_CODE(_alias, _label, _shape) ENTITY(_shape,black,code,_label, _alias,DEV CODE)
|
|
!define DEV_CODE(_alias, _label, _shape, _color) ENTITY(_shape,_color,code,_label, _alias,DEV CODE)
|
|
skinparam folderBackgroundColor<<DEV CODE>> White
|
|
@enduml |