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

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