diff --git a/examples/static/img/arrow.svg b/examples/static/img/arrow.svg new file mode 100644 index 0000000000000000000000000000000000000000..29b2efb17d4704947d5f50458ded67ecd3560a38 --- /dev/null +++ b/examples/static/img/arrow.svg @@ -0,0 +1,4 @@ +<?xml version="1.0"?> +<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24" fill="none"> + <path d="M6 12H18M18 12L13 7M18 12L13 17" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> +</svg> diff --git a/examples/static/img/sample.png b/examples/static/img/sample.png new file mode 100644 index 0000000000000000000000000000000000000000..dcb28026213b600bce2cac139cd0a5041f8f0d50 Binary files /dev/null and b/examples/static/img/sample.png differ