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

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