diff options
Diffstat (limited to 'dist/icons/device-mobile.html')
-rw-r--r-- | dist/icons/device-mobile.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dist/icons/device-mobile.html b/dist/icons/device-mobile.html new file mode 100644 index 00000000..5b89b84e --- /dev/null +++ b/dist/icons/device-mobile.html @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-device-mobile" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <rect x="7" y="4" width="10" height="16" rx="1" /> + <line x1="11" y1="5" x2="13" y2="5" /> + <line x1="12" y1="17" x2="12" y2="17.01" /> +</svg> + + |