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

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