diff options
| author | soaos <soaos@soaos.dev> | 2025-11-21 21:14:12 -0500 |
|---|---|---|
| committer | soaos <soaos@soaos.dev> | 2025-11-21 21:14:12 -0500 |
| commit | ba76e77d935998e4b128053dcc61d2ed4884cdda (patch) | |
| tree | 5464dccd475404b509f048f4525193a8ff36a715 /static/assets/icon/sunken-panel-border.svg | |
| parent | 6e3a7252608197b6571a56c9b07be09f254e8bae (diff) | |
zola migration
Diffstat (limited to 'static/assets/icon/sunken-panel-border.svg')
| -rw-r--r-- | static/assets/icon/sunken-panel-border.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/static/assets/icon/sunken-panel-border.svg b/static/assets/icon/sunken-panel-border.svg new file mode 100644 index 0000000..c13e8ce --- /dev/null +++ b/static/assets/icon/sunken-panel-border.svg @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<svg xmlns="http://www.w3.org/2000/svg" width="5" height="5" viewBox="0 0 5 5"> + <rect width="4" height="1" x="0" y="0" fill="#232a2e"/> + <rect width="1" height="4" x="0" y="0" fill="#232a2e"/> + <rect width="2" height="1" x="1" y="1" fill="#232a2e"/> + <rect width="1" height="2" x="1" y="1" fill="#232a2e"/> + <rect width="5" height="1" x="0" y="4" fill="#4f585e"/> + <rect width="1" height="5" x="4" y="0" fill="#4f585e"/> + <rect width="1" height="3" x="3" y="1" fill="#4f585e"/> + <rect width="3" height="1" x="1" y="3" fill="#4f585e"/> +</svg> |
