mindboost-rnbo-test-project/components/svg/homebar/ForestSVG.vue

10 lines
868 B
Vue

<template>
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.742 9.768v.211a3.158 3.158 0 0 1-1.157 6.105s-3.375.018-4.106 0A3.158 3.158 0 0 1 4.427 9.98v-.21a3.158 3.158 0 1 1 6.316 0Zm-3.157 6.316V22.4Zm6.315 3.158V22.4Z" /><path d="M7.585 16.084V22.4m6.315-3.158V22.4M10.742 9.768v.211a3.158 3.158 0 0 1-1.157 6.105s-3.375.018-4.106 0A3.158 3.158 0 0 1 4.427 9.98v-.21a3.158 3.158 0 1 1 6.316 0Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /><path d="M12.848 19.242h8.737a1.053 1.053 0 0 0 .736-1.79l-3.157-3.473h.315a1.053 1.053 0 0 0 .737-1.79l-3.158-3.473h.21a1.052 1.052 0 0 0 .843-1.79L13.901 2.4l-1.474 1.579" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>
</template>
<script>
export default {
name: 'ForestSVG'
}
</script>