heo-主题

This commit is contained in:
tangly1024.com
2023-07-13 16:54:52 +08:00
parent 408843ccb4
commit 43287cbf74
14 changed files with 306 additions and 127 deletions

View File

@@ -74,3 +74,9 @@ export const ArrowRightCircle = ({ className }) => {
<path strokeLinecap="round" strokeLinejoin="round" d="M12.75 15l3-3m0 0l-3-3m3 3h-7.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
}
export const PlusSmall = ({ className }) => {
return <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" strokeWidth={1.5} stroke="currentColor" className={className}>
<path strokeLinecap="round" strokeLinejoin="round" d="M12 6v12m6-6H6" />
</svg>
}