Skip to content

Commit ceb63f9

Browse files
committed
feat: 优化 Bucket 图标组件的 SVG 格式和代码结构
1 parent 5678528 commit ceb63f9

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1-
21
<template>
3-
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><!-- Icon from Tabler Icons by Paweł Kuna - https://github.com/tabler/tabler-icons/blob/master/LICENSE --><g fill="none" stroke="#888888" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M4 7a8 4 0 1 0 16 0A8 4 0 1 0 4 7"></path><path d="M4 7c0 .664.088 1.324.263 1.965L7 19c.5 1.5 2.239 2 5 2s4.5-.5 5-2q.5-1.5 2.737-10.035A7.5 7.5 0 0 0 20 7"></path></g></svg>
2+
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24">
3+
<!-- Icon from Tabler Icons by Paweł Kuna - https://github.com/tabler/tabler-icons/blob/master/LICENSE -->
4+
<g fill="none" stroke="#888888" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
5+
<path d="M4 7a8 4 0 1 0 16 0A8 4 0 1 0 4 7"></path>
6+
<path
7+
d="M4 7c0 .664.088 1.324.263 1.965L7 19c.5 1.5 2.239 2 5 2s4.5-.5 5-2q.5-1.5 2.737-10.035A7.5 7.5 0 0 0 20 7"
8+
></path>
9+
</g>
10+
</svg>
411
</template>
512

613
<script lang="ts">
714
export default {
8-
name: 'TablerBucket'
15+
name: 'TablerBucket',
916
}
1017
</script>

0 commit comments

Comments
 (0)