diff options
Diffstat (limited to 'icons/2fa.svg')
-rw-r--r-- | icons/2fa.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/icons/2fa.svg b/icons/2fa.svg new file mode 100644 index 00000000..9386c3fd --- /dev/null +++ b/icons/2fa.svg @@ -0,0 +1,10 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-2fa" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z"/> + <path d="M7 16h-4 l3.47 -4.66 a2 2 0 1 0 -3.47 -1.54" /> + <path d="M10 16v-8h4" /> + <line x1="10" y1="12" x2="13" y2="12" /> + <path d="M17 16v-6a2 2 0 0 1 4 0v6" /> + <line x1="17" y1="13" x2="21" y2="13" /> +</svg> + + |