diff options
author | codecalm <codecalm@gmail.com> | 2020-09-26 19:30:27 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-26 19:30:27 +0200 |
commit | 88b73342d015a08fc1a0690db7f1e9a6c63eeccd (patch) | |
tree | 7a780bd14e9bc153e81bda772ba67edcb1dd57ae /src/_icons/rectangle-vertical.svg | |
parent | Fixed icons: `antenna-bars-1`, `antenna-bars-2`, `antenna-bars-3`, `antenna-b... (diff) | |
download | tabler-icons-88b73342d015a08fc1a0690db7f1e9a6c63eeccd.tar.xz |
3 new icons: `aspect-ratio`, `rectangle-vertical`, `rectangle`
Diffstat (limited to 'src/_icons/rectangle-vertical.svg')
-rw-r--r-- | src/_icons/rectangle-vertical.svg | 6 |
1 files changed, 6 insertions, 0 deletions
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> |