feat: 前端组件准备
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" class="size-6">
|
||||
<path class="svg-top" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"
|
||||
d="M8.25 9L12 5.25L15.75 9" />
|
||||
<path class="svg-bottom" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"
|
||||
d="M8.25 15L12 18.75L15.75 15" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 376 B |
@@ -0,0 +1 @@
|
||||
export { default as ChevronUpDownIcon } from "./ChevronUpDownIcon.svg";
|
||||
Reference in New Issue
Block a user