Path: blob/main/frontend/vue/components/Sketch/Ket0.vue
3376 views
<template> <svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0 13.1423V0.570312H0.952V13.1423H0Z" fill="#343A3F" /> <path d="M7.04034 11.3783C5.87368 11.3783 5.01968 10.935 4.47834 10.0483C3.94634 9.16165 3.68034 7.92031 3.68034 6.32431C3.68034 4.72831 3.94634 3.48698 4.47834 2.60031C5.01968 1.71365 5.87368 1.27031 7.04034 1.27031C8.20701 1.27031 9.05634 1.71365 9.58834 2.60031C10.1297 3.48698 10.4003 4.72831 10.4003 6.32431C10.4003 7.92031 10.1297 9.16165 9.58834 10.0483C9.05634 10.935 8.20701 11.3783 7.04034 11.3783ZM7.04034 10.3563C7.42301 10.3563 7.74968 10.277 8.02034 10.1183C8.29101 9.95965 8.51034 9.73565 8.67834 9.44631C8.84634 9.15698 8.96768 8.81631 9.04234 8.42431C9.12634 8.03231 9.16834 7.59831 9.16834 7.12231V5.52631C9.16834 5.05031 9.12634 4.61631 9.04234 4.22431C8.96768 3.83231 8.84634 3.49165 8.67834 3.20231C8.51034 2.91298 8.29101 2.68898 8.02034 2.53031C7.74968 2.37165 7.42301 2.29231 7.04034 2.29231C6.65768 2.29231 6.33101 2.37165 6.06034 2.53031C5.78968 2.68898 5.57034 2.91298 5.40234 3.20231C5.23434 3.49165 5.10834 3.83231 5.02434 4.22431C4.94968 4.61631 4.91234 5.05031 4.91234 5.52631V7.12231C4.91234 7.59831 4.94968 8.03231 5.02434 8.42431C5.10834 8.81631 5.23434 9.15698 5.40234 9.44631C5.57034 9.73565 5.78968 9.95965 6.06034 10.1183C6.33101 10.277 6.65768 10.3563 7.04034 10.3563Z" fill="#343A3F" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M14.7275 6.70953L11.8242 0.419058L12.7322 0L15.8289 6.70953L12.7322 13.4191L11.8242 13L14.7275 6.70953Z" fill="#343A3F" /> </svg> </template> <script lang="ts"> import { Vue } from 'vue-class-component' export default class Ket0 extends Vue {} </script>