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