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

10 lines
1.8 KiB
Vue

<template>
<svg width="29" height="29" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M14.52 1.003a.751.751 0 0 0-.08.02.643.643 0 0 0-.501.642v3.853a.646.646 0 0 0 .318.564c.201.115.447.115.647 0a.646.646 0 0 0 .319-.564V1.665a.642.642 0 0 0-.702-.662ZM5.37 4.775a.638.638 0 0 0-.5.452.645.645 0 0 0 .18.652l2.729 2.729c.155.19.403.278.644.223a.646.646 0 0 0 .482-.482.645.645 0 0 0-.223-.644l-2.73-2.73a.645.645 0 0 0-.521-.2h-.06Zm18.22 0a.645.645 0 0 0-.38.2l-2.73 2.73a.645.645 0 0 0-.223.644.645.645 0 0 0 .482.482c.24.055.489-.033.644-.223l2.729-2.73a.642.642 0 0 0-.522-1.104Zm-9.07 3.311c-.02.005-.04.013-.06.02a.67.67 0 0 0-.12.02l-.02.02c-3.406.146-6.16 2.92-6.16 6.361 0 3.534 2.887 6.421 6.42 6.421 3.535 0 6.422-2.887 6.422-6.42 0-3.43-2.732-6.194-6.12-6.362-.023 0-.038-.02-.06-.02a.621.621 0 0 0-.201-.04h-.1Zm.02 1.284h.101a5.138 5.138 0 1 1-.1 0ZM1.559 13.865a.65.65 0 0 0 .18 1.284h3.853a.646.646 0 0 0 .565-.318.648.648 0 0 0 0-.647.646.646 0 0 0-.565-.319H1.56Zm21.832 0a.65.65 0 0 0 .18 1.284h3.853a.646.646 0 0 0 .564-.318.648.648 0 0 0 0-.647.646.646 0 0 0-.564-.319H23.39Zm-15.23 6.34a.645.645 0 0 0-.381.201l-2.73 2.73a.645.645 0 0 0-.223.644.646.646 0 0 0 .482.482c.24.055.49-.033.645-.224l2.729-2.729a.64.64 0 0 0-.462-1.103h-.06Zm12.641 0a.638.638 0 0 0-.501.452.645.645 0 0 0 .18.652l2.73 2.73c.155.19.403.278.644.223a.646.646 0 0 0 .481-.482.645.645 0 0 0-.223-.645l-2.729-2.729a.642.642 0 0 0-.461-.2h-.12Zm-6.28 2.63a.73.73 0 0 0-.08.02.643.643 0 0 0-.502.642v3.852a.646.646 0 0 0 .318.565c.201.115.447.115.647 0a.646.646 0 0 0 .319-.565v-3.852a.642.642 0 0 0-.702-.662Z" fill="currentColor" stroke="currentColor" stroke-width="1.2" /></g><defs><clipPath id="a"><path d="M0 0h29v29H0z" /></clipPath></defs></svg>
</template>
<script>
export default {
name: 'TropicsTitleSVG'
}
</script>