Path: blob/main/frontend/vue/components/MiniComposer/GatesSVG/Phi.vue
3377 views
<template> <svg width="10" height="17" viewBox="0 0 10 17" xmlns="http://www.w3.org/2000/svg"> <path d="M6.88711 0.168919C6.88711 0.0070806 6.76124 0.00708008 6.70729 0.00708008C6.54545 0.00708008 6.52747 0.0430451 6.45554 0.34874L5.48452 4.21487C5.43057 4.44864 5.41259 4.46662 5.39461 4.4846C5.37662 4.52057 5.25075 4.53855 5.21479 4.53855C2.26573 4.7903 0 7.21787 0 9.46562C0 11.4077 1.49251 12.5945 3.36264 12.7024C3.21878 13.2598 3.09291 13.8353 2.94905 14.3927C2.6973 15.3457 2.55345 15.9391 2.55345 16.0111C2.55345 16.047 2.55345 16.1549 2.73327 16.1549C2.78721 16.1549 2.85914 16.1549 2.8951 16.083C2.93107 16.047 3.03896 15.6155 3.11089 15.3817L3.77622 12.7024C6.85115 12.5405 9.18881 10.0231 9.18881 7.75733C9.18881 5.94115 7.82218 4.64644 5.82617 4.52057L6.88711 0.168919ZM5.71828 4.88021C6.90509 4.95214 8.09191 5.61747 8.09191 7.37971C8.09191 9.41168 6.67133 12.109 3.86613 12.3248L5.71828 4.88021ZM3.45255 12.3427C2.57143 12.2888 1.0969 11.8213 1.0969 9.84324C1.0969 7.57751 2.73327 5.06003 5.32268 4.89819L3.45255 12.3427Z" /> </svg> </template> <script lang="ts"> import { defineComponent } from 'vue-demi' export default defineComponent({ name: 'Phi' }) </script>