new featerus

This commit is contained in:
2024-08-25 18:09:56 +00:00
parent 4df61e0772
commit e535c347f9
11 changed files with 269 additions and 46 deletions

View File

@@ -0,0 +1,22 @@
import React from "react";
const index = () => {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
strokeWidth={1.5}
stroke="currentColor"
className="size-6"
>
<path
strokeLinecap="round"
strokeLinejoin="round"
d="M3.75 5.25h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5"
/>
</svg>
);
};
export default index;