diff options
Diffstat (limited to 'src/_icons/logic-xor.svg')
-rw-r--r-- | src/_icons/logic-xor.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/_icons/logic-xor.svg b/src/_icons/logic-xor.svg new file mode 100644 index 00000000..1ae759f2 --- /dev/null +++ b/src/_icons/logic-xor.svg @@ -0,0 +1,10 @@ +--- +category: Logic +--- +<svg> + <path d="M22 12h-4" /> + <path d="M2 9h6" /> + <path d="M2 15h6" /> + <path d="M7 19c1.778 -4.667 1.778 -9.333 0 -14" /> + <path d="M10 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14z" /> +</svg> |