From 4eb66a11bf1bb8896282a6e1fb46099c8734cf5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 10 Sep 2022 23:33:41 +0100 Subject: [PATCH] chore: update to iconoir v5.3.0 (#19) Co-authored-by: andreiio --- .version | 2 +- resources/svg/add-page-alt.svg | 5 +++++ resources/svg/angle-tool.svg | 9 +++++++++ resources/svg/avi-format.svg | 7 +++++++ resources/svg/bread-slice.svg | 4 ++++ resources/svg/closed-captions.svg | 5 +++++ resources/svg/clutery.svg | 6 ++++++ resources/svg/coffee-cup.svg | 6 ++++++ resources/svg/design-nib.svg | 13 +++++++++++++ resources/svg/forward-message.svg | 5 +++++ resources/svg/forward.svg | 3 +++ resources/svg/gif-format.svg | 8 ++++++++ resources/svg/hammer.svg | 4 ++++ resources/svg/jpeg-format.svg | 9 +++++++++ resources/svg/jpg-format.svg | 7 +++++++ resources/svg/list-select.svg | 8 ++++++++ resources/svg/mail-in.svg | 5 +++++ resources/svg/mail-out.svg | 5 +++++ resources/svg/mpeg-format.svg | 9 +++++++++ resources/svg/npm-square.svg | 5 +++++ resources/svg/npm.svg | 9 +++++++++ resources/svg/png-format.svg | 7 +++++++ resources/svg/raw-format.svg | 8 ++++++++ resources/svg/remove-page-alt.svg | 5 +++++ resources/svg/reply-to-message.svg | 5 +++++ resources/svg/reply.svg | 3 +++ resources/svg/screenshot.svg | 10 ++++++++++ resources/svg/send-diagonal.svg | 11 +++++++++++ resources/svg/send-mail.svg | 6 ++++++ resources/svg/send.svg | 4 ++++ resources/svg/submit-document.svg | 5 +++++ resources/svg/svg-format.svg | 7 +++++++ resources/svg/text-box.svg | 6 ++++++ resources/svg/tif-format.svg | 8 ++++++++ resources/svg/tiff-format.svg | 10 ++++++++++ resources/svg/tools.svg | 6 ++++++ resources/svg/webp-format.svg | 10 ++++++++++ resources/svg/wrench.svg | 11 +++++++++++ 38 files changed, 255 insertions(+), 1 deletion(-) create mode 100644 resources/svg/add-page-alt.svg create mode 100644 resources/svg/angle-tool.svg create mode 100644 resources/svg/avi-format.svg create mode 100644 resources/svg/bread-slice.svg create mode 100644 resources/svg/closed-captions.svg create mode 100644 resources/svg/clutery.svg create mode 100644 resources/svg/coffee-cup.svg create mode 100644 resources/svg/design-nib.svg create mode 100644 resources/svg/forward-message.svg create mode 100644 resources/svg/forward.svg create mode 100644 resources/svg/gif-format.svg create mode 100644 resources/svg/hammer.svg create mode 100644 resources/svg/jpeg-format.svg create mode 100644 resources/svg/jpg-format.svg create mode 100644 resources/svg/list-select.svg create mode 100644 resources/svg/mail-in.svg create mode 100644 resources/svg/mail-out.svg create mode 100644 resources/svg/mpeg-format.svg create mode 100644 resources/svg/npm-square.svg create mode 100644 resources/svg/npm.svg create mode 100644 resources/svg/png-format.svg create mode 100644 resources/svg/raw-format.svg create mode 100644 resources/svg/remove-page-alt.svg create mode 100644 resources/svg/reply-to-message.svg create mode 100644 resources/svg/reply.svg create mode 100644 resources/svg/screenshot.svg create mode 100644 resources/svg/send-diagonal.svg create mode 100644 resources/svg/send-mail.svg create mode 100644 resources/svg/send.svg create mode 100644 resources/svg/submit-document.svg create mode 100644 resources/svg/svg-format.svg create mode 100644 resources/svg/text-box.svg create mode 100644 resources/svg/tif-format.svg create mode 100644 resources/svg/tiff-format.svg create mode 100644 resources/svg/tools.svg create mode 100644 resources/svg/webp-format.svg create mode 100644 resources/svg/wrench.svg diff --git a/.version b/.version index ee80415..32bc952 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v5.2.0 +v5.3.0 diff --git a/resources/svg/add-page-alt.svg b/resources/svg/add-page-alt.svg new file mode 100644 index 0000000..bd186ad --- /dev/null +++ b/resources/svg/add-page-alt.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/resources/svg/angle-tool.svg b/resources/svg/angle-tool.svg new file mode 100644 index 0000000..4d6c461 --- /dev/null +++ b/resources/svg/angle-tool.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/resources/svg/avi-format.svg b/resources/svg/avi-format.svg new file mode 100644 index 0000000..f2602ff --- /dev/null +++ b/resources/svg/avi-format.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/resources/svg/bread-slice.svg b/resources/svg/bread-slice.svg new file mode 100644 index 0000000..ad43672 --- /dev/null +++ b/resources/svg/bread-slice.svg @@ -0,0 +1,4 @@ + + + + diff --git a/resources/svg/closed-captions.svg b/resources/svg/closed-captions.svg new file mode 100644 index 0000000..34a233e --- /dev/null +++ b/resources/svg/closed-captions.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/resources/svg/clutery.svg b/resources/svg/clutery.svg new file mode 100644 index 0000000..edb46dc --- /dev/null +++ b/resources/svg/clutery.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/resources/svg/coffee-cup.svg b/resources/svg/coffee-cup.svg new file mode 100644 index 0000000..1443074 --- /dev/null +++ b/resources/svg/coffee-cup.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/resources/svg/design-nib.svg b/resources/svg/design-nib.svg new file mode 100644 index 0000000..d4ae46c --- /dev/null +++ b/resources/svg/design-nib.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/resources/svg/forward-message.svg b/resources/svg/forward-message.svg new file mode 100644 index 0000000..e3d7ac2 --- /dev/null +++ b/resources/svg/forward-message.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/resources/svg/forward.svg b/resources/svg/forward.svg new file mode 100644 index 0000000..3ce9c96 --- /dev/null +++ b/resources/svg/forward.svg @@ -0,0 +1,3 @@ + + + diff --git a/resources/svg/gif-format.svg b/resources/svg/gif-format.svg new file mode 100644 index 0000000..81c5290 --- /dev/null +++ b/resources/svg/gif-format.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/resources/svg/hammer.svg b/resources/svg/hammer.svg new file mode 100644 index 0000000..66c1e56 --- /dev/null +++ b/resources/svg/hammer.svg @@ -0,0 +1,4 @@ + + + + diff --git a/resources/svg/jpeg-format.svg b/resources/svg/jpeg-format.svg new file mode 100644 index 0000000..215a6f4 --- /dev/null +++ b/resources/svg/jpeg-format.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/resources/svg/jpg-format.svg b/resources/svg/jpg-format.svg new file mode 100644 index 0000000..52b0b43 --- /dev/null +++ b/resources/svg/jpg-format.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/resources/svg/list-select.svg b/resources/svg/list-select.svg new file mode 100644 index 0000000..2c32bcd --- /dev/null +++ b/resources/svg/list-select.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/resources/svg/mail-in.svg b/resources/svg/mail-in.svg new file mode 100644 index 0000000..b160d33 --- /dev/null +++ b/resources/svg/mail-in.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/resources/svg/mail-out.svg b/resources/svg/mail-out.svg new file mode 100644 index 0000000..a5c66f5 --- /dev/null +++ b/resources/svg/mail-out.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/resources/svg/mpeg-format.svg b/resources/svg/mpeg-format.svg new file mode 100644 index 0000000..55d1c7f --- /dev/null +++ b/resources/svg/mpeg-format.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/resources/svg/npm-square.svg b/resources/svg/npm-square.svg new file mode 100644 index 0000000..c9a8eb2 --- /dev/null +++ b/resources/svg/npm-square.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/resources/svg/npm.svg b/resources/svg/npm.svg new file mode 100644 index 0000000..4e6be6a --- /dev/null +++ b/resources/svg/npm.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/resources/svg/png-format.svg b/resources/svg/png-format.svg new file mode 100644 index 0000000..b5211f8 --- /dev/null +++ b/resources/svg/png-format.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/resources/svg/raw-format.svg b/resources/svg/raw-format.svg new file mode 100644 index 0000000..109dda8 --- /dev/null +++ b/resources/svg/raw-format.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/resources/svg/remove-page-alt.svg b/resources/svg/remove-page-alt.svg new file mode 100644 index 0000000..014b759 --- /dev/null +++ b/resources/svg/remove-page-alt.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/resources/svg/reply-to-message.svg b/resources/svg/reply-to-message.svg new file mode 100644 index 0000000..eb6c446 --- /dev/null +++ b/resources/svg/reply-to-message.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/resources/svg/reply.svg b/resources/svg/reply.svg new file mode 100644 index 0000000..2d29bac --- /dev/null +++ b/resources/svg/reply.svg @@ -0,0 +1,3 @@ + + + diff --git a/resources/svg/screenshot.svg b/resources/svg/screenshot.svg new file mode 100644 index 0000000..2717095 --- /dev/null +++ b/resources/svg/screenshot.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/resources/svg/send-diagonal.svg b/resources/svg/send-diagonal.svg new file mode 100644 index 0000000..5a8dc0f --- /dev/null +++ b/resources/svg/send-diagonal.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/resources/svg/send-mail.svg b/resources/svg/send-mail.svg new file mode 100644 index 0000000..463bdf5 --- /dev/null +++ b/resources/svg/send-mail.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/resources/svg/send.svg b/resources/svg/send.svg new file mode 100644 index 0000000..ca56c47 --- /dev/null +++ b/resources/svg/send.svg @@ -0,0 +1,4 @@ + + + + diff --git a/resources/svg/submit-document.svg b/resources/svg/submit-document.svg new file mode 100644 index 0000000..5159d8e --- /dev/null +++ b/resources/svg/submit-document.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/resources/svg/svg-format.svg b/resources/svg/svg-format.svg new file mode 100644 index 0000000..bb39215 --- /dev/null +++ b/resources/svg/svg-format.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/resources/svg/text-box.svg b/resources/svg/text-box.svg new file mode 100644 index 0000000..227ed83 --- /dev/null +++ b/resources/svg/text-box.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/resources/svg/tif-format.svg b/resources/svg/tif-format.svg new file mode 100644 index 0000000..132cb5f --- /dev/null +++ b/resources/svg/tif-format.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/resources/svg/tiff-format.svg b/resources/svg/tiff-format.svg new file mode 100644 index 0000000..0be5197 --- /dev/null +++ b/resources/svg/tiff-format.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/resources/svg/tools.svg b/resources/svg/tools.svg new file mode 100644 index 0000000..de67386 --- /dev/null +++ b/resources/svg/tools.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/resources/svg/webp-format.svg b/resources/svg/webp-format.svg new file mode 100644 index 0000000..2f625c9 --- /dev/null +++ b/resources/svg/webp-format.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/resources/svg/wrench.svg b/resources/svg/wrench.svg new file mode 100644 index 0000000..c2bdc21 --- /dev/null +++ b/resources/svg/wrench.svg @@ -0,0 +1,11 @@ + + + + + + + + + + +