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