blob: 32c7cc5f6551043578a7774fd579612b48597c5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!--
category: Design
tags: [stroke, dynamic, line, path, design, style, illustration, variable]
unicode: "101fd"
version: "3.40"
-->
<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 19h6a2 2 0 0 0 2 -2v-10a2 2 0 0 1 2 -2h7" />
</svg>
|