diff options
author | codecalm <codecalm@gmail.com> | 2020-03-27 20:42:49 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-27 20:42:49 +0100 |
commit | 8a59bf13ec0d820c0b7764185d9ed5131784cd7f (patch) | |
tree | b26cc359dd11a5c4c3bc429d1599761d038a50d3 /src/_icons/border-radius.svg | |
parent | subscript, superscript fix (diff) | |
download | tabler-icons-8a59bf13ec0d820c0b7764185d9ed5131784cd7f.tar.xz |
eraser icon, strikethrough fix, plane fix
Diffstat (limited to 'src/_icons/border-radius.svg')
-rw-r--r-- | src/_icons/border-radius.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/_icons/border-radius.svg b/src/_icons/border-radius.svg new file mode 100644 index 0000000..5be5217 --- /dev/null +++ b/src/_icons/border-radius.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M16.01 4h4v16h-16v-4.01" stroke-dasharray=".001 4" /> + <path d="M4 12v-4a4 4 0 0 1 4 -4h4" /> +</svg> |