added decouple and EngageDecoupler action
This commit is contained in:
5
resources/svg/DecouplerH.svg
Normal file
5
resources/svg/DecouplerH.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg width="%width%" height="100" viewbox="0 0 %width% 100">
|
||||
<rect x="0" y="35" width="100" height="30" />
|
||||
<line x1="20" y1="25" x2="80" y2="25" />
|
||||
<line x1="20" y1="75" x2="80" y2="75" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 198 B |
5
resources/svg/DecouplerV.svg
Normal file
5
resources/svg/DecouplerV.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg width="%width%" height="100" viewbox="0 0 %width% 100">
|
||||
<rect x="35" y="0" height="100" width="30" />
|
||||
<line x1="25" y1="20" x2="25" y2="80" />
|
||||
<line x1="75" y1="20" x2="75" y2="80" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 198 B |
Reference in New Issue
Block a user