Stroke Sidebar Menu Component
import { StrokeSidebarMenuIcon } from 'mmk-icons'React Component
Scalable Vector
App.tsx
import { StrokeSidebarMenuIcon } from 'mmk-icons';
const App = () => {
return (
<StrokeSidebarMenuIcon
size="32"
fill="currentColor"
className="text-blue-500"
/>
);
};
export default App;