Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quantum-kittens
GitHub Repository: quantum-kittens/platypus
Path: blob/main/frontend/vue/components/MiniComposer/GatesSVG/MeasureZ.vue
3377 views
<template>
  <svg width="28" height="24" viewBox="0 0 28 24" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path d="M28 0H22V2H25.38L22 6V8H28V6H24.62L28 2V0Z" fill="#121619"/>
    <path d="M18 13.62L20.08 10L18.35 9L16.17 12.77C12.4909 11.4065 8.37757 11.9278 5.15489 14.1659C1.9322 16.4041 0.00724311 20.0763 0 24H2C2.00244 20.7873 3.54826 17.7714 6.155 15.8936C8.76174 14.0158 12.1119 13.5048 15.16 14.52L12 20C11.0946 19.999 10.3015 20.6065 10.0665 21.4808C9.83149 22.3552 10.2132 23.2784 10.9971 23.7315C11.7809 24.1846 12.7714 24.0546 13.4118 23.4145C14.0522 22.7745 14.1827 21.7841 13.73 21L17 15.35C20.0908 17.1345 21.9963 20.431 22 24H24C23.9956 19.7172 21.709 15.7614 18 13.62Z" fill="#121619"/>
  </svg>
</template>

<script lang="ts">
import { Vue } from 'vue-class-component'

export default class MeasureZ extends Vue {}
</script>