diff options
Diffstat (limited to 'src/_icons/rectangle.svg')
-rw-r--r-- | src/_icons/rectangle.svg | 6 |
1 files changed, 6 insertions, 0 deletions
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> |