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