Path: blob/main/frontend/vue/components/MiniComposer/GatesSVG/Theta.vue
3377 views
<template> <svg width="11" height="18" viewBox="0 0 11 18" xmlns="http://www.w3.org/2000/svg"> <path d="M0.328125 12.614C0.328125 11.0444 0.628203 9.3901 1.22836 7.65119C1.82851 5.91227 2.64411 4.41189 3.67515 3.15002C4.70618 1.88815 5.77569 1.16489 6.88367 0.980225C6.89906 0.980225 6.96062 0.980225 7.06834 0.980225C7.17606 0.980225 7.26839 0.97253 7.34533 0.957142C8.17632 1.0187 8.82264 1.39572 9.2843 2.08821C9.88445 3.01152 10.1845 4.25031 10.1845 5.80455C10.1845 7.57424 9.83829 9.37471 9.1458 11.206C8.45331 13.0372 7.56847 14.5376 6.49126 15.7071C5.41406 16.8767 4.38302 17.4614 3.39815 17.4614H3.23657C2.68258 17.4614 2.20554 17.3075 1.80543 16.9998C1.40533 16.692 1.10525 16.2842 0.905198 15.7764C0.705146 15.2685 0.558954 14.753 0.466622 14.2298C0.374291 13.7066 0.328125 13.168 0.328125 12.614ZM8.36098 4.16567C8.36098 2.59603 7.95318 1.81121 7.13758 1.81121C6.58359 1.81121 6.04499 2.15745 5.52178 2.84994C4.99857 3.54243 4.56769 4.32725 4.22914 5.2044C3.89059 6.08155 3.62898 6.85098 3.44432 7.51269C3.25965 8.1744 3.15963 8.55912 3.14424 8.66684C3.89828 8.68222 4.64463 8.68992 5.38328 8.68992L7.62233 8.66684C7.63771 8.65145 7.69927 8.39754 7.80699 7.9051C7.91471 7.41266 8.03782 6.79712 8.17632 6.05847C8.31481 5.31981 8.37637 4.68888 8.36098 4.16567ZM2.12859 14.1837C2.12859 15.8148 2.53639 16.6304 3.35199 16.6304C3.58282 16.6304 3.82903 16.5535 4.09064 16.3996C4.35225 16.2457 4.66771 15.9533 5.03704 15.5225C5.40637 15.0916 5.77569 14.4222 6.14502 13.5142C6.51435 12.6063 6.88367 11.483 7.253 10.1441L7.36841 9.75173H2.86725C2.86725 9.7979 2.798 10.0903 2.6595 10.6289C2.521 11.1675 2.39789 11.7676 2.29017 12.4294C2.18245 13.0911 2.12859 13.6758 2.12859 14.1837Z" /> </svg> </template> <script lang="ts"> import { defineComponent } from 'vue-demi' export default defineComponent({ name: 'Theta' }) </script>