Skip to content

Commit fd0a30e

Browse files
committedMar 23, 2022
Adding circuit breaker symbol
1 parent 0dafdb6 commit fd0a30e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
 
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<component version="1.5" xmlns="http://schemas.circuit-diagram.org/circuitDiagramDocument/2012/component/xml">
3+
<declaration>
4+
<meta name="name" value="Circuit Breaker" />
5+
<meta name="guid" value="dab6d52b-a32b-49b0-bc40-3cda487418aa" />
6+
<meta name="minsize" value="50" />
7+
<meta name="canresize" value="true" />
8+
<meta name="canflip" value="true" />
9+
</declaration>
10+
<connections>
11+
<connection start="_Start" end="_End" edge="both" />
12+
</connections>
13+
<render>
14+
<ellipse centre="_Start-15x" rx="5" ry="5" />
15+
<path start="_Start-10x" data="M 0 0 L 12 0" />
16+
<path start="_Start+7x-7y" data="m -6 0 a 15 15 180 0 1 51 0 " />
17+
<path start="_End-10x" data="M 0 0 L 12 0" />
18+
<ellipse centre="_End+7x" rx="5" ry="5" />
19+
</render>
20+
</component>

0 commit comments

Comments
 (0)
Please sign in to comment.