diff options
-rw-r--r-- | src/_icons/layout-cards.svg | 6 | ||||
-rw-r--r-- | src/_icons/layout-list.svg | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/src/_icons/layout-cards.svg b/src/_icons/layout-cards.svg new file mode 100644 index 00000000..b33685de --- /dev/null +++ b/src/_icons/layout-cards.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="4" y="4" width="6" height="16" rx="2" /> + <rect x="14" y="4" width="6" height="10" rx="2" /> +</svg> diff --git a/src/_icons/layout-list.svg b/src/_icons/layout-list.svg new file mode 100644 index 00000000..5e5c5657 --- /dev/null +++ b/src/_icons/layout-list.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="4" y="4" width="16" height="6" rx="2" /> + <rect x="4" y="14" width="16" height="6" rx="2" /> +</svg> |