From 7fa50c654d42d3dd863132d3e2a3ffe0db6b0b05 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 10 Mar 2020 22:48:47 +0100 Subject: new icons, build --- dist/icons/arrow-bar-down.svg | 8 ++++++++ dist/icons/arrow-bar-left.svg | 8 ++++++++ dist/icons/arrow-bar-right.svg | 8 ++++++++ dist/icons/arrow-bar-up.svg | 8 ++++++++ dist/icons/backspace.svg | 7 +++++++ dist/icons/bucket.svg | 6 ++++++ dist/icons/grid-2.svg | 13 ------------- dist/icons/grid-dots.svg | 13 +++++++++++++ dist/icons/layout-2.svg | 8 ++++++++ dist/icons/layout-columns.svg | 6 ++++++ dist/icons/layout-navbar.svg | 6 ++++++ dist/icons/layout-rows.svg | 6 ++++++ dist/icons/layout-sidebar-right.svg | 6 ++++++ dist/icons/layout-sidebar.svg | 6 ++++++ 14 files changed, 96 insertions(+), 13 deletions(-) create mode 100644 dist/icons/arrow-bar-down.svg create mode 100644 dist/icons/arrow-bar-left.svg create mode 100644 dist/icons/arrow-bar-right.svg create mode 100644 dist/icons/arrow-bar-up.svg create mode 100644 dist/icons/backspace.svg create mode 100644 dist/icons/bucket.svg delete mode 100644 dist/icons/grid-2.svg create mode 100644 dist/icons/grid-dots.svg create mode 100644 dist/icons/layout-2.svg create mode 100644 dist/icons/layout-columns.svg create mode 100644 dist/icons/layout-navbar.svg create mode 100644 dist/icons/layout-rows.svg create mode 100644 dist/icons/layout-sidebar-right.svg create mode 100644 dist/icons/layout-sidebar.svg (limited to 'dist/icons') diff --git a/dist/icons/arrow-bar-down.svg b/dist/icons/arrow-bar-down.svg new file mode 100644 index 0000000..febdfd9 --- /dev/null +++ b/dist/icons/arrow-bar-down.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/dist/icons/arrow-bar-left.svg b/dist/icons/arrow-bar-left.svg new file mode 100644 index 0000000..ae7b699 --- /dev/null +++ b/dist/icons/arrow-bar-left.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/dist/icons/arrow-bar-right.svg b/dist/icons/arrow-bar-right.svg new file mode 100644 index 0000000..8d4e857 --- /dev/null +++ b/dist/icons/arrow-bar-right.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/dist/icons/arrow-bar-up.svg b/dist/icons/arrow-bar-up.svg new file mode 100644 index 0000000..766d052 --- /dev/null +++ b/dist/icons/arrow-bar-up.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/dist/icons/backspace.svg b/dist/icons/backspace.svg new file mode 100644 index 0000000..ca85e4e --- /dev/null +++ b/dist/icons/backspace.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/dist/icons/bucket.svg b/dist/icons/bucket.svg new file mode 100644 index 0000000..93d3509 --- /dev/null +++ b/dist/icons/bucket.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/dist/icons/grid-2.svg b/dist/icons/grid-2.svg deleted file mode 100644 index 2d3f6ff..0000000 --- a/dist/icons/grid-2.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/dist/icons/grid-dots.svg b/dist/icons/grid-dots.svg new file mode 100644 index 0000000..fe4a9e7 --- /dev/null +++ b/dist/icons/grid-dots.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/dist/icons/layout-2.svg b/dist/icons/layout-2.svg new file mode 100644 index 0000000..9b7e63f --- /dev/null +++ b/dist/icons/layout-2.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/dist/icons/layout-columns.svg b/dist/icons/layout-columns.svg new file mode 100644 index 0000000..628d52f --- /dev/null +++ b/dist/icons/layout-columns.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/dist/icons/layout-navbar.svg b/dist/icons/layout-navbar.svg new file mode 100644 index 0000000..8702538 --- /dev/null +++ b/dist/icons/layout-navbar.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/dist/icons/layout-rows.svg b/dist/icons/layout-rows.svg new file mode 100644 index 0000000..b30ae9d --- /dev/null +++ b/dist/icons/layout-rows.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/dist/icons/layout-sidebar-right.svg b/dist/icons/layout-sidebar-right.svg new file mode 100644 index 0000000..dfffb5d --- /dev/null +++ b/dist/icons/layout-sidebar-right.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/dist/icons/layout-sidebar.svg b/dist/icons/layout-sidebar.svg new file mode 100644 index 0000000..d2d37a6 --- /dev/null +++ b/dist/icons/layout-sidebar.svg @@ -0,0 +1,6 @@ + + + + + + -- cgit v1.2.1