mirror of
https://github.com/palxiao/poster-design.git
synced 2025-07-03 03:56:41 +08:00
22 lines
1004 B
Vue
22 lines
1004 B
Vue
<!--
|
|
* @Author: ShawnPhang
|
|
* @Date: 2023-05-29 15:41:22
|
|
* @Description: 吸管 SVG
|
|
* @LastEditors: ShawnPhang <site: m.palxp.cn>
|
|
* @LastEditTime: 2023-05-29 15:48:17
|
|
-->
|
|
<template>
|
|
<svg t="1685345224620" class="sd-xggj" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8489" width="20" height="20">
|
|
<path d="M716.288 140.501333a42.666667 42.666667 0 0 1 60.373333 0l90.496 90.496a42.666667 42.666667 0 0 1 0 60.330667l-120.661333 120.704L595.626667 261.12l120.661333-120.661333zM520.192 185.770667l301.696 301.653333-60.330667 60.373333-301.653333-301.696 60.288-60.330666z" p-id="8490"></path>
|
|
<path d="M580.565333 366.762667l-60.373333-60.330667-362.026667 362.026667V853.333333l181.034667-3.84 362.026667-362.026666-60.330667-60.373334-331.861333 331.904-60.373334-60.373333 331.904-331.861333z" p-id="8491"></path>
|
|
</svg>
|
|
</template>
|
|
|
|
<script lang="ts">
|
|
import { defineComponent } from 'vue'
|
|
|
|
export default defineComponent({
|
|
setup() {},
|
|
})
|
|
</script>
|