12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <svg
- viewBox="0 0 24 24"
- fill="none"
- xmlns="http://www.w3.org/2000/svg"
- >
- <g id="SVGRepo_bgCarrier" stroke-width="0"></g>
- <g
- id="SVGRepo_tracerCarrier"
- stroke-linecap="round"
- stroke-linejoin="round"
- ></g>
- <g id="SVGRepo_iconCarrier">
- <rect
- height="4"
- stroke="currentColor"
- stroke-linecap="round"
- stroke-linejoin="round"
- stroke-width="2"
- width="4"
- x="10"
- y="4"
- ></rect>
- <rect
- height="4"
- stroke="currentColor"
- stroke-linecap="round"
- stroke-linejoin="round"
- stroke-width="2"
- width="4"
- x="10"
- y="16"
- ></rect>
- <rect
- height="4"
- stroke="currentColor"
- stroke-linecap="round"
- stroke-linejoin="round"
- stroke-width="2"
- width="4"
- x="3"
- y="16"
- ></rect>
- <rect
- height="4"
- stroke="currentColor"
- stroke-linecap="round"
- stroke-linejoin="round"
- stroke-width="2"
- width="4"
- x="17"
- y="16"
- ></rect>
- <path
- d="M12 8V12M12 16V12M12 12H17C18.1046 12 19 12.8954 19 14V16M12 12H7C5.89543 12 5 12.8954 5 14V16"
- stroke="currentColor"
- stroke-linecap="round"
- stroke-linejoin="round"
- stroke-width="2"
- ></path>
- </g>
- </svg>
|