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

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