brawlset/frontend/src/lib/components/icons/Red.svelte

5 lines
146 B
Svelte

<script>
import IconBase from "./IconBase.svelte";
</script>
<IconBase src="https://svgs.scryfall.io/card-symbols/R.svg" alt="Red mana icon"/>