mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-22 13:05:09 +00:00
60 lines
2.9 KiB
Plaintext
60 lines
2.9 KiB
Plaintext
@startuml
|
|
sprite $volume_control_phone [48x48/16] {
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000001620000000000000
|
|
00000000000000000000000000000000BFE2000000000000
|
|
00000000000000000000000000000000AFFD000000000000
|
|
000000000000000000000000000000001EFF900000000000
|
|
0000000000000000000000000000162003FFF40000000000
|
|
0000000000000000000000000000BFE1007FFC0000000000
|
|
0000000000000006BEFE60000000AFFC000EFF4000000000
|
|
00000000000005EFFFFFFA0000001EFF7006FF9000000000
|
|
0000000000004FFFFFFFFF00162003FFE001FFE000000000
|
|
000000000001EFFFFFFFFC00BFE100AFF400CFF200000000
|
|
000000000009FFFFFFFFF700AFFA005FF9008FF500000000
|
|
00000000001FFFFFFFFFF3001EFF001FFB006FF700000000
|
|
00000000008FFFFFFFFFE0000AFF300FFD005FF800000000
|
|
0000000000EFFFFFFFFFA0000BFF200FFD005FF800000000
|
|
0000000005FFFFFFFFFF60002FFF001FFB007FF700000000
|
|
000000000AFFFFC446760000BFF9005FF9008FF500000000
|
|
000000000EFFFF5000000000AFD100BFF400CFF200000000
|
|
000000001FFFFF1000000000041004FFE001FFE000000000
|
|
000000003FFFFD000000000000001EFF6007FF9000000000
|
|
000000005FFFFA00000000000000BFFB000EFF3000000000
|
|
000000007FFFF700000000000000AFD1008FFB0000000000
|
|
000000007FFFF600000000000000041004FFF30000000000
|
|
000000008FFFF50000000000000000002EFF900000000000
|
|
000000008FFFF5000000000000000000BFFC000000000000
|
|
000000007FFFF7000000000000000000AFD1000000000000
|
|
000000006FFFF80000000000000000000410000000000000
|
|
000000005FFFFB0000000000000000000000000000000000
|
|
000000003FFFFF0000000000000000000000000000000000
|
|
000000000FFFFF2000000000000000000000000000000000
|
|
000000000CFFFF7000000000000000000000000000000000
|
|
0000000008FFFFF99BCB1000000000000000000000000000
|
|
0000000002FFFFFFFFFF7000000000000000000000000000
|
|
0000000000CFFFFFFFFFB000000000000000000000000000
|
|
00000000005FFFFFFFFFF000000000000000000000000000
|
|
00000000000CFFFFFFFFF400000000000000000000000000
|
|
000000000004FFFFFFFFF900000000000000000000000000
|
|
000000000000BFFFFFFFFD00000000000000000000000000
|
|
0000000000001DFFFFFFFF00000000000000000000000000
|
|
000000000000009FFFFFE500000000000000000000000000
|
|
000000000000000169B81000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
}
|
|
|
|
|
|
!define FA_VOLUME_CONTROL_PHONE(_alias) ENTITY(rectangle,black,volume_control_phone,_alias,FA VOLUME_CONTROL_PHONE)
|
|
!define FA_VOLUME_CONTROL_PHONE(_alias,_label) ENTITY(rectangle,black,volume_control_phone,_label,_alias,FA VOLUME_CONTROL_PHONE)
|
|
!define FA_VOLUME_CONTROL_PHONE(_alias,_label,_shape) ENTITY(_shape,black,volume_control_phone,_label,_alias,FA VOLUME_CONTROL_PHONE)
|
|
!define FA_VOLUME_CONTROL_PHONE(_alias,_label,_shape,_color) ENTITY(_shape,_color,volume_control_phone,_label,_alias,FA VOLUME_CONTROL_PHONE)
|
|
skinparam folderBackgroundColor<<FA VOLUME_CONTROL_PHONE>> White
|
|
@enduml
|