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

60 lines
2.7 KiB
Plaintext

@startuml
sprite $mysql [48x48/16] {
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
00000006EEB6000000000000000000000000000000000000
0000000D95AFE60000000000000000000000000000000000
0000000990019FFC84000000000000000000000000000000
00000002F2000147BFC40000000000000000000000000000
000000008C00000003BF9000000000000000000000000000
000000000E5000000004EC10000000000000000000000000
0000000005D0000000001CD1000000000000000000000000
0000000000E40000000000BE200000000000000000000000
00000000007B00000000000BD10000000000000000000000
00000000001F100000000000DC0000000000000000000000
00000000000A9000000000002F9000000000000000000000
000000000002F2000000000007F300000000000000000000
00000000000089000000000000DC00000000000000000000
0000000000007A0000000000005F40000000000000000000
000000000000960000000000000CC0000000000000000000
000000000000D300000000000004F4000000000000000000
000000000000F100000000000000CC000000000000000000
000000000001F0000000000000004F400000000000000000
000000000001F001E000000000000CC00000000000000000
000000000000F209F7000000000003F70000000000000000
000000000000B50DFF1000000000009F8000000000000000
0000000000005B2F7D80000000000007EE50000000000000
0000000000000CFF22E200000000000005DB200000000000
00000000000001C7004A0000000000000006E50000000000
0000000000000000000530000000000000002C8000000000
00000000000000000000000000000000000249F600000000
0000000000000000000000000000000009FFC95100000000
0000000000000000000000000000000009F4000000000000
0000000000000000000000000000000000AF600000000000
000000000000000000000000000000000006FB0000000000
0000000000000000000000000000000000003DC000000000
000000000000000000000000000000000000007B00000000
000000000000000000000000000000000000000130000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
}
!define DEV_MYSQL(_alias) ENTITY(rectangle,black,mysql,_alias,DEV MYSQL)
!define DEV_MYSQL(_alias,_label) ENTITY(rectangle,black,mysql,_label,_alias,DEV MYSQL)
!define DEV_MYSQL(_alias,_label,_shape) ENTITY(_shape,black,mysql,_label,_alias,DEV MYSQL)
!define DEV_MYSQL(_alias,_label,_shape,_color) ENTITY(_shape,_color,mysql,_label,_alias,DEV MYSQL)
skinparam folderBackgroundColor<<DEV MYSQL>> White
@enduml