mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-10 22:43:29 +00:00
refac
This commit is contained in:
parent
f5455d48c4
commit
8d568cc8c5
1 changed files with 31 additions and 9 deletions
|
|
@ -11,13 +11,35 @@
|
|||
fill="none"
|
||||
stroke="currentColor"
|
||||
viewBox="0 0 24 24"
|
||||
><path
|
||||
d="M2 14C2 16.2091 3.79086 18 6 18C8.20914 18 10 16.2091 10 14C10 11.7909 8.20914 10 6 10C3.79086 10 2 11.7909 2 14ZM2 14V6"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
></path><path
|
||||
d="M22 14C22 16.2091 20.2091 18 18 18C15.7909 18 14 16.2091 14 14C14 11.7909 15.7909 10 18 10C20.2091 10 22 11.7909 22 14ZM22 14V6"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
></path><path d="M14 14H10" stroke-linecap="round" stroke-linejoin="round"></path></svg
|
||||
>
|
||||
<!-- Left lens -->
|
||||
<path
|
||||
d="M2 14
|
||||
C2 16.2091 3.79086 18 6 18
|
||||
C8.20914 18 10 16.2091 10 14
|
||||
C10 11.7909 8.20914 10 6 10
|
||||
C3.79086 10 2 11.7909 2 14Z"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
/>
|
||||
|
||||
<!-- Right lens -->
|
||||
<path
|
||||
d="M14 14
|
||||
C14 16.2091 15.7909 18 18 18
|
||||
C20.2091 18 22 16.2091 22 14
|
||||
C22 11.7909 20.2091 10 18 10
|
||||
C15.7909 10 14 11.7909 14 14Z"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
/>
|
||||
|
||||
<!-- Left temple (side-mounted) -->
|
||||
<path d="M2 14L0.8 14.4" stroke-linecap="round" />
|
||||
|
||||
<!-- Right temple (side-mounted) -->
|
||||
<path d="M22 14L23.2 14.4" stroke-linecap="round" />
|
||||
|
||||
<!-- Bridge -->
|
||||
<path d="M14 14H10" stroke-linecap="round" stroke-linejoin="round" />
|
||||
</svg>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue