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