mindboost-rnbo-test-project/components/svg/sounds/MeadowTitleSvg.vue

10 lines
1.4 KiB
Vue

<template>
<svg width="29" height="29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.472 1.267c.233-.196.613-.277 1.027-.266.707.019 1.327.677 1.573.9 4.496 4.045 6.76 6.08 7.824 10.457.718 2.955.905 5.007 1.124 6.102 1.49-2.506 3.65-6.879 7.237-8.313.253-.101.632-.274.9-.225.267.049.473.041.674.225.2.184.311.187.384.45.073.262.078.413 0 .674l-.42 1.087c-1.97 6.56-3.155 8.803-2.93 13.52 0 .384.001.51-.181.75-.056.072-.334.374-.719.374-.384 0-.633-.032-.855-.375-.185-.287-.218-.69-.218-1.073 0-4.426 1.887-8.771 3.321-13.613-1.625 1.078-4.227 4.458-4.945 5.845-1.108 2.135-1.698 4.588-1.698 7.767 0 .385-.053.721-.281 1.074-.177.274-.36.375-.743.375-.384 0-.62-.26-.83-.6-.18-.289-.195-.464-.195-.849 0-4.334-.78-10.998-2.054-14.736-.854-2.505-3.988-5.316-6.155-7.418 1.473 5.592 3.439 13.977 3.439 21.785v.37c0 .384.052.733-.206 1.073-.19.253-.418.371-.799.375-.377.004-.576-.148-.774-.375-.296-.336-.225-.74-.225-1.124 0-3.317-.072-6.289-.893-8.837-.473-1.468-4.036-5.427-5.257-6.52C4.929 14.715 6.6 20.749 6.6 25.554c0 .385.056.75-.225 1.074-.197.228-.373.375-.674.375-.302 0-.476-.148-.675-.375-.295-.336-.225-.74-.225-1.124 0-5.597-.977-9.01-3.117-15.427a1.448 1.448 0 0 1 1.913-1.802c2.02.807 4.098 4.067 5.257 5.34-.386-2.923-1.685-7.967-2.793-10.7a1.449 1.449 0 0 1 .411-1.647Z" fill="currentColor" /></svg>
</template>
<script>
export default {
name: 'MeadowTitleSVG'
}
</script>