commit b6b0544d2f017d2cad9e7c5b349a71fccaaefeed parent 10038db8d0c3236a1870b97feb1e8c196a131aef Author: Francesco Saccone <francesco@francescosaccone.com> Date: Fri, 7 Mar 2025 18:45:35 +0100 feat: add public/icon.svg Signed-off-by: Francesco Saccone <francesco@francescosaccone.com> Diffstat:
A | public/icon.svg | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/public/icon.svg b/public/icon.svg @@ -0,0 +1,5 @@ +<svg width="32" height="32" xmlns="http://www.w3.org/2000/svg"> + <rect x="2" y="2" width="9" height="28" fill="#808080" /> + <rect x="2" y="2" width="28" height="9" fill="#808080" /> + <rect x="2" y="16" width="20" height="9" fill="#808080" /> +</svg> +\ No newline at end of file