diff options
Diffstat (limited to 'dist/icons/inbox.html')
-rw-r--r-- | dist/icons/inbox.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/icons/inbox.html b/dist/icons/inbox.html new file mode 100644 index 00000000..8995db51 --- /dev/null +++ b/dist/icons/inbox.html @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-inbox" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <path d="M4 13h3l3 3h4l3 -3h3" /> +</svg> + + |