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

10 lines
2.5 KiB
Vue

<template>
<svg width="35" height="29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.973 3c-2.747 0-4.93 1.084-6.677 2.672-1.746 1.588-3.077 3.665-4.248 5.705-1.17 2.04-2.184 4.05-3.225 5.502-1.041 1.451-2.038 2.282-3.235 2.282a.543.543 0 0 0-.225.045.58.58 0 0 0-.19.134.661.661 0 0 0 0 .885.548.548 0 0 0 .415.179c1.7 0 3.022-1.189 4.154-2.768 1.132-1.578 2.146-3.608 3.293-5.608 1.148-2 2.425-3.964 4.01-5.407 1.587-1.442 3.46-2.378 5.928-2.378.853 0 2.245.23 3.341.827 1.097.597 1.875 1.448 1.875 2.903 0 1.864-2.677 2.579-3.553.935a.605.605 0 0 0-.188-.213.555.555 0 0 0-.528-.057.581.581 0 0 0-.224.169c-.436.534-.795.696-1.098.72-.302.026-.604-.094-.904-.34a3.216 3.216 0 0 1-.764-.973c-.187-.361-.275-.733-.275-.863a.662.662 0 0 0-.167-.445.58.58 0 0 0-.189-.137.546.546 0 0 0-.636.137.629.629 0 0 0-.167.445c0 .492.166.975.422 1.468s.614.98 1.074 1.357c.245.2.527.365.833.472.112 2.654 1.493 5.06 3.54 6.805a12.49 12.49 0 0 0 8.04 2.951.549.549 0 0 0 .415-.179.66.66 0 0 0 0-.885.58.58 0 0 0-.191-.134.544.544 0 0 0-.225-.045c-2.762 0-5.396-1.044-7.317-2.682-1.81-1.542-2.96-3.587-3.088-5.773.362-.107.718-.333 1.064-.63 1.708 1.913 5.285.749 5.285-2.103 0-1.964-1.178-3.289-2.508-4.013-1.33-.724-2.836-.96-3.867-.96Zm-3.486 8.694a.562.562 0 0 0-.407.188.647.647 0 0 0-.163.442c0 1.45.64 2.93 1.478 4.237.837 1.306 1.88 2.434 2.836 3.117a.558.558 0 0 0 .438.1.556.556 0 0 0 .212-.093.598.598 0 0 0 .162-.173.65.65 0 0 0 .085-.472.647.647 0 0 0-.09-.225.598.598 0 0 0-.164-.17c-.783-.56-1.768-1.609-2.524-2.788-.756-1.18-1.274-2.497-1.274-3.533a.66.66 0 0 0-.17-.449.576.576 0 0 0-.192-.136.546.546 0 0 0-.227-.045Zm-3.46 10.565a.581.581 0 0 0-.525.36s-1.007 2.138-2.952 2.138-2.952-2.138-2.952-2.138a.575.575 0 0 0-.58-.351 1.64 1.64 0 0 1-.054.001.592.592 0 0 0-.416.35s-1.037 2.138-2.952 2.138a.576.576 0 0 0-.51.307.668.668 0 0 0 0 .628c.107.194.302.31.51.308 1.976 0 2.963-1.268 3.477-2.08.511.814 1.49 2.08 3.477 2.08 1.988 0 2.965-1.266 3.477-2.08.51.814 1.49 2.08 3.477 2.08 1.988 0 2.968-1.266 3.477-2.08.51.814 1.487 2.08 3.477 2.08 1.99 0 2.968-1.266 3.477-2.08.512.811 1.499 2.08 3.477 2.08a.578.578 0 0 0 .51-.308.669.669 0 0 0 0-.628.575.575 0 0 0-.51-.307c-1.92 0-2.951-2.138-2.951-2.138a.58.58 0 0 0-.526-.36.581.581 0 0 0-.525.36s-1.005 2.138-2.952 2.138-2.952-2.138-2.952-2.138a.58.58 0 0 0-.525-.36.582.582 0 0 0-.525.36s-1.005 2.138-2.952 2.138-2.952-2.138-2.952-2.138a.58.58 0 0 0-.525-.36Z" fill="currentColor" stroke="currentColor" /></svg>
</template>
<script>
export default {
name: 'WaveTitleSVG'
}
</script>