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

60 lines
2.8 KiB
Plaintext

@startuml
sprite $laravel [48x48/16] {
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000012000000000000000000000000000000000
00000008BCDEEDE900000000000000000000000000000000
0000000CC210002F30000000000000000000000000000000
00000005F2000008D0000000000000000000000000000000
00000000DA000000E6000000000000000000000000000000
000000006F2000005F100000000000000000000000000000
000000000E9000000C900000000000001369700000000000
0000000008F1000003F300000000004EEB86980000000000
0000000001F9000000AC00000000000D50000C4000000000
00000000009F1000001F600000000003E20001D300000000
00000000002F80000007F100000000007C00003D10000000
00000000000AF1000000D900000000000C70037EB0000000
000000000003F80000005F300000000005FBFFC830000000
000000000000CE0000000BC00000048CFFCF610000000000
0000000000004F70000002F626ADFFB73008C00000000000
0000000000000DE0000015EFFFD951000000C70000000000
00000000000005F726ADFFDFC100000000002E3000000000
00000000000000EFFFEA6107F2000000000005E100000000
000000000000002862000000DB000000000000BB00000000
0000000000000000000000005F50000000028DFF20000000
0000000000000000000000000BE0000039EFFA4000000000
00000000000000000000000002F8039EFFB5000000000000
00000000000000000000000000AFDFFD7200000000000000
000000000000000000000000001ED8300000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
}
!define DEV_LARAVEL(_alias) ENTITY(rectangle,black,laravel,_alias,DEV LARAVEL)
!define DEV_LARAVEL(_alias,_label) ENTITY(rectangle,black,laravel,_label,_alias,DEV LARAVEL)
!define DEV_LARAVEL(_alias,_label,_shape) ENTITY(_shape,black,laravel,_label,_alias,DEV LARAVEL)
!define DEV_LARAVEL(_alias,_label,_shape,_color) ENTITY(_shape,_color,laravel,_label,_alias,DEV LARAVEL)
skinparam folderBackgroundColor<<DEV LARAVEL>> White
@enduml