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