diff options
Diffstat (limited to 'icons/circuit-bulb.svg')
-rw-r--r-- | icons/circuit-bulb.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/icons/circuit-bulb.svg b/icons/circuit-bulb.svg new file mode 100644 index 00000000..91648337 --- /dev/null +++ b/icons/circuit-bulb.svg @@ -0,0 +1,10 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-circuit-bulb" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <path d="M2 12h5" /> + <path d="M17 12h5" /> + <circle cx="12" cy="12" r="5" /> + <path d="M8.5 8.5l7 7" /> + <path d="M15.5 8.5l-7 7" /> +</svg> + + |