diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/_icons/aspect-ratio.svg | 7 | ||||
-rw-r--r-- | src/_icons/rectangle-vertical.svg | 6 | ||||
-rw-r--r-- | src/_icons/rectangle.svg | 6 |
3 files changed, 19 insertions, 0 deletions
diff --git a/src/_icons/aspect-ratio.svg b/src/_icons/aspect-ratio.svg new file mode 100644 index 00000000..a4b3cfd1 --- /dev/null +++ b/src/_icons/aspect-ratio.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <rect x="3" y="5" width="18" height="14" rx="2" /> + <path d="M7 12v-3h3" /> + <path d="M17 12v3h-3" /> +</svg> diff --git a/src/_icons/rectangle-vertical.svg b/src/_icons/rectangle-vertical.svg new file mode 100644 index 00000000..4d685c90 --- /dev/null +++ b/src/_icons/rectangle-vertical.svg @@ -0,0 +1,6 @@ +--- +category: Shapes +--- +<svg> + <rect x="5" y="3" width="14" height="18" rx="2" /> +</svg> diff --git a/src/_icons/rectangle.svg b/src/_icons/rectangle.svg new file mode 100644 index 00000000..7bce576a --- /dev/null +++ b/src/_icons/rectangle.svg @@ -0,0 +1,6 @@ +--- +category: Shapes +--- +<svg> + <rect x="3" y="5" width="18" height="14" rx="2" /> +</svg> |