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

10 lines
1.6 KiB
Vue

<template>
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.988 2.002a.55.55 0 0 0-.06.015.476.476 0 0 0-.37.476v2.853c-.002.171.087.331.235.418.149.086.33.086.479 0a.479.479 0 0 0 .235-.418V2.493a.473.473 0 0 0-.519-.49Zm-6.76 2.794a.472.472 0 0 0-.37.335c-.05.175.002.36.134.483l2.016 2.021a.476.476 0 1 0 .667-.668L5.659 4.945a.475.475 0 0 0-.386-.149H5.23Zm13.46 0a.476.476 0 0 0-.282.15l-2.016 2.02a.477.477 0 0 0 .19.834.476.476 0 0 0 .477-.165l2.016-2.021a.474.474 0 0 0-.385-.817Zm-6.7 2.453c-.015.004-.03.01-.044.015a.493.493 0 0 0-.09.015l-.014.015c-2.516.107-4.55 2.162-4.55 4.711 0 2.618 2.132 4.757 4.743 4.757 2.61 0 4.743-2.139 4.743-4.757 0-2.54-2.018-4.587-4.521-4.711-.017 0-.028-.015-.045-.015a.459.459 0 0 0-.148-.03h-.074Zm.015.951h.074a3.8 3.8 0 0 1 3.75 3.805 3.798 3.798 0 0 1-3.794 3.805 3.799 3.799 0 0 1-3.795-3.805A3.8 3.8 0 0 1 12.003 8.2Zm-9.59 3.33a.481.481 0 0 0 .133.95h2.846a.477.477 0 1 0 0-.95h-2.98Zm16.127 0a.481.481 0 0 0 .133.95h2.846a.477.477 0 1 0 0-.95H18.54ZM7.29 16.227a.476.476 0 0 0-.282.148l-2.016 2.022a.478.478 0 0 0 .19.834.476.476 0 0 0 .477-.166l2.016-2.021a.475.475 0 0 0-.341-.817h-.045Zm9.338 0a.472.472 0 0 0-.371.334c-.05.174.002.36.133.483l2.016 2.021a.476.476 0 0 0 .832-.19.478.478 0 0 0-.165-.478l-2.016-2.022a.474.474 0 0 0-.34-.148h-.089Zm-4.64 1.947a.54.54 0 0 0-.06.015.476.476 0 0 0-.37.475v2.854a.479.479 0 0 0 .235.418c.149.085.33.085.479 0a.479.479 0 0 0 .235-.418v-2.854a.473.473 0 0 0-.519-.49Z" fill="currentColor" stroke="currentColor" stroke-width="1.2" /></svg>
</template>
<script>
export default {
name: 'TropicsSVG'
}
</script>