diff options
author | codecalm <codecalm@gmail.com> | 2020-03-25 22:47:25 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-25 22:49:21 +0100 |
commit | 0fd4a36959d7021647920fd4b7d46cccaffd7d58 (patch) | |
tree | 24499fbfc5524091f216910a2a509f2abbd9a969 /src/_icons/table.svg | |
parent | strikethrough icon #11 (diff) | |
download | tabler-icons-0fd4a36959d7021647920fd4b7d46cccaffd7d58.tar.xz |
table icon, editor arrows #11
Diffstat (limited to 'src/_icons/table.svg')
-rw-r--r-- | src/_icons/table.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/table.svg b/src/_icons/table.svg new file mode 100644 index 00000000..5a3c386c --- /dev/null +++ b/src/_icons/table.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <line x1="4" y1="10" x2="20" y2="10" /> + <line x1="10" y1="4" x2="10" y2="20" /> +</svg> |