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

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