1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-02-24 23:32:42 +01:00
tabler-icons/src/_icons/border-inner.svg

14 lines
334 B
XML
Raw Normal View History

2020-02-29 16:31:01 +01:00
---
2020-04-18 17:49:11 +02:00
tags: [table, side, line]
2020-02-29 16:31:01 +01:00
---
<svg>
2020-03-01 13:27:52 +01:00
<line x1="4" y1="12" x2="20" y2="12" />
<line x1="12" y1="4" x2="12" y2="20" />
2020-02-29 17:56:03 +01:00
<g stroke-dasharray=".001 4">
2020-03-02 16:42:02 +01:00
<line x1="4" y1="4" x2="20" y2="4" />
<line x1="4" y1="20" x2="4" y2="4" />
<line x1="20" y1="20" x2="4" y2="20" />
<line x1="20" y1="4" x2="20" y2="20" />
2020-02-29 16:31:01 +01:00
</g>
</svg>