10 lines
1.1 KiB
Vue
10 lines
1.1 KiB
Vue
<template>
|
|
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.729 2.261a1.111 1.111 0 0 1 1.298-.096c3.84 2.363 5.287 4.602 6.41 7.893.277.814.895 3.102 1.063 3.942 1.143-1.922 3.226-4.153 5.977-5.253a1.111 1.111 0 0 1 1.476 1.35l-.2.67C20.24 15.8 19.777 17.34 19.777 20.89a1.111 1.111 0 1 1-2.222 0c0-3.395.796-5.65 1.896-9.363-1.246.826-2.9 2.41-3.452 3.474-.85 1.638-.667 3.45-.667 5.889a1.111 1.111 0 1 1-2.222 0c0-3.325-.144-6.497-1.12-9.363C11.334 9.605 9.661 6.612 8 5c.611 2.32 1.197 5.132 1.5 8 .257 2.434.278 4.856.278 7.606v.283c0 .295-.063.541-.278.786-.154.174-.29.27-.5.325-.34.088-.63-.117-.839-.325-.208-.209-.28-.491-.28-.786 0-2.544.249-4.935-.381-6.889-.362-1.126-2.063-2.662-3-3.5 1.022 3.503 1.62 5.736 1.62 9.5 0 .6 0 1.25-.12 1.5-.14.294-.372.5-.667.5a1.111 1.111 0 0 1-1.11-1.111c0-4.293-.525-6.95-2.166-11.871a1.111 1.111 0 0 1 1.466-1.382C5.073 8.255 6.611 10.023 7.5 11c-.296-2.242-1.236-5.38-2.087-7.475A1.111 1.111 0 0 1 5.73 2.26Z" fill="currentColor" /></svg>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'MeadowSVG'
|
|
}
|
|
</script>
|