From a99c6a5ad92c16542a7de01b4b1ed587c4d5e6ab Mon Sep 17 00:00:00 2001 From: lucaburgio Date: Tue, 1 Nov 2022 20:32:24 +0100 Subject: [PATCH] add: 21 new icons --- iconoir.com/icons.csv | 21 +++++++++++++++++++++ icons/arrow-bl-circled.svg | 4 ++++ icons/arrow-bl-square.svg | 4 ++++ icons/arrow-br-circled.svg | 4 ++++ icons/arrow-br-square.svg | 4 ++++ icons/arrow-tl-circled.svg | 4 ++++ icons/arrow-tl-square.svg | 4 ++++ icons/arrow-tr-circled.svg | 4 ++++ icons/arrow-tr-square.svg | 4 ++++ icons/divide-three.svg | 8 ++++++++ icons/divide.svg | 6 ++++++ icons/drag.svg | 6 ++++++ icons/horizontal-merge.svg | 6 ++++++ icons/horizontal-split.svg | 6 ++++++ icons/page-down.svg | 4 ++++ icons/page-left.svg | 4 ++++ icons/page-right.svg | 4 ++++ icons/page-up.svg | 4 ++++ icons/path-arrow.svg | 5 +++++ icons/shortcut.svg | 4 ++++ icons/vertical-merge.svg | 6 ++++++ icons/vertical-split.svg | 6 ++++++ 22 files changed, 122 insertions(+) create mode 100644 icons/arrow-bl-circled.svg create mode 100644 icons/arrow-bl-square.svg create mode 100644 icons/arrow-br-circled.svg create mode 100644 icons/arrow-br-square.svg create mode 100644 icons/arrow-tl-circled.svg create mode 100644 icons/arrow-tl-square.svg create mode 100644 icons/arrow-tr-circled.svg create mode 100644 icons/arrow-tr-square.svg create mode 100644 icons/divide-three.svg create mode 100644 icons/divide.svg create mode 100644 icons/drag.svg create mode 100644 icons/horizontal-merge.svg create mode 100644 icons/horizontal-split.svg create mode 100644 icons/page-down.svg create mode 100644 icons/page-left.svg create mode 100644 icons/page-right.svg create mode 100644 icons/page-up.svg create mode 100644 icons/path-arrow.svg create mode 100644 icons/shortcut.svg create mode 100644 icons/vertical-merge.svg create mode 100644 icons/vertical-split.svg diff --git a/iconoir.com/icons.csv b/iconoir.com/icons.csv index 602720f57..50cbc1b49 100644 --- a/iconoir.com/icons.csv +++ b/iconoir.com/icons.csv @@ -1184,3 +1184,24 @@ filename,category,tags "tools","Tools", "webp-format","Photos and Videos", "wrench","Tools", +"arrow-bl-circled","", +"arrow-bl-square","", +"arrow-br-circled","", +"arrow-br-square","", +"arrow-tl-circled","", +"arrow-tl-square","", +"arrow-tr-circled","", +"arrow-tr-square","", +"divide-three","", +"divide","", +"drag","", +"horizontal-merge","", +"horizontal-split","", +"page-down","", +"page-left","", +"page-right","", +"page-up","", +"path-arrow","", +"shortcut","", +"vertical-merge","", +"vertical-split","", \ No newline at end of file diff --git a/icons/arrow-bl-circled.svg b/icons/arrow-bl-circled.svg new file mode 100644 index 000000000..590f0eafd --- /dev/null +++ b/icons/arrow-bl-circled.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/arrow-bl-square.svg b/icons/arrow-bl-square.svg new file mode 100644 index 000000000..44d9b489f --- /dev/null +++ b/icons/arrow-bl-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/arrow-br-circled.svg b/icons/arrow-br-circled.svg new file mode 100644 index 000000000..d1c652acb --- /dev/null +++ b/icons/arrow-br-circled.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/arrow-br-square.svg b/icons/arrow-br-square.svg new file mode 100644 index 000000000..0f2456766 --- /dev/null +++ b/icons/arrow-br-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/arrow-tl-circled.svg b/icons/arrow-tl-circled.svg new file mode 100644 index 000000000..058ef2c47 --- /dev/null +++ b/icons/arrow-tl-circled.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/arrow-tl-square.svg b/icons/arrow-tl-square.svg new file mode 100644 index 000000000..1811c5180 --- /dev/null +++ b/icons/arrow-tl-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/arrow-tr-circled.svg b/icons/arrow-tr-circled.svg new file mode 100644 index 000000000..8b4fbb479 --- /dev/null +++ b/icons/arrow-tr-circled.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/arrow-tr-square.svg b/icons/arrow-tr-square.svg new file mode 100644 index 000000000..7999bc916 --- /dev/null +++ b/icons/arrow-tr-square.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/divide-three.svg b/icons/divide-three.svg new file mode 100644 index 000000000..59b1d33c9 --- /dev/null +++ b/icons/divide-three.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/divide.svg b/icons/divide.svg new file mode 100644 index 000000000..1d7590078 --- /dev/null +++ b/icons/divide.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/drag.svg b/icons/drag.svg new file mode 100644 index 000000000..dd3e1a83c --- /dev/null +++ b/icons/drag.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/horizontal-merge.svg b/icons/horizontal-merge.svg new file mode 100644 index 000000000..3242c408c --- /dev/null +++ b/icons/horizontal-merge.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/horizontal-split.svg b/icons/horizontal-split.svg new file mode 100644 index 000000000..c755de557 --- /dev/null +++ b/icons/horizontal-split.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/page-down.svg b/icons/page-down.svg new file mode 100644 index 000000000..a4bdc65ea --- /dev/null +++ b/icons/page-down.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/page-left.svg b/icons/page-left.svg new file mode 100644 index 000000000..d083d0562 --- /dev/null +++ b/icons/page-left.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/page-right.svg b/icons/page-right.svg new file mode 100644 index 000000000..f0fd51004 --- /dev/null +++ b/icons/page-right.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/page-up.svg b/icons/page-up.svg new file mode 100644 index 000000000..d888c4cda --- /dev/null +++ b/icons/page-up.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/path-arrow.svg b/icons/path-arrow.svg new file mode 100644 index 000000000..d2b6ffc6f --- /dev/null +++ b/icons/path-arrow.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/shortcut.svg b/icons/shortcut.svg new file mode 100644 index 000000000..22a92e487 --- /dev/null +++ b/icons/shortcut.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/vertical-merge.svg b/icons/vertical-merge.svg new file mode 100644 index 000000000..df9581042 --- /dev/null +++ b/icons/vertical-merge.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/vertical-split.svg b/icons/vertical-split.svg new file mode 100644 index 000000000..333f253b3 --- /dev/null +++ b/icons/vertical-split.svg @@ -0,0 +1,6 @@ + + + + + +