Implement the OPML menu editor
This commit is contained in:
3
crates/bds-ui/assets/icons/menu-category.svg
Normal file
3
crates/bds-ui/assets/icons/menu-category.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#b5bac4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M3 5h7l2 2h9v12H3z"/><path d="M8 12h8M8 16h5"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 243 B |
3
crates/bds-ui/assets/icons/menu-home.svg
Normal file
3
crates/bds-ui/assets/icons/menu-home.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#b5bac4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="m3 11 9-8 9 8"/><path d="M5 10v10h14V10"/><path d="M9 20v-6h6v6"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 262 B |
3
crates/bds-ui/assets/icons/menu-page.svg
Normal file
3
crates/bds-ui/assets/icons/menu-page.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#b5bac4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><path d="M14 2v6h6"/><path d="M8 13h8M8 17h6"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 304 B |
3
crates/bds-ui/assets/icons/menu-submenu.svg
Normal file
3
crates/bds-ui/assets/icons/menu-submenu.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#b5bac4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M4 6h16M8 12h12M12 18h8"/><path d="m4 15 3 3-3 3"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 247 B |
Reference in New Issue
Block a user