diff options
Diffstat (limited to 'src/icons/logic-or.svg')
-rw-r--r-- | src/icons/logic-or.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/icons/logic-or.svg b/src/icons/logic-or.svg new file mode 100644 index 00000000..faaf6abf --- /dev/null +++ b/src/icons/logic-or.svg @@ -0,0 +1,12 @@ +--- +tags: [gate, technology, electirical, it] +category: Logic +version: "1.74" +unicode: "f245" +--- +<svg> + <path d="M22 12h-6" /> + <path d="M2 9h7" /> + <path d="M2 15h7" /> + <path d="M8 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14z" /> +</svg> |