sinProject-Inc/talk

View on GitHub
src/lib/components/icons/hamburger_icon.svelte

Summary

Maintainability
Test Coverage
<svg
    ><path
        d="M5 6h14M5 12h14M5 18h14"
        fill="none"
        stroke="currentColor"
        stroke-width="2"
        stroke-linecap="round"
    /></svg
>