lamp.plantuml 218 B

12345678910111213
  1. @startuml
  2. !include <material/lightbulb>
  3. left to right direction
  4. skinparam defaultTextAlignment center
  5. rectangle "<$ma_lightbulb>\nLamp" as block #LightSteelBlue
  6. interface " " as q1
  7. q1 --> block: percentage
  8. @enduml