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

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