feat: 添加 Check、Exclamation 和 Warning 图标组件

This commit is contained in:
Vixalie
2026-03-29 09:53:12 +08:00
parent cfdc05d9dd
commit edba1686cd
3 changed files with 15 additions and 0 deletions
@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...$$props}>
<path
fill="currentColor"
d="M11.643 13.933q-.143-.143-.143-.356v-7q0-.212.144-.356t.357-.144t.356.144t.143.356v7q0 .213-.144.356t-.357.144t-.356-.144m0 3.846q-.143-.144-.143-.357t.144-.356t.357-.143t.356.144t.143.357t-.144.356t-.357.143t-.356-.144" />
</svg>

After

Width:  |  Height:  |  Size: 344 B