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

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