diff options
Diffstat (limited to '_icons')
-rw-r--r-- | _icons/arrow-bar-down.svg | 8 | ||||
-rw-r--r-- | _icons/arrow-bar-left.svg | 8 | ||||
-rw-r--r-- | _icons/arrow-bar-right.svg | 8 | ||||
-rw-r--r-- | _icons/arrow-bar-up.svg | 8 | ||||
-rw-r--r-- | _icons/backspace.svg | 7 | ||||
-rw-r--r-- | _icons/bucket.svg | 6 | ||||
-rw-r--r-- | _icons/grid-dots.svg (renamed from _icons/grid-2.svg) | 0 | ||||
-rw-r--r-- | _icons/layout-2.svg | 8 | ||||
-rw-r--r-- | _icons/layout-columns.svg | 6 | ||||
-rw-r--r-- | _icons/layout-navbar.svg | 6 | ||||
-rw-r--r-- | _icons/layout-rows.svg | 6 | ||||
-rw-r--r-- | _icons/layout-sidebar-right.svg | 6 | ||||
-rw-r--r-- | _icons/layout-sidebar.svg | 6 |
13 files changed, 83 insertions, 0 deletions
diff --git a/_icons/arrow-bar-down.svg b/_icons/arrow-bar-down.svg new file mode 100644 index 00000000..fde9e64a --- /dev/null +++ b/_icons/arrow-bar-down.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <line x1="12" y1="20" x2="12" y2="10" /> + <line x1="12" y1="20" x2="16" y2="16" /> + <line x1="12" y1="20" x2="8" y2="16" /> + <line x1="4" y1="4" x2="20" y2="4" /> +</svg> diff --git a/_icons/arrow-bar-left.svg b/_icons/arrow-bar-left.svg new file mode 100644 index 00000000..0ad1b620 --- /dev/null +++ b/_icons/arrow-bar-left.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <line x1="4" y1="12" x2="14" y2="12" /> + <line x1="4" y1="12" x2="8" y2="16" /> + <line x1="4" y1="12" x2="8" y2="8" /> + <line x1="20" y1="4" x2="20" y2="20" /> +</svg> diff --git a/_icons/arrow-bar-right.svg b/_icons/arrow-bar-right.svg new file mode 100644 index 00000000..d8d6e40e --- /dev/null +++ b/_icons/arrow-bar-right.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <line x1="20" y1="12" x2="10" y2="12" /> + <line x1="20" y1="12" x2="16" y2="16" /> + <line x1="20" y1="12" x2="16" y2="8" /> + <line x1="4" y1="4" x2="4" y2="20" /> +</svg> diff --git a/_icons/arrow-bar-up.svg b/_icons/arrow-bar-up.svg new file mode 100644 index 00000000..e2a96c27 --- /dev/null +++ b/_icons/arrow-bar-up.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <line x1="12" y1="4" x2="12" y2="14" /> + <line x1="12" y1="4" x2="16" y2="8" /> + <line x1="12" y1="4" x2="8" y2="8" /> + <line x1="4" y1="20" x2="20" y2="20" /> +</svg> diff --git a/_icons/backspace.svg b/_icons/backspace.svg new file mode 100644 index 00000000..1817ce18 --- /dev/null +++ b/_icons/backspace.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M20 6a1 1 0 011 1v10a1 1 0 01-1 1h-11l-5 -5a1.5 1.5 0 010 -2l5 -5Z"></path> + + <path d="M12 10l4 4m0 -4l-4 4" /> +</svg> diff --git a/_icons/bucket.svg b/_icons/bucket.svg new file mode 100644 index 00000000..0142f64f --- /dev/null +++ b/_icons/bucket.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M19 9l-2 9a2 2.5 0 01-2 2h-6a2 2.5 0 01-2 -2l-2 -9Z"></path> + <path d="M7 9a5 5 0 0110 0"></path> +</svg> diff --git a/_icons/grid-2.svg b/_icons/grid-dots.svg index 283c46d1..283c46d1 100644 --- a/_icons/grid-2.svg +++ b/_icons/grid-dots.svg diff --git a/_icons/layout-2.svg b/_icons/layout-2.svg new file mode 100644 index 00000000..7c5036ad --- /dev/null +++ b/_icons/layout-2.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <rect x="3" y="3" width="7" height="5" rx="2" /> + <rect x="3" y="12" width="7" height="9" rx="2" /> + <rect x="14" y="3" width="7" height="9" rx="2" /> + <rect x="14" y="16" width="7" height="5" rx="2" /> +</svg> diff --git a/_icons/layout-columns.svg b/_icons/layout-columns.svg new file mode 100644 index 00000000..277ca87c --- /dev/null +++ b/_icons/layout-columns.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="3" y="3" width="18" height="18" rx="2" /> + <polyline points="12 3 12 21"></polyline> +</svg> diff --git a/_icons/layout-navbar.svg b/_icons/layout-navbar.svg new file mode 100644 index 00000000..7178998b --- /dev/null +++ b/_icons/layout-navbar.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="3" y="3" width="18" height="18" rx="2" /> + <polyline points="3 9 21 9"></polyline> +</svg> diff --git a/_icons/layout-rows.svg b/_icons/layout-rows.svg new file mode 100644 index 00000000..da26896d --- /dev/null +++ b/_icons/layout-rows.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="3" y="3" width="18" height="18" rx="2" /> + <polyline points="3 12 21 12"></polyline> +</svg> diff --git a/_icons/layout-sidebar-right.svg b/_icons/layout-sidebar-right.svg new file mode 100644 index 00000000..1b0d3871 --- /dev/null +++ b/_icons/layout-sidebar-right.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="3" y="3" width="18" height="18" rx="2" /> + <polyline points="15 3 15 21"></polyline> +</svg> diff --git a/_icons/layout-sidebar.svg b/_icons/layout-sidebar.svg new file mode 100644 index 00000000..a293e7d1 --- /dev/null +++ b/_icons/layout-sidebar.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="3" y="3" width="18" height="18" rx="2" /> + <polyline points="9 3 9 21"></polyline> +</svg> |