Skip to main contentMynaUI
All Icons
CartCheck
cart-check
npm install @mynaui/icons-react
                  
import { CartCheck } from "@mynaui/icons-react";

const App = () => {
  return <CartCheck />;
};