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

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