Skip to main contentMynaUI
All Icons
TelephoneCall
telephone-call
npm install @mynaui/icons-react
                  
import { TelephoneCall } from "@mynaui/icons-react";

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