blob: a28c97d8d6dba9a606519e1ca2a70b000eb6c613 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!--
tags: [divider, space, separate, set apart, flat-lying, separator, horizontal, typography, writing, font]
category: Text
version: "1.13"
unicode: "ec79"
-->
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M4 12l16 0" />
<path d="M8 8l4 -4l4 4" />
<path d="M16 16l-4 4l-4 -4" />
</svg>
|