Skip to content

Commit c125625

Browse files
committed
feat: mobile icon taken from laravel jetstream
1 parent 5235463 commit c125625

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<template>
2+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1" stroke="currentColor">
3+
<path
4+
stroke-linecap="round"
5+
stroke-linejoin="round"
6+
d="M10.5 1.5H8.25A2.25 2.25 0 006 3.75v16.5a2.25 2.25 0 002.25 2.25h7.5A2.25 2.25 0 0018 20.25V3.75a2.25 2.25 0 00-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3"
7+
/>
8+
</svg>
9+
</template>

0 commit comments

Comments
 (0)