1 |
efrain |
1 |
<svg
|
|
|
2 |
width="24"
|
|
|
3 |
height="24"
|
|
|
4 |
viewBox="0 0 24 24"
|
|
|
5 |
fill="none"
|
|
|
6 |
xmlns="http://www.w3.org/2000/svg"
|
|
|
7 |
>
|
|
|
8 |
<path d="M17 5H7V7H17V5Z" fill="currentColor" />
|
|
|
9 |
<path d="M7 9H9V11H7V9Z" fill="currentColor" />
|
|
|
10 |
<path d="M9 13H7V15H9V13Z" fill="currentColor" />
|
|
|
11 |
<path d="M7 17H9V19H7V17Z" fill="currentColor" />
|
|
|
12 |
<path d="M13 9H11V11H13V9Z" fill="currentColor" />
|
|
|
13 |
<path d="M11 13H13V15H11V13Z" fill="currentColor" />
|
|
|
14 |
<path d="M13 17H11V19H13V17Z" fill="currentColor" />
|
|
|
15 |
<path d="M15 9H17V11H15V9Z" fill="currentColor" />
|
|
|
16 |
<path d="M17 13H15V19H17V13Z" fill="currentColor" />
|
|
|
17 |
<path
|
|
|
18 |
fill-rule="evenodd"
|
|
|
19 |
clip-rule="evenodd"
|
|
|
20 |
d="M3 3C3 1.89543 3.89543 1 5 1H19C20.1046 1 21 1.89543 21 3V21C21 22.1046 20.1046 23 19 23H5C3.89543 23 3 22.1046 3 21V3ZM5 3H19V21H5V3Z"
|
|
|
21 |
fill="currentColor"
|
|
|
22 |
/>
|
|
|
23 |
</svg>
|