Ananto30/ask-hadith

View on GitHub
web/src/lib/svgs/download.svelte

Summary

Maintainability
Test Coverage
<svg
    class="h-4 w-4"
    xmlns="http://www.w3.org/2000/svg"
    width="192"
    height="192"
    fill="none"
    viewBox="0 0 256 256"
>
    <rect width="256" height="256" fill="none" />
    <polyline
        points="86 110.011 128 152 170 110.011"
        stroke="currentcolor"
        stroke-linecap="round"
        stroke-linejoin="round"
        stroke-width="20"
    />
    <line
        x1="128"
        y1="40"
        x2="128"
        y2="151.97057"
        stroke="currentcolor"
        stroke-linecap="round"
        stroke-linejoin="round"
        stroke-width="20"
    />
    <path
        d="M216,152v56a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V152"
        stroke="currentcolor"
        stroke-linecap="round"
        stroke-linejoin="round"
        stroke-width="20"
    />
</svg>