21 lines
426 B
XML
21 lines
426 B
XML
<!--
|
|
category: Design
|
|
tags: [code, syntax, markup, programming, language, punctuation, tags, development, text, interface]
|
|
version: "2.37"
|
|
unicode: "fcb2"
|
|
-->
|
|
<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="M8 4l-5 8l5 8" />
|
|
<path d="M16 4l5 8l-5 8" />
|
|
</svg>
|