Skip to main contentMynaUI
All Icons
TrashOne
trash-one
npm install @mynaui/icons-react
                  
import { TrashOne } from "@mynaui/icons-react";

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