How to import and style svg i hono.dev?

59 Views Asked by At

Does anyone know how to import to tsx an svg file in deno (hono.dev framework)? The point is that it can still be styled:

.myclass {
    fill: var(--sl-color-primary-500);
}
0

There are 0 best solutions below