forked from opentiny/tiny-engine
19 lines
460 B
XML
19 lines
460 B
XML
<svg
|
|
data-icon="Eye"
|
|
aria-hidden="true"
|
|
focusable="false"
|
|
width="16"
|
|
height="16"
|
|
viewBox="0 0 16 16"
|
|
version="1.1"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
style="display: block"
|
|
>
|
|
<path
|
|
fill-rule="evenodd"
|
|
clip-rule="evenodd"
|
|
d="M8 13c3.866 0 7-4.5 7-5s-3.134-5-7-5-7 4.5-7 5 3.134 5 7 5zm0-2a3 3 0 100-6 3 3 0 000 6z"
|
|
fill="currentColor"
|
|
></path>
|
|
<circle opacity=".6" cx="8" cy="8" r="2" fill="currentColor"></circle>
|
|
</svg> |