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

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