aboutsummaryrefslogtreecommitdiff
path: root/_icons/border-horizontal.svg
blob: 95b355ce7b69f9f56dc1bae9a47074a8e361d880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
---
<svg>
  <line x1="3" y1="12" x2="21" y2="12"></line>
  <g stroke-dasharray=".001 4.5">
    <line x1="3" y1="3" x2="21" y2="3"></line>
    <line x1="3" y1="21" x2="3" y2="3"></line>
    <line x1="21" y1="21" x2="3" y2="21"></line>
    <line x1="21" y1="3" x2="21" y2="21"></line>
    <line x1="12" y1="3" x2="12" y2="21"></line>
  </g>
</svg>