From ec765512055501df9acdd8ddbb260a80416a8661 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 10 Jul 2022 12:23:02 +0200 Subject: Release 1.74.0 --- icons/arrow-merge-both.svg | 9 +++++++++ icons/arrow-merge-left.svg | 8 ++++++++ icons/arrow-merge-right.svg | 8 ++++++++ icons/garden-cart.svg | 8 ++++++++ icons/ground.svg | 9 +++++++++ icons/logic-and.svg | 9 +++++++++ icons/logic-buffer.svg | 9 +++++++++ icons/logic-nand.svg | 10 ++++++++++ icons/logic-nor.svg | 10 ++++++++++ icons/logic-not.svg | 10 ++++++++++ icons/logic-or.svg | 9 +++++++++ icons/logic-xnor.svg | 11 +++++++++++ icons/logic-xor.svg | 10 ++++++++++ icons/microwave.svg | 12 ++++++++++++ icons/outbound.svg | 8 ++++++++ icons/sos.svg | 8 ++++++++ icons/steam.svg | 13 +++++++++++++ icons/storm.svg | 9 +++++++++ 18 files changed, 170 insertions(+) create mode 100644 icons/arrow-merge-both.svg create mode 100644 icons/arrow-merge-left.svg create mode 100644 icons/arrow-merge-right.svg create mode 100644 icons/garden-cart.svg create mode 100644 icons/ground.svg create mode 100644 icons/logic-and.svg create mode 100644 icons/logic-buffer.svg create mode 100644 icons/logic-nand.svg create mode 100644 icons/logic-nor.svg create mode 100644 icons/logic-not.svg create mode 100644 icons/logic-or.svg create mode 100644 icons/logic-xnor.svg create mode 100644 icons/logic-xor.svg create mode 100644 icons/microwave.svg create mode 100644 icons/outbound.svg create mode 100644 icons/sos.svg create mode 100644 icons/steam.svg create mode 100644 icons/storm.svg (limited to 'icons') diff --git a/icons/arrow-merge-both.svg b/icons/arrow-merge-both.svg new file mode 100644 index 00000000..ca032fc6 --- /dev/null +++ b/icons/arrow-merge-both.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/arrow-merge-left.svg b/icons/arrow-merge-left.svg new file mode 100644 index 00000000..3e6eb108 --- /dev/null +++ b/icons/arrow-merge-left.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/arrow-merge-right.svg b/icons/arrow-merge-right.svg new file mode 100644 index 00000000..de66eaa4 --- /dev/null +++ b/icons/arrow-merge-right.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/garden-cart.svg b/icons/garden-cart.svg new file mode 100644 index 00000000..9ad918b1 --- /dev/null +++ b/icons/garden-cart.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/ground.svg b/icons/ground.svg new file mode 100644 index 00000000..0611d729 --- /dev/null +++ b/icons/ground.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/logic-and.svg b/icons/logic-and.svg new file mode 100644 index 00000000..1cede3fe --- /dev/null +++ b/icons/logic-and.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/logic-buffer.svg b/icons/logic-buffer.svg new file mode 100644 index 00000000..80e089d0 --- /dev/null +++ b/icons/logic-buffer.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/logic-nand.svg b/icons/logic-nand.svg new file mode 100644 index 00000000..13ba0ca0 --- /dev/null +++ b/icons/logic-nand.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/logic-nor.svg b/icons/logic-nor.svg new file mode 100644 index 00000000..0f067ed5 --- /dev/null +++ b/icons/logic-nor.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/logic-not.svg b/icons/logic-not.svg new file mode 100644 index 00000000..a7592e24 --- /dev/null +++ b/icons/logic-not.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/logic-or.svg b/icons/logic-or.svg new file mode 100644 index 00000000..ab590d8a --- /dev/null +++ b/icons/logic-or.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/logic-xnor.svg b/icons/logic-xnor.svg new file mode 100644 index 00000000..1e767fb8 --- /dev/null +++ b/icons/logic-xnor.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/logic-xor.svg b/icons/logic-xor.svg new file mode 100644 index 00000000..a1620c25 --- /dev/null +++ b/icons/logic-xor.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/microwave.svg b/icons/microwave.svg new file mode 100644 index 00000000..fa332e55 --- /dev/null +++ b/icons/microwave.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/outbound.svg b/icons/outbound.svg new file mode 100644 index 00000000..3d8daab7 --- /dev/null +++ b/icons/outbound.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/sos.svg b/icons/sos.svg new file mode 100644 index 00000000..3ecac456 --- /dev/null +++ b/icons/sos.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/steam.svg b/icons/steam.svg new file mode 100644 index 00000000..b137dddc --- /dev/null +++ b/icons/steam.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/storm.svg b/icons/storm.svg new file mode 100644 index 00000000..1f58ee13 --- /dev/null +++ b/icons/storm.svg @@ -0,0 +1,9 @@ + + + + + + + + + -- cgit v1.2.1