23 lines
516 B
XML
23 lines
516 B
XML
<!--
|
|
tags: [folder, menu, tag, game, category, geometry, form, figure, pattern, outline]
|
|
category: Shapes
|
|
version: "1.70"
|
|
unicode: "f1f5"
|
|
-->
|
|
<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="M14 4h6v6h-6l0 -6" />
|
|
<path d="M4 14h6v6h-6l0 -6" />
|
|
<path d="M14 17a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />
|
|
<path d="M4 7a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />
|
|
</svg>
|