mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
Merge f0c5da6e70 into d02155784b
This commit is contained in:
commit
cd85b5dde5
3 changed files with 20 additions and 0 deletions
17
core/img/filetypes/drawio.svg
Normal file
17
core/img/filetypes/drawio.svg
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" enable-background="new 0 0 306.185 120.296" viewBox="24 26 68 68" y="0px" x="0px" version="1.1">
|
||||
<g>
|
||||
<circle r="1e5" fill="#F08705"/>
|
||||
<line y2="72.394" x2="41.061" y1="43.384" x1="58.069" stroke-miterlimit="10" stroke-width="3.5528" stroke="#FFFFFF" fill="none" />
|
||||
<line y2="72.394" x2="75.076" y1="43.384" x1="58.068" stroke-miterlimit="10" stroke-width="3.5008" stroke="#FFFFFF" fill="none" />
|
||||
<g>
|
||||
<path d="M52.773,77.084c0,1.954-1.599,3.553-3.553,3.553H36.999c-1.954,0-3.553-1.599-3.553-3.553v-9.379 c0-1.954,1.599-3.553,3.553-3.553h12.222c1.954,0,3.553,1.599,3.553,3.553V77.084z" fill="#FFFFFF" />
|
||||
</g>
|
||||
<g id="g3419">
|
||||
<path d="M67.762,48.074c0,1.954-1.599,3.553-3.553,3.553H51.988c-1.954,0-3.553-1.599-3.553-3.553v-9.379 c0-1.954,1.599-3.553,3.553-3.553H64.21c1.954,0,3.553,1.599,3.553,3.553V48.074z" fill="#FFFFFF" />
|
||||
</g>
|
||||
<g>
|
||||
<path d="M82.752,77.084c0,1.954-1.599,3.553-3.553,3.553H66.977c-1.954,0-3.553-1.599-3.553-3.553v-9.379 c0-1.954,1.599-3.553,3.553-3.553h12.222c1.954,0,3.553,1.599,3.553,3.553V77.084z" fill="#FFFFFF" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
1
core/img/filetypes/dwb.svg
Normal file
1
core/img/filetypes/dwb.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 4.9 KiB |
|
|
@ -124,6 +124,8 @@ OC.MimeTypeList={
|
|||
"application",
|
||||
"application-pdf",
|
||||
"audio",
|
||||
"drawio",
|
||||
"dwb",
|
||||
"file",
|
||||
"folder",
|
||||
"folder-drag-accept",
|
||||
|
|
|
|||
Loading…
Reference in a new issue