Browse Source

chevrons

pull/2/head
codecalm 5 years ago
parent
commit
5647e0a114
  1. 6
      _icons/chevrons-down.svg
  2. 6
      _icons/chevrons-left.svg
  3. 6
      _icons/chevrons-right.svg
  4. 6
      _icons/chevrons-up.svg

6
_icons/chevrons-down.svg

@ -0,0 +1,6 @@
---
---
<svg>
<polyline points="7 7 12 12 17 7" />
<polyline points="7 13 12 18 17 13" />
</svg>

6
_icons/chevrons-left.svg

@ -0,0 +1,6 @@
---
---
<svg>
<polyline points="11 7 6 12 11 17" />
<polyline points="17 7 12 12 17 17" />
</svg>

6
_icons/chevrons-right.svg

@ -0,0 +1,6 @@
---
---
<svg>
<polyline points="7 7 12 12 7 17" />
<polyline points="13 7 18 12 13 17" />
</svg>

6
_icons/chevrons-up.svg

@ -0,0 +1,6 @@
---
---
<svg>
<polyline points="7 11 12 6 17 11" />
<polyline points="7 17 12 12 17 17" />
</svg>
Loading…
Cancel
Save