1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-12-22 19:09:03 +00:00
plantuml/stdlib/devicons/nginx.puml
2017-11-20 17:10:36 +01:00

60 lines
2.7 KiB
Plaintext

@startuml
sprite $nginx [48x48/16] {
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000100000000000000000000000
0000000BE2003F20BFFFF105E0D7000BE1E9001CC0000000
0000000DFD105F33F855EA06F0F800AFF1CF91DF80000000
0000000EDEB05F3CD000480380F908FBF10CFFF900000000
0000000EB4F95F6F73CCCC65B0F95F77F202FFD000000000
0000000EB06FCF3AD299DF16F0FCF907F21DFFFA00000000
0000000EB008FF32F844F706F0FFC007F2CF91CF80000000
0000000B80009E108DDDC004C0BB1004D2F8000BB0000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
}
!define DEV_NGINX(_alias) ENTITY(rectangle,black,nginx,_alias,DEV NGINX)
!define DEV_NGINX(_alias,_label) ENTITY(rectangle,black,nginx,_label,_alias,DEV NGINX)
!define DEV_NGINX(_alias,_label,_shape) ENTITY(_shape,black,nginx,_label,_alias,DEV NGINX)
!define DEV_NGINX(_alias,_label,_shape,_color) ENTITY(_shape,_color,nginx,_label,_alias,DEV NGINX)
skinparam folderBackgroundColor<<DEV NGINX>> White
@enduml