We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5235463 commit c125625Copy full SHA for c125625
1 file changed
resources/js/components/icons/IconMobile.vue
@@ -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