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

10 lines
951 B
Vue

<template>
<svg width="30" height="29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.716 19.421V27m7.56-3.79V27m-3.78-15.158v.253a3.783 3.783 0 0 1 1.946 1.693 3.798 3.798 0 0 1-.903 4.772 3.774 3.774 0 0 1-2.429.861s-4.04.022-4.914 0a3.775 3.775 0 0 1-2.377-.92 3.792 3.792 0 0 1-.816-4.74 3.783 3.783 0 0 1 1.933-1.666v-.253c0-1.005.398-1.969 1.107-2.68a3.775 3.775 0 0 1 5.346 0 3.794 3.794 0 0 1 1.107 2.68Z" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" /><path d="M15.016 23.21h10.458a1.258 1.258 0 0 0 1.148-.782 1.267 1.267 0 0 0-.265-1.365l-3.78-4.168h.377a1.258 1.258 0 0 0 1.148-.782 1.266 1.266 0 0 0-.266-1.366l-3.78-4.168h.252a1.257 1.257 0 0 0 1.254-.72 1.267 1.267 0 0 0-.246-1.427L16.276 3l-1.764 1.895" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" /></svg>
</template>
<script>
export default {
name: 'ForestTitleSVG'
}
</script>