diff options
Diffstat (limited to 'src/_icons/logic-not.svg')
-rw-r--r-- | src/_icons/logic-not.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/_icons/logic-not.svg b/src/_icons/logic-not.svg new file mode 100644 index 00000000..b6c443e8 --- /dev/null +++ b/src/_icons/logic-not.svg @@ -0,0 +1,10 @@ +--- +category: Logic +--- +<svg> + <path d="M22 12h-3" /> + <path d="M2 9h3" /> + <path d="M2 15h3" /> + <path d="M5 5l10 7l-10 7z" /> + <circle cx="17" cy="12" r="2" /> +</svg> |