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

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