diff options
Diffstat (limited to 'src/_icons/circuit-switch-open.svg')
-rw-r--r-- | src/_icons/circuit-switch-open.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/_icons/circuit-switch-open.svg b/src/_icons/circuit-switch-open.svg new file mode 100644 index 00000000..e1b9f17a --- /dev/null +++ b/src/_icons/circuit-switch-open.svg @@ -0,0 +1,10 @@ +--- +category: Electrical +--- +<svg> + <path d="M2 12h2" /> + <path d="M20 12h2" /> + <circle cx="6" cy="12" r="2" /> + <circle cx="18" cy="12" r="2" /> + <path d="M7.5 10.5l7.5 -5.5" /> +</svg> |