18 lines
572 B
Svelte
18 lines
572 B
Svelte
<div class={$$props.class}>
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="1em"
|
|
height="1em"
|
|
fill="none"
|
|
viewBox="0 0 16 16"
|
|
>
|
|
<g style="fill: rgb(0, 0, 0);"
|
|
><path
|
|
d="M0 7.818c0 .394.342.72.745.72h6.514v6.363a.742.742 0 0 0 1.482 0V8.538h6.514c.403 0 .745-.326.745-.72a.743.743 0 0 0-.745-.728H8.741V.728a.742.742 0 0 0-1.482 0V7.09H.745A.743.743 0 0 0 0 7.818Z"
|
|
style="fill: rgb(0, 117, 255);"
|
|
class="fills"
|
|
/></g
|
|
>
|
|
</svg>
|
|
</div>
|