10 lines
743 B
Vue
10 lines
743 B
Vue
|
|
<template>
|
|
<svg width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17.466 7.475c-.034.147-.115.36-.228.618h.003l-.013.025c-.666 1.497-2.405 4.433-2.405 4.433s-.002-.007-.008-.018l-.509.929h2.45L12.075 20l1.062-4.447H11.21l.67-2.94c-.543.139-1.183.326-1.94.583c0 0-1.026.632-2.957-1.214c0 0-1.302-1.206-.547-1.505c.322-.127 1.558-.29 2.533-.428c1.315-.188 2.124-.286 2.124-.286s-4.056.065-5.018-.096C5.113 9.508 3.89 7.82 3.632 6.339c0 0-.403-.815.864-.43c1.266.387 6.51 1.501 6.51 1.501S4.184 5.213 3.731 4.678C3.278 4.142 2.395 1.753 2.51.285c0 0 .05-.366.407-.268c0 0 5.041 2.42 8.488 3.745c3.45 1.324 6.449 1.998 6.061 3.713Z"></path></svg>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'UiwDingding'
|
|
}
|
|
</script> |