add media symbols
This commit is contained in:
parent
b527c2a3f4
commit
9663ccfa0f
5 changed files with 35 additions and 0 deletions
7
source/Ox.UI/themes/classic/svg/symbolAudio.svg
Normal file
7
source/Ox.UI/themes/classic/svg/symbolAudio.svg
Normal file
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<polygon points="64,48 224,16 224,64 64,96" fill="#404040"/>
|
||||
<line x1="80" y1="80" x2="80" y2="208" stroke="#404040" stroke-width="32"/>
|
||||
<line x1="208" y1="48" x2="208" y2="176" stroke="#404040" stroke-width="32"/>
|
||||
<ellipse cx="56" cy="208" rx="40" ry="32" fill="#404040" transform="rotate(-15,56,208)"/>
|
||||
<ellipse cx="184" cy="176" rx="40" ry="32" fill="#404040" transform="rotate(-15,184,176)"/>
|
||||
</svg>
|
After Width: | Height: | Size: 495 B |
7
source/Ox.UI/themes/classic/svg/symbolBook.svg
Normal file
7
source/Ox.UI/themes/classic/svg/symbolBook.svg
Normal file
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<g fill="none" stroke="#404040">
|
||||
<path d="M 20,28 l 108,36 l 108,-36" stroke-width="24"/>
|
||||
<path d="M 224,32 l 0,160 l -96,32 l -96,-32 l 0,-160" stroke-width="32"/>
|
||||
<line x1="128" y1="64" x2="128" y2="224" stroke-width="24"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 335 B |
12
source/Ox.UI/themes/classic/svg/symbolBulletlist.svg
Normal file
12
source/Ox.UI/themes/classic/svg/symbolBulletlist.svg
Normal file
|
@ -0,0 +1,12 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<g stroke="#404040" stroke-width="32">
|
||||
<line x1="16" y1="32" x2="48" y2="32"/>
|
||||
<line x1="80" y1="32" x2="240" y2="32"/>
|
||||
<line x1="16" y1="96" x2="48" y2="96"/>
|
||||
<line x1="80" y1="96" x2="240" y2="96"/>
|
||||
<line x1="16" y1="160" x2="48" y2="160"/>
|
||||
<line x1="80" y1="160" x2="240" y2="160"/>
|
||||
<line x1="16" y1="224" x2="48" y2="224"/>
|
||||
<line x1="80" y1="224" x2="240" y2="224"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 520 B |
5
source/Ox.UI/themes/classic/svg/symbolData.svg
Normal file
5
source/Ox.UI/themes/classic/svg/symbolData.svg
Normal file
|
@ -0,0 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<ellipse cx="128" cy="64" rx="100" ry="36" fill="none" stroke="#404040" stroke-width="24"/>
|
||||
<path d="M 28,128 a 96,36 0 0,0 200,0" fill="none" stroke="#404040" stroke-width="24"/>
|
||||
<path d="M 28,192 a 96,36 0 0,0 200,0" fill="none" stroke="#404040" stroke-width="24"/>
|
||||
</svg>
|
After Width: | Height: | Size: 356 B |
4
source/Ox.UI/themes/classic/svg/symbolVideo.svg
Normal file
4
source/Ox.UI/themes/classic/svg/symbolVideo.svg
Normal file
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<path d="M 12,64 a 36,36 0 0,1 36,-36 l 160,0 a 36,36 0 0,1 36,36 l 0,128 a 36,36 0 0,1 -36,36 l -160,0 a 36,36 0 0,1 -36,-36 l 0,-128" fill="none" stroke="#404040" stroke-width="24"/>
|
||||
<polygon points="80,64 208,128 80,192" fill="#404040"/>
|
||||
</svg>
|
After Width: | Height: | Size: 321 B |
Loading…
Reference in a new issue