fix: smartphone outer line position (#315)

* fix: smartphone outer line position

* change path to rect tag
This commit is contained in:
Yashu Mittal
2021-07-26 23:52:20 +05:30
committed by GitHub
parent d1262f4c7f
commit 10e3aa4377

View File

@@ -10,5 +10,5 @@
stroke-linejoin="round" stroke-linejoin="round"
> >
<rect x="5" y="2" width="14" height="20" rx="2" ry="2" /> <rect x="5" y="2" width="14" height="20" rx="2" ry="2" />
<line x1="12" y1="18" x2="12.01" y2="18" /> <path d="M12 18h.01" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 314 B

After

Width:  |  Height:  |  Size: 294 B